Dear Proxmox Community,
I just migrated my homelab from esxi6 to proxmox5.
Unfortunately I have got some issues with the network already on the Host itself.
Currently I have two Network Cards attached and the an adapted setup from the wiki.
I have several unprivileged Containers configured, some with UFW configured.
They are currently all off (shutdown). The firewall on the Host is disabled.
On the Host is SMB installed. And it is listening on 192.168.1.40.
When trying to connect to 192.168.1.40:445 I often get an Timeout (SYN send, but no response).
Yesterday it was working shortly, but with I had a lot of package Losts while pinging 192.168.1.40 or "(broken pipe)" with SMB.
Further, I'm not able to get a stable network connection from the host to the internet.
Running apt-get update often does not work (timeout) or does not even resolve the networkadress: "
Temporärer Fehlschlag beim Auflösen von »download.proxmox.com«"
When looking at ip addr show:
I just realized that "lo" is in state UNKNOWN. Is it possible that my network card is not fully supported? Or am I missing something?
Intel OnbordCard:
00:19.0 Ethernet controller: Intel Corporation Ethernet Connection (2) I218-V (rev 05)
Thanks and Kind Regards,
Tahala
I just migrated my homelab from esxi6 to proxmox5.
Unfortunately I have got some issues with the network already on the Host itself.
Currently I have two Network Cards attached and the an adapted setup from the wiki.
Code:
auto lo
iface lo inet loopback
auto enp0s25 inet manual
auto vmbr0
iface vmbr0 inet static
address 192.168.1.252
netmask 255.255.255.0
gateway 192.168.1.254
bridge_ports enp0s25
bridge_stp off
bridge_fd 0
#Bridge for VM/CT
iface vmbr0 inet6 static
address fd86:xx:x:x:xxx:ff:fe:xx
netmask 48
iface enp3s0 inet manual
auto vmbr1
iface vmbr1 inet static
address 192.168.1.40
netmask 255.255.255.0
gateway 192.168.1.254
bridge_ports enp3s0
bridge_stp off
bridge_fd 0
#Bridge for VM/CT
iface vmbr1 inet6 static
address fd86:xx:x::xx
netmask 48
I have several unprivileged Containers configured, some with UFW configured.
They are currently all off (shutdown). The firewall on the Host is disabled.
On the Host is SMB installed. And it is listening on 192.168.1.40.
When trying to connect to 192.168.1.40:445 I often get an Timeout (SYN send, but no response).
Yesterday it was working shortly, but with I had a lot of package Losts while pinging 192.168.1.40 or "(broken pipe)" with SMB.
Further, I'm not able to get a stable network connection from the host to the internet.
Running apt-get update often does not work (timeout) or does not even resolve the networkadress: "
Temporärer Fehlschlag beim Auflösen von »download.proxmox.com«"
Code:
ip route
default via 192.168.1.254 dev vmbr0 onlink
192.168.42.0/24 dev enp0s25 proto kernel scope link src 192.168.1.40
192.168.42.0/24 dev vmbr0 proto kernel scope link src 192.168.1.252
When looking at ip addr show:
Code:
ip addr show
1: lo: <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
valid_lft forever preferred_lft forever
2: enp0s25: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc pfifo_fast master vmbr0 state UP group default qlen 1000
link/ether d0:50:99:xx:xx:xx brd ff:ff:ff:ff:ff:ff
inet 192.168.1.40/24 brd 192.168.1.255 scope global enp0s25
valid_lft forever preferred_lft forever
3: vmbr0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc noqueue state UP group default qlen 1000
link/ether d0:50:99:x:x:x brd ff:ff:ff:ff:ff:ff
inet 192.168.1.252/24 brd 192.168.1.255 scope global vmbr0
valid_lft forever preferred_lft forever
I just realized that "lo" is in state UNKNOWN. Is it possible that my network card is not fully supported? Or am I missing something?
Intel OnbordCard:
00:19.0 Ethernet controller: Intel Corporation Ethernet Connection (2) I218-V (rev 05)
Thanks and Kind Regards,
Tahala
Last edited: