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 8.201: NIC keeps going down

Hello,

Since installing 8.201 (over 8.103), my external kink keeps being marked as "down" by Astaro. I can bring it up again by taking the interface down and then up but that's not really a satisfactory solution.

The system is running in a VM (Hyper-V) and the interface is bridged to my DSL modem (it's listed as a "cable modem" in AStaro). This worked perfectly fine with 8.203. The hardware is fine (I can still use it from the host OS if I want), the other interface stays up and the external net is still working well.

Anyone has a suggestion on how to make Astaro behave before I lose patience and go back to 8.103 ?


This thread was automatically locked due to age.
Parents

  • So far I identified one issue in 8.2. This one is triggered if the system is shutdown and restarted again during the renew time. Note: normal system reboots work. The lease time has to be in renew state during system start.


    If you are affected by this issue, you can run the following commands as root on your ASG:
    wget http://people.astaro.com/uweber/mantis_19139/dhcp_updown.plx
    
    mv /var/chroot-dhcpc/usr/sbin/dhcp_updown.plx /var/chroot-dhcpc/usr/sbin/dhcp_updown.plx.org
    mv dhcp_updown.plx /var/chroot-dhcpc/usr/sbin/dhcp_updown.plx
    chmod a+x /var/chroot-dhcpc/usr/sbin/dhcp_updown.plx


    Cheers
     Ulrich
Reply

  • So far I identified one issue in 8.2. This one is triggered if the system is shutdown and restarted again during the renew time. Note: normal system reboots work. The lease time has to be in renew state during system start.


    If you are affected by this issue, you can run the following commands as root on your ASG:
    wget http://people.astaro.com/uweber/mantis_19139/dhcp_updown.plx
    
    mv /var/chroot-dhcpc/usr/sbin/dhcp_updown.plx /var/chroot-dhcpc/usr/sbin/dhcp_updown.plx.org
    mv dhcp_updown.plx /var/chroot-dhcpc/usr/sbin/dhcp_updown.plx
    chmod a+x /var/chroot-dhcpc/usr/sbin/dhcp_updown.plx


    Cheers
     Ulrich
Children
  • Hello,

    I'm not sure if it will help with my problem, but I downloaded and installed the new script. I'll report back if I see any improvement, thanks.


    In the mean time, could you possibly let me know how I can manually invoke the down/up command of the NIC as performed by the ASL web interface ? As I wrote previously, "ifconfig eth0 down"/"ifconfig eth0 up" doesn't seem to yield the same result.