answer:
It's an unmanaged switch so you only got control of 3 interfaces:
eth0 = local
eth1 = WAN
eth2 = wireless
----
I just can't figure this out.
I have 5 ethernet holes on the back of my WL500G (one of which is WLAN) and a wireless port too. But when I run ifconfig -a I only get 3 interfaces; eth0, eth1 and eth2. (sit0 is IPv6 and br0 is a bridge).
What are the other interfaces? Even if the interfaces are not turned on I expected them to show up with the -a option.
Code:[admin@(none) root]$ ifconfig -a br0 Link encap:Ethernet HWaddr 00:0E:A6:CE:E2:37 inet addr:192.168.100.2 Bcast:192.168.100.255 Mask:255.255.255.0 inet6 addr: fe80::20e:a6ff:fece:e237/10 Scope:Link UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1 RX packets:4865 errors:0 dropped:0 overruns:0 frame:0 TX packets:5166 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:0 RX bytes:290631 (283.8 KiB) TX bytes:731694 (714.5 KiB) eth0 Link encap:Ethernet HWaddr 00:0E:A6:CE:E2:37 inet6 addr: fe80::20e:a6ff:fece:e237/10 Scope:Link UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1 RX packets:4865 errors:14 dropped:0 overruns:4 frame:4 TX packets:5479 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:100 RX bytes:378201 (369.3 KiB) TX bytes:750512 (732.9 KiB) Interrupt:3 Base address:0x2000 eth1 Link encap:Ethernet HWaddr 00:0E:A6:CE:E2:37 inet6 addr: fe80::20e:a6ff:fece:e237/10 Scope:Link UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1 RX packets:0 errors:0 dropped:0 overruns:0 frame:0 TX packets:28 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:100 RX bytes:0 (0.0 B) TX bytes:16008 (15.6 KiB) Interrupt:4 Base address:0x8000 eth2 Link encap:Ethernet HWaddr 00:0E:A6:CE:E2:37 inet6 addr: fe80::20e:a6ff:fece:e237/10 Scope:Link UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1 RX packets:0 errors:0 dropped:0 overruns:0 frame:1 TX packets:679 errors:1691 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:100 RX bytes:0 (0.0 B) TX bytes:163918 (160.0 KiB) Interrupt:6 Base address:0x2000 lo Link encap:Local Loopback inet addr:127.0.0.1 Mask:255.0.0.0 inet6 addr: ::1/128 Scope:Host UP LOOPBACK RUNNING MULTICAST MTU:16436 Metric:1 RX packets:664 errors:0 dropped:0 overruns:0 frame:0 TX packets:664 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:0 RX bytes:75818 (74.0 KiB) TX bytes:75818 (74.0 KiB) sit0 Link encap:UNSPEC HWaddr 00-00-00-00-00-00-00-00-00-00-00-00-00-00-00-00 NOARP MTU:1480 Metric:1 RX packets:0 errors:0 dropped:0 overruns:0 frame:0 TX packets:0 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:0 RX bytes:0 (0.0 B) TX bytes:0 (0.0 B) [admin@(none) root]$




Reply With Quote