View Single Post
  #1 (permalink)  
Old 20-Sep-2006, 17:42
Ronald Schow
Guest
 
Posts: n/a
Default Can't NAT to WebServer Inside Firewall

My web server is 10.99.255.201. This is windows IIS v6 running
Intellisync's GMS. I want to see this web server on the internet.
The firewall is at 10.99.255.250 (inside) and 207.xx.yy.90 (outside).
This is running SuSE 10.0. I have the "network service" HTTP enabled on
this box but Netstat doesn't show port 80 because Apache is not installed
on this box. The Masquerading table looks like this:

Source Protocol ReqIP ReqPort RederToIP RedirToPort
10.99.0.0/16 tcp any http(80) 207.xx.yy.90 http(80)
207.xx.yy.0/24 tcp 207.xx.yy.90 http(80) 10.99.255.201 http(80)

I hope this is enough information for anyone to determine why it's not
seeing 10.99.255.201's web server from the internet. It can be seen every
try from any host the 207.xx.yy.00 network but not beyond (that is, not
beyond our corporate gateway, which is not filtered at all. I can ssh and
ping through that).

Any suggestions?