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

Accessing modem in front of ASG

Hi there

I seem to be having a problem accessing the modem, that sits between the ASG and the internet. The only way to access the modem is to disconnect from the ASG and connect directly to a pc.

Modem 192.168.2.1     255.255.255.0
eth1 ASG is getting the public IP from the modem
eth2 Internal Lan Gateway 192.168.2.100    255.255.255.0

I am wondering if its simply not possible to do it [:S]

Many thanks


This thread was automatically locked due to age.
  • If your description of this network is accurate, neither the ASG or any other firewall,router will forward requests to 192.168.2.1/24 from 192.168.2.100/24, or any address on this network. Both IPs belong on the same "side" of the firewall.
  • Hi there

    Thanks for the reply, can you mention a solution to this issue please

    Many thanks
  • hook something directly to the modem only.
  • It is not easy to determine how disruptive a change in your IP  scheme will be without more information. The bottom line is that you have to change the network address of your LAN. Anything other than 192.168.2.0/24 will work. You could try 192.168.10.0/24 for the network, and 192.168.10.100/24 for the ASG IP. Do not forget to create a DHCP scope to serve this network.
  • Seanmon,
     You can access the modem ahead of the ASG if you create a policy Route as follows:
    Router Type --> Interface Route
    Source Interface --> Internal
    Source Network --> Internal Network
    Service --> Any
    Destination Network  --> (IP of modem i.e. 192.168.1.1)
    Target Interface --> (External NIC on ASG connecting to modem)

    This setup is working for me on both external WAN ports that I use.
  • Hi there

    Thanks for the replies.I am away at the moment will try at the weekend to sort out and post a response[:)]

    Once again thankyou
  • All the IP's are static, so it will be easier to change the modem internal IP, I am going to try setting the rule that c0pperhead mentioned first.

    Thanks for the reply
  • Did c0pperhead's sugestion worked? I am curious about this solution.
  • Hi there

    c0pperhead's solution did not work, I am still have the same issues with accessing the modem, I haven't looked at changing the IP address of the modem yet, hopefully this weekend though I will get around to it.
  • Seanmon,
    I was playing with some configuration changes, and noted a problem accessing devices ahead of the Astaro Firewall.  If I disable the HTTP proxy, I can no longer access any of the devices ahead of the ASG.  When the HTTP proxy is re-enabled, I can once again access them.  Not sure what the reason is behind this, but I'm sure one of the senior members will know.
    I have 4 NICs in the computer I'm using with the ASG software.
        eth0 --> internal
        eth1 --> Netgear wireless router used as a wireless access point.
        eth2 --> Netopia 2246 DSL Modem
        eth3 --> Netopia 2246 DSL Modem
     eth2 and 3 are configured to multilink.
        eth0 has a 172.16.x.x subnet address
        eth1 has a 10.x.x.x subnet address
        eth2 has a 192.168.1.x subnet address
        eth3 has a 192.168.2.x subnet address
    I can communicate with all 3 external devices using the method I described above.