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

Troubles with move to V8

Hello,

After installing v8 to a new hard drive and importing my most recent backup, none of my clients can access the internet.

I do not use the HTTP proxy.

When viewing the Network packet filter logs, everything is being "DEFAULT DROPPED".

I can access the box via it's local IP, I can ping the outside interface.

The outside interface has a status of "Down".


Reconnecting the v7 drive and rebooting the system restores internet access.


I have support from Astaro and will open a case tomorrow.  Just hopng that someone on here had the some problem during the BETA and could provide a fast fix.


v7 is running on a generic intel system with 3com nics.   I figure it is a setting that didn't import from the v7 backup, but I have looked everywhere I know to look and cannot find it.


Thanks for any help,


This thread was automatically locked due to age.
Parents Reply Children
  • Hi,
    the problem is that the sort process for the ethernet cards has changed and your interfaces will be on different physical ports.

    You can either start from scratch and build a new configuration or change a file
    edit /etc/udev/rules.d/70-persistent-net.rules

    and change the ethx values to your old order.

    The Astaro Team are working on a v7.x to v8.x migration tool for release later this year.

    Yes, it is a pain that is why I try to keep my rebuilds to a minimum.

    Ian M

    I forgot, reboot to apply the changes.
  • Hi,
    the problem is that the sort process for the ethernet cards has changed and your interfaces will be on different physical ports.

    You can either start from scratch and build a new configuration or change a file
    edit /etc/udev/rules.d/70-persistent-net.rules

    and change the ethx values to your old order.

    The Astaro Team are working on a v7.x to v8.x migration tool for release later this year.

    Yes, it is a pain that is why I try to keep my rebuilds to a minimum.

    Ian M

    I forgot, reboot to apply the changes.


    thanks, this worked for me as after the v8 install eth1 was eth2, eth2 was eth3 and eth3 was eth1.

    as eth1 is wan i wanted to keep it on the same mac address hence same public ip what i get from the isp dhcp server.