Networking problem after Proxmox 2.1 install on hp proliant.

  • Thread starter Thread starter oaeide
  • Start date Start date
O

oaeide

Guest
Hi. After installing Proxmox 2.1-f9b0f63a-26 yesterday, I find myself unable to ping the proxmox-box or ping anything else from it. I have tried searching about, but so far I have not been able to find useful information. Please help, I will try to provide as much information I can, but please tell me if there is anything else I need to post.

Server: HP-proliant Dl360 G7
Nic: Allied Telesis AT-2711 FX/SC (fiber) <-- tg3 driver
Switch: Cisco catalyst 3750


Code:
eth0      Link encap:Ethernet  HWaddr ec:cd:6d:0d:84:a0            inet6 addr: fe80::eecd:6dff:fe0d:84a0/64 Scope:Link
          UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
          RX packets:1599 errors:0 dropped:1257 overruns:0 frame:0
          TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:1000 
          RX bytes:125826 (122.8 KiB)  TX bytes:0 (0.0 B)
          Interrupt:24 


lo        Link encap:Local Loopback  
          inet addr:127.0.0.1  Mask:255.0.0.0
          inet6 addr: ::1/128 Scope:Host
          UP LOOPBACK RUNNING  MTU:16436  Metric:1
          RX packets:258 errors:0 dropped:0 overruns:0 frame:0
          TX packets:258 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:0 
          RX bytes:25553 (24.9 KiB)  TX bytes:25553 (24.9 KiB)


venet0    Link encap:UNSPEC  HWaddr 00-00-00-00-00-00-00-00-00-00-00-00-00-00-00-00  
          inet6 addr: fe80::1/128 Scope:Link
          UP BROADCAST POINTOPOINT RUNNING NOARP  MTU:1500  Metric:1
          RX packets:0 errors:0 dropped:0 overruns:0 frame:0
          TX packets:0 errors:0 dropped:3 overruns:0 carrier:0
          collisions:0 txqueuelen:0 
          RX bytes:0 (0.0 B)  TX bytes:0 (0.0 B)


vmbr0     Link encap:Ethernet  HWaddr ec:cd:6d:0d:84:a0  
          inet addr:10.0.0.35  Bcast:10.0.0.255  Mask:255.255.255.0
          inet6 addr: fe80::eecd:6dff:fe0d:84a0/64 Scope:Link
          UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
          RX packets:0 errors:0 dropped:0 overruns:0 frame:0
          TX packets:369 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:0 
          RX bytes:0 (0.0 B)  TX bytes:15714 (15.3 KiB)

Code:
auto loiface lo inet loopback


iface eth0 inet manual


auto vmbr0
iface vmbr0 inet static    
    address 10.0.0.35
    netmask 255.255.255.0
    gateway 10.0.0.23
    bridge_ports eth0
    bridge_stp off
    bridge_fd 0



Code:
PING 10.0.0.23 (10.0.0.23) 56(84) bytes of data.From 10.0.0.35 icmp_seq=2 Destination Host Unreachable
From 10.0.0.35 icmp_seq=3 Destination Host Unreachable
From 10.0.0.35 icmp_seq=4 Destination Host Unreachable


--- 10.0.0.23 ping statistics ---
4 packets transmitted, 0 received, +3 errors, 100% packet loss, time 2999ms
pipe 3

Code:
PING 10.0.0.1 (10.0.0.1) 56(84) bytes of data.From 10.0.0.35 icmp_seq=2 Destination Host Unreachable
From 10.0.0.35 icmp_seq=3 Destination Host Unreachable
From 10.0.0.35 icmp_seq=4 Destination Host Unreachable


--- 10.0.0.1 ping statistics ---
4 packets transmitted, 0 received, +3 errors, 100% packet loss, time 2999ms
pipe 3


Code:
Kernel IP routing tableDestination     Gateway         Genmask         Flags Metric Ref    Use Iface
10.0.0.0        0.0.0.0         255.255.255.0   U     0      0        0 vmbr0
0.0.0.0         10.0.0.23       0.0.0.0         UG    0      0        0 vmbr0


