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

ASL behind an DSL Router?

Hello,

is it possible to connect ASL behind an existing DSL Router?

I´ve an FritzBox Phone - and I can´t just use an normal DSL Modem because I need the VoIP function of the FritzBox.

So ist it possible to connect the ASL to it?

eth0 as Internal and eth1 as External on the FritzBox. I gave the eth0 an static ip 192.168.1.250, 255.255.255.0, no Gateway - eth1 192.168.1.251, 255.255.255.0, Gateway 192.168.1.254

But then I cant connect anymore to the ASL via Webclient.

How must I configure the eth1 and the eth0?


Thanks 

Frank


This thread was automatically locked due to age.
  • [ QUOTE ]
    Hello,

    is it possible to connect ASL behind an existing DSL Router?

    I´ve an FritzBox Phone - and I can´t just use an normal DSL Modem because I need the VoIP function of the FritzBox.

    So ist it possible to connect the ASL to it?

    eth0 as Internal and eth1 as External on the FritzBox. I gave the eth0 an static ip 192.168.1.250, 255.255.255.0, no Gateway - eth1 192.168.1.251, 255.255.255.0, Gateway 192.168.1.254

    But then I cant connect anymore to the ASL via Webclient.
     

    [/ QUOTE ]

    From where do you try to connect ?
    There is a Configuration for allowed connects to the webpage.

    Did you change this ?
  • Hi,

    no i didn#t change there anything.

    i just made changes by the network interfaces:

    eth0 - internal - ip 192.168.1.250, 255.255.255.0
    eth1 - externel - ip 192.168.1.251, 255.255.255.0, gateway 192.168.1.254 (ip of the dsl router)
  • [ QUOTE ]
    eth0 as Internal and eth1 as External on the FritzBox. I gave the eth0 an static ip 192.168.1.250, 255.255.255.0, no Gateway - eth1 192.168.1.251, 255.255.255.0, Gateway 192.168.1.254

    [/ QUOTE ]If you use the same IP net number (192.168.1.x) on both interfaces, you are not configured properly. IP routing only works when the network numbers on each interface are different from each other.

    If the LAN IP address of your DSL router is 192.168.1.1, then you should configure your ASL box as follows:

    WAN interface: addr: 192.168.1.2, gateway: 192.168.1.1

    LAN interface: addr: 192.168.xx.1, gateway: none
    (where xx is a number of your choice between 2 and 255)

    VOIP will work from the Internel network in behind the ASL box, provided you properly configure for it.

    I too had a DSL router in front of my ASL  box back when I first installed ASL. That lasted for 6 weeks. Then I got rid of the DSL router and sold it.
  • [ QUOTE ]
    If you use the same IP net number (192.168.1.x) on both interfaces, you are not configured properly. IP routing only works when the network numbers on each interface are different from each other.


    [/ QUOTE ]

    Very good. I looked at the text at least three times and always thought I would read 192.168.250.1 192.168.251.1.......
  • The other problem you will have with this configuration is if you ever want to establish a VPN tunnel or PPTP from outside or anything else of that nature.  I see you have set ASL's WAN IP to be a 192.* subnet, which means that unless you've set a public IP address on your DSL router to forward, there's going to be no accessing it from the outside world.

    Of course, if all you want ASL to do is filter packets this is exactly zero problem. . . [;)]

    Dan