Comment 6 for bug 1255516

Revision history for this message
gadLinux (gad-aguilardelgado) wrote :

Maybe has something to do. But I was using a bridged interface to connect internet. I explain:

I did a bridge and added eth2 to this bridge. Then configured IP to bridge created br0:

#auto br0
##iface br0 inet dhcp
#iface br0 inet static
# address 172.16.0.100
# network 172.16.0.0
# netmask 255.255.0.0
# broadcast 172.16.255.255
# gateway 172.16.0.1
# bridge_ports eth2
# bridge_stp off
# bridge_fd 0
# bridge_maxwait 0

auto eth2
#iface br0 inet dhcp
iface eth2 inet static
        address 172.16.0.100
        network 172.16.0.0
        netmask 255.255.0.0
        broadcast 172.16.255.255
        gateway 172.16.0.1

I removed the bridge and got back to initial configuration and for now it seems to work. I mean for plain ethernet interface it seems to work. I'm testing, but just wanted to point to one direction...

May have this and the virtual machines (currently 2) I'm running something to do with the problem?

I have to say that this is the configuration I have in another host exactly equal and with this bridged configuration done and it has no problems at all.