File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -313,13 +313,13 @@ Linux 實做了 802.1Q tagged VLAN 功能,Vlan 就是將乙太網路進行虛
313
313
314
314
# ifconfig
315
315
316
- eth0(.100)
316
+ eth0
317
317
318
318
Link encap: Ethernet HWaddr (略)
319
319
inet addr: 192.168.3.100 Bcast:192.168.3.255 Mask: 255.255.255.0
320
320
UP Bcast running slave Multicast MTU:1500 Metric:1
321
321
322
- eth0.001(101)
322
+ eth0.001
323
323
324
324
Link encap: Ethernet HWaddr (略)
325
325
inet addr: 192.168.3.101 Bcast:192.168.3.255 Mask: 255.255.255.0
@@ -333,7 +333,7 @@ Linux 實做了 802.1Q tagged VLAN 功能,Vlan 就是將乙太網路進行虛
333
333
inet addr: 192.168.3.102 Bcast:192.168.1.255 Mask: 255.255.255.0
334
334
UP Bcast running slave Multicast MTU:1500 Metric:1
335
335
336
- vlan3(003)
336
+ vlan3
337
337
338
338
Link encap: Ethernet HWaddr (略)
339
339
inet addr: 192.168.3.103 Bcast:192.168.1.255 Mask: 255.255.255.0
You can’t perform that action at this time.
0 commit comments