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

Webserver

I have an internal web server running at 192.168.0.100 it's not on an DMZ. Since my ISP blocks HTTP port 80. I want to setup a route from the outside ip "68.x.x.x:1234" and route it to 192.168.0.100:80. Can some one please give me an idea of how to do it. I've tried to setup nat's and packet filters but nothing seemed to work. Any help would be wonderful. Running Astaro 7.006

Thanks


This thread was automatically locked due to age.
Parents
  • You'll need to first create a definition for 192.168.0.100 if you haven't already.

    You need a DNAT rule for your EXT Interface, port 1234, change DEST to 192.168.0.100 port 80.

    Then, you need a PacketFilter rule to allow traffic from ANY to your server at 192.168.0.100, port 80

    Barry
Reply
  • You'll need to first create a definition for 192.168.0.100 if you haven't already.

    You need a DNAT rule for your EXT Interface, port 1234, change DEST to 192.168.0.100 port 80.

    Then, you need a PacketFilter rule to allow traffic from ANY to your server at 192.168.0.100, port 80

    Barry
Children