We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6913ac1 commit 77855dfCopy full SHA for 77855df
README.md
@@ -153,5 +153,18 @@ Linux 實做了 802.1Q tagged VLAN 功能,Vlan 就是將乙太網路進行虛
153
154
* 使用設定檔作設定
155
156
-在 /etc/sysconfig/network-scripts/ 準備 eth0.100 用的
+在 /etc/sysconfig/network-scripts/ 準備 eth0.100 用的設定檔案,可以在系統啟動時自動建立Vlan 介面。
157
+
158
159
+ # cat ifcfg-eth0.100 檔名
160
161
+ DEVICE=etho0.100
162
+ TYPE=Ethernet
163
+ BOOTPROTO=static
164
+ IPADDR=192.168.1.100
165
+ ONBOOT=yes
166
+ VLAN=yes
167
168
169
170
0 commit comments