Martin,...
How did you fix the networking problem ?
My VM server in proxmox (1.9) works fine. It can get out to the internet etc... but my vm machines can't see the public internet.
VM Server /etc/networking/interfaces
auto lo
iface lo inet loopback
auto vmbr0
iface vmbr0 inet static
address 192.168.1.123
netmask 255.255.255.0
gateway 192.168.1.254
bridge_ports eth0
bridge_stp off
bridge_fd 0
VM Machine(s) look like this:
auto lo
iface lo inet loopback
auto eth0
iface eth0 inet static
address 192.168.1.161
netmask 255.255.255.0
gateway 192.168.1.254
So there's nothing fancy, and it all works from a private networking point of view,... I just can't get my VM machines to get out to the internet.
thanks!
michael
How did you fix the networking problem ?
My VM server in proxmox (1.9) works fine. It can get out to the internet etc... but my vm machines can't see the public internet.
VM Server /etc/networking/interfaces
auto lo
iface lo inet loopback
auto vmbr0
iface vmbr0 inet static
address 192.168.1.123
netmask 255.255.255.0
gateway 192.168.1.254
bridge_ports eth0
bridge_stp off
bridge_fd 0
VM Machine(s) look like this:
auto lo
iface lo inet loopback
auto eth0
iface eth0 inet static
address 192.168.1.161
netmask 255.255.255.0
gateway 192.168.1.254
So there's nothing fancy, and it all works from a private networking point of view,... I just can't get my VM machines to get out to the internet.
thanks!
michael