Networking Issues
#7
(01-11-2020, 07:14 PM)gandlers Wrote:
(01-03-2020, 01:25 PM)rleasle Wrote: For the routing issue I had, I used the route command:

Code:
$ route -n

Destination    Gateway        Genmask        Flags    Metric    Ref Use    Iface
0.0.0.0        0.0.0.0        0.0.0.0        U    302    0   0    wlan0
169.254.0.0    0.0.0.0        255.255.0.0    U    302    0   0    wlan0



The above output was what it looked like when I was having my problems. That netmask value (255.255.0.0) was only allowing me to access part of the internet.

Two alarm bells from the routing table alone are that there is no gateway address for the default route and the local subnet "looks suspect":

The gateway for the destination 0.0.0.0 should be the IP address of your router adn definately not 0.0.0.0 , eg 192.168.1.1 and there should also the G flag should be set as it is the gateway route.

The second entry in the routing table is the subnet for the local LAN, this is a 169.254.x.x address which part of the APIPA Subnet which clients can fall back to if DHCP registration fails. 
You should see your local IP subnet with the correct mask eg 192.168.1.0 255.255.255.0

If the local subnet route was correct but the gateway wasn't, the client will still be be able to talk to local devices but nothing on the internet.

Yes indeed, this was a messed up route table. It's what the system did "for me" before I could define my static IP and gateway. Unfortunately, it still tried to keep that subnet. I had to disable the DHCP client service to keep a clean, correct route table after reboot. Helps to have a working route table from another machine for comparison.


Messages In This Thread
Networking Issues - by rleasle - 01-01-2020, 08:25 PM
RE: Networking Issues - by rleasle - 01-03-2020, 01:25 PM
RE: Networking Issues - by a0kami - 01-10-2020, 07:46 PM
RE: Networking Issues - by rleasle - 01-11-2020, 10:56 AM
RE: Networking Issues - by gandlers - 01-11-2020, 07:14 PM
RE: Networking Issues - by rleasle - 01-12-2020, 09:10 AM
RE: Networking Issues - by a0kami - 01-11-2020, 12:14 PM

Possibly Related Threads…
Thread Author Replies Views Last Post
  Manjaro [ARM Stable Update] 2021-07-23 issues Bocanila 1 2,026 08-21-2023, 09:10 PM
Last Post: vanessadonald
  Hibernation and Speaker Sound Issues, First Month of PBP kebab 7 2,992 11-02-2022, 02:33 PM
Last Post: kebab
  Any chance of fixing the audio issues on the new batch PBP(it can't be just me...) crazyquark 0 768 09-30-2022, 10:15 AM
Last Post: crazyquark
  Fedora 33 to 34 upgrade issues tydeman 2 2,491 12-02-2021, 02:43 AM
Last Post: linuxfreund
  Manjaro Issues: Dark Screen & Font size Sally2 1 3,006 12-19-2020, 03:33 PM
Last Post: wove
  Virtual Desktop Issues (Manjaro KDE) davemaps 1 3,242 08-31-2020, 07:28 PM
Last Post: brad2723
  Boot Manjaro lock screen language and key issues Iiari 0 2,259 08-28-2020, 02:21 AM
Last Post: Iiari
  Kali boot issues wofam 0 1,980 06-18-2020, 09:53 AM
Last Post: wofam
  Focal on Bionic Using Chroot - Chromium / Snapd Issues charlespine 0 1,889 06-03-2020, 06:47 PM
Last Post: charlespine
  Manjaro strange speed issues aaspectre 2 4,196 04-28-2020, 12:45 AM
Last Post: e-minguez

Forum Jump:


Users browsing this thread: 1 Guest(s)