Fix small misrendering
This commit is contained in:
@@ -116,9 +116,9 @@ that might be running on different hosts.
|
||||
2. `/sbin/sysctl -w net.ipv6.conf.all.proxy_ndp=1`
|
||||
5. Configure [Jool](https://www.jool.mx/en/index.html)
|
||||
1. `/sbin/modprobe jool`
|
||||
2. `jool instance add "example" --netfilter --pool6 2001:0bc8:1640:6554:0:0:0:0/96`[^nat64_setup]
|
||||
3. `jool -i "example" pool4 add --udp 51.158.177.228 1-65535`[^pool4_setup]
|
||||
4. `jool -i "example" pool4 add --tcp 51.158.177.228 1-65535`[^pool4_setup]
|
||||
2. Setup NAT64 `jool instance add "example" --netfilter --pool6 2001:0bc8:1640:6554:0:0:0:0/96`
|
||||
3. Setup pool4 for UDP `jool -i "example" pool4 add --udp 51.158.177.228 1-65535`
|
||||
4. Setup pool4 for TCP `jool -i "example" pool4 add --tcp 51.158.177.228 1-65535`
|
||||
6. ndppd for neighbor discovery
|
||||
1. In `/etc/ndppd.conf`
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user