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

Using ASL as GW, Router, and Firewall for DSL

I installed ASL and set it up for PPPoE.  The PPPoE connects fine.  The other computers behind ASL can not access the internet.  I have a webserver behind the firewall that I want to send port 80 to.  Any suggestion as to how I can get the computers behind ASL to the internet?


This thread was automatically locked due to age.
Parents
  • quote:
    Originally posted by phantasis:
    I installed ASL and set it up for PPPoE.  The PPPoE connects fine.  The other computers behind ASL can not access the internet.  I have a webserver behind the firewall that I want to send port 80 to.  Any suggestion as to how I can get the computers behind ASL to the internet?


    Questin 1. You need to masquerade your internal network to the masq address of the external interface, then setup a rule to allow traffic from internal to any for what protocols you want to allow.

    Question 2.

    Say the Web server is on 192.168.1.54 and the External interface is called "RED"

    1. Define the server in Definitions -> Networks
    e.g. WebServer 192.168.1.54 255.255.255.255

    2. Create a Packet Filter Rule:
    Any -> HTTP -> WebServer -> Allow 

    3. Create a DNAT mapping
    Name: Web_IN
    RuleType: DNAT
    Source: Any
    Destination Address: RED_Interface__
    Service: HTTP
    Change Source: ::No Change::
    Change Destination to: WebServer
    Service Destination: ::No Change::

    4. Make sure the machine called WebServer has its default gateway set to the right AStaro interface.
  • Adam,

    Thanks!!! I can access the internet from the internal network.

    I can not access my webserver from the internet.  I did your reply to question 2.  For interface RED I used my DSL interface, is that right?  What else can I try?
Reply
  • Adam,

    Thanks!!! I can access the internet from the internal network.

    I can not access my webserver from the internet.  I did your reply to question 2.  For interface RED I used my DSL interface, is that right?  What else can I try?
Children
  • quote:
    Originally posted by phantasis:
    Adam,

    Thanks!!! I can access the internet from the internal network.

    I can not access my webserver from the internet.  I did your reply to question 2.  For interface RED I used my DSL interface, is that right?  What else can I try?




    You won't be able to access your web site from inside the firewall if you use the external address of the firewall interface. But other people should be able to connect to it.

    If you send me a private message with the url I will try.

    You will need to access your web server using the internal IP address or use a hosts file on your computer to access it by domain name.
  • Once again, Thanks alot!!!  I tried to access it from outside the network and I got right in.  Thanks for all your help!