mirror of
https://github.com/Ysurac/openmptcprouter-vps.git
synced 2025-03-09 15:50:00 +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
|
#ZONE INTERFACE OPTIONS
|
||||||
net $NET_IFACE dhcp,tcpflags,rpfilter,forward=1,routeback
|
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,\
|
MASQUERADE fe80::/10,\
|
||||||
fd00::/8 $NET_IFACE
|
fd00::/8 $NET_IFACE
|
||||||
# SNAT from VPN server for all VPN clients
|
# 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
|
#ACTION SOURCE DEST PROTO DEST SOURCE
|
||||||
# PORT(S) PORT(S)
|
# PORT(S) PORT(S)
|
||||||
ACCEPT omr-6in4 -
|
#ACCEPT omr-6in4 -
|
||||||
ACCEPT - omr-6in4
|
#ACCEPT - omr-6in4
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue