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

Change internal interface from eth0 to eth1

I am trying to change the internal interface from eth0 to eth1.
I have tried to do this through the webadmin, Network - Interfaces, and switched from eth0 to eth1. Rebooted the server. But, then I am not able to receive any IP address from the Astaro server (through dhcp), and of course not able to log in to webadmin.

Do I have to do something more when I want to change from eth0 to eth1?

Thanks in advance.

Eirik


This thread was automatically locked due to age.
  • sounds like you did a mistake in the interface-configuration. do you have double ip´s from the same subnet on different nic´s`? do you have two gateways now?
  • or you haven't changed the DHCP config to match.  Set your IP manually to see if you can get back to the box.  Or you'll need to login at the console and fix the config manually.
  • Once you change which NIC is sourcing the Internal network, you need to do more than just repatching the Ethernet cable to a different interface. Unless you also reboot the PC that you are trying to browse the Astaro Webadmin from, you need to flush the ARP table.

    Assuming you are using a 32-bit Windows PC (Win2k or WinXP), open a DOS box and type arp -d at the prompt. You can run this command several times to make sure the ARP table is cleaned out. The ARP table matches MAC addresses to IP addresses, and with a different Ethernet interface being used, the existing entry for your Astaro internal interface will be wrong.

    While you have the command window open, it is a good idea to type ipconfig /flushdns to clean out the DNS cache as well.
  • Thanks for the tip. I will try that the next time.
    I think my main problem was due to hardware error. One of the nic just died and there might be other hardware issues with the mainboard. So, I am waiting on a new board. And then I can get it right from the beginning ...