G
gatamah
Guest
I have just installed proxmox. I have one network interface and I am trying to set up public IPs as below. I would like to be able to assign public ips to the guests.
I have set-up two containers XX.XX.XX.163 and XX.XX.XX.164. They can reach each other but cannot go past the host. Have i missed something?auto lo
iface lo inet loopback
auto vmbr0
iface vmbr0 inet static
address XX.XX.XX.162
netmask 255.255.255.248
gateway XX.XX.XX.161
bridge_ports eth0
bridge_stp off
bridge_fd 0