mirror of
https://github.com/Ysurac/openmptcprouter-vps.git
synced 2025-02-12 11:21:56 +00:00
Fix shorewall for 6in4
This commit is contained in:
parent
8aca616bd1
commit
02a66bec9a
4 changed files with 4 additions and 4 deletions
Binary file not shown.
|
@ -15,5 +15,5 @@
|
|||
###############################################################################
|
||||
#ZONE INTERFACE OPTIONS
|
||||
net $NET_IFACE dhcp,tcpflags,rpfilter,forward=1,routeback
|
||||
vpn omr-6in4 tcpflags,forward=1,routeback
|
||||
vpn omr-6in4-user+ tcpflags,forward=1,routeback
|
||||
|
||||
|
|
|
@ -18,4 +18,4 @@
|
|||
MASQUERADE fe80::/10,\
|
||||
fd00::/8 $NET_IFACE
|
||||
# SNAT from VPN server for all VPN clients
|
||||
SNAT(fe80::a00:1) ::/0 omr-6in4
|
||||
SNAT(fe80::a00:1) ::/0 omr-6in4-user+
|
||||
|
|
|
@ -13,6 +13,6 @@
|
|||
###############################################################################
|
||||
#ACTION SOURCE DEST PROTO DEST SOURCE
|
||||
# PORT(S) PORT(S)
|
||||
ACCEPT omr-6in4 -
|
||||
ACCEPT - omr-6in4
|
||||
#ACCEPT omr-6in4 -
|
||||
#ACCEPT - omr-6in4
|
||||
|
||||
|
|
Loading…
Reference in a new issue