› Forums › Network Management › ZeroShell › Port forwarding don’t work with 2 external IP › Reply To: Port forwarding don’t work with 2 external IP
May 10, 2016 at 4:33 pm
#53960
Participant
Here are my FTP/web server rules for example, I too have 2 external IPs and this always worked:
ppp0 / ANY TCP 21 10.10.10.2:21
ppp1 / ANY TCP 21 10.10.10.2:21
ppp0 / ANY TCP 80 10.10.10.2:80
ppp1 / ANY TCP 80 10.10.10.2:80
ppp0 / ANY TCP 443 10.10.10.2:443
ppp1 / ANY TCP 443 10.10.10.2:443
As you can see I did not bother with the source IPs, just used the PPP interfaces as source.