Skip to content

Commit

Permalink
nat64: config expliziet 'other' pool
Browse files Browse the repository at this point in the history
  • Loading branch information
genofire committed Jul 25, 2019
1 parent dfab66f commit 5676133
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -85,8 +85,23 @@ On this way the other vpns got the new internal routing in ```bird``` and ```bir

## Babel

**NAT64**

if installed nat64 maybe extends port pool by reconfigure local range `sysctl net.ipv4.ip_local_port_range`

Or use other address-pool (and firewall):

Pool: `/etc/systemd/system/jool.service`
```
...
ExecStart=/usr/local/bin/jool instance add --iptables --pool6=64:ff9b::/96
ExecStartPost=/usr/local/bin/jool pool4 add --icmp 185.117.213.250 1601:3000
ExecStartPost=/usr/local/bin/jool pool4 add --udp 185.117.213.250 3001:65535
ExecStartPost=/usr/local/bin/jool pool4 add --tcp 185.117.213.250 1601:65535
...
```


### Babel Gateway
A babel gateway is a maschine which allow to exit ipv6 default route and recieve the client and nodes subnet

Expand Down Expand Up @@ -117,3 +132,4 @@ TODO: respondd firewall:
ipt6 -A INPUT -i babel-+ -p udp --dport 1001 -j ACCEPT
ipt6 -A INPUT -i mmfd0 -p udp --dport 1001 -j ACCEPT
```

0 comments on commit 5676133

Please sign in to comment.