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

Astaro V7.002, ADSL Modem - No External Connectivity

I have been trying to setup and configure a V7 box, Sempron, 512MB, 40GB hard drive, its got the onboard SIS900 10/100 ethernet and a dual port Intel 10/100 card.

I have setup the SIS onboard as eth0 (named External) and attached my ADSL modem (a D-Link 300T), the DLink dials up the ISP and has DHCP activated and passes the external IP given by the ISP through to Astaro, the WebAdmin shows this correctly under interfaces.

The dual port Intel card is configured for 2 networks, SafeLAN (192.168.5.0/24 )for me and my servers and HotLAN (192.168.10.0/24) for the wireless access point which my housemates use - I wish to keep them and all my stuff segregated so they can't bring Virus' or other crap onto the same network as my stuff. The Astaro box is 5.5 or 10.10...

The problem I am having is neither internal LAN can connect to the outside world.

- DNS works internally, I can ping my server with its DNS name but I can only ping the Astaro box by its internal IP, I have tried adding OpenDNS as forwarders and also leaving the box ticked to use my ISP's (UK - TalkTalk) DNS servers. Do not get a DNS name to resolve for any website... cannot ping an external IP address (i.e. my servers at work which I know).

- Have setup any>any>any as a packet filter rule, proxying is off, everything else is off pretty much. Have set a masquerading rule from internal networks to the interface External. Can't think of anything I have missed!!

When I look in the routing table there is not the customary entry I am used to seeing for 0.0.0.0 via xx.xx.xx.xx - for example this is the routing table from the DrayTek router in the office:

    *             0.0.0.0/         0.0.0.0 via 217.41.150.73, IF3
    R~       192.168.14.0/   255.255.255.0 via 192.168.0.254, IF6 (4/83670)
    R~      192.168.0.203/ 255.255.255.255 via 192.168.0.254, IF6 (2/83670)
    C~      192.168.0.254/ 255.255.255.255 is directly connected, IF6
    S~        192.168.0.0/   255.255.255.0 via 192.168.0.254, IF6
    C~      192.168.254.0/   255.255.255.0 is directly connected, IF0

My Astaro machine doesn't seem to have this crucial routing entry:
*             0.0.0.0/         0.0.0.0 via 217.41.150.73, IF3

Is it that DHCP from the Modem/ISP is not working, becuase Astaro doesn't seem to have the next hop, the ISP gateway...

Can anyone tell me what I am doing wrong to not have Astaro setup like that? I'll tear my hair out otherwise as its really annoying me!


This thread was automatically locked due to age.
Parents
  • My Astaro machine doesn't seem to have this crucial routing entry:
    * 0.0.0.0/ 0.0.0.0 via 217.41.150.73, IF3
    The WAN interface, and only the WAN interface, must have a default route configured. This is typically dynamically configured, when the WAN interface is running in DHCP client mode. Otherwise it must be set statically to point to the next upstream router, which would be your ISP's router.
  • I figured it out in the end... the 300T modem needs to be configured to bridge mode, and Astaro to use PPPOE. Astaro then forms the connection and picks up the ISP gateway address fine.

    For some reason Astaro didn't get the ISP gateway's address when in Cable(DHCP) mode (with the modem doing the dialling as when it is connected to a Windows PC)... so Astaro didn't know the next hop up to the ISP.

    Its that frustratingly simple! The 300T manual states that if you have its DHCP server running it will dial the connection and the pass-thru to your computer, it works for on my Windows laptop but I couldn't get Astaro to work like that.
Reply
  • I figured it out in the end... the 300T modem needs to be configured to bridge mode, and Astaro to use PPPOE. Astaro then forms the connection and picks up the ISP gateway address fine.

    For some reason Astaro didn't get the ISP gateway's address when in Cable(DHCP) mode (with the modem doing the dialling as when it is connected to a Windows PC)... so Astaro didn't know the next hop up to the ISP.

    Its that frustratingly simple! The 300T manual states that if you have its DHCP server running it will dial the connection and the pass-thru to your computer, it works for on my Windows laptop but I couldn't get Astaro to work like that.
Children
No Data