LinuxQuestions.org
Review your favorite Linux distribution.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Networking
User Name
Password
Linux - Networking This forum is for any issue related to networks or networking.
Routing, network cards, OSI, etc. Anything is fair game.

Notices


Reply
  Search this Thread
Old 05-21-2019, 10:53 AM   #1
epg
LQ Newbie
 
Registered: Jan 2017
Posts: 23

Rep: Reputation: Disabled
dhcpcd: wlan0: is unreachable, expiring it


Hi,

Since a few days ago I've been having some hicups when connected to my home wifi, meaning: suddenly my PC freezes and I ahve to disconnect and reconnect on wicd. It's been happening a few times a day and all other devices connected to the same wifi are doing fine, I haven't noticed any issues anywhere else so I think the problem is in my PC.

/var/log/syslog says this:

May 21 08:26:21 pc-hp dhcpcd[13615]: wlan0: fe80::250:f1ff:fe80:0 is unreachable, expiring it
May 21 08:26:32 pc-hp dhcpcd[13615]: wlan0: fe80::250:f1ff:fe80:0 is unreachable, expiring it
May 21 08:27:52 pc-hp last message repeated 5 times
May 21 08:28:03 pc-hp dhcpcd[13615]: wlan0: fe80::250:f1ff:fe80:0 is unreachable, expiring it


I'll see if this happens also on other wifi networks, haven't had a chance to test that yet.

Running Slackware 14.2, latest updates installed.

Any ideas? So far I haven't found useful references to this error log...

Thank you!
 
Old 05-21-2019, 01:47 PM   #2
ondoho
LQ Addict
 
Registered: Dec 2013
Posts: 19,872
Blog Entries: 12

Rep: Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053
the pc freeze would suggest that this isn't a wifi problem.
can you please troubleshoot what causes the pc freeze.
 
Old 05-21-2019, 01:51 PM   #3
business_kid
LQ Guru
 
Registered: Jan 2006
Location: Ireland
Distribution: Slackware, Slarm64 & Android
Posts: 16,298

Rep: Reputation: 2322Reputation: 2322Reputation: 2322Reputation: 2322Reputation: 2322Reputation: 2322Reputation: 2322Reputation: 2322Reputation: 2322Reputation: 2322Reputation: 2322
When it's connected, what does this show?
Code:
sudo iwconfig wlan0
Next, you could try this one and if all your neighbours are on the same channel as you, get off it
Code:
sudo iwlist wlan0 scan |grep -e 'Channel' -e 'ESSID' -e 'Quality'
 
Old 05-21-2019, 01:55 PM   #4
epg
LQ Newbie
 
Registered: Jan 2017
Posts: 23

Original Poster
Rep: Reputation: Disabled
I'm sorry, I just realized I was VERY unclear in my description... When I say the PC freezes, I meant network-wise. I can't go anywhere, not even ping to the default gateway succeeds...

It's happening more and more often. I had to disconnect/reconnect 5 or 6 times in the last 4 hours to fix this.
 
Old 05-21-2019, 03:08 PM   #5
scasey
LQ Veteran
 
Registered: Feb 2013
Location: Tucson, AZ, USA
Distribution: CentOS 7.9.2009
Posts: 5,727

Rep: Reputation: 2211Reputation: 2211Reputation: 2211Reputation: 2211Reputation: 2211Reputation: 2211Reputation: 2211Reputation: 2211Reputation: 2211Reputation: 2211Reputation: 2211
Just a thought:
Is there a duplicate IP address on the network?
 
Old 05-22-2019, 12:19 PM   #6
epg
LQ Newbie
 
Registered: Jan 2017
Posts: 23

Original Poster
Rep: Reputation: Disabled
Quote:
Originally Posted by scasey View Post
Just a thought:
Is there a duplicate IP address on the network?
Yeah, good idea but no, no duplicates...
 
Old 05-23-2019, 01:04 PM   #7
epg
LQ Newbie
 
Registered: Jan 2017
Posts: 23

Original Poster
Rep: Reputation: Disabled
Quote:
Originally Posted by business_kid View Post
When it's connected, what does this show?
Code:
sudo iwconfig wlan0
Next, you could try this one and if all your neighbours are on the same channel as you, get off it
Code:
sudo iwlist wlan0 scan |grep -e 'Channel' -e 'ESSID' -e 'Quality'
Thank you for your reply. I've been monitoring for the last couple of days and the issue just didn't reproduce... Anyway, I ran iwconfig:

bash-4.3# iwconfig wlan0
wlan0 IEEE 802.11abgn ESSID:"Net"
Mode:Managed Frequency:2.437 GHz Access Point: AA:AA:AA:AA:AA:AA
Bit Rate=144.4 Mb/s Tx-Power=22 dBm
Retry short limit:7 RTS thrff Fragment thrff
Encryption keyff
Power Managementff
Link Quality=54/70 Signal level=-56 dBm
Rx invalid nwid:0 Rx invalid crypt:0 Rx invalid frag:0
Tx excessive retries:0 Invalid misc:399 Missed beacon:0

I'll check this whenever the network freezes again. Maybe it was just interference?
 
Old 05-24-2019, 03:54 AM   #8
business_kid
LQ Guru
 
Registered: Jan 2006
Location: Ireland
Distribution: Slackware, Slarm64 & Android
Posts: 16,298

Rep: Reputation: 2322Reputation: 2322Reputation: 2322Reputation: 2322Reputation: 2322Reputation: 2322Reputation: 2322Reputation: 2322Reputation: 2322Reputation: 2322Reputation: 2322
I was in tvs in the 1970s here, and we in Ireland had a lot of traffic in weak signals as we were pinching signals meant for our Britain and as far as possible not for us. Crazy things affect signal strength - damp, ruffled service on rebound areas, and obstacles to direct path, aerial orientation, etc. Often, moving around helps. That's a very healthy set of figures in your iwconfig o/p, better than mine in most cases. If it's only been connected a short while, the "Invalid misc" is a bit high, but it's otherwise fine.
 
  


Reply



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
iptables - Reply Forwarding Error / Destination unreachable (Host unreachable) keflex87 Linux - Networking 1 05-12-2015 12:03 AM
Network is Unreachable/Unknown host/Destination Host Unreachable [Debian] denv Linux - Networking 4 03-27-2014 02:58 PM
[SOLVED] Snort Signature: ICMP Destination Unreachable Port Unreachable very noisy mhollis Linux - Security 4 08-15-2011 02:01 PM
dhcpcd wireless problems. dhcpcd wlan0 removes essid entry in iwconfig. Romanus81 Slackware 3 08-25-2008 10:34 PM
tftp - "Destination Unreachable" due to "Port Unreachable" renjithgopal Linux - Security 5 07-24-2003 10:36 AM

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

All times are GMT -5. The time now is 07:03 AM.

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