Hi everyone,
I've just installed Proxmox on an old laptop without any particular expectation or need, just to fiddle with it.
My problem is that the Ethernet connection doesn't work. I searched a bit on this forum and apparently it's something that happens frequently, but I tried all the options and none worked.
Important: my router IP is 192.168.1.254, so I tought I had to edit /etc/network/interfaces with this IP (before was like 192.168.1.1). I'm sorry but I'm just learning and I don't understand networks so well yet.
Anyway, I hope there's someone that can help me. Here's something that may be useful to understand the problem.
Thanks in advance.
I've just installed Proxmox on an old laptop without any particular expectation or need, just to fiddle with it.
My problem is that the Ethernet connection doesn't work. I searched a bit on this forum and apparently it's something that happens frequently, but I tried all the options and none worked.
Important: my router IP is 192.168.1.254, so I tought I had to edit /etc/network/interfaces with this IP (before was like 192.168.1.1). I'm sorry but I'm just learning and I don't understand networks so well yet.
Anyway, I hope there's someone that can help me. Here's something that may be useful to understand the problem.
cat /etc/network/interface
output:
Bash:
auto lo
iface lo inet loopback
iface eth0 inet manual
auto vmbr0
iface vmbr0 inet static
address 192.168.1.250/24
gateway 192.168.100.251
bridge-ports etho
bridge-stp off
bridge-fd 0
iface wlp16s0 inet manual
source /etc/network/interfaces.d/*
ip a
output:
Bash:
1: 10: <LOOPBACK, UP, LOWER_UP> mtu 65536 qdisc noqueue state UNKNOWN group default qlen 1000
link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00
Inet 127.0.0.1/8 scope host lo
valid_lft forever preferred_lft forever
inet6:: 1/128 scope host noprefixroute
valid_lft forever preferred_lft forever
2: ethe: <BROADCAST, MULTICAST, UP, LOWER_UP> mtu 1500 qdisc pfifo_fast master vmbre state UP group default qlen 1000
link/ether 00:17:08:41:48:6b brd ffffffffffff
3: wlp16s0: <BROADCAST, MULTICAST> mtu 1500 qdisc noop state DOWN group default qlen 1000
link/ether 00:18:de:a2:6d:03 brd ffffffffffff
4: vmbre: <BROADCAST, MULTICAST, UP, LOWER_UP> mtu 1580 qdisc noqueue state UP group default qlen 1000
link/ether 00:17:08:41:48:6b brd ffffffffffff
inet 192.168.1.250/24 scope global vmbre
valid_lft forever preferred_lft forever
inet6 fe80::217:8ff:fe41:4a6b/64 scope link
valid_lft forever preferred_lft forever
lspci | grep 'Ethernet'
output:
Bash:
02:08.0 Ethernet controller: Broadcom Inc. and subsidiaries BCM4401-B0 100Base-TX (rev 02)
Thanks in advance.
Last edited: