1
0
Fork 0
mirror of https://github.com/Ysurac/openmptcprouter-vps.git synced 2025-03-09 15:50:00 +00:00

Latest changes to VPS script

This commit is contained in:
Ycarus (Yannick Chabanois) 2020-02-08 19:46:57 +01:00
parent 33a9f4fd21
commit 4c588eb74d
11 changed files with 77 additions and 51 deletions

View file

@ -14,6 +14,6 @@
?FORMAT 2
###############################################################################
#ZONE INTERFACE OPTIONS
net $NET_IFACE dhcp,tcpflags,rpfilter,forward=1
vpn omr-6in4 tcpflags,forward=1
net $NET_IFACE dhcp,tcpflags,rpfilter,forward=1,routeback
vpn omr-6in4 tcpflags,forward=1,routeback

View file

@ -21,4 +21,5 @@
# net eth0 - dhcp,nosmurfs
#
###############################################################################
INCLUDE params.net
INCLUDE params.net
INCLUDE params.vpn

0
shorewall6/params.vpn Normal file
View file