Hi
Thank you very much in advance for any assistance.
I have added a freshly installed Proxmox node (Lenovo M92P with updated BIOS) into a cluster with my existing machine (Existing machine: 192.168.1.200 - Gateway 192.168.1.1)
Both nodes can ping eachother and the rest of the LAN without any issue whatsoever. The first (oldest) node can also access the internet without any issue and retrieve updates and ping web addresses
The second node, whilst can see and connect to the LAN with ease, has very sketchy internet access, will not resolve DNS (so cannot update) and on a ping to a web address will get about 90-95% failure
It is worth noting that I have created a Debian VM on the node and I can ping the internet and have web access via the GNOME desktop
Node 2
ip a
/etc/hosts
/etc/resolv.conf
/etc/network/interfaces
traceroute
ping IP external address
ping IP internal address (of node 1)
apt update
Thank you very much in advance for any assistance.
I have added a freshly installed Proxmox node (Lenovo M92P with updated BIOS) into a cluster with my existing machine (Existing machine: 192.168.1.200 - Gateway 192.168.1.1)
Both nodes can ping eachother and the rest of the LAN without any issue whatsoever. The first (oldest) node can also access the internet without any issue and retrieve updates and ping web addresses
The second node, whilst can see and connect to the LAN with ease, has very sketchy internet access, will not resolve DNS (so cannot update) and on a ping to a web address will get about 90-95% failure
It is worth noting that I have created a Debian VM on the node and I can ping the internet and have web access via the GNOME desktop
Node 2
ip a
Code:
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: eno1: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc pfifo_fast master vmbr0 state UP group default qlen 1000
link/ether 00:23:24:48:6d:01 brd ff:ff:ff:ff:ff:ff
altname enp0s25
3: wlp2s0: <BROADCAST,MULTICAST> mtu 1500 qdisc noop state DOWN group default qlen 1000
link/ether 60:6c:66:2d:66:67 brd ff:ff:ff:ff:ff:ff
4: vmbr0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc noqueue state UP group default qlen 1000
link/ether 00:23:24:48:6d:01 brd ff:ff:ff:ff:ff:ff
inet 192.168.1.201/24 scope global vmbr0
valid_lft forever preferred_lft forever
inet6 fe80::223:24ff:fe48:6d01/64 scope link
valid_lft forever preferred_lft forever
/etc/hosts
Code:
127.0.0.1 localhost.localdomain localhost
192.168.1.201 pve2.household.local pve2
# The following lines are desirable for IPv6 capable hosts
::1 ip6-localhost ip6-loopback
fe00::0 ip6-localnet
ff00::0 ip6-mcastprefix
ff02::1 ip6-allnodes
ff02::2 ip6-allrouters
ff02::3 ip6-allhosts
/etc/resolv.conf
Code:
search household.local
nameserver 8.8.8.8
nameserver 1.1.1.1
/etc/network/interfaces
Code:
auto lo
iface lo inet loopback
iface eno1 inet manual
auto vmbr0
iface vmbr0 inet static
address 192.168.1.201/24
gateway 192.168.1.1
bridge-ports eno1
bridge-stp off
bridge-fd 0
traceroute
Code:
root@pve2:~# traceroute google.com
google.com: Temporary failure in name resolution
Cannot handle "host" cmdline arg `google.com' on position 1 (argc 1)
ping IP external address
Code:
root@pve2:~# ping 8.8.8.8
PING 8.8.8.8 (8.8.8.8) 56(124) bytes of data.
^C
--- 8.8.8.8 ping statistics ---
95 packets transmitted, 0 received, 100% packet loss, time 96256ms
ping IP internal address (of node 1)
Code:
root@pve2:~# ping 192.168.1.200
PING 192.168.1.200 (192.168.1.200) 56(84) bytes of data.
64 bytes from 192.168.1.200: icmp_seq=1 ttl=64 time=0.188 ms
64 bytes from 192.168.1.200: icmp_seq=2 ttl=64 time=0.423 ms
64 bytes from 192.168.1.200: icmp_seq=3 ttl=64 time=0.434 ms
64 bytes from 192.168.1.200: icmp_seq=4 ttl=64 time=0.420 ms
apt update
Code:
root@pve2:~# apt update
Err:1 https://enterprise.proxmox.com/debian/pve bullseye InRelease
Temporary failure resolving 'enterprise.proxmox.com'
Err:2 http://ftp.uk.debian.org/debian bullseye InRelease
Temporary failure resolving 'ftp.uk.debian.org'
Err:3 http://security.debian.org bullseye-security InRelease
Temporary failure resolving 'security.debian.org'
Err:4 http://ftp.uk.debian.org/debian bullseye-updates InRelease
Temporary failure resolving 'ftp.uk.debian.org'
Reading package lists... Done
Building dependency tree... Done
Reading state information... Done
All packages are up to date.
W: Failed to fetch http://ftp.uk.debian.org/debian/dists/bullseye/InRelease Temporary failure resolving 'ftp.uk.debian.org'
W: Failed to fetch http://ftp.uk.debian.org/debian/dists/bullseye-updates/InRelease Temporary failure resolving 'ftp.uk.debian.org'
W: Failed to fetch http://security.debian.org/dists/bullseye-security/InRelease Temporary failure resolving 'security.debian.org'
W: Failed to fetch https://enterprise.proxmox.com/debian/pve/dists/bullseye/InRelease Temporary failure resolving 'enterprise.proxmox.com'
W: Some index files failed to download. They have been ignored, or old ones used instead.
Last edited: