I have ip , netmask and gw from my provider
and proxmox is installed
but i cannot get networking to work ( networking was working on centos , so i think thats fine )
after googling i tried this
auto lo
iface lo inet loopback
iface eth0 inet manual
iface eth1 inet manual
auto bond0
iface bond0 inet manual
slaves eth0 eth1
bond_miimon 100
bond_mode balance-alb
auto vmbr0
iface vmbr0 inet static
address x.x.x.42
netmask 255.255.255.248
gateway YY.YY.YY.254
bridge_ports bond0
bridge_stp off
bridge_fd 0
still no luck
PS : btw the gateway is on a totally different network , never seen this config before .
and proxmox is installed
but i cannot get networking to work ( networking was working on centos , so i think thats fine )
after googling i tried this
auto lo
iface lo inet loopback
iface eth0 inet manual
iface eth1 inet manual
auto bond0
iface bond0 inet manual
slaves eth0 eth1
bond_miimon 100
bond_mode balance-alb
auto vmbr0
iface vmbr0 inet static
address x.x.x.42
netmask 255.255.255.248
gateway YY.YY.YY.254
bridge_ports bond0
bridge_stp off
bridge_fd 0
still no luck
PS : btw the gateway is on a totally different network , never seen this config before .