Hello guys i tried to bring up my networking, but i got some errors.
Hopefully u can help me out.
interfaces:
auto lo
iface lo inet loopback
auto eth0
iface eth0 inet static
address 111.111.111.112
netmask 19
gateway 111.111.111.111
post-up echo 1 > /proc/sys/net/ipv4/ip_forward
post-up echo 1 > /proc/sys/net/ipv4/conf/eth0/proxy_arp
iface eth1 inet manual
iface eth2 inet manual
iface eth3 inet manual
auto vmbr0
iface vmbr0 inet static
address 222.222.222.222
netmask 20
bridge-ports none
bridge-stp off
bridge-fd 0
My problem is that proxmox try to use all ips from the 20 subnet and not only 222.222.222.222 ip
can you explain my why proxmox try to use all ips from the 20 subnet ?
And what should i do instead ?
Hopefully u can help me out.
interfaces:
auto lo
iface lo inet loopback
auto eth0
iface eth0 inet static
address 111.111.111.112
netmask 19
gateway 111.111.111.111
post-up echo 1 > /proc/sys/net/ipv4/ip_forward
post-up echo 1 > /proc/sys/net/ipv4/conf/eth0/proxy_arp
iface eth1 inet manual
iface eth2 inet manual
iface eth3 inet manual
auto vmbr0
iface vmbr0 inet static
address 222.222.222.222
netmask 20
bridge-ports none
bridge-stp off
bridge-fd 0
My problem is that proxmox try to use all ips from the 20 subnet and not only 222.222.222.222 ip
can you explain my why proxmox try to use all ips from the 20 subnet ?
And what should i do instead ?