VMs without any internet acces

acognard

New Member
Apr 15, 2025
2
0
1
Hi all, i am facing an issue while installing a new Proxmox environnement under Oracle VirtualBox on my computer. Router is a french FreeBox, having defautl IP set to 192.168.0.254
  • from Proxmox
Code:
root@proxmox-dev:~# ping -c 2 1.1.1.1
PING 1.1.1.1 (1.1.1.1) 56(84) bytes of data.
64 bytes from 1.1.1.1: icmp_seq=1 ttl=57 time=12.9 ms
64 bytes from 1.1.1.1: icmp_seq=2 ttl=57 time=12.7 ms

--- 1.1.1.1 ping statistics ---
2 packets transmitted, 2 received, 0% packet loss, time 1006ms
rtt min/avg/max/mdev = 12.746/12.815/12.884/0.069 ms
root@proxmox-dev:~# ping -c 2 google.com
PING google.com (142.250.75.238) 56(84) bytes of data.
64 bytes from par10s41-in-f14.1e100.net (142.250.75.238): icmp_seq=1 ttl=117 time=12.5 ms
64 bytes from par10s41-in-f14.1e100.net (142.250.75.238): icmp_seq=2 ttl=117 time=13.1 ms

--- google.com ping statistics ---
2 packets transmitted, 2 received, 0% packet loss, time 1002ms
rtt min/avg/max/mdev = 12.500/12.788/13.077/0.288 ms
root@proxmox-dev:~# ip route
default via 192.168.0.254 dev vmbr0 proto kernel onlink
192.168.0.0/24 dev vmbr0 proto kernel scope link src 192.168.0.145

  • but on a new VM Debian
1744715230836.png

I triyed many different configurations, but no way.

Hope someone here would be able to help me.
Thank you in advance for your time !
Arnaud
 
So, if I understand your issue, your proxmox server is a virtualbox vm, and the proxmox server has an internet connection, but the vms you create in your virtualized proxmox instance do not have an internet connection. IS that accurate?