This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

NAT to webserver not working, please help

Hey everybody,

I have been going mad trying to get my webserve accessible from the outside.  Here is what I have set as a NAT rule:
 Match:  Any -> VerizonDSL_Interface__ /HTTP   
  Translate: SRC:None   DEST:Ineternal_Webserver

I have a rule allowing traffic on HTTP fron ANY to Internal_Webserver.

Seems straight forward but when I try to hit the webserver from an external box I get:
# telnet myaddress.net 80
Trying x.x.x.x...
telnet: connect to address x.x.x.x: No route to host
 
Telneting to another other port results in entries in astaro's log.  Telneting to port 80 results in no entries in astaro log wether I have the rule set or not.  Its as if port 80 is nonexistatnt or something.  I am going mad rearregnging the MASQ and filter rules, but nothing seems to help.

Please help me.
-roman


This thread was automatically locked due to age.
  • what is the default gateway of yout internal webserver?
  • I can access the outside through the webserve.  
    In my NAT rule should I change the SRC ADDRESS to my DSL-Interface or GATEWAY?  I don't as it is right now.

    here is the netconf of the webserver.

    eth0      Link encap:Ethernet  HWaddr 00:30:1B:07:A6:74  
              inet addr:172.16.100.20  Bcast:172.16.100.255  Mask:255.255.255.0
              UP BROADCAST RUNNING MULTICAST  

    DEVICE=eth0
    BOOTPROTO=static
    IPADDR=172.16.100.20
    GATEWAY=172.16.100.1
    NETMASK=255.255.255.0