I’m dummy in linux world and maybe someone can help? Installed Opensuse 11.4 64bit on Hyper-V virtual machine all is working fine except sometimes lan connection is lost.
/etc/init.d/network restart
is not helping and I need manual reboot.
Why that? What’s problem?
In routes table I can see default gw.
Kernel IP routing table
Destination Gateway Genmask Flags Metric Ref Use Iface
178.16.16.192 * 255.255.255.192 U 0 0 0 eth0
link-local * 255.255.0.0 U 0 0 0 eth0
loopback * 255.0.0.0 U 0 0 0 lo
default 178.16.16.193 0.0.0.0 UG 0 0 0 eth0
We need some more information to help You. Does this VM has internet access ? If yes please provide outputs of ping commands to 8.8.4.4 and for example lwn.net.
I think the Destination Host Unreachable might mean it’s a Hyper-V problem. Do You have other VMs running as well ? Can they access internet while openSUSE can’t ?
Yes, I have other VM runing, but problems only with this installation. There is only one difference all others hosts are windows servers. It’s possible to find out why it’s happening and so it’s actually Hyper-V problem?
Thanks!
I’m sure there is but I know nothing about Hyper-V so I can’t help You with that
Anyway if the windows hosts don’t lose the internet than I guess some interaction between Hyper-V nad openSUSE is to blame.
Can You answer my question about using ifup or NetworkManager ?
If not sure read this : Novell Documentation
If You’re using NetworkManager switch to ifup and see if the problem persists.
I think it should work better with ifup but if it’s causing problems trying NetworkManager won’t hurt. So yes please try this.
Another thing You might do is post the contents of your interface configuration file. Maybe there is an error there. The files are stored in /etc/sysconfig/network/
You need to paste the contents of the proper file here so it should be ifcfg-eht0 if the interface is called eth0 as shown by the terminal command ifconfig.
Guys from Microsoft forums was recommended one solution for Hyper-V and Linux. Use legacy network drivers instead of synthetic drivers. Only one thing there, legacy drivers are slower, but not crashing kernel.