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
 

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!