Switch to a different ip address range.

This commit is contained in:
Tom Alexander
2022-10-29 20:11:25 -04:00
parent 2e893733a8
commit 4de74765af
2 changed files with 2 additions and 2 deletions

View File

@@ -24,7 +24,7 @@ mkpeer jail_nat_wg0: eiface link2 ether
name jail_nat_wg0:link2 nat_link2
EOF
ifconfig $(ngctl msg 'nat_uplink0:' getifname | grep Args | cut -d '"' -f 2) name nat_uplink0 10.10.11.1/24 up
ifconfig $(ngctl msg 'nat_uplink0:' getifname | grep Args | cut -d '"' -f 2) name nat_uplink0 10.193.223.1/24 up
ifconfig $(ngctl msg 'jail_nat_wg0:link2' getifname | grep Args | cut -d '"' -f 2) name nat_link2
}