good afternoon
I changed the IP of proxmox and now I have no internet. Although if I have in the VMs.
I detail my configuration
ping to my gateway
Ping to Google
as additional data I attach the photo where you can see that the ping goes out for the internet but does not return.
I hope you can help me. or guide me how to follow the troubleshooting
Thank you very much for your time.
I changed the IP of proxmox and now I have no internet. Although if I have in the VMs.
I detail my configuration
Code:
/etc/network/interfaces
auto lo
iface lo inet loopback
iface enp3s0 inet manual
auto vmbr0
iface vmbr0 inet static
address 10.15.150.7
netmask 255.255.255.0
gateway 10.15.150.254
bridge-ports enp3s0
bridge-stp off
bridge-fd 0
Code:
/etc/hosts
127.0.0.1 localhost.localdomain localhost
10.15.150.7 polovrt.srv polovrt
# 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
Code:
ip route
default via 10.15.150.254 dev vmbr0 onlink
10.15.150.0/24 dev vmbr0 proto kernel scope link src 10.15.150.7
ping to my gateway
Code:
ping 10.15.150.254
PING 10.15.150.254 (10.15.150.254) 56(84) bytes of data.
64 bytes from 10.15.150.254: icmp_seq=1 ttl=64 time=0.322 ms
64 bytes from 10.15.150.254: icmp_seq=2 ttl=64 time=0.248 ms
64 bytes from 10.15.150.254: icmp_seq=3 ttl=64 time=0.204 ms
64 bytes from 10.15.150.254: icmp_seq=4 ttl=64 time=0.260 ms
64 bytes from 10.15.150.254: icmp_seq=5 ttl=64 time=0.255 ms
Ping to Google
Code:
ping 8.8.8.8
PING 8.8.8.8 (8.8.8.8) 56(84) bytes of data.
^C
--- 8.8.8.8 ping statistics ---
8 packets transmitted, 0 received, 100% packet loss, time 153ms
as additional data I attach the photo where you can see that the ping goes out for the internet but does not return.
I hope you can help me. or guide me how to follow the troubleshooting
Thank you very much for your time.