I have read almost all threads on this and am still a little confused. Since I am having trouble with this command, maybe you can explain. I currently redirect port 80 coming in on public-ip1 to an internal machine at port 8080 on private-ip1. Now I wish to do a similar thing like redirecting public-ip2 port 80 to private-ip2 port 2000 and that doesn't work. Example of my commands. Mind you, the first one works great, the second one does not work at all. IP addresses have been changed to protect the innocent.
static (inside,outside) tcp 24.66.208.102 8080 netmask 255.255.255.255 0 0
static (inside,outside) tcp 24.66.208.108 2000 netmask 255.255.255.255 0 0
conduit permit tcp host 66.238.208.102 eq conduit permit tcp host 66.238.208.108 eq
Question #1 - In other posts I see similar issues where some of you recommend the following change to the static command. My question is this. What does the syntax with "interface" rather then the public ipaddress actually do? How the heck does it know the public coming in?
static (inside, outside) tcp interface 0 0
static (inside, outside) tcp interface 3389 192.168.1.2 3389 255.255.255.255 0 0
Question #2 - Why bother redirecting port port Isn't all that assumed if the ports are exactly the same externally as well as internally?
Thanks a lot for all your help!!
Steve
static (inside,outside) tcp 24.66.208.102 8080 netmask 255.255.255.255 0 0
static (inside,outside) tcp 24.66.208.108 2000 netmask 255.255.255.255 0 0
conduit permit tcp host 66.238.208.102 eq conduit permit tcp host 66.238.208.108 eq
Question #1 - In other posts I see similar issues where some of you recommend the following change to the static command. My question is this. What does the syntax with "interface" rather then the public ipaddress actually do? How the heck does it know the public coming in?
static (inside, outside) tcp interface 0 0
static (inside, outside) tcp interface 3389 192.168.1.2 3389 255.255.255.255 0 0
Question #2 - Why bother redirecting port port Isn't all that assumed if the ports are exactly the same externally as well as internally?
Thanks a lot for all your help!!
Steve