mirror of
https://github.com/minoplhy/docker-ripe-atlas.git
synced 2025-04-21 20:36:58 +00:00
fix: format fix
This commit is contained in:
parent
505a1334b7
commit
a13711e7f9
@ -83,7 +83,10 @@ If you are on older versions: Docker does not enable IPv6 by default. If you wan
|
|||||||
|
|
||||||
At the time of writing, `docker` package on Alpine Linux has problem connecting to outside of container on IPv6, this is caused by somehow docker package Alpine Linux doesn't set NAT routing on ip6tables, this could be fixed by
|
At the time of writing, `docker` package on Alpine Linux has problem connecting to outside of container on IPv6, this is caused by somehow docker package Alpine Linux doesn't set NAT routing on ip6tables, this could be fixed by
|
||||||
|
|
||||||
1. `ip6tables -t nat -A POSTROUTING -s <Docker IPv6 subnet>/64 -o <Internet Interface> -j MASQUERADE`
|
1. Add the following ip6tables rule directly:
|
||||||
|
```shell
|
||||||
|
ip6tables -t nat -A POSTROUTING -s <Docker IPv6 subnet>/64 -o <Internet Interface> -j MASQUERADE
|
||||||
|
```
|
||||||
2. if you're using AWALL add following in `private/`:
|
2. if you're using AWALL add following in `private/`:
|
||||||
```json
|
```json
|
||||||
"snat": [
|
"snat": [
|
||||||
|
Loading…
x
Reference in New Issue
Block a user