Can't get 1:1 NAT working [SOLVED]
-
I have a multi-wan failover setup working, but I cannot get 1:1 NAT working to save my life. I have a Proxy ARP (I also tried Other and IP Alias with no luck) Virtual IP setup per the below:
173.14.14.203/32
I set up a NAT rule like the below:
Interface External IP Internal IP Destination IP Description WAN 173.14.14.203 10.9.6.9 *
And finally a Firewall rule like below:
ID Proto Source Port Destination Port Gateway Queue Schedule Description * * * 10.9.6.9 * * none
Looking at the filter logs I see (2222 is where I am running ssh):
00:00:05.050525 rule 43/0(match): pass in on vr1: 65.5.22.8.57477 > 10.9.6.9.2222: [|tcp]
From the router and other hosts in the 10.9.6.0/24 subnet I can get to 10.9.6.9 port 2222.
However I still cannot get into the server from the outside world. Can someone please help me figure out what I might be missing. Any troubleshooting tips would be great. Thanks in advance.
Working now
Reset to factory defaults, enabled the NAT and THEN enabled multi-WAN. Now it works. Meh. ;D
Thanks for everyone's help and suggestions! :P