mirror of
https://github.com/Ysurac/openmptcprouter-vps.git
synced 2025-03-09 15:50:00 +00:00
Rename omr-6in4, add shorewall net interface in params.net and add multipath utility
This commit is contained in:
parent
c85cd75159
commit
fa84079875
9 changed files with 135 additions and 13 deletions
|
@ -14,7 +14,7 @@
|
|||
?FORMAT 2
|
||||
###############################################################################
|
||||
#ZONE INTERFACE OPTIONS
|
||||
net eth0 dhcp,tcpflags,routefilter,nosmurfs,logmartians,sourceroute=0
|
||||
net $NET_IFACE dhcp,tcpflags,routefilter,nosmurfs,logmartians,sourceroute=0
|
||||
vpn gt-tun0 nosmurfs,routefilter,logmartians,tcpflags
|
||||
vpn gt-udp-tun0 nosmurfs,routefilter,logmartians,tcpflags
|
||||
vpn mlvpn0 nosmurfs,routefilter,logmartians,tcpflags
|
||||
|
|
|
@ -22,4 +22,5 @@
|
|||
# net eth0 130.252.100.255 routefilter,norfc1918
|
||||
#
|
||||
###############################################################################
|
||||
INCLUDE params.net
|
||||
INCLUDE params.vpn
|
1
shorewall4/params.net
Normal file
1
shorewall4/params.net
Normal file
|
@ -0,0 +1 @@
|
|||
NET_IFACE=eth0
|
Loading…
Add table
Add a link
Reference in a new issue