Hi,
I recently installed proxmox but can't get the ethernet connection to work (can't ping anything). Proxmox is new to me and thus it's possible that I've missed something obvious. I've read through a multitude of posts and tried various things that have worked for others. I've also tried to connect to different routers, testing with different cables but that didn't solve the issue. I've included some information that has been requested in other posts. Hopefully you guys might have some suggestions.
pveversion -v
/etc/network/interfaces
lspci -v
dmesg | grep -E "enp7s1|eth0"
ethtool enp7s1
I recently installed proxmox but can't get the ethernet connection to work (can't ping anything). Proxmox is new to me and thus it's possible that I've missed something obvious. I've read through a multitude of posts and tried various things that have worked for others. I've also tried to connect to different routers, testing with different cables but that didn't solve the issue. I've included some information that has been requested in other posts. Hopefully you guys might have some suggestions.
pveversion -v
Code:
proxmox-ve: 5.4-1 (running kernel: 4.15.18-12-pve)
pve-manager: 5.4-3 (running version: 5.4-3/0a6eaa62)
pve-kernel-4.15: 5.3-3
pve-kernel-4.15.18-12-pve: 4.15.18-35
corosync: 2.4.4-pve1
criu: 2.11.1-1~bpo90
glusterfs-client: 3.8.8-1
ksm-control-daemon: 1.2-2
libjs-extjs: 6.0.1-2
libpve-access-control: 5.1-8
libpve-apiclient-perl: 2.0-5
libpve-common-perl: 5.0-50
libpve-guest-common-perl: 2.0-20
libpve-http-server-perl: 2.0-13
libpve-storage-perl: 5.0-41
libqb0: 1.0.3-1~bpo9
lvm2: 2.02.168-pve6
lxc-pve: 3.1.0-3
lxcfs: 3.0.3-pve1
novnc-pve: 1.0.0-3
proxmox-widget-toolkit: 1.0-25
pve-cluster: 5.0-36
pve-container: 2.0-37
pve-docs: 5.4-2
pve-edk2-firmware: 1.20190312-1
pve-firewall: 3.0-19
pve-firmware: 2.0-6
pve-ha-manager: 2.0-9
pve-i18n: 1.1-4
pve-libspice-server1: 0.14.1-2
pve-qemu-kvm: 2.12.1-3
pve-xtermjs: 3.12.0-1
qemu-server: 5.0-50
smartmontools: 6.5+svn4324-1
spiceterm: 3.0-5
vncterm: 1.5-3
zfsutils-linux: 0.7.13-pve1~bpo2[/B]
/etc/network/interfaces
Code:
auto lo
iface lo inet loopback
iface enp7s1 inet manual
auto vmbr0
iface vmbr0 inet static
address 192.168.1.50
netmask 255.255.255.0
gateway 192.168.1.1
bridge_ports enp7s1
bridge_stp off
bridge_fd 0
lspci -v
Code:
07:01.0 Ethernet controller: Realtek Semiconductor Co., Ltd. RTL-8110SC/8169SC Gigabit Ethernet (rev 10)
Subsystem: ASUSTeK Computer Inc. RTL-8110SC/8169SC Gigabit Ethernet
Flags: bus master, 66MHz, medium devsel, latency 64, IRQ 19
I/O ports at e800 [size=256]
Memory at fbeffc00 (32-bit, non-prefetchable) [size=256]
Expansion ROM at fbec0000 [disabled] [size=128K]
Capabilities: [dc] Power Management version 2
Capabilities: [60] Vital Product Data
Kernel driver in use: r8169
Kernel modules: r8169
dmesg | grep -E "enp7s1|eth0"
Code:
[ 1.066199] r8169 0000:07:01.0 eth0: RTL8169sc/8110sc at 0x (ptrval), bc:ae:c5:19:eb:d1, XID 18000000 IRQ 19
[ 1.066201] r8169 0000:07:01.0 eth0: jumbo features [frames: 7152 bytes, tx checksumming: ok]
[ 1.108808] r8169 0000:07:01.0 enp7s1: renamed from eth0
[ 10.638316] vmbr0: port 1(enp7s1) entered blocking state
[ 10.638319] vmbr0: port 1(enp7s1) entered disabled state
[ 10.638399] device enp7s1 entered promiscuous mode
[ 10.680076] r8169 0000:07:01.0 enp7s1: link down
[ 10.680089] r8169 0000:07:01.0 enp7s1: link down
ethtool enp7s1
Code:
Settings for enp7s1:
Supported ports: [ TP MII ]
Supported link modes: 10baseT/Half 10baseT/Full
100baseT/Half 100baseT/Full
1000baseT/Half 1000baseT/Full
Supported pause frame use: No
Supports auto-negotiation: Yes
Advertised link modes: 10baseT/Half 10baseT/Full
100baseT/Half 100baseT/Full
1000baseT/Half 1000baseT/Full
Advertised pause frame use: Symmetric Receive-only
Advertised auto-negotiation: Yes
Speed: 10Mb/s
Duplex: Half
Port: MII
PHYAD: 0
Transceiver: internal
Auto-negotiation: on
Supports Wake-on: pumbg
Wake-on: g
Current message level: 0x00000033 (51)
drv probe ifdown ifup
Link detected: no[/B]