Problem with network configuration

warinthestars

New Member
Sep 6, 2015
11
0
1
So I installed the latest version on a Lenovo Thinkcentre m71e, and while booting, my network switch is showing activity, however when Proxmox loads, the activity light goes out and it's like the interface has been shut off. I have found no other help searching online.

When I do netstat -i it shows eth0 and it's MAC address but nothing attached to it.

What do I need to do to get it to work?
 
Hi,
please send the output of

Code:
cat /etc/network/interfaces

and
Code:
ls -l /sys/class/net/
 
Sorry about the formating, but here is the output

Code:
ls -l /sys/class/net/

lrwxrwxrwx 1 root root setp 8 eth0 -> ../..devices/pci0000:00/0000:00:1c.5/0000:03:00.0/net/eth0
lrwxrwxrwx 1 root root setp 8 lo -> ../..devices/virtual/net/lo
lrwxrwxrwx 1 root root setp 8 venet0 -> ../..devices/virtual/net/venet0
lrwxrwxrwx 1 root root setp 8 vmbr0 -> ../..devices/virtual/net/vmbr0


Code: cat /etc/network/interfacesauto lo
iface lo inet loopback
iface eth0 inet manual

auto vmbr0
iface vmbr0 inet static
address 192.168.10.2
netmask 255.255.255.0
gateway 192.168.10.1
bridge_ports eth0
bridge_stp off
bridge_fd 0