mirror of
https://github.com/Ysurac/openmptcprouter-vps.git
synced 2025-03-09 15:50:00 +00:00
Add MLVPN support, change glorytun network
This commit is contained in:
parent
ef77d27737
commit
55433c52e4
13 changed files with 231 additions and 28 deletions
|
@ -55,12 +55,7 @@ ACCEPT net $FW tcp 65222
|
|||
#
|
||||
DHCPfwd(ACCEPT) $FW vpn
|
||||
#
|
||||
# Redirect all port from 1 to 64999 to the VPN UDP client from the network
|
||||
# Redirect all port from 1 to 64999 to the VPN client from the network
|
||||
#
|
||||
#DNAT net vpn:10.0.1.2 tcp 1-64999
|
||||
#DNAT net vpn:10.0.1.2 udp 1-64999
|
||||
#
|
||||
# Redirect all port from 1 to 64999 to the VPN TCP client from the network
|
||||
#
|
||||
#DNAT net vpn:10.0.0.2 tcp 1-64999
|
||||
#DNAT net vpn:10.0.0.2 udp 1-64999
|
||||
#DNAT net vpn:$OMR_ADDR tcp 1-64999
|
||||
#DNAT net vpn:$OMR_ADDR udp 1-64999
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue