Linux – XenServer 5.6.1-fp1. Can’t get network working

linuxnetworkingxenserver

I have a PC where XenServer 5.6.1 fp-1 has been successfully installed.

I've manually set the network settings:

192.168.1.50
255.255.255.0
192.168.1.1

but it's set to xenbr0 iface. While eth0 is empty.

When I click on "Configure Management Inteface" it shows that eth0 is connected.

But when I ping a default gateway (which is 100% should be accessible) it fails.

I used to another shell (Alt+F3) and logged as root. I also failed to ping.

with both: ping -I eth0 192.168.1.1 and ping -I xenbr0 192.168.1.1

Be assured that:

  1. Cable works
  2. Ethernet adapter is 100% functional (prev OS was Ubuntu it
    was working)
  3. There is no firewall rule to deny anything. (everything is
    allowed)

So the question is:

What is a problem???

Best Answer

Look here: Citrix Forum

After the update from my Citrix XenServer 5.6.0 to XenServer 5.6.1 feature pack 1 the network and the XenServer was unreachable. I couldn’t ping an IP from the network. The Mainboard is an ASRock P43TWINS1600 and the NIC is a RTL 8111/8168B PCI Express Gigabit Ethernet Controller.

With ifdown eth0 and ifup eth0 I tried to restart the NIC, but on ifup eth0 I got the error

Cannot set large receive offload settings: Operation not supported

I asked in the citrix forum (After update to XenServer-5.6.1-fp1 citrix xenserver unreachable) and I got the soluation (Thanks).

“An issue has been identified that affects some systems with Realtek cards. It will be resolved in the next hotfix. In the meantime try adding

options r8169 use_dac=1

to /etc/modprobe.conf.”

Related Topic