Hi,
I am running proxmox version 4, on debian 8.
we are running a one to one NAT e.g public > internal ip behind a cisco firewall
The host /etc/network/interface looks like this.
auto lo
iface lo inet loopback
auto vmbr0
iface vmbr0 inet static
address 192.168.23.229
netmask 255.255.255.128
gateway 192.168.23.129
bridge_ports eth0
bridge_stp off
bridge_fd 0
dns-nameservers 81.201.138.244 80.244.179.244 94.229.163.244
which works fine etc.
Now I've made a new pct (debian8) and set the ip addresses.
via the gui, which is 192.168.23.208 gw 192.168.23.199 bridge set to vmbr0
but this doesn't reflect in the /etc/network/interfaces file, see below.
root@localhost:~# cat /etc/network/interfaces
auto lo
iface lo inet loopback
I've seen a post about centos causing the above issue, but not seen anything within debian.
Does any one have some ideas? what could be causing this.
Or what the network file should look like if i manually set this.
I am running proxmox version 4, on debian 8.
we are running a one to one NAT e.g public > internal ip behind a cisco firewall
The host /etc/network/interface looks like this.
auto lo
iface lo inet loopback
auto vmbr0
iface vmbr0 inet static
address 192.168.23.229
netmask 255.255.255.128
gateway 192.168.23.129
bridge_ports eth0
bridge_stp off
bridge_fd 0
dns-nameservers 81.201.138.244 80.244.179.244 94.229.163.244
which works fine etc.
Now I've made a new pct (debian8) and set the ip addresses.
via the gui, which is 192.168.23.208 gw 192.168.23.199 bridge set to vmbr0
but this doesn't reflect in the /etc/network/interfaces file, see below.
root@localhost:~# cat /etc/network/interfaces
auto lo
iface lo inet loopback
I've seen a post about centos causing the above issue, but not seen anything within debian.
Does any one have some ideas? what could be causing this.
Or what the network file should look like if i manually set this.