Strange wireless problem...

oniq

Banned
Feb 17, 2002
4,196
0
0
Ok, heres my setup. I've got a D-Link Airplus 614+ Access Point/router, with WEP off (at the moment, working on setting at least 64bit up on my home wireless network). When connected via ethernet I can ping other computers internally, but if I go the wireless route, I cannot ping any of my computers connected internally other than the router itself. This is frustrating as it seems the router is not allowing me to see the other computers on the network. So now my PC with all my mp3s isn't accessible to my laptop, which was the whole point in me setting up wireless (other than being able to read/post on AT :)). I'm running Gentoo Linux on my laptop with a D-Link DWL-650 card if thats of any help.

If anyone can help me out, I'd greatly appreciate it.
 

mindwarp

Senior member
Feb 8, 2001
286
0
0
It would help if you posted the output of ifconfig -a and netstat -ar along with the address(s) your trying to ping.
 

oniq

Banned
Feb 17, 2002
4,196
0
0
Wired network:

netstat -ar:

Kernel IP routing table
Destination Gateway Genmask Flags MSS Window irtt Iface
192.168.0.0 * 255.255.255.0 U 40 0 0 eth0
default 192.168.0.1 0.0.0.0 UG 40 0 0 eth0

ifconfig:

eth0 Link encap:Ethernet HWaddr 00:08:02:4C:7B:18
inet addr:192.168.0.70 Bcast:192.168.0.255 Mask:255.255.255.0
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:540960 errors:0 dropped:0 overruns:0 frame:0
TX packets:367476 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:100
RX bytes:523831742 (499.5 Mb) TX bytes:39266120 (37.4 Mb)
Interrupt:11 Base address:0xf000

Wireless network:

netstat -ar:

Kernel IP routing table
Destination Gateway Genmask Flags MSS Window irtt Iface
192.168.0.1 * 255.255.255.255 UH 40 0 0 wlan0
192.168.0.0 * 255.255.255.0 U 40 0 0 eth0
192.168.0.0 * 255.255.255.0 U 40 0 0 wlan0
default 192.168.0.1 0.0.0.0 UG 40 0 0 wlan0
default 192.168.0.1 0.0.0.0 UG 40 0 0 eth0

ifconfig:

wlan0 Link encap:Ethernet HWaddr 00:05:5D:F2:C1:C2
inet addr:192.168.0.77 Bcast:192.168.0.255 Mask:255.255.255.0
UP BROADCAST RUNNING MULTICAST MTU:1500 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:100
RX bytes:0 (0.0 b) TX bytes:0 (0.0 b)
Interrupt:3 Base address:0x100
 

oniq

Banned
Feb 17, 2002
4,196
0
0
I figured it out..

Thought about it, and tried to see the differences between the outputs when wired and then when not. Noticed when wired, wlan0 wasn't in the netstat (for obvious reasons), but when wireless wlan0 AND eth0 were routed. Tada, the solution. Thanks!

Had to turn off eth0 (ifconfig eth0 down). Works now.