Re: Fwd: weird networking anomaly whereby my gateway always defaults to 0.0.0.0

2025-01-25 Thread Max Nikulin
On 25/01/2025 14:17, Thomas Anderson wrote: $ nmcli connection show IP4.ADDRESS[1]: 192.168.1.6/24 IP4.GATEWAY:    192.168.1.1 IP4.ROUTE[1]:   dst = 192.168.1.0/24, nh = 0.0.0.0, mt = 100 IP4.ROUTE[2]:

Re: Fwd: weird networking anomaly whereby my gateway always defaults to 0.0.0.0

2025-01-25 Thread Andy Smith
Hi Thomas, On Sat, Jan 25, 2025 at 08:17:44AM +0100, Thomas Anderson wrote: > $ nmcli connection show "Wired connection 1" > > nnection.id:  Wired connection 1 > ipv4.method:    manual > ipv4.dns:   192.168.1.8 > ipv4.add

Re: Fwd: weird networking anomaly whereby my gateway always defaults to 0.0.0.0

2025-01-24 Thread Thomas Anderson
$ nmcli connection show NAME    UUID TYPE  DEVICE Wired connection 1  fc7feb2f-f189-44c3-b06c-88d053fd087f ethernet  enp27s0 $ nmcli connection show "Wired connection 1" nnection.id:  Wired connection 1 connection.uuid: fc7feb2f-f189-44c3-b06c-88d053fd087

Re: Fwd: weird networking anomaly whereby my gateway always defaults to 0.0.0.0

2025-01-24 Thread Andy Smith
Hi Thomas, On Fri, Jan 24, 2025 at 06:48:08PM +0100, Thomas Anderson wrote: > ip a -> > 2: enp27s0: mtu 1500 qdisc pfifo_fast > state UP group default qlen 1000 >     link/ether 30:9c:23:b7:48:8c brd ff:ff:ff:ff:ff:ff >     inet 192.168.1.6/24 brd 192.168.1.255 scope global noprefixroute enp27s0

Re: Fwd: weird networking anomaly whereby my gateway always defaults to 0.0.0.0

2025-01-24 Thread Thomas Anderson
I see. Thanks Greg. Let's see if this works ip a -> 1: lo: mtu 65536 qdisc noqueue state UNKNOWN group default qlen 1000     link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00     inet 127.0.0.1/8 scope host lo    valid_lft forever preferred_lft forever     inet6 ::1/128 scope host    

Re: Fwd: weird networking anomaly whereby my gateway always defaults to 0.0.0.0

2025-01-24 Thread Greg Wooledge
On Fri, Jan 24, 2025 at 17:11:06 +0100, Thomas Anderson wrote: > Here is updated version with CR in this context means carriage returns. Which is actually not the correct term -- they meant LF (line feed) or newlines. But what they *really* meant was for you to send the message as plain text, n

Re: weird networking anomaly whereby my gateway always defaults to 0.0.0.0

2025-01-24 Thread Joe
On Fri, 24 Jan 2025 16:14:05 +0100 Thomas Anderson wrote: > Thanks for thorough reply. > > 1. I am talking about basic network connection. I have an ip, so I > can ping local machines, including the gateway router itself. > > 'ip a' shows the following > > 1: lo: mtu 65536 qdisc noqueue state

Fwd: weird networking anomaly whereby my gateway always defaults to 0.0.0.0

2025-01-24 Thread Thomas Anderson
Here is updated version with Thanks for thorough reply. 1. I am talking about basic network connection. I have an ip, so I can ping local machines, including the gateway router itself. 'ip a' 1: lo: mtu 65536 qdisc noqueue state UNKNOWN group default qlen 1000 link/loopback 00:00:00:00:00

Re: weird networking anomaly whereby my gateway always defaults to 0.0.0.0

2025-01-24 Thread Michel Verdier
On 2025-01-24, Thomas Anderson wrote: > 'ip a' shows the following > 'cat /etc/network/interfaces.d/*' shows Could you give us the result with CR. It's unreadable without, especially for commented lines. Perhaps give also ip r

Re: weird networking anomaly whereby my gateway always defaults to 0.0.0.0

2025-01-24 Thread Thomas Anderson
Thanks for thorough reply. 1. I am talking about basic network connection. I have an ip, so I can ping local machines, including the gateway router itself. 'ip a' shows the following 1: lo: mtu 65536 qdisc noqueue state UNKNOWN group default qlen 1000 link/loopback 00:00:00:00:00:00 brd 00:0

Re: weird networking anomaly whereby my gateway always defaults to 0.0.0.0

2025-01-24 Thread Eike Lantzsch ZP5CGE / KY4PZ
Hi Thomas, On Friday, 24 January 2025 08:35:44 GMT-4 Thomas Anderson wrote: > Hello, > > I am using Debian 11, and no matter what I do, I repeated on each > reboot, I will boot into a system with no gateway set (or rather, the > "default route is 0.0.0.0," which naturally gives this device no > in

weird networking anomaly whereby my gateway always defaults to 0.0.0.0

2025-01-24 Thread Thomas Anderson
Hello, I am using Debian 11, and no matter what I do, I repeated on each reboot, I will boot into a system with no gateway set (or rather, the "default route is 0.0.0.0," which naturally gives this device no internet connectivity. I am using the NetworkManager, and have a static IP set. If