Pehaman mengenai vlan sdh di jelaskan di postingan sebelumnya di sini
Saatnya mengimplementasikan VLAN di Slackware
1. Berikut config untuk creat vlan di slackware
# vconfig add ethx 10
example :
# vconfig add eth0 10
ethx = ethernet berapa yang akan diberi vlan
10 = vlan ID
2. Jika ada errorWARNING: Could not open /proc/net/vlan/config. Maybe you need to load the 8021q module, or maybe you are not using PROCFS??
3. berarti module 8021q belum di load, untuk ngeload module tersebut, ketik perintah :
# modprobe 8021q
4. Untuk menambahkan IP pada interface vlan :
# ip addr add [IP Address] brd + dev ethx.[vlan-id]
example :
# ip addr add 10.1.1.254/24 brd + dev eth0.10
5. semua config diatas jika di restart akan hilang, jika ingin tetep di load waktu reboot, tambahkan baris berikut ke /etc/rc.d/rc.local :
# ifconfig ethx up
# modprobe 8021q
# vconfigu add ethx [vlan-id]
# ip addr add [IP Address] brd + dev ethx.[vlan-id]
saya kasih opsi ifconfig ethx up karena kondisi disini eth tersebut masih down jika reboot, karena di eth tersebut tidak dikasih IP, IP ada di vlan.
Kamis, 27 Januari 2011
VLAN di Slackware
Diberdayakan oleh Blogger.
2 Komentar:
I need to to thank you for this wonderful read!
! I absolutely loved every bit of it. I've got you book marked to look at new things you post…
my web page diet meals
I need to to thank you for this wonderful read!! I
absolutely loved every bit of it. I've got you book marked to look at new things you post…
My webpage ... diet meals
Also see my web page - kohlehydratarmes brot
Posting Komentar