View previous topic :: View next topic |
Author |
Message |
Mustang-Tech n00b
Joined: 30 Oct 2004 Posts: 4
|
Posted: Tue Nov 02, 2004 3:07 am Post subject: Net Working But No Local Access: Using WPA on a Ndiswrapper |
|
|
Hi, all
Some background Info:
Dell 8600 with a Broadcom 802.11b/g Mini PCI Card
Ndiswrapper using Win XP Driver
WPA_Supplicant for WPA-AES Support
The problem:
My network is up and running i.e my WiFi card connets to the AP.
But at first I cannot go anywhere on the internet or local network (i.e. mounting shares).
After leaving my laptop doing nothing for a bout 3 min I can browse the internet (i.e www.gentoo.org and ping web sites) but for some unknown reason I cannot browse the local net work.
IP Listing
Laptop [eth0] = 192.168.100.105
Laptop [wlan0] = 192.168.100.103
Desktop = 192.168.100.100
Router (i.e Gateway) = 192.168.100.99
[Edit] eth0 has been taken down to work on wlan0 so it not conflicting
Source Examples:
My Routing Table
Code: | Kernel IP routing table
Destination Gateway Genmask Flags Metric Ref Use Iface
192.168.100.0 * 255.255.255.0 U 0 0 0 eth0
192.168.100.0 * 255.255.255.0 U 0 0 0 wlan0
loopback localhost 255.0.0.0 UG 0 0 0 lo
default 192.168.100.99 0.0.0.0 UG 0 0 0 wlan0
default 192.168.100.99 0.0.0.0 UG 0 0 0 eth0
|
Ping test on www.gentoo.org Code: | localhost ~ # ping www.gentoo.org
PING www.gentoo.org (199.246.73.203) 56(84) bytes of data.
64 bytes from n3203.labattracks.onramp.ca (199.246.73.203): icmp_seq=1 ttl=56 time=72.7 ms
64 bytes from n3203.labattracks.onramp.ca (199.246.73.203): icmp_seq=2 ttl=56 time=38.4 ms
64 bytes from n3203.labattracks.onramp.ca (199.246.73.203): icmp_seq=3 ttl=56 time=34.8 ms
64 bytes from n3203.labattracks.onramp.ca (199.246.73.203): icmp_seq=4 ttl=56 time=16.7 ms
64 bytes from n3203.labattracks.onramp.ca (199.246.73.203): icmp_seq=5 ttl=56 time=29.1 ms
--- www.gentoo.org ping statistics ---
5 packets transmitted, 5 received, 0% packet loss, time 8165ms
rtt min/avg/max/mdev = 16.771/38.396/72.715/18.670 ms
|
Ping Test in my Routers IP 192.168.100.99 Code: | localhost ~ # ping 192.168.100.99
PING 192.168.100.99 (192.168.100.99) 56(84) bytes of data.
From 192.168.100.105 icmp_seq=2 Destination Host Unreachable
From 192.168.100.105 icmp_seq=3 Destination Host Unreachable
From 192.168.100.105 icmp_seq=4 Destination Host Unreachable
From 192.168.100.105 icmp_seq=5 Destination Host Unreachable
From 192.168.100.105 icmp_seq=6 Destination Host Unreachable
From 192.168.100.105 icmp_seq=7 Destination Host Unreachable
From 192.168.100.105 icmp_seq=9 Destination Host Unreachable
From 192.168.100.105 icmp_seq=10 Destination Host Unreachable
From 192.168.100.105 icmp_seq=11 Destination Host Unreachable
--- 192.168.100.99 ping statistics ---
11 packets transmitted, 0 received, +9 errors, 100% packet loss, time 10002ms
|
iwconfig output Code: | localhost ~ # iwconfig
lo no wireless extensions.
eth0 no wireless extensions.
eth1 no wireless extensions.
wlan0 IEEE 802.11g ESSID:"Mustang"
Mode:Managed Frequency:2.412 GHz Access Point: 00:06:25:D7:8B:BF
Bit Rate:54 Mb/s Tx-Power:25 dBm
RTS thr:2347 B Fragment thr:2346 B
Encryption key:8B6D-F6EC-8466-DB70-5346-AF9A-F740-E905
Power Management:off
Link Quality:100/100 Signal level:-39 dBm Noise level:-256 dBm
Rx invalid nwid:0 Rx invalid crypt:0 Rx invalid frag:0
Tx excessive retries:41 Invalid misc:21774 Missed beacon:0
|
ifconfig output Code: | calhost ~ # ifconfig
eth0 Link encap:Ethernet HWaddr 00:0F:1F:0B:38:40
inet addr:192.168.100.105 Bcast:192.168.100.255 Mask:255.255.255.0
UP BROADCAST 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:1000
RX bytes:0 (0.0 b) TX bytes:0 (0.0 b)
Interrupt:11
lo Link encap:Local Loopback
inet addr:127.0.0.1 Mask:255.0.0.0
UP LOOPBACK RUNNING MTU:16436 Metric:1
RX packets:55 errors:0 dropped:0 overruns:0 frame:0
TX packets:55 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:0
RX bytes:4901 (4.7 Kb) TX bytes:4901 (4.7 Kb)
wlan0 Link encap:Ethernet HWaddr 00:90:4B:6F:1F:0F
inet addr:192.168.100.103 Bcast:192.168.100.255 Mask:255.255.255.0
UP BROADCAST NOTRAILERS RUNNING MULTICAST MTU:1500 Metric:1
RX packets:4708 errors:0 dropped:0 overruns:0 frame:0
TX packets:2170 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:1884191 (1.7 Mb) TX bytes:279936 (273.3 Kb)
Interrupt:7 Memory:faff6000-faff7fff
|
Can someone help me figure this out. I want to mount my shares on my windows computer _________________ [img:ae47e96c30]http://img95.exs.cx/img95/1746/IMG_39.jpg[/img:ae47e96c30] |
|
Back to top |
|
|
Anarcho Advocate
Joined: 06 Jun 2004 Posts: 2970 Location: Germany
|
Posted: Tue Nov 02, 2004 7:09 am Post subject: |
|
|
Is eth0 really down and the code-posts are old?
(/etc/init.d/net.eth0 stop)
Can you ping the laptop from the desktop pc? _________________ ...it's only Rock'n'Roll, but I like it! |
|
Back to top |
|
|
|
|
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum
|
|