updated for FreeBSD 12.2
This commit is contained in:
@ -11,14 +11,14 @@
|
||||
# NATd configuration
|
||||
#sysrc gateway_enable="YES"
|
||||
#sysrc natd_enable="YES"
|
||||
#sysrc natd_interface="tun0"
|
||||
#sysrc natd_interface="tun1"
|
||||
#sysrc natd_flags="-f /mnt/config/natd.conf"
|
||||
#natd.conf: redirect_port tcp 192.168.0.9:80 80
|
||||
|
||||
# Set rules command prefix
|
||||
cmd="ipfw -q add"
|
||||
lif="epair0b" # interface name of VNET attached to Local network
|
||||
rif="tun0" # interface name of Tunnel attached to Remote network
|
||||
rif="tun1" # interface name of Tunnel attached to Remote network
|
||||
skip="skipto 12000"
|
||||
|
||||
# Flush out the list before we begin.
|
||||
|
Reference in New Issue
Block a user