1
0
Fork 0
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:
Ycarus (Yannick Chabanois) 2020-02-28 09:23:44 +01:00
parent 8aca616bd1
commit 02a66bec9a
4 changed files with 4 additions and 4 deletions

Binary file not shown.

View file

@ -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

View file

@ -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+

View file

@ -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