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.
  • Thank you trollvottel,

    i first tried your second suggestion, but without reaching my goal, after that I tried to turn on the web proxy and it started immediately!

    Thank you!
  • Thanks Mario for the hint, this should be in the knowledge base. I had been using vyatta in vm to accomplish this using static routing. As much as I love vyatta, your solution is much more elegant using http proxy in astaro without any NAT.

    Thanks again.
    Best Regards
    Bill.
  • Looks like I had better try again, 3 out of 4 can't be wrong.

    Ian
Reply Children
No Data