Guest User!

You are not Sophos Staff.

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

D-Link DSL-321B + Astaro IP-Refresh...

Hello there,

got a problem with the D-Link DSL-321B DSL-Modem and a Pyramid Hardware-Appliance.

The D-Link Modem is connected (online) and holds the account credentials neccessary for auth via PPPoE, so when i connect a notebook directly to the modem (dhcp-settings for notebook-nic) i can surf.

The astaro (external interface) is connected to that modem with "cable modem (dhcp)"-Settings. So when i activate the external interface, i get the public ip from my ips (the same that shows me the web-management interface of the dsl-modem). All works fine.

The problem is: When i lost dsl-sync, the modem reconnects after a while (when sync is back on) and get a new ip, but the astaro interface still works with the old one. Only when i disable the interface and enable again it works well. So i think the astaro should have a timeout, after which she notice that there is a new pub ip and get this one?

Another thin is: When my dsl-modem acts as a dhcp-server for my astaro (external), why i dont get a 192.168.x.x adress from the "internal" subnet (between dsl-modem LAN-if and astaro external if) but a pulic from isp (the same that already is shown in the dsl-modem)? Very confused... [:S]

Thx in advance,

Manuel


This thread was automatically locked due to age.
Parents
  • Hi, I'm sure there is a renewal/expiration timeout for the DHCP client in Astaro; you can look at the configuration file. My v7 firewall has it in
    /var/sec/chroot-dhcpc/var/lib/dhcpcd/dhcpcd-eth0.info

    fw:/var/sec/chroot-dhcpc/var/lib/dhcpcd # cat dhcpcd-eth0.info
    IPADDR=66.27.198.208
    NETMASK=255.255.248.0
    NETWORK=66.27.192.0
    BROADCAST=255.255.255.255
    GATEWAY=66.27.192.1
    DOMAIN='socal.rr.com'
    DNS=209.18.47.61,209.18.47.62
    DHCPSID=10.38.32.1
    DHCPGIADDR=10.38.32.1
    DHCPSIADDR=0.0.0.0
    DHCPCHADDR=00:24:21:2E:63:F4
    DHCPSHADDR=00:01:5C:31:61:01
    DHCPSNAME=''
    LEASETIME=3600
    RENEWALTIME=1800
    REBINDTIME=3150
    INTERFACE='eth0'
    CLASSID='Linux 2.6.16.62-139-smp i686'
    CLIENTID=00:24:21:2E:63:F4

    The times are in seconds.

    That said, I'm not certain the renewal will work if the modem changes the IP.

    It would probably be better if you could put the modem in bridged mode and use PPPoE on Astaro instead of on the modem.

    Another thin is: When my dsl-modem acts as a dhcp-server for my astaro (external), why i dont get a 192.168.x.x adress from the "internal" subnet (between dsl-modem LAN-if and astaro external if) but a pulic from isp (the same that already is shown in the dsl-modem)? Very confused...


    This must be how your ISP has the modem configured. It's actually good this way as it avoids double-NAT, but full bridging would probably be better.

    Barry
Reply
  • Hi, I'm sure there is a renewal/expiration timeout for the DHCP client in Astaro; you can look at the configuration file. My v7 firewall has it in
    /var/sec/chroot-dhcpc/var/lib/dhcpcd/dhcpcd-eth0.info

    fw:/var/sec/chroot-dhcpc/var/lib/dhcpcd # cat dhcpcd-eth0.info
    IPADDR=66.27.198.208
    NETMASK=255.255.248.0
    NETWORK=66.27.192.0
    BROADCAST=255.255.255.255
    GATEWAY=66.27.192.1
    DOMAIN='socal.rr.com'
    DNS=209.18.47.61,209.18.47.62
    DHCPSID=10.38.32.1
    DHCPGIADDR=10.38.32.1
    DHCPSIADDR=0.0.0.0
    DHCPCHADDR=00:24:21:2E:63:F4
    DHCPSHADDR=00:01:5C:31:61:01
    DHCPSNAME=''
    LEASETIME=3600
    RENEWALTIME=1800
    REBINDTIME=3150
    INTERFACE='eth0'
    CLASSID='Linux 2.6.16.62-139-smp i686'
    CLIENTID=00:24:21:2E:63:F4

    The times are in seconds.

    That said, I'm not certain the renewal will work if the modem changes the IP.

    It would probably be better if you could put the modem in bridged mode and use PPPoE on Astaro instead of on the modem.

    Another thin is: When my dsl-modem acts as a dhcp-server for my astaro (external), why i dont get a 192.168.x.x adress from the "internal" subnet (between dsl-modem LAN-if and astaro external if) but a pulic from isp (the same that already is shown in the dsl-modem)? Very confused...


    This must be how your ISP has the modem configured. It's actually good this way as it avoids double-NAT, but full bridging would probably be better.

    Barry
Children
No Data