dmesg | grep eth:
Code:
ACPI Error (psparse-0537): Method parse/execution failed [\_SB_._OSC] (Node ffff88011f6b1650), AE_AML_BUFFER_LIMITtg3 0000:09:00.0: eth0: Tigon3 [partno(BCM95752) rev 6002] (PCI Express) MAC address ec:cd:6d:0d:84:a0
tg3 0000:09:00.0: eth0: attached PHY is 5752 (10/100/1000Base-T Ethernet) (WireSpeed[1], EEE[0])
tg3 0000:09:00.0: eth0: RXcsums[0] LinkChgREG[0] MIirq[0] ASF[0] TSOcap[1]
tg3 0000:09:00.0: eth0: dma_rwctrl[76180000] dma_mask[64-bit]
bnx2 0000:03:00.0: eth1: Broadcom NetXtreme II BCM5709 1000Base-T (C0) PCI Express found at mem f4000000, IRQ 30, node addr 68:b5:99:c0:a1:50
bnx2 0000:03:00.1: eth2: Broadcom NetXtreme II BCM5709 1000Base-T (C0) PCI Express found at mem f2000000, IRQ 37, node addr 68:b5:99:c0:a1:52
bnx2 0000:04:00.0: eth3: Broadcom NetXtreme II BCM5709 1000Base-T (C0) PCI Express found at mem f8000000, IRQ 31, node addr 68:b5:99:c0:a1:44
bnx2 0000:04:00.1: eth4: Broadcom NetXtreme II BCM5709 1000Base-T (C0) PCI Express found at mem f6000000, IRQ 39, node addr 68:b5:99:c0:a1:46
device eth0 entered promiscuous mode
tg3 0000:09:00.0: eth0: DMA Status error.  Resetting chip.
tg3 0000:09:00.0: eth0: 0x00000000: 0x160014e4, 0x00100446, 0x02000002, 0x00000010
tg3 0000:09:00.0: eth0: 0x00000010: 0xfbff0004, 0x00000000, 0x00000000, 0x00000000
tg3 0000:09:00.0: eth0: 0x00000020: 0x00000000, 0x00000000, 0x00000000, 0x27051259
tg3 0000:09:00.0: eth0: 0x00000030: 0x00000000, 0x00000048, 0x00000000, 0x0000010a
tg3 0000:09:00.0: eth0: 0x00000040: 0x00000000, 0x00000000, 0xc0025001, 0x64002000
tg3 0000:09:00.0: eth0: 0x00000050: 0x00005803, 0x00000000, 0x0087d005, 0xfee00478
tg3 0000:09:00.0: eth0: 0x00000060: 0x00000000, 0x00000000, 0x60020298, 0x76180000
tg3 0000:09:00.0: eth0: 0x00000070: 0x000010f2, 0x00000040, 0x00000414, 0x00000000
tg3 0000:09:00.0: eth0: 0x00000080: 0x6d0d84a0, 0x00000000, 0x04130034, 0x24081082
tg3 0000:09:00.0: eth0: 0x00000090: 0x01000749, 0x00000000, 0x00000000, 0x000000c8
tg3 0000:09:00.0: eth0: 0x000000b0: 0x00000000, 0x00000001, 0x00000000, 0x00000001
tg3 0000:09:00.0: eth0: 0x000000c0: 0x00000000, 0x00000000, 0x0000000e, 0x00000000
tg3 0000:09:00.0: eth0: 0x000000d0: 0x00010010, 0x00000fa2, 0x00165006, 0x00036c11
tg3 0000:09:00.0: eth0: 0x000000e0: 0x10110000, 0x00000000, 0x00000000, 0x00000000
tg3 0000:09:00.0: eth0: 0x00000100: 0x13c10001, 0x00154000, 0x00100000, 0x00062011
tg3 0000:09:00.0: eth0: 0x00000110: 0x00000000, 0x00000000, 0x000000b2, 0x4a000040
tg3 0000:09:00.0: eth0: 0x00000120: 0x00000f60, 0x09000000, 0x00000000, 0x00000000
tg3 0000:09:00.0: eth0: 0x00000130: 0x00000000, 0x00000000, 0x00000000, 0x00010002
tg3 0000:09:00.0: eth0: 0x00000150: 0x800000ff, 0x00000000, 0x00000000, 0x00000000
tg3 0000:09:00.0: eth0: 0x00000180: 0x00000000, 0x00000001, 0x00000000, 0x00000001
tg3 0000:09:00.0: eth0: 0x00000190: 0x00000000, 0x00000001, 0x00000000, 0x00000001
tg3 0000:09:00.0: eth0: 0x000001a0: 0x00000000, 0x00000001, 0x00000000, 0x00000001
tg3 0000:09:00.0: eth0: 0x000001b0: 0x00000000, 0x00000001, 0x00000000, 0x00000001
tg3 0000:09:00.0: eth0: 0x00000200: 0x00000000, 0x00000001, 0x00000000, 0x00000001
tg3 0000:09:00.0: eth0: 0x00000210: 0x00000000, 0x00000001, 0x00000000, 0x00000001
tg3 0000:09:00.0: eth0: 0x00000220: 0x00000000, 0x00000001, 0x00000000, 0x00000001
tg3 0000:09:00.0: eth0: 0x00000230: 0x00000000, 0x00000001, 0x00000000, 0x00000001
tg3 0000:09:00.0: eth0: 0x00000240: 0x00000000, 0x00000001, 0x00000000, 0x00000001
tg3 0000:09:00.0: eth0: 0x00000250: 0x00000000, 0x00000001, 0x00000000, 0x00000001
tg3 0000:09:00.0: eth0: 0x00000260: 0x00000000, 0x00000001, 0x00000000, 0x000000c8
tg3 0000:09:00.0: eth0: 0x00000270: 0x00000000, 0x00000001, 0x00000000, 0x00000001
tg3 0000:09:00.0: eth0: 0x00000400: 0x00e04808, 0x04401000, 0x00001000, 0x00005d00
tg3 0000:09:00.0: eth0: 0x00000410: 0x0000eccd, 0x6d0d84a0, 0x0000eccd, 0x6d0d84a0
tg3 0000:09:00.0: eth0: 0x00000420: 0x0000eccd, 0x6d0d84a0, 0x0000eccd, 0x6d0d84a0
tg3 0000:09:00.0: eth0: 0x00000430: 0x00000000, 0x00000000, 0x0000029d, 0x000005f2
tg3 0000:09:00.0: eth0: 0x00000440: 0x00000000, 0x00000000, 0x00000000, 0x08340000
tg3 0000:09:00.0: eth0: 0x00000450: 0x00000001, 0x000c0000, 0x00000000, 0x00000002
tg3 0000:09:00.0: eth0: 0x00000460: 0x00000008, 0x00002620, 0x00000502, 0x00000000
tg3 0000:09:00.0: eth0: 0x00000480: 0x42000000, 0x7fffffff, 0x06000004, 0x7fffffff
tg3 0000:09:00.0: eth0: 0x00000500: 0x00000008, 0x00000002, 0x00000000, 0x00000000
tg3 0000:09:00.0: eth0: 0x00000590: 0x00e00000, 0x00000000, 0x00000000, 0x00000000
tg3 0000:09:00.0: eth0: 0x00000600: 0xffffffff, 0x00f80011, 0x00000000, 0x00001f04
tg3 0000:09:00.0: eth0: 0x00000610: 0xffffffff, 0x00000000, 0x07c00004, 0x30000000
tg3 0000:09:00.0: eth0: 0x00000620: 0x00000001, 0x00000000, 0x00000000, 0x00000000
tg3 0000:09:00.0: eth0: 0x00000800: 0x00000000, 0xffffffff, 0x00000000, 0x00000000
tg3 0000:09:00.0: eth0: 0x00000810: 0x00000000, 0xffffffff, 0x00000000, 0x00000000
tg3 0000:09:00.0: eth0: 0x00000820: 0x00000000, 0x00000000, 0xffffffff, 0x00000000
tg3 0000:09:00.0: eth0: 0x00000830: 0x00000000, 0xffffffff, 0xffffffff, 0xffffffff
tg3 0000:09:00.0: eth0: 0x00000840: 0xffffffff, 0xffffffff, 0xffffffff, 0xffffffff
tg3 0000:09:00.0: eth0: 0x00000850: 0xffffffff, 0xffffffff, 0xffffffff, 0xffffffff
tg3 0000:09:00.0: eth0: 0x00000860: 0xffffffff, 0xffffffff, 0xffffffff, 0x00000000
tg3 0000:09:00.0: eth0: 0x00000880: 0x00000000, 0x00004563, 0x00000000, 0x00000000
tg3 0000:09:00.0: eth0: 0x000008f0: 0x00000001, 0x00000000, 0x00000000, 0x00000000
tg3 0000:09:00.0: eth0: 0x00000c00: 0x0000000a, 0x00000000, 0x00000003, 0x00000001
tg3 0000:09:00.0: eth0: 0x00000ce0: 0x01c01010, 0x00802100, 0x00401843, 0x00000000
tg3 0000:09:00.0: eth0: 0x00000cf0: 0x00000008, 0x40000000, 0x0b020040, 0x00000000
tg3 0000:09:00.0: eth0: 0x00001000: 0x00000002, 0x00000000, 0xa0000001, 0x00000000
tg3 0000:09:00.0: eth0: 0x00001010: 0x00000c08, 0x00000001, 0x00000000, 0x00000000
tg3 0000:09:00.0: eth0: 0x00001400: 0x00000006, 0x00000000, 0x00000000, 0x00000000
tg3 0000:09:00.0: eth0: 0x00001480: 0x00000001, 0x00000000, 0x00000000, 0x00000000
tg3 0000:09:00.0: eth0: 0x00001800: 0x00000016, 0x00000000, 0x00000000, 0x00000000
tg3 0000:09:00.0: eth0: 0x00001840: 0x00000000, 0x00000000, 0x00000200, 0x00000010
tg3 0000:09:00.0: eth0: 0x00001850: 0x1b25e010, 0x00000001, 0x00004010, 0x00000002
tg3 0000:09:00.0: eth0: 0x00001c00: 0x00000002, 0x00000000, 0x00000000, 0x00000000
tg3 0000:09:00.0: eth0: 0x00002000: 0x00000002, 0x00000000, 0x00000000, 0x00000000
tg3 0000:09:00.0: eth0: 0x00002010: 0x00000181, 0x00000001, 0x0079800b, 0x00000000
tg3 0000:09:00.0: eth0: 0x00002100: 0x000c6c3a, 0x000d3098, 0x00000000, 0x00000000
tg3 0000:09:00.0: eth0: 0x00002110: 0x000c6c3a, 0x000d3098, 0x00000000, 0x00000000
tg3 0000:09:00.0: eth0: 0x00002120: 0x000c6c3a, 0x000d3098, 0x00000000, 0x00000000
tg3 0000:09:00.0: eth0: 0x00002130: 0x000c6c3a, 0x000d3098, 0x00000000, 0x00000000
tg3 0000:09:00.0: eth0: 0x00002140: 0x000c6c3a, 0x000d3098, 0x00000000, 0x00000000
tg3 0000:09:00.0: eth0: 0x00002150: 0x000c6c3a, 0x000d3098, 0x00000000, 0x00000000
tg3 0000:09:00.0: eth0: 0x00002160: 0x000c6c3a, 0x000d3098, 0x00000000, 0x00000000
tg3 0000:09:00.0: eth0: 0x00002170: 0x000c6c3a, 0x000d3098, 0x00000000, 0x00000000
tg3 0000:09:00.0: eth0: 0x00002180: 0x000c6c3a, 0x000d3098, 0x00000000, 0x00000000
tg3 0000:09:00.0: eth0: 0x00002190: 0x000c6c3a, 0x000d3098, 0x00000000, 0x00000000
tg3 0000:09:00.0: eth0: 0x000021a0: 0x000c6c3a, 0x000d3098, 0x00000000, 0x00000000
tg3 0000:09:00.0: eth0: 0x000021b0: 0x000c6c3a, 0x000d3098, 0x00000000, 0x00000000
tg3 0000:09:00.0: eth0: 0x000021c0: 0x000c6c3a, 0x000d3098, 0x00000000, 0x00000000
tg3 0000:09:00.0: eth0: 0x000021d0: 0x000c6c3a, 0x000d3098, 0x00000000, 0x00000000
tg3 0000:09:00.0: eth0: 0x000021e0: 0x000c6c3a, 0x000d3098, 0x00000000, 0x00000000
tg3 0000:09:00.0: eth0: 0x000021f0: 0x000c6c3a, 0x000d3098, 0x00000000, 0x00000000
tg3 0000:09:00.0: eth0: 0x00002400: 0x00000012, 0x00000000, 0x00000000, 0x00000000
tg3 0000:09:00.0: eth0: 0x00002450: 0x00000001, 0x18e60000, 0x02000000, 0x00006000
tg3 0000:09:00.0: eth0: 0x000024c0: 0x08000001, 0x00000000, 0x00000000, 0x00000000
tg3 0000:09:00.0: eth0: 0x00002800: 0x00000006, 0x00000000, 0x00000000, 0x00000000
tg3 0000:09:00.0: eth0: 0x00002c00: 0x00000006, 0x00000000, 0x00000000, 0x0000007f
tg3 0000:09:00.0: eth0: 0x00002c10: 0x00000000, 0x00000000, 0x00000008, 0x00000000
tg3 0000:09:00.0: eth0: 0x00003000: 0x00000006, 0x00000000, 0x00000000, 0x00000000
tg3 0000:09:00.0: eth0: 0x00003800: 0x00000003, 0x00000001, 0x0000000e, 0x0516028b
tg3 0000:09:00.0: eth0: 0x00003810: 0x00000100, 0x00000018, 0x00000000, 0x00000000
tg3 0000:09:00.0: eth0: 0x00003c00: 0x00000302, 0x00000000, 0x00000014, 0x00000048
tg3 0000:09:00.0: eth0: 0x00003c10: 0x00000005, 0x00000035, 0x00000000, 0x00000000
tg3 0000:09:00.0: eth0: 0x00003c20: 0x00000005, 0x00000005, 0x00000000, 0x00000000
tg3 0000:09:00.0: eth0: 0x00003c30: 0x00000000, 0x00000000, 0x00000001, 0x1d11d000
tg3 0000:09:00.0: eth0: 0x00003c40: 0x00000000, 0x00000b00, 0x00000000, 0x00000000
tg3 0000:09:00.0: eth0: 0x00004000: 0x00000002, 0x00000000, 0x00022081, 0x001000b0
tg3 0000:09:00.0: eth0: 0x00004010: 0x00860000, 0x00000012, 0x00800400, 0x00840ff2
tg3 0000:09:00.0: eth0: 0x00004020: 0x00000000, 0x00000000, 0x00000010, 0x00000000
tg3 0000:09:00.0: eth0: 0x00004030: 0x00000010, 0x00000030, 0x00000000, 0x00000000
tg3 0000:09:00.0: eth0: 0x00004040: 0x00000000, 0x00000000, 0x00000010, 0x00000000
tg3 0000:09:00.0: eth0: 0x00004050: 0x00000000, 0x00000000, 0x00004040, 0x02001002
tg3 0000:09:00.0: eth0: 0x00004060: 0x00400000, 0x00000000, 0x00000000, 0x00000000
tg3 0000:09:00.0: eth0: 0x00004400: 0x00000006, 0x00000000, 0x00011080, 0x0000df80
tg3 0000:09:00.0: eth0: 0x00004410: 0x00000000, 0x00000010, 0x00000060, 0x00000000
tg3 0000:09:00.0: eth0: 0x00004420: 0x0000003d, 0x00000000, 0x00000000, 0x00000000
tg3 0000:09:00.0: eth0: 0x00004440: 0x00000000, 0x00000000, 0x00000000, 0x00000001
tg3 0000:09:00.0: eth0: 0x00004450: 0x000103be, 0x00000001, 0x00000000, 0x00000000
tg3 0000:09:00.0: eth0: 0x00004800: 0x080303fe, 0x00000010, 0x01000000, 0x00000020
tg3 0000:09:00.0: eth0: 0x00004810: 0x00000011, 0x00000004, 0x00000001, 0x00000004
tg3 0000:09:00.0: eth0: 0x00004820: 0x0f680000, 0x00000000, 0xa0a40f60, 0x18e60080
tg3 0000:09:00.0: eth0: 0x00004830: 0x00000f60, 0x00000010, 0x0000010f, 0x00000000
tg3 0000:09:00.0: eth0: 0x00004840: 0x00000000, 0x00000000, 0x00008000, 0x00080800
tg3 0000:09:00.0: eth0: 0x00004850: 0x08040200, 0x10040000, 0x01000100, 0x00000000
tg3 0000:09:00.0: eth0: 0x00004c00: 0x000003fe, 0x00000000, 0x00000000, 0x00000000
tg3 0000:09:00.0: eth0: 0x00004c10: 0x00000000, 0x00000000, 0x00000006, 0x00000000
tg3 0000:09:00.0: eth0: 0x00004c20: 0x00000000, 0x00000000, 0x00000000, 0x00000006
tg3 0000:09:00.0: eth0: 0x00004c30: 0x00002000, 0x00000000, 0x00000010, 0x00000010
tg3 0000:09:00.0: eth0: 0x00004c40: 0x00000000, 0x1d11d000, 0x00010020, 0x00000020
tg3 0000:09:00.0: eth0: 0x00005000: 0x00009800, 0x80004000, 0x00000000, 0x00000000
tg3 0000:09:00.0: eth0: 0x00005010: 0x00000000, 0x00000000, 0x00000000, 0x00010858
tg3 0000:09:00.0: eth0: 0x00005020: 0xafb10014, 0x00000000, 0x00000000, 0x40000020
tg3 0000:09:00.0: eth0: 0x00005030: 0x00000000, 0x0000001d, 0x00000000, 0x00000000
tg3 0000:09:00.0: eth0: 0x00005040: 0x00000000, 0x00000000, 0x00010e02, 0x00000000
tg3 0000:09:00.0: eth0: 0x00005200: 0x0001ff98, 0x0001ff98, 0x0001ff98, 0x00010858
tg3 0000:09:00.0: eth0: 0x00005210: 0x0001ffb8, 0x0001ff98, 0x00000000, 0x0001ff98
tg3 0000:09:00.0: eth0: 0x00005220: 0x4b657654, 0x00000000, 0x00000000, 0xc0000000
tg3 0000:09:00.0: eth0: 0x00005230: 0xdeaddead, 0x00009800, 0x00000000, 0xc0000000
tg3 0000:09:00.0: eth0: 0x00005240: 0x0001ff98, 0x00010858, 0x00000000, 0x0001ff98
tg3 0000:09:00.0: eth0: 0x00005250: 0x4b657654, 0x00000000, 0xdeaddead, 0x00000000
tg3 0000:09:00.0: eth0: 0x00005260: 0xdeaddead, 0xc0000000, 0x0001ff98, 0xc0000000
tg3 0000:09:00.0: eth0: 0x00005270: 0x00010858, 0x0001ffb8, 0x0001ff98, 0x00000000
tg3 0000:09:00.0: eth0: 0x00005800: 0x00000000, 0x00000001, 0x00000000, 0x00000001
tg3 0000:09:00.0: eth0: 0x00005810: 0x00000000, 0x00000001, 0x00000000, 0x00000001
tg3 0000:09:00.0: eth0: 0x00005820: 0x00000000, 0x00000001, 0x00000000, 0x00000001
tg3 0000:09:00.0: eth0: 0x00005830: 0x00000000, 0x00000001, 0x00000000, 0x00000001
tg3 0000:09:00.0: eth0: 0x00005840: 0x00000000, 0x00000001, 0x00000000, 0x00000001
tg3 0000:09:00.0: eth0: 0x00005850: 0x00000000, 0x00000001, 0x00000000, 0x00000001
tg3 0000:09:00.0: eth0: 0x00005860: 0x00000000, 0x00000001, 0x00000000, 0x000000c8
tg3 0000:09:00.0: eth0: 0x00005870: 0x00000000, 0x00000001, 0x00000000, 0x00000001
tg3 0000:09:00.0: eth0: 0x00005880: 0x00000000, 0x00000000, 0x00000000, 0x00000001
tg3 0000:09:00.0: eth0: 0x00005890: 0x00000000, 0x00000001, 0x00000000, 0x00000001
tg3 0000:09:00.0: eth0: 0x000058a0: 0x00000000, 0x00000001, 0x00000000, 0x00000001
tg3 0000:09:00.0: eth0: 0x000058b0: 0x00000000, 0x00000001, 0x00000000, 0x00000001
tg3 0000:09:00.0: eth0: 0x000058c0: 0x00000000, 0x00000001, 0x00000000, 0x00000001
tg3 0000:09:00.0: eth0: 0x000058d0: 0x00000000, 0x00000001, 0x00000000, 0x00000001
tg3 0000:09:00.0: eth0: 0x000058e0: 0x00000000, 0x00000001, 0x00000000, 0x00000001
tg3 0000:09:00.0: eth0: 0x000058f0: 0x00000000, 0x00000001, 0x00000000, 0x00000001
tg3 0000:09:00.0: eth0: 0x00005900: 0x00000000, 0x00000000, 0x00000000, 0x00000001
tg3 0000:09:00.0: eth0: 0x00005910: 0x00000000, 0x00000001, 0x00000000, 0x00000001
tg3 0000:09:00.0: eth0: 0x00005920: 0x00000000, 0x00000001, 0x00000000, 0x00000001
tg3 0000:09:00.0: eth0: 0x00005930: 0x00000000, 0x00000001, 0x00000000, 0x00000001
tg3 0000:09:00.0: eth0: 0x00005940: 0x00000000, 0x00000001, 0x00000000, 0x00000001
tg3 0000:09:00.0: eth0: 0x00005950: 0x00000000, 0x00000001, 0x00000000, 0x00000001
tg3 0000:09:00.0: eth0: 0x00005960: 0x00000000, 0x00000001, 0x00000000, 0x00000001
tg3 0000:09:00.0: eth0: 0x00005970: 0x00000000, 0x00000001, 0x00000000, 0x00000001
tg3 0000:09:00.0: eth0: 0x00005980: 0x00000000, 0x00000000, 0x00000000, 0x00000001
tg3 0000:09:00.0: eth0: 0x00005990: 0x00000000, 0x00000001, 0x00000000, 0x00000001
tg3 0000:09:00.0: eth0: 0x000059a0: 0x00000000, 0x00000001, 0x00000000, 0x00000001
tg3 0000:09:00.0: eth0: 0x000059b0: 0x00000000, 0x00000001, 0x00000000, 0x00000001
tg3 0000:09:00.0: eth0: 0x000059c0: 0x00000000, 0x00000001, 0x00000000, 0x00000001
tg3 0000:09:00.0: eth0: 0x000059d0: 0x00000000, 0x00000001, 0x00000000, 0x00000001
tg3 0000:09:00.0: eth0: 0x000059e0: 0x00000000, 0x00000001, 0x00000000, 0x00000001
tg3 0000:09:00.0: eth0: 0x000059f0: 0x00000000, 0x00000001, 0x00000000, 0x00000001
tg3 0000:09:00.0: eth0: 0x00005a00: 0x00012001, 0x00000000, 0x00000000, 0x00000000
tg3 0000:09:00.0: eth0: 0x00006000: 0x00000002, 0x00000000, 0x00000000, 0x00000000
tg3 0000:09:00.0: eth0: 0x00006800: 0x04130034, 0x24081082, 0x01000749, 0x002fab5f
tg3 0000:09:00.0: eth0: 0x00006810: 0x83120000, 0xffffffff, 0x00000000, 0x00000000
tg3 0000:09:00.0: eth0: 0x00006830: 0xfffc3ccf, 0xfffc3fff, 0x00000000, 0x00000000
tg3 0000:09:00.0: eth0: 0x00006840: 0x00000004, 0x00000000, 0x00000000, 0x00000000
tg3 0000:09:00.0: eth0: 0x00006890: 0x00000001, 0x8001f000, 0x00000000, 0x00000000
tg3 0000:09:00.0: eth0: 0x00006c00: 0x00000040, 0x00000000, 0x00000000, 0x00000000
tg3 0000:09:00.0: eth0: 0x00006c40: 0x00000000, 0x000f0000, 0x00000000, 0x0000007c
tg3 0000:09:00.0: eth0: 0x00006c50: 0x00000000, 0x00000000, 0x000000ff, 0x00000000
tg3 0000:09:00.0: eth0: 0x00007000: 0x00000108, 0x00000000, 0x00000000, 0x000000c0
tg3 0000:09:00.0: eth0: 0x00007010: 0x0a000064, 0x56008273, 0x00570081, 0x68848353
tg3 0000:09:00.0: eth0: 0x00007020: 0x00000000, 0x00000000, 0xaf000406, 0x00000000
tg3 0000:09:00.0: eth0: 0x00007030: 0x0003e200, 0x00000000, 0x00000000, 0x00000000
tg3 0000:09:00.0: eth0: 0x00007400: 0x00000000, 0x000002aa, 0x00000000, 0x00000000
tg3 0000:09:00.0: eth0: 0: Host status block [00000007:00000004:(0000:0000:0000):(0000:0000)]
tg3 0000:09:00.0: eth0: 0: NAPI info [00000000:00000000:(0000:0000:01ff):0000:(00c8:0000:0000:0000)]
tg3 0000:09:00.0: eth0: Link is up at 100 Mbps, half duplex
tg3 0000:09:00.0: eth0: Flow control is off for TX and off for RX
tg3 0000:09:00.0: eth0: Link is down
tg3 0000:09:00.0: eth0: Link is up at 100 Mbps, half duplex
tg3 0000:09:00.0: eth0: Flow control is off for TX and off for RX
vmbr0: port 1(eth0) entering forwarding state
eth0: no IPv6 routers present
 
Last edited by a moderator:
Hi,
100Mbit half-duplex with fibre?? This sounds not ok - i think this is the reason, why you don't receive any packets.

Perhaps you should try to set the right settings with ethtool, or use one of the bnx2-nics?

Udo
 
Thanks for the replies. I am sorry I have not responded before, did not have the opportunity.

dietmar: I will try to test the pvetest-kernel, but i am having some trouble finding it to be honest, and this page shows the stable instead of the pvetest-config.

ops, my mistake. Will try this now.

udo: I think it is full duplex, just that early in the boot it is half. I tried "mii-tool -v eth0" and it shows full duplex

Nevermind, mii-tool actually shows it IS half duplex, even after i do "mii-tool -F 100baseTx-FD eth0".


Update

I installed the kernel from the pvetest repo, and did a full upgrade. I also installed ethtool while I was at it. I am now able to configure full duplex with this command:
"ethtool -s eth0 autoneg off speed 100 duplex full", however my problem still persists. There is one thing i find odd, and that is the output of "ethtool eth0";

Settings for eth0: Supported ports: [ TP ]
Supported link modes: 10baseT/Half 10baseT/Full
100baseT/Half 100baseT/Full
1000baseT/Half 1000baseT/Full
Supports auto-negotiation: Yes
Advertised link modes: Not reported
Advertised pause frame use: Symmetric
Advertised auto-negotiation: No
Speed: 100Mb/s
Duplex: Full
Port: Twisted Pair
PHYAD: 1
Transceiver: internal
Auto-negotiation: off
MDI-X: off
Supports Wake-on: g
Wake-on: g
Current message level: 0x000000ff (255)
Link detected: yes

Should it not show rx/tx instead of just T?
 
Last edited by a moderator:
Hi Admin,

I experienced the same with Proxmox VE 2.2 and HP Proliant DL360 G7. The proxmox server has no network connectivity to any devices (switch, other nodes). I installed promox in two different Proliant DL360 G7 server but same problem occur.

I wonder if the poster was able to resolve the issue. Please share them there.

Thanks and appreciate any response.
 
Hi Admin

I have the same problem with Proxmox VE 2.2 on HP Proliant DL360 G7 server. The newly installed proxmox don't have any network connectivity in any devices (cisco switch, pc). I installed two instances and I can confirm both have the same problem.

I wonder if the original poster was able to resolve this issue? In case please share them here.

I shall appreciate any help on the matter.

Thanks and have a nice day!
 
Hi,
i hope someone can help. I have installed V2.0.1 and the hostsystem shows correct 1000mb/s but the kvm vms shows only 10mb/s on tap. i cant change it:
ethtool -s tap103i0 autoneg off speed 1000 duplex full
Cannot set new settings: Operation not supported
not setting speed
not setting duplex
not setting autoneg
what can i do?