Good Day everyone,
So i have been having this issue a while now, never bothered to fix it but it's starting to cause an issue now.
So as the title says I cant ping google this is what happens when I try.
Reason why I never bothered was simple I have a single ubuntu server which works fine and can ping google.com
the proxmox Server itself can ping static ip's.. This also means I have never updated it, however this is a relatively new set up, Im on 7.2-3
This is my hosts file, also my ISP does use some NAT as by default I have an IPV6 address (Im not very good at networking, I think what I said just now makes sense)
This is my interfaces file
Any help would be greatly appreciated.
So i have been having this issue a while now, never bothered to fix it but it's starting to cause an issue now.
So as the title says I cant ping google this is what happens when I try.
Code:
root@section5p:~# ping google.com
ping: socket: Address family not supported by protocol
PING google.com (172.217.2.206) 56(84) bytes of data.
^C
--- google.com ping statistics ---
3 packets transmitted, 0 received, 100% packet loss, time 2038ms
Reason why I never bothered was simple I have a single ubuntu server which works fine and can ping google.com
the proxmox Server itself can ping static ip's.. This also means I have never updated it, however this is a relatively new set up, Im on 7.2-3
This is my hosts file, also my ISP does use some NAT as by default I have an IPV6 address (Im not very good at networking, I think what I said just now makes sense)
Code:
root@section5p://etc# cat hosts
127.0.0.1 localhost.localdomain localhost
192.168.100.5 proxmox.local section5p
# 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
This is my interfaces file
Code:
root@section5p://etc/network# cat interfaces
auto lo
iface lo inet loopback
auto enp5s0
iface enp5s0 inet manual
auto vmbr0
iface vmbr0 inet static
address 192.168.100.5/24
gateway 192.168.100.1
bridge-ports enp5s0
bridge-stp off
bridge-fd 0
dns-nameservers 1.1.1.1 1.0.0.1 8.8.8.8 8.8.4.4
Any help would be greatly appreciated.
Last edited: