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 webinterface of ADSL Modem

Hi,

I have the following setup:

Internal Network --- ASG --- Modem --- Internet

My goal is to reach the webinterface of the Modem. I tried to add a additional IP adress to the WAN Interface of the ASG and added an NAT rule for that forwards from port 8888 from ASG to port 80 on the modem, but that didn't worked.

Can you give me a hint for solving my problem?


This thread was automatically locked due to age.
Parents
  • Hello Harsesis,

    simply add an additional (internal) address to the WAN interface of the ASG, being in the same subnet as the IP of the Modem's Webinterface (as you wrote, you did that already?).

    Then there are three possible ways to go on:

    1. Using the HTTP-Proxy (if available in your license). Just enabling it and making sure the client uses it should be enough.

    2. Using Masquerading: Add following rule:
    Network: Internal (Network)
    Interface: External (WAN)
    Use address: Additional Address
    Then take care of a packet filter rule allowing traffic from 'Internal (Network)' to either 'Any' or at least 'Additional Interface (Network)'. The 'Internet' object won't suffice because it's bound to the interface being the internet uplink.

    3. HTTP-Reverse-Proxy (I don't recommend that one because of too much overhead and work to setup just for that simple task)

    Regardless which way you went, then simply access the Webinterface by browsing to it's original IP address (and port) as you would do without the ASG in-between.
  • Hi Mario,

    thank you for those suggestions. Here are my results ;-

    1/. if you are already using the proxy I am not sure how you make the proxy see the additional external address.

    2/. The second version is blocked by the "spoof" trigger. If spoofing is disabled the modem immediately does a connection reset.

    I tried without the proxy enabled, and straight MASQ with packet filter rules and with a SNAT, no joy.

    If I connect my PC directly into the modem I get a connection assuming I change the address to the modem range.

    Regards

    Ian M
Reply
  • Hi Mario,

    thank you for those suggestions. Here are my results ;-

    1/. if you are already using the proxy I am not sure how you make the proxy see the additional external address.

    2/. The second version is blocked by the "spoof" trigger. If spoofing is disabled the modem immediately does a connection reset.

    I tried without the proxy enabled, and straight MASQ with packet filter rules and with a SNAT, no joy.

    If I connect my PC directly into the modem I get a connection assuming I change the address to the modem range.

    Regards

    Ian M
Children
No Data