How to create Sub Interface
1. Install vlan packet
ubuntu# apt-get install vlan
2. Create Sub-Interface
# /sbin/vconfig add [interface] [vlan_id]
ex. /sbin/vconfig add eth0 100
3. on Interface
# ifconfig eth0.100 up
_________________________
การสร้าง sub-interface (vlan tag บน physical interface) บน Linux สามารถทำได้โดยใช้คำสั่ง /sbin/vconfig สำหรับทำให้เครื่องรู้จักกับ vlan ที่ต้องการ
ตัวอย่างการเพิ่ม sub-interface
/sbin/vconfig add eth0 vlan 100
/sbin/ifconfig eth0.100 up
ตัวอย่างการลง sub-interface
/sbin/vconfig rem eth0.100
Subscribe to:
Post Comments (Atom)
Import SSH Private Key to Yubikey (PIV) for SSH Authentication
Introduction: This guide will walk you through the process of importing your SSH private key to a Yubikey (PIV) for SSH authentication on y...
-
BIRD is an open-source router daemon for Linux OS. BIRD can exchange IP routes between BIRD servers and routers. this post shows an example ...
-
โดยปกติการติดตั้ง Virtural Machine บน Linux OS หรือ KVM รอบรับใช้งานเครือข่ายระดับ Layer 2 ของ Guest OS ผ่าน Bridge ของ Linux Kernel ซึ่ง Br...
-
NTP service is one of the most popular target services. Almost Linux servers install an Iptables firewall by default that we can config Ipta...
No comments:
Post a Comment