LinuxQuestions.org
Review your favorite Linux distribution.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Networking > Linux - Wireless Networking
User Name
Password
Linux - Wireless Networking This forum is for the discussion of wireless networking in Linux.

Notices


Reply
  Search this Thread
Old 07-01-2006, 05:39 AM   #1
shinyblue
LQ Newbie
 
Registered: Nov 2005
Posts: 7

Rep: Reputation: 0
Unhappy a/p connected, route correct, ping router: "Destination Host Unreachable". DebianEtch


Hi

All the config seems correct but pings (and everything else) fails. I know that everything should be working because sometimes it does and sometimes it doesn't. When it's working, it works well and doesn't stop working (until unplug card, or suspend etc.). When it's not working, I can't get it to start!

I've googled and searched this (and other forums) but haven't found anything that's helped. (it's not a firewall problem, I've rebooted the AP etc., the PSK is fine (because it connects sometimes)) Any new ideas?

Thank you!


  • Hardware: Dell c640 laptop using cardbus D-Link AirPlus G650+ adapter
  • Distro: Debian/testing
  • Kernel: 2.6.16 (stock) + ndiswrapper module.
  • Other drivers: wpa_supplicant

output from iwconfig, ifconfig and route -n below.

reech:/home/rich# iwconfig
Code:
lo        no wireless extensions.

eth0      no wireless extensions.

sit0      no wireless extensions.

wlan0     IEEE 802.11g  ESSID:"smiles"  
          Mode:Managed  Frequency:2.437 GHz  Access Point: 00:11:95:94:AA:A0   
          Bit Rate:54 Mb/s   Tx-Power:10 dBm   Sensitivity=0/3  
          RTS thr:4096 B   Fragment thr:4096 B   
          Encryption key:off
          Power Management:off
          Link Quality:100/100  Signal level:-56 dBm  Noise level:-256 dBm
          Rx invalid nwid:0  Rx invalid crypt:0  Rx invalid frag:0
          Tx excessive retries:0  Invalid misc:0   Missed beacon:0
reech:/home/rich# ifconfig
Code:
eth0      Link encap:Ethernet  HWaddr 00:08:74:94:55:D6  
          UP BROADCAST MULTICAST  MTU:1500  Metric:1
          RX packets:818 errors:0 dropped:0 overruns:0 frame:0
          TX packets:556 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:1000 
          RX bytes:139752 (136.4 KiB)  TX bytes:112409 (109.7 KiB)
          Interrupt:11 Base address:0xcc00 

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  MTU:16436  Metric:1
          RX packets:2226 errors:0 dropped:0 overruns:0 frame:0
          TX packets:2226 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:0 
          RX bytes:422213 (412.3 KiB)  TX bytes:422213 (412.3 KiB)

sit0      Link encap:IPv6-in-IPv4  
          inet6 addr: ::192.168.254.105/96 Scope:Compat
          inet6 addr: ::127.0.0.1/96 Scope:Unknown
          UP RUNNING 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)

wlan0     Link encap:Ethernet  HWaddr 00:11:95:48:C4:A0  
          inet addr:192.168.1.3  Bcast:192.168.1.255  Mask:255.255.255.0
          inet6 addr: fe80::211:95ff:fe48:c4a0/64 Scope:Link
          UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
          RX packets:248 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:28024 (27.3 KiB)  TX bytes:0 (0.0 b)
          Interrupt:11 Memory:f6020000-f6022000
reech:/home/rich# route -n
Code:
Kernel IP routing table
Destination     Gateway         Genmask         Flags Metric Ref    Use Iface
192.168.1.0     0.0.0.0         255.255.255.0   U     0      0        0 wlan0
0.0.0.0         192.168.1.1     0.0.0.0         UG    0      0        0 wlan0
reech:/home/rich# ping 192.168.1.1
PING 192.168.1.1 (192.168.1.1) 56(84) bytes of data.
From 192.168.1.3 icmp_seq=2 Destination Host Unreachable
From 192.168.1.3 icmp_seq=3 Destination Host Unreachable
From 192.168.1.3 icmp_seq=4 Destination Host Unreachable

--- 192.168.1.1 ping statistics ---
4 packets transmitted, 0 received, +3 errors, 100% packet loss, time 2999ms
, pipe 3
Also, I've posted other files (/e/n/i etc.) here: http://shinyblue.net/itybits/wirelessnetworking/

Last edited by shinyblue; 07-02-2006 at 03:13 AM. Reason: nicer formatting
 
Old 08-29-2006, 09:34 PM   #2
columbiasts1
LQ Newbie
 
Registered: Aug 2006
Distribution: Debian stable
Posts: 29

Rep: Reputation: 15
you might try disabling IPv6. If you noticde when you done the ifconfig it showed that was running. You can change this in the modprobe file and reboot the machine. I know I have problem at first with IPv6. Hope that helps.

eth0 Link encap:Ethernet HWaddr 00:08:74:94:556
UP BROADCAST MULTICAST MTU:1500 Metric:1
RX packets:818 errors:0 dropped:0 overruns:0 frame:0
TX packets:556 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:139752 (136.4 KiB) TX bytes:112409 (109.7 KiB)
Interrupt:11 Base address:0xcc00

lo Link encap:Local Loopback
inet addr:127.0.0.1 Mask:255.0.0.0
inet6 addr: ::1/128 Scope:Host
 
  


Reply

Tags
debian, ping



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
Ping error "Destination Host Unreachable" from the gateway cristi_ro Linux - Networking 4 10-30-2006 04:32 PM
Only one host "unreachable" with ping on LAN. turbosupra Linux - Networking 5 04-29-2006 02:55 AM
Again with the "Destination Host Unreachable", more precise radupastia Linux - Networking 3 08-14-2003 06:36 AM
"Destination Host Unreachable" on local network radupastia Linux - Networking 0 08-13-2003 09:46 AM
tftp - "Destination Unreachable" due to "Port Unreachable" renjithgopal Linux - Security 5 07-24-2003 10:36 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Networking > Linux - Wireless Networking

All times are GMT -5. The time now is 04:36 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration