Gang,... I'm using Proxmox 1.9 with Kernel 2.6.32.
The VM Server is running fine and can update/upgrade just fine.
I went to update/upgrade some VM's and none of them can reach the public internet.
(They do work privately though).
Here's my two configs ( one is the sever, the other a VM ).
Btw, .254 is my gateway/router to the outside world.
Any ideas why my VM's can't see the public side of the internet ???
Thanks!
michael
[VM Server]
/etc/network/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
[Virtual Machine]
/etc/network/interfaces
# The loopback network interface
auto lo
iface lo inet loopback
# The primary network interface
auto eth0
iface eth0 inet static
address 192.168.1.161
netmask 255.255.255.0
gateway 192.168.1.254
The VM Server is running fine and can update/upgrade just fine.
I went to update/upgrade some VM's and none of them can reach the public internet.
(They do work privately though).
Here's my two configs ( one is the sever, the other a VM ).
Btw, .254 is my gateway/router to the outside world.
Any ideas why my VM's can't see the public side of the internet ???
Thanks!
michael
[VM Server]
/etc/network/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
[Virtual Machine]
/etc/network/interfaces
# The loopback network interface
auto lo
iface lo inet loopback
# The primary network interface
auto eth0
iface eth0 inet static
address 192.168.1.161
netmask 255.255.255.0
gateway 192.168.1.254