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.
Parents
  • hook something directly to the modem only.

    Owner:  Emmanuel Technology Consulting

    http://etc-md.com

    Former Sophos SG(Astaro) advocate/researcher/Silver Partner

    PfSense w/Suricata, ntopng, 

    Other addons to follow

  • 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.
Reply
  • 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.
Children