Hi there,
I'm having some issues with a container that I've setup on my Proxmox VE 4.1 installation.
I can access the internet from my container but when I try to access the container from the outside (via it's public IP) it hits the host node running Proxmox and not the container.
The Proxmox host is running Debian Jessie with Proxmox 4.1.
The interface file from my host node is:
and from my container:
Not sure if this is all the info you need. Hope someone can lend a hand
Also - I'm not with OVH or other providers that issue virtual MACs for their IPs. I'm with DataShack.
Thanks,
Andrew
I'm having some issues with a container that I've setup on my Proxmox VE 4.1 installation.
I can access the internet from my container but when I try to access the container from the outside (via it's public IP) it hits the host node running Proxmox and not the container.
The Proxmox host is running Debian Jessie with Proxmox 4.1.
The interface file from my host node is:
Code:
auto lo
iface lo inet loopback
allow-hotplug eth0
iface eth0 inet manual
broadcast XX.XX.XX.167
network XX.XX.XX.160
dns-nameservers 127.0.0.1
dns-search X
# dns-* options are implemented by the resolvconf package, if installed
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
and from my container:
Code:
auto lo
iface lo inet loopback
auto eth0
iface eth0 inet static
address XX.XX.XX.163
netmask 255.255.255.248
gateway XX.XX.XX.161
Not sure if this is all the info you need. Hope someone can lend a hand
Also - I'm not with OVH or other providers that issue virtual MACs for their IPs. I'm with DataShack.
Thanks,
Andrew
Last edited: