Setup Proxmox on a dedicated server with the default bridged networking. Launched a CentOS container, can update packages and use it normally with the GUI shell, but I cannot connect to the container with the IP address I assigned it. Made sure the firewall's were off for testing, rebooted a couple times. I just don't know what I'm doing wrong.
My node's "/etc/network/interfaces"
My container settings
What my host provided
My node's "/etc/network/interfaces"
Code:
auto lo
iface lo inet loopback
iface enp4s0 inet manual
iface enp5s0 inet manual
auto vmbr0
iface vmbr0 inet static
address x.x.x.234
netmask 255.255.255.248
gateway x.x.x.233
bridge-ports enp4s0
bridge-stp off
bridge-fd 0
Code:
Name: eth0
Bridge: vmbr0
VLAN Tag: no VLAN
Firewall: Off
IPv4: Static
IPv4/CIDR: x.x.x.235/32
Gateway: x.x.x.233
Code:
Netmask : 255.255.255.248
Gateway : x.x.x.233
IP Address :
- x.x.x.234
- x.x.x.235
- x.x.x.236
- x.x.x.237
DNS Servers (Resolver Only): x.x.x.2, x.x.x.10