802.1q Non Native VLAN Tagging di CENTOS 4


Pertama, install packet vconfig, dan kernel harus support vlan (8021q) module.

Copy konfigurasi eth yg sudah ada

# cp /etc/sysconfig/network-scripts/ifcfg-eth0 /etc/sysconfig/network-scripts/ifcfg-eth0.9

edit ifcfg-eth0 menjadi seperti ini

DEVICE=eth0
ONBOOT=yes
BOOTPROTO=none

edit ifcfg-eth0.9 menjadi seperti ini (sesuaikan dengan ip/network/netmask milik anda)

DEVICE=eth0.9
BOOTPROTO=static
BROADCAST=192.168.200.255
HWADDR=00:0C:29:21:E0:2E
IPADDR=192.168.200.101
NETMASK=255.255.255.0
NETWORK=192.168.200.0
TYPE=Ethernet
ONBOOT=yes
VLAN=yes

Restart network

# /etc/init.d/network restart

that’s it :)

bookmark bookmark bookmark bookmark bookmark bookmark bookmark bookmark bookmark bookmark bookmark bookmark bookmark bookmark bookmark bookmark

Tags: , , ,

Incoming search terms for the article:

centos vlan tagging no native vlan (6), centos vlan (6), vlan tagging (4), konfigurasi vlan di centos (3), article VLAN (3), VLAN tagging (2), 8021q centos (2), loading 8021q centos (2), loading 8021q on red hat (1), modulo linux 8021q centos (1), load permanently module 8021q centos (1), load 8021q module on red hat (1), linux vlan tagging ifcfg-eth0 (1), linux vlan tagged centos (1), howto Debian 802 1q native vlan (1)

Leave a Reply