No Network Connectivity on Fresh Install of 3.0 on a PowerEdge 2950

fluffy

New Member
Jul 26, 2013
3
0
1
I've got a Gen2 PowerEdge 2950, 16 gigs of ram, 2 quad-core xeons. A single raid 1+0 volume for /

The install process works fine. I enter in all of my network information (the connection works fine. It's an access port to a VLan. DHCP also work fine on this port [tested with a live cd])

Upon boot up, I can't ping my gateway or any other hosts in the network as I could do from the liveCD. Nothing can ping the Proxmox box either.

ifconfig -a lists lo, eth0, eth1, vmnet, vmbr0
cat /proc/dev/net shows the same, with metrics that you'd expect to see for devices that never find their network. eth0 = gb1, eth1 = gb2 (both built in ports. I have no other NICs in this system)

I've verified all of the network settings, too, and everything appears to be fine.

Suggestions?
 
Hey Spirit,

My first thought was the driver thing, but given that it sees both nics, I'm inclined to say it's not the bnx2 issue.
My /etc/network/config is the default created during install

Code:
auto lo
iface lo inet loopback

auto vmbr0
iface vmbr0 inet static
    address 172.16.64.11
    netmask 255.255.255.0
    gateway 172.16.64.1
    bridge_ports eth0
    bridge_stp off
    bridge_fd 0

As an aside, when I restart networking, I get the following series of errors...
Reconfiguring network interfaces...
Waiting for vmbr0 to get ready (MAXWAIT is 2 seconds).
grep: unrecognized option --all
{{ std. grep usage output }}

Nowhere in /etc/init.d/networking is grep even used.
 
Added in an Intel nic. Changed the pridge_ports to eth2 and magic happend. Looks like it's still a driver incompatibility :S
 

About

The Proxmox community has been around for many years and offers help and support for Proxmox VE, Proxmox Backup Server, and Proxmox Mail Gateway.
We think our community is one of the best thanks to people like you!

Get your subscription!

The Proxmox team works very hard to make sure you are running the best software and getting stable updates and security enhancements, as well as quick enterprise support. Tens of thousands of happy customers have a Proxmox subscription. Get yours easily in our online shop.

Buy now!