Single External IP –> Multiple Internal IP
-
Hi All
I am new to pfsense, Is there any possibilities to NAT single external IP to multiple internal IP.
Like Below
External IP :Port Internal IP:Port
61.61.61.1 : 22 –> 192.168.100.5:22
61.61.61.1:2222 --> 192.168.100.6:22
61.61.61.1:80 ---> 192.168.100.7:80Regards
KP -
Yes, Pfsense can do that
-
Any procedures Please
-
For port 22
Firewall->Nat->Port Forward
Interface = WAN
Protocol = TCP
Destination = This Firewall
Destination Port Range - From = Any
Destination Port Range - To = Other / Custom = 22 || To port= SSHRedirect Target IP = 192.168.100.5
Redirect Target Port = Other / Custom = 22 || Port = SSH
Description = SSH Port Forward
Leave everything else as is and Save.
Repeat for the others changing only the ports and Internal IP's and description.
-
That's a much better answer than the first reply. Kudos Marjohn56
-
Thank u marjohn56, I made mistake WAN address previously, now it is working thank you very much