Hi,
first of all i want to say thank you, for this incredible piece of software that Proxmox VE is!
Now on to my problem:
I have two network cards in my server:
Now i want to use eth0 as vmbr0 and eth1 as vmbr1, so that different guests would use different ethernet cards.
I configured this in the GUI just like in your video, and now have this in my /etc/network/interfaces:
which looks ok to me.
Now the problem howexer is that in reality the two vmbr-devices are still linked to eth0.
If i unplug the cable from eth1 i can still ping both ip-adresses.
If i unplug the cable from eth0 i can't ping any of those.
Am i doing something terribly wrong here or what is the matter?
Thank you very much for your help!
Sascha
first of all i want to say thank you, for this incredible piece of software that Proxmox VE is!
Now on to my problem:
I have two network cards in my server:
Code:
hwinfo --netcard
09: PCI 306.0: 0200 Ethernet controller
[Created at pci.310]
Unique ID: rBUF.49XPc+GN1h3
Parent ID: qscc.ULOo3yhA66C
SysFS ID: /devices/pci0000:00/0000:00:14.4/0000:03:06.0
SysFS BusID: 0000:03:06.0
Hardware Class: network
Model: "Intel PRO/1000 GT Desktop Adapter"
Vendor: pci 0x8086 "Intel Corporation"
Device: pci 0x107c "82541PI Gigabit Ethernet Controller"
SubVendor: pci 0x8086 "Intel Corporation"
SubDevice: pci 0x1376 "PRO/1000 GT Desktop Adapter"
Revision: 0x05
Driver: "e1000"
Driver Modules: "e1000"
Device File: eth0
Memory Range: 0xfdec0000-0xfdedffff (rw,non-prefetchable)
Memory Range: 0xfdea0000-0xfdebffff (rw,non-prefetchable)
I/O Ports: 0xcf00-0xcf3f (rw)
Memory Range: 0xfdd00000-0xfdd1ffff (ro,prefetchable,disabled)
IRQ: 20 (14612 events)
HW Address: 00:1b:21:3e:ee:93
Link detected: yes
Module Alias: "pci:v00008086d0000107Csv00008086sd00001376bc02sc00i00"
Driver Info #0:
Driver Status: e1000 is active
Driver Activation Cmd: "modprobe e1000"
Config Status: cfg=new, avail=yes, need=no, active=unknown
Attached to: #18 (PCI bridge)
10: PCI 200.0: 0200 Ethernet controller
[Created at pci.310]
Unique ID: JNkJ.1Z6M++B8ak4
Parent ID: bSAa._Y7AlhwF+q8
SysFS ID: /devices/pci0000:00/0000:00:0a.0/0000:02:00.0
SysFS BusID: 0000:02:00.0
Hardware Class: network
Model: "Realtek RTL8111/8168B PCI Express Gigabit Ethernet controller"
Vendor: pci 0x10ec "Realtek Semiconductor Co., Ltd."
Device: pci 0x8168 "RTL8111/8168B PCI Express Gigabit Ethernet controller"
SubVendor: pci 0x1458 "Giga-byte Technology"
SubDevice: pci 0xe000
Revision: 0x02
Driver: "r8169"
Driver Modules: "r8169"
Device File: eth1
I/O Ports: 0xde00-0xdeff (rw)
Memory Range: 0xfdcff000-0xfdcfffff (rw,prefetchable)
Memory Range: 0xfdce0000-0xfdceffff (rw,prefetchable)
Memory Range: 0xfdc00000-0xfdc0ffff (ro,prefetchable,disabled)
IRQ: 25 (1594 events)
HW Address: 00:24:1d:df:17:ed
Link detected: yes
Module Alias: "pci:v000010ECd00008168sv00001458sd0000E000bc02sc00i00"
Driver Info #0:
Driver Status: r8169 is active
Driver Activation Cmd: "modprobe r8169"
Config Status: cfg=new, avail=yes, need=no, active=unknown
Attached to: #29 (PCI bridge)
Now i want to use eth0 as vmbr0 and eth1 as vmbr1, so that different guests would use different ethernet cards.
I configured this in the GUI just like in your video, and now have this in my /etc/network/interfaces:
Code:
# network interface settings
auto lo
iface lo inet loopback
iface eth0 inet manual
iface eth1 inet manual
auto vmbr0
iface vmbr0 inet static
address 10.0.0.180
netmask 255.255.255.0
gateway 10.0.0.1
bridge_ports eth0
bridge_stp off
bridge_fd 0
auto vmbr1
iface vmbr1 inet static
address 10.0.0.181
netmask 255.255.255.0
bridge_ports eth1
bridge_stp off
bridge_fd 0
which looks ok to me.
Now the problem howexer is that in reality the two vmbr-devices are still linked to eth0.
If i unplug the cable from eth1 i can still ping both ip-adresses.
If i unplug the cable from eth0 i can't ping any of those.
Am i doing something terribly wrong here or what is the matter?
Thank you very much for your help!
Sascha