I guess this forum is the official bugtracker?
I was just playing around with the networking configuration (Proxmox VE 1.5) and tried to split eth0 from vmbr0 as a separate device to use routing instead of a bridge (as described here). I tried to use the GUI for that and it failed. What I did was:
1. I chose delete in the drop down menu for vmbr0. The proposed changes were displayed like this:
In the list of interfaces I now had eth0 and vmbr0. Fine.
2. Because I didn't want to lose my connectivity once I restarted the box, I tried to reconfigure eth0 with the old IP. So I chose Edit from the drop down menu for eth0.
3. I noticed that there was no field for a default gateway. Anyway, I entered my IP address and clocked Save.
4. I got the error
I guess I'll just keep eth0 bound to vmbr0 and create an extra vmbr1 with the routed subnet. But still, the GUI should be fixed in this regard.
I was just playing around with the networking configuration (Proxmox VE 1.5) and tried to split eth0 from vmbr0 as a separate device to use routing instead of a bridge (as described here). I tried to use the GUI for that and it failed. What I did was:
1. I chose delete in the drop down menu for vmbr0. The proposed changes were displayed like this:
Code:
--- /etc/network/interfaces 2010-05-18 20:18:45.000000000 +0200
+++ /etc/network/interfaces.new 2010-05-18 20:20:49.000000000 +0200
@@ -4,12 +4,3 @@
iface eth0 inet manual
-auto vmbr0
-iface vmbr0 inet static
- address 10.49.1.21
- netmask 255.255.255.0
- gateway 10.49.1.1
- bridge_ports eth0
- bridge_stp off
- bridge_fd 0
-
2. Because I didn't want to lose my connectivity once I restarted the box, I tried to reconfigure eth0 with the old IP. So I chose Edit from the drop down menu for eth0.
3. I noticed that there was no field for a default gateway. Anyway, I entered my IP address and clocked Save.
4. I got the error
in a JavaScript dialog. Jepp, eth0 is no bridge or bonding device...Error: invalid interface name for bridge or bonding device
I guess I'll just keep eth0 bound to vmbr0 and create an extra vmbr1 with the routed subnet. But still, the GUI should be fixed in this regard.