Hi all
Im sitting on a fujitsu server with IRMC (ILO DRAC and so on) access.
I have installed proxmox 4.4 but when it comes up it has no access to the network..
this is a small test setup, no fancy stuff. singel port connect to 8 port switch that talks to the rest of the office.
we do have a working proxmox 3.5 on the same switch, no problmes there..
I have NO clue why this just doesn't work out of the box..
this is my interface file
I have tried with adding
iface eth1 inet manual
didn't help
I have tried to set eth to 1 and 2 in the bridge port section - didn't help
I have done pve-firewall stop - didn't help
I have moved the cabel to second interface but this had no lights i the diods. not on the server or the switch. the server is connected to switch port 2 and it went out when moving the cable to the ethernet port. Moving it back brought light back on the switch which told me i have cabled it correctly.
I found a article, lost the link that said it was because my eth was raelly 2 and no 0. Don't know how that works out but that was why i tried changeing the eth to both eth1 and eth2.
when i do:
im told in the following(had to type this by hand since i can't copy paste from the IRMC:
don't know what else to give you guys but i need some help!
Im sitting on a fujitsu server with IRMC (ILO DRAC and so on) access.
I have installed proxmox 4.4 but when it comes up it has no access to the network..
this is a small test setup, no fancy stuff. singel port connect to 8 port switch that talks to the rest of the office.
we do have a working proxmox 3.5 on the same switch, no problmes there..
I have NO clue why this just doesn't work out of the box..
this is my interface file
auto lo
iface lo inet loopback
auto vmbr0
iface vmbr0 inet static
address 172.16.99.231
netmask 255.255.255.0
gateway 172.16.99.1
bridge_ports eth0
bridge_stp off
bridge_fd 0
I have tried with adding
iface eth1 inet manual
didn't help
I have tried to set eth to 1 and 2 in the bridge port section - didn't help
I have done pve-firewall stop - didn't help
I have moved the cabel to second interface but this had no lights i the diods. not on the server or the switch. the server is connected to switch port 2 and it went out when moving the cable to the ethernet port. Moving it back brought light back on the switch which told me i have cabled it correctly.
I found a article, lost the link that said it was because my eth was raelly 2 and no 0. Don't know how that works out but that was why i tried changeing the eth to both eth1 and eth2.
when i do:
ifdown -a
ifup -a
dmesg
im told in the following(had to type this by hand since i can't copy paste from the IRMC:
ip_set: protocol 6
device eth0 left promoscous mode
vmbr0: port 1(eth0) entered disabled state
ipv6 addrconf(netdev_up): eth0: link is not ready
device eth0 entered promiscouous mode
ipv6 addconf(netdev_up): vmbr0: link is not ready
don't know what else to give you guys but i need some help!