PDA

Bekijk de volledige versie : Missing eth2



tokyoturnip
19-02-2007, 02:49
I have been using Oleg's firmware 1.9.2.7-7b on my wl500gx for the longest time and never had any issues or reason to upgrade. However I recently bought a nintendo DS and wanted to leave the Wifi open without the need for an encyrption key. However to do so I would only feel safe if I was to restrict access to the admin webpage via an Iptables configuration, as well as restrict access from the wlan to any machines in the vlan. I planned on accomplishing that removing eth2 from br0 using the command brctl delif eth2. However my problem. No eth2 in ifconfig -a !!! I know there should be a eth2, because I can access the wlan with my nintendo DS and iPaq. I have read from some of the forum posts some older firmwares have a missing eth2. Therefore I upgraded to 1.9.2.7-7f today, however still no eth2. Where is my eth2? Help me find it. Ifconfig -a is below.

A secondary issue which is not as important, I see that sit0 (IP V6) is up even though I have ip v6 tunneling disabled. Will is hurt to down sit0? is there a service I can kill at startup so Ip v6 does not run?

Thank you in advance.


br0 Link encap:Ethernet HWaddr 00:15:F2:0A:B6:38
inet addr:192.168.1.1 Bcast:192.168.1.255 Mask:255.255.255.0
inet6 addr: fe80::215:f2ff:fe0a:b638/10 Scope:Link
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:700263 errors:0 dropped:0 overruns:0 frame:0
TX packets:419486 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:0
RX bytes:654649147 (624.3 MiB) TX bytes:69532708 (66.3 MiB)

eth0 Link encap:Ethernet HWaddr 00:15:F2:0A:B6:38
inet6 addr: fe80::215:f2ff:fe0a:b638/10 Scope:Link
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:1525907 errors:0 dropped:0 overruns:0 frame:0
TX packets:1131565 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:100
RX bytes:769032344 (733.4 MiB) TX bytes:738980669 (704.7 MiB)
Interrupt:4 Base address:0x1000

eth1 Link encap:Ethernet HWaddr 00:15:F2:0A:B6:38
inet6 addr: fe80::215:f2ff:fe0a:b638/10 Scope:Link
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:0 errors:0 dropped:0 overruns:0 frame:154637
TX packets:15902 errors:1177 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:100
RX bytes:0 (0.0 B) TX bytes:991095 (967.8 KiB)
Interrupt:2 Base address:0x4000

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:36992 errors:0 dropped:0 overruns:0 frame:0
TX packets:36992 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:0
RX bytes:3161024 (3.0 MiB) TX bytes:3161024 (3.0 MiB)

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)

vlan0 Link encap:Ethernet HWaddr 00:15:F2:0A:B6:38
inet6 addr: fe80::215:f2ff:fe0a:b638/10 Scope:Link
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:700263 errors:0 dropped:0 overruns:0 frame:0
TX packets:434972 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:0
RX bytes:657450199 (626.9 MiB) TX bytes:72201784 (68.8 MiB)

vlan1 Link encap:Ethernet HWaddr 00:13:D4:C0:EB:94
inet addr:68.55.XX.XXX Bcast:68.55.73.255 Mask:255.255.255.0
inet6 addr: fe80::213:d4ff:fec0:eb94/10 Scope:Link
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:825618 errors:0 dropped:0 overruns:0 frame:0
TX packets:696591 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:0
RX bytes:84113133 (80.2 MiB) TX bytes:666778737 (635.8 MiB)

tokyoturnip
19-02-2007, 03:09
After working on the issue myself a little more. It appears that maybe eth1 is my wlan. However removing eth1 br0 from the bridge via brctl delif br0 eth1 leaves me without access to the internet. Any advance on removing eth1 (wlan) from br0 and still be able to connect to internet? Most import thing to me is separating the wlan from vlan and still be able to access the internet. maybe I need to create a new bridge? Iptables?

Thank you.