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

Access Bridged Modem

I'm trying to setup routing/access to my bridged ADSL modem on Sophos 9.
Modem is in full bridge, PPPOE is configured on Sophos.

My setup:

WAN IP: DHCP / additional IP: 10.72.2.2 

Internal IP: 10.72.3.1

Modem IP: 10.72.2.1

Could someone please help me configure access to my modem's web-interface, how do I do this in Sophos 9?[:S]


This thread was automatically locked due to age.
Parents
  • Hi everyone, found work around:

    Enable SSH on UTM, and hit the command line
    Find the interfaces in question "ifconfig"
    Then assign the interfaces the addresses manually.

    I have 1 modem @ 192.168.1.1, and the other @ 192.168.2.1.
    So 2 commands on the appropriate facing interfaces:
    "ifconfig INTERFACE 192.168.2.2 netmask 255.255.255.0"
    "ifconfig INTERFACE 192.168.1.2 netmask 255.255.255.0 "

    Where "INTERFACE" is your eth interface facing the modem(s)
    That did the Trick! Modems are now accessible internally.
  • Hi, good advice, but you don't have to do this on command line since your configuration may get lost on reboot or update. Under interfaces and routing, use the additional address tab. This way it will be saved as a part of your backup also [;)]

    So , put your external modem in a different subnet eg 10.72.1.1 and then create an additional address 10.72.1.2 on the UTM as john suggested.
Reply
  • Hi, good advice, but you don't have to do this on command line since your configuration may get lost on reboot or update. Under interfaces and routing, use the additional address tab. This way it will be saved as a part of your backup also [;)]

    So , put your external modem in a different subnet eg 10.72.1.1 and then create an additional address 10.72.1.2 on the UTM as john suggested.
Children