[PVE-User] proxmox2 bridge ip alias
Stefan
stefan at fuhrmann.homedns.org
Sun Jul 29 14:26:51 CEST 2012
Hello Flavio,
thank you! Your answer is very helpful!!
> auto vmbr0
> iface vmbr0 inet static
> address 10.100.221.1
> netmask 255.255.255.0
> gateway 10.100.221.254
> bridge_ports eth0
> bridge_stp off
> bridge_fd 0
> up ip addr add 10.100.222.1/24 dev vmbr0 || true
> up ip addr add 10.100.223.1/24 dev vmbr0 || true
> down ip addr del 10.100.222.1/24 dev vmbr0 || true
> down ip addr del 10.100.223.1/24 dev vmbr0 || true
>
Im thinking this is the easy way and did it. Doing a reboot and all is running
fine! Cool!
Thanks alot!
Stefan
More information about the pve-user
mailing list