Vlan pada Proxmox VE

Posted by Achmad 'Rhoma' Fanani (kanny) on 5/01/2014 10:39:00 PM


tips cara menambahkan vlan & menjadikan bridge interface pada Proxmox VE
* bsudah ane cb pd Proxmox VE 3.1 & berhasil
----

From shell:

1. vconfig add eth0 100   # create vlan 100 > eth0.100
2. ifconfig eth0.100 up    # enable this interface
3. brctl addbr vmbr1      # create bridge vmbr1 (for future binding with eth0.100)
4. ifconfig vmbr1 up     # enable bridge
5. brctl addif vmbr1 eth0.100   # bind bridge to vlan interface

you can check if everything worked by:

1. cat /proc/net/vlan/config
2. brctl show

No restart of HN or network stack required.

Now if You create new openvz or kvm VM and select vmbr1 bridge, it will create network interface in tagged vlan 100.


sumber:
forum.proxmox.com


Nama Anda
New Johny WussUpdated: 5/01/2014 10:39:00 PM

0 komentar:

CB