The site may be on/off today as we're going to be upgrading some key services on the server (php, nginx, kernel, etc...). If it breaks, we promise to fix it :)
That was it!! I was just about to give up and erase the disk and start over. You saved me, Dos2Unix.
It looks like it is workign now (after a reboot)
I hope I can repay the favor one day.
And once again, thanks for your patience.
A
Here is a question: Why does this show a transmit and receive of 332k and 222k bytes, respectively?
~> ip -s -h l show dev enp11s0
2: enp11s0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc fq_codel state UP mode DEFAULT group default qlen 1000
link/ether bc:5f:f4:08:d5:cc brd...
(Please excuse my rambling on if it is a distraction)
I note that I do not have any configuration files in /etc/NetworkManager/conf.d. I do have a file that I am told not to edit that is
/etc/NetworkManager/NetworkManager.conf
Could there be a missing file in the conf.d subdir? thanks
Looking at "ip addr" I see that the ip for enp11s0 is 192.168.0.34. When I first started trying to figure out what was wrong, I assigned that along with a gateway of 192.168.1.1 for the Asus router. The ...0.34 was a wild guess. Maybe that is causing problems? Just my 2 cents worth.
Trying other things....
~> resolvectl status
Global
Protocols: LLMNR=resolve -mDNS -DNSOverTLS DNSSEC=no/unsupported
resolv.conf mode: stub
Link 2 (enp11s0)
Current Scopes: DNS LLMNR/IPv4 LLMNR/IPv6
Protocols: +DefaultRoute +LLMNR -mDNS -DNSOverTLS DNSSEC=no/unsupported...
Here is what I wrote above:
_______________________
~> nmcli con show
NAME UUID TYPE DEVICE
Wired Connection c1d56241-49f0-f23c-c5f8-551e13b8aeeb ethernet enp11s0
mylan 33893334-49f2-4771-9b44-850571468a52 ethernet --...
a) Is that any different than what I did by using the uuid to attempt to mod the dns?
b) I modded using the 'Wired Connection' as you said, but when I di "show" | grep DNS, the result is the same as above 8.8.8.8, 8.8.4.4. The 9.9.9.9 does not appear.
~> nmcli con show
NAME UUID TYPE DEVICE
Wired Connection c1d56241-49f0-f23c-c5f8-551e13b8aeeb ethernet enp11s0
mylan 33893334-49f2-4771-9b44-850571468a52 ethernet --
~>
Thanks for the suggestions. I hope these command results below help. I have included some comments in parentheses.
~> nmcli c
NAME UUID TYPE DEVICE
Wired Connection c1d56241-49f0-f23c-c5f8-551e13b8aeeb ethernet enp11s0
mylan...
FYI, when I run 'sudo rfkill' there is no output. Since there are no wifi nor bluetooth devices installed in this desktop, I don't expect to see them. But as KGIII mentions, rfkill should address wlan devices also....
Here is the correct output with the cable attached to the non-working port
~> netstat -nr
Kernel IP routing table
Destination Gateway Genmask Flags MSS Window irtt Iface
0.0.0.0 192.168.1.1 0.0.0.0 UG 0 0 0 enp11s0
192.168.0.0...
ping google.com is hanging...probably will time out...ah there "Temporary failure in name resolution"
traceroute google.com: "Temporary failure in name resolution" "Cannot handle "host" cmdline arg 'google.com' on position 1 (argc 1)
The first, enp11s0 is the one on the mobo giving me a problem. The enp0s29xxx is the temporary usb adapter. I will disconnect that so that this test is meaningful....stand by. (I will log out and log back in from the laptop.)