Is it possible to use public IPs on CTs without port forwarding? With VMs it is very straight forward. My CT machines cannot go through any kind of NAT.
Thanks.
Thanks.
Hi,Is it possible to use public IPs on CTs without port forwarding? With VMs it is very straight forward. My CT machines cannot go through any kind of NAT.
Thanks.
...
When I create a CT in Bridged mode from a Debian Wheezy Template and put the next public IP into the Network tab it creates /interfaces and says not to edit.
...
# grep NETIF /etc/pve/openvz/100.conf
NETIF="ifname=eth0,mac=CA:7D:8A:13:29:D9,host_ifname=veth100.0,host_mac=DE:7E:14:10:63:1C,bridge=vmbr0"
# vzctl exec 100 cat /etc/network/interfaces
auto lo
iface lo inet loopback
auto eth0
iface eth0 inet static
address 192.168.100.15
netmask 255.255.255.0
gateway 192.168.100.1
# tcpdump -i vmbr0 host IP.of.CT.x
Hi,Thaks, Udo.
...
iface venet0 inet manual
...