This commit is contained in:
Sharad Ahlawat
2021-05-06 15:19:21 -07:00
parent 10b9cbeead
commit a0a9496aef
7 changed files with 29 additions and 8 deletions

View File

@ -18,7 +18,7 @@
# Set rules command prefix
cmd="ipfw -q add"
lif="epair0b" # interface name of VNET attached to Local network
rif="tun1" # interface name of Tunnel attached to Remote network
rif="tun0" # interface name of Tunnel attached to Remote network
skip="skipto 12000"
# Flush out the list before we begin.