Fresh Install fails to start up networking

proxuser1

New Member
Nov 29, 2014
4
0
1
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 .
 
Thanx vikozo ,
finally got the correct info installed by provider
but i only have 1 ip working ..

auto lo
iface lo inet loopback
auto eth0
iface eth0 inet manual
iface eth1 inet manual

auto vmbr0
iface vmbr0 inet static
address X.X.X.42
netmask 255.255.255.248
gateway X.X.X.41
bridge_ports eth0
bridge_stp off
bridge_fd 0
bridge_maxwait 0


i want to be able to run openvz containers with 192.168.x.x ips and windows vm with the other public ips ihave
can someone please give me some help ?

thanx again folks.
 

About

The Proxmox community has been around for many years and offers help and support for Proxmox VE, Proxmox Backup Server, and Proxmox Mail Gateway.
We think our community is one of the best thanks to people like you!

Get your subscription!

The Proxmox team works very hard to make sure you are running the best software and getting stable updates and security enhancements, as well as quick enterprise support. Tens of thousands of happy customers have a Proxmox subscription. Get yours easily in our online shop.

Buy now!