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 ADSL router trought astaro?

I have the necessity of resetting the ADSL line now and then, so i need to log in the ADSL router (remotely) and restart it.

Right now i have a very complicated way of doing that, wich in voilve even a phone call...

How do i access the router from within the local LAN?

My lan have address 192.168.1.0/255 and the ADSL Router is connected on the WAN port of the astaro gateway, with address 192.168.1.3.

Can that be done? Thanks for any help.

BR


This thread was automatically locked due to age.
Parents
  • The method that I use is this:

    1. Bind an additional IP address to the ASG's LAN interface. Name it ADSL-Proxy.
    Enable it.

    2 Create a host definition for the LAN address of the ADSL-box.

    3. Create a NAT rule, type DNAT.
    Matching condition: For traffic from Internal, using HTTP going to ADSL-Proxy
    Action: Change destination to ADSL-box
    Check Automatic firewall rule and Save.
    Enable the rule.

    After that is done, you simply browse from a PC on the LAN in behind the ASG router to the proxy address you defined, and you will be accessing the the webadmin of the ADSL box on the WAN side of the ASG.
  • OK, THX for the HINT, but probably i did something wrong...



    1. Added a new IP, 192.168.1.89, and named that ADSL-Proxy. IT is on the ETH0 interfacem the internal lan.

    2. Created a new HOST definition that point to 192.168.1.1, the ruouter address, and called that ROUTER_ADSL. That is bouded to the WAN interface.

    3. Created teh DNAT rule, as the screen show. 

    BUt the trick don't work. Where do you think i made a mistake?
  • Simple... create an additional IP on the interface that connects directly to your DSL Modem, and make it an IP in the range of the default local management network that your DSL modem supports.

    Then, create a SNAT that translates an Internal Host (PC) IP to that new Additional IP on the DSL link, when the packets are trying to be sent to the DSL Modem's Management IP.

    It'll work, I have this setup at home.
  • Can you elaborate a little bit more? And will work even if i have the router on a 192.168.1.X lan and the Astaro have a 192.168.1.x LAN?

    I'm not quite familiar with all of this, a have pacience and explain a little bit more please!
Reply Children
  • Can you elaborate a little bit more? And will work even if i have the router on a 192.168.1.X lan and the Astaro have a 192.168.1.x LAN?

    I'm not quite familiar with all of this, a have pacience and explain a little bit more please!


    Change your internal network to something unique -- never a good idea to use 192.168.1.0/24 as your internal network addressing scheme -- too much chance of conflicts with other systems.
  • go to "ASG" interfaces, "Additional Addresses"
    and add a new IP for external "wan interface" on the range of the modem

    if the modem ip is 192.168.1.2, for external address put 192.168.1.3
    thats all