Hello,
i got an issue
so i change my FAI, and i change on the file :
nano /etc/network/interfaces my gateaway to the new gateway so i got this :
ok so now i reboot my proxmox
and i can ping and resolv google with shell PROXMOX :
Ok so on proxmox i got this :
and the DNS :
ok so now on my VM machine is a debian :
i got this hardware :
and my /etc/network/interfaces is this :
and i can't connect on ping google and nslookup not working
can u know how to fix this problem please ?
i can't understnad why my vm can 't connect to the network
thanks all
Edit :
i got more information
on my vm, i can ping my gateway :
but not ip from internet :
i got an issue
so i change my FAI, and i change on the file :
nano /etc/network/interfaces my gateaway to the new gateway so i got this :
Bash:
auto lo
iface lo inet loopback
iface enp2s0 inet manual
auto vmbr0
iface vmbr0 inet static
address 192.168.1.10/24
gateway 192.168.1.1
bridge_ports enp2s0
bridge_stp off
bridge_fd 0
ok so now i reboot my proxmox
and i can ping and resolv google with shell PROXMOX :
Bash:
root@proxmox:~# ping google.fr
PING google.fr (142.250.74.227) 56(84) bytes of data.
64 bytes from par10s40-in-f3.1e100.net (142.250.74.227): icmp_seq=1 ttl=114 time=15.9 ms
64 bytes from par10s40-in-f3.1e100.net (142.250.74.227): icmp_seq=2 ttl=114 time=14.9 ms
64 bytes from par10s40-in-f3.1e100.net (142.250.74.227): icmp_seq=3 ttl=114 time=14.4 ms
64 bytes from par10s40-in-f3.1e100.net (142.250.74.227): icmp_seq=4 ttl=114 time=14.4 ms
^C
--- google.fr ping statistics ---
4 packets transmitted, 4 received, 0% packet loss, time 7ms
rtt min/avg/max/mdev = 14.366/14.884/15.851/0.604 ms
root@proxmox:~# nslookup google.fr
Server: 1.1.1.1
Address: 1.1.1.1#53
Non-authoritative answer:
Name: google.fr
Address: 142.250.75.227
Name: google.fr
Address: 2a00:1450:4007:811::2003
Ok so on proxmox i got this :
and the DNS :
ok so now on my VM machine is a debian :
i got this hardware :
and my /etc/network/interfaces is this :
and i can't connect on ping google and nslookup not working
can u know how to fix this problem please ?
i can't understnad why my vm can 't connect to the network
thanks all
Edit :
i got more information
on my vm, i can ping my gateway :
but not ip from internet :
Last edited: