-
-
Notifications
You must be signed in to change notification settings - Fork 275
Port forwarding
Ycarus edited this page Jun 13, 2018
·
28 revisions
You need to have Glorytun configured on OpenMPTCProuter. If you want to do this manually follow this guide.
On the VPS, you need to uncomment last lines of /etc/shorewall/rules
to forward ports from the VPS to OpenMPTCProuter via GloryTUN,MLVPN or OpenVPN like this:
DNAT net vpn:$OMR_ADDR tcp 1-64999
DNAT net vpn:$OMR_ADDR udp 1-64999
And restart shorewall:
systemctl restart shorewall
Example to redirect port 80 from the VPS to the IP 192.168.100.3 on the network:
First we have to forward the port. Add a new forward rule: Configure it like this:
It's a webserver, we need SNAT here. A a new SNAT rule: Configure it like this: