Port Forward
Posted: Thu Mar 28, 2013 2:23 pm
Dear,
I need to achieve something that's quite easy but for some reason I can't get this working.
A client has a server at home running a website at port 9090 the reasong why the site is running on 9090 is because the ISP is blocking all ports < 1024, now we want to assign another public ip address and forward it to the customer address.
https://public --> forward to --> https://customerip:9090
I tried the following DST nat rule but that isn't working:
chain=dstnat action=dst-nat to-addresses=CUSTOMERIP to-ports=9090 protocol=tcp dst-address=PUBLICIP dst-port=443
On the firewall itself I create a forward and input rule to allow anything.
Can someone help me on this ?
I need to achieve something that's quite easy but for some reason I can't get this working.
A client has a server at home running a website at port 9090 the reasong why the site is running on 9090 is because the ISP is blocking all ports < 1024, now we want to assign another public ip address and forward it to the customer address.
https://public --> forward to --> https://customerip:9090
I tried the following DST nat rule but that isn't working:
chain=dstnat action=dst-nat to-addresses=CUSTOMERIP to-ports=9090 protocol=tcp dst-address=PUBLICIP dst-port=443
On the firewall itself I create a forward and input rule to allow anything.
Can someone help me on this ?