Network OK but no internet [done]

Network OK but no internet [done]

Postby JJF1 » Sep 27th, '24, 10:21

Dual boot system: Windows 11 and Mageia 9 installed on Asus laptop.
Only in the last 2 days when I boot Linux, I am unable to access any internet site
(If I boot Windows, I can access the internet with no problems).
Please advice
JJF
Last edited by JJF1 on Oct 6th, '24, 09:13, edited 2 times in total.
JJF1
 
Posts: 69
Joined: Mar 29th, '20, 10:28

Re: Network OK but no internet

Postby doktor5000 » Sep 27th, '24, 17:52

Well, you would need to troubleshoot your network connection first, but you don't include any details.
At least the output of the following commands would be required:
Code: Select all
ip -o a
ip -o r
cat /etc/resolv.conf
Cauldron is not for the faint of heart!
Caution: Hot, bubbling magic inside. May explode or cook your kittens!
----
Disclaimer: Beware of allergic reactions in answer to unconstructive complaint-type posts
User avatar
doktor5000
 
Posts: 18039
Joined: Jun 4th, '11, 10:10
Location: Leipzig, Germany

Re: Network OK but no internet

Postby JJF1 » Sep 29th, '24, 08:52

Code: Select all
lo    inet 127.0.0.1/8 scope host lo\       valid_lft forever preferred_lft forever
eno2    inet 192.168.1.107/24 brd 192.168.1.255 scope global noprefixroute eno2\       valid_lft forever preferred_lft forever


Code: Select all
default via 192.168.1.1 dev eno2 proto static metric 100 linkdown
192.168.1.0/24 dev eno2 proto kernel scope link src 192.168.1.107 metric 100 linkdown


Code: Select all
# Generated by NetworkManager
nameserver 192.168.1.1
nameserver 8.8.8.8

Last edited by isadora on Sep 29th, '24, 11:34, edited 1 time in total.
Reason: Edited [quote/]-mark
JJF1
 
Posts: 69
Joined: Mar 29th, '20, 10:28

Re: Network OK but no internet

Postby doktor5000 » Sep 29th, '24, 11:44

Well, you have an IP adress and a default route to your router, and nameservers point to your router and the second to google nameserver.
Looks fine so far, how do you actually test internet connectivity in particular?

Please also post the output of
Code: Select all
ping -c4 8.8.8.8
ping -c4 192.168.1.1
nslookup mageia.org
ping -c4 mageia.org
Cauldron is not for the faint of heart!
Caution: Hot, bubbling magic inside. May explode or cook your kittens!
----
Disclaimer: Beware of allergic reactions in answer to unconstructive complaint-type posts
User avatar
doktor5000
 
Posts: 18039
Joined: Jun 4th, '11, 10:10
Location: Leipzig, Germany

Re: Network OK but no internet

Postby JJF1 » Sep 29th, '24, 15:32

Code: Select all
nslook192.txt
;; communications error to 192.168.1.1#53: timed out
;; communications error to 192.168.1.1#53: timed out
;; communications error to 192.168.1.1#53: timed out
;; communications error to 8.8.8.8#53: timed out


Code: Select all
ping -c4 8.8.8.8.txt
4 packets transmitted, 0 received, +3 errors, 100% packet loss, time 3052ms


Code: Select all
PING 192.168.1.1 (192.168.1.1) 56(84) bytes of data.
From 192.168.1.107 icmp_seq=1 Destination Host Unreachable
From 192.168.1.107 icmp_seq=2 Destination Host Unreachable
From 192.168.1.107 icmp_seq=3 Destination Host Unreachable
From 192.168.1.107 icmp_seq=4 Destination Host Unreachable
JJF1
 
Posts: 69
Joined: Mar 29th, '20, 10:28

Re: Network OK but no internet

Postby doktor5000 » Sep 29th, '24, 15:42

So that seems like a problem with your router then, if you can't even ping it. What type of device is 192.168.1.1 actually ?

Do you have any kind of firewall on your Mageia box enabled ? Please post the output of
Code: Select all
iptables -L -v -n
Cauldron is not for the faint of heart!
Caution: Hot, bubbling magic inside. May explode or cook your kittens!
----
Disclaimer: Beware of allergic reactions in answer to unconstructive complaint-type posts
User avatar
doktor5000
 
Posts: 18039
Joined: Jun 4th, '11, 10:10
Location: Leipzig, Germany

Re: Network OK but no internet

Postby JJF1 » Sep 29th, '24, 16:53

[I have to switch from Linux to Windows and vise versa in order to read the Linux data / command requested and back to Windows to submit ans be able to send the reply].
BTY, I could, only, run this command as Root


Code: Select all
iptables.txt

Chain INPUT (policy ACCEPT 32 packets, 2944 bytes)
 pkts bytes target     prot opt in     out     source               destination         

Chain FORWARD (policy ACCEPT 0 packets, 0 bytes)
 pkts bytes target     prot opt in     out     source               destination         

Chain OUTPUT (policy ACCEPT 62 packets, 4876 bytes)
 pkts bytes target     prot opt in     out     source               destination         

JJF1
 
Posts: 69
Joined: Mar 29th, '20, 10:28

Re: Network OK but no internet

Postby JJF1 » Sep 29th, '24, 17:12

No firewall exists. niether in the router nor in Mageia.
(It did not change before or after the internet connection was lost)
JJF1
 
Posts: 69
Joined: Mar 29th, '20, 10:28

Re: Network OK but no internet

Postby doktor5000 » Sep 29th, '24, 20:11

Please also post the output of
Code: Select all
ip -c -o l

I just checked again your output from "ip -o r" and it shows as linkdown which indicates that the link/interface for that connection is down currently.

It would be helpful if you could run
Code: Select all
journalctl -ab > /tmp/journal.log
as root after a fresh boot, and then later attach /tmp/journal.log here.
Cauldron is not for the faint of heart!
Caution: Hot, bubbling magic inside. May explode or cook your kittens!
----
Disclaimer: Beware of allergic reactions in answer to unconstructive complaint-type posts
User avatar
doktor5000
 
Posts: 18039
Joined: Jun 4th, '11, 10:10
Location: Leipzig, Germany

Re: Network OK but no internet

Postby JJF1 » Sep 30th, '24, 09:15

Code: Select all
ip -c -o l
lo: <LOOPBACK,UP,LOWER_UP> mtu 65536 qdisc noqueue state UNKNOWN mode DEFAULT group default qlen 1000\    link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00
2: eno2: <NO-CARRIER,BROADCAST,MULTICAST,UP> mtu 1500 qdisc fq_codel state DOWN mode DEFAULT group default qlen 1000\    link/ether 08:bf:b8:57:5f:8d brd ff:ff:ff:ff:ff:ff\    altname enp0s31f6
3: wlo1: <BROADCAST,MULTICAST> mtu 1500 qdisc noop state DOWN mode DEFAULT group default qlen 1000\    link/ether 36:50:cd:85:d8:40 brd ff:ff:ff:ff:ff:ff permaddr 54:6c:eb:63:c1:e4\    altname wlp0s20f3



journal -ab is longer than the allowed size (>60000 charachters) . Please advice
Last edited by isadora on Sep 30th, '24, 11:39, edited 1 time in total.
Reason: Edited [quote/]-mark
JJF1
 
Posts: 69
Joined: Mar 29th, '20, 10:28

Re: Network OK but no internet

Postby JJF1 » Sep 30th, '24, 11:55

As the size of journalctl exceeded the permited size, I "grepped" it to filter only 'network' , as it is quoted below (I hope it contained a clue to the solution):

Code: Select all
Sep 30 12:27:55 localhost.localdomain systemd[1]: Starting network-up.service...
Sep 30 12:28:01 localhost.localdomain systemd[1]: Starting network.service...
Sep 30 12:28:01 localhost.localdomain network[1303]: WARN      : [network] You are using 'network' service provided by 'network-scripts', which are now deprecated.
Sep 30 12:28:01 localhost.localdomain network[1303]: WARN      : [network] 'network-scripts' will be removed from distribution in near future.
Sep 30 12:28:01 localhost.localdomain network[1303]: WARN      : [network] It is advised to switch to 'NetworkManager' instead for network management.
Sep 30 12:28:02 localhost.localdomain network[1303]: Bringing up loopback interface:  [  OK  ]
Sep 30 12:28:02 localhost.localdomain NetworkManager[1007]: <info>  [1727688482.1619] audit: op="connections-load" args="/etc/sysconfig/network-scripts/ifcfg-Auto_Frommer3" pid=1495 uid=0 result="success"
Sep 30 12:28:02 localhost.localdomain network[1303]: Bringing up interface Auto_Frommer3:  [  OK  ]
Sep 30 12:28:02 localhost.localdomain NetworkManager[1007]: <info>  [1727688482.2044] audit: op="connections-load" args="/etc/sysconfig/network-scripts/ifcfg-eno2" pid=1550 uid=0 result="success"
Sep 30 12:28:02 localhost.localdomain network-up[1038]: Waiting for network to be up[  OK  ]
Sep 30 12:28:02 localhost.localdomain systemd[1]: Started network-up.service.
Sep 30 12:28:04 localhost.localdomain network[1303]: Bringing up interface eno2:
Sep 30 12:28:04 localhost.localdomain network[1578]: Connection successfully activated (D-Bus active path: /org/freedesktop/NetworkManager/ActiveConnection/1)
Sep 30 12:28:04 localhost.localdomain network[1303]: [  OK  ]
Sep 30 12:28:04 localhost.localdomain NetworkManager[1007]: <info>  [1727688484.3105] audit: op="connections-load" args="/etc/sysconfig/network-scripts/ifcfg-wlo1" pid=1636 uid=0 result="success"
Sep 30 12:28:04 localhost.localdomain network[1303]: Bringing up interface wlo1:
Sep 30 12:28:04 localhost.localdomain network[1646]: Error: Connection activation failed: No suitable device found for this connection (device eno2 not available because profile is not compatible with device (mismatching interface name)).
Sep 30 12:28:04 localhost.localdomain network[1303]: [FAILED]
Sep 30 12:28:04 localhost.localdomain NetworkManager[1007]: <info>  [1727688484.4490] audit: op="connections-load" args="/etc/sysconfig/network-scripts/ifcfg-wlp0s20f0u4u1" pid=1684 uid=0 result="success"
Sep 30 12:28:04 localhost.localdomain network[1303]: Bringing up interface wlp0s20f0u4u1:
Sep 30 12:28:04 localhost.localdomain network[1694]: Error: Connection activation failed: No suitable device found for this connection (device eno2 not available because profile is not compatible with device (mismatching interface name)).
Sep 30 12:28:04 localhost.localdomain network[1303]: [FAILED]
Sep 30 12:28:04 localhost.localdomain systemd[1]: network.service: Control process exited, code=exited, status=1/FAILURE
Sep 30 12:28:04 localhost.localdomain systemd[1]: network.service: Failed with result 'exit-code'.
Sep 30 12:28:04 localhost.localdomain systemd[1]: Failed to start network.service.
Sep 30 12:28:04 localhost.localdomain systemd[1]: Reached target network.target.
Sep 30 12:28:04 localhost.localdomain systemd[1]: Reached target network-online.target.
Sep 30 12:28:19 localhost.localdomain cinnamon[2442]: JS LOG: [LookingGlass/info] Loaded applet network@cinnamon.org in 66 ms
Sep 30 12:28:20 localhost.localdomain cinnamon[2442]: JS LOG: Unknown network device type, is 14
Sep 30 12:28:20 localhost.localdomain cinnamon[2442]: JS LOG: [LookingGlass/info] Hiding systray: network
Sep 30 12:34:28 localhost.localdomain /usr/libexec/gdm-x-session[4031]: run-parts: /etc/sysconfig/network-scripts/hostname.d/avahi exited with return code 1
Sep 30 12:34:28 localhost.localdomain /usr/libexec/gdm-x-session[2492]: received SIGHUP, reloading network configuration
Sep 30 12:34:31 localhost.localdomain NetworkManager[1007]: <info>  [1727688871.0457] audit: op="connections-load" args="/etc/sysconfig/network-scripts/ifcfg-eno2" pid=4083 uid=0 result="success"
Sep 30 12:34:31 localhost.localdomain /usr/libexec/gdm-x-session[4069]: WARN      : [ifdown] You are using 'ifdown' script provided by 'network-scripts', which are now deprecated.
Sep 30 12:34:31 localhost.localdomain /usr/libexec/gdm-x-session[4069]: WARN      : [ifdown] 'network-scripts' will be removed from distribution in near future.
Sep 30 12:34:38 localhost.localdomain NetworkManager[1007]: <info>  [1727688878.5224] audit: op="connections-load" args="/etc/sysconfig/network-scripts/ifcfg-eno2" pid=4196 uid=0 result="success"
Sep 30 12:34:38 localhost.localdomain /usr/libexec/gdm-x-session[4182]: WARN      : [ifdown] You are using 'ifdown' script provided by 'network-scripts', which are now deprecated.
Sep 30 12:34:38 localhost.localdomain /usr/libexec/gdm-x-session[4182]: WARN      : [ifdown] 'network-scripts' will be removed from distribution in near future.
Sep 30 12:34:38 localhost.localdomain NetworkManager[1007]: <info>  [1727688878.6774] audit: op="connections-load" args="/etc/sysconfig/network-scripts/ifcfg-eno2" pid=4229 uid=0 result="success"
Sep 30 12:34:38 localhost.localdomain /usr/libexec/gdm-x-session[4215]: WARN      : [ifup] You are using 'ifup' script provided by 'network-scripts', which are now deprecated.
Sep 30 12:34:38 localhost.localdomain /usr/libexec/gdm-x-session[4215]: WARN      : [ifup] 'network-scripts' will be removed from distribution in near future.
Sep 30 12:34:41 localhost.localdomain NetworkManager[1007]: <info>  [1727688881.4188] audit: op="connections-load" args="/etc/sysconfig/network-scripts/ifcfg-eno2" pid=4266 uid=0 result="success"
Sep 30 12:34:41 localhost.localdomain /usr/libexec/gdm-x-session[4252]: WARN      : [ifdown] You are using 'ifdown' script provided by 'network-scripts', which are now deprecated.
Sep 30 12:34:41 localhost.localdomain /usr/libexec/gdm-x-session[4252]: WARN      : [ifdown] 'network-scripts' will be removed from distribution in near future.
Sep 30 12:34:41 localhost.localdomain NetworkManager[1007]: <info>  [1727688881.5732] audit: op="connections-load" args="/etc/sysconfig/network-scripts/ifcfg-eno2" pid=4299 uid=0 result="success"
Sep 30 12:34:41 localhost.localdomain /usr/libexec/gdm-x-session[4285]: WARN      : [ifup] You are using 'ifup' script provided by 'network-scripts', which are now deprecated.
Sep 30 12:34:41 localhost.localdomain /usr/libexec/gdm-x-session[4285]: WARN      : [ifup] 'network-scripts' will be removed from distribution in near future.
Sep 30 12:34:43 localhost.localdomain NetworkManager[1007]: <info>  [1727688883.2562] audit: op="connections-load" args="/etc/sysconfig/network-scripts/ifcfg-eno2" pid=4332 uid=0 result="success"
Sep 30 12:34:43 localhost.localdomain /usr/libexec/gdm-x-session[4318]: WARN      : [ifdown] You are using 'ifdown' script provided by 'network-scripts', which are now deprecated.
Sep 30 12:34:43 localhost.localdomain /usr/libexec/gdm-x-session[4318]: WARN      : [ifdown] 'network-scripts' will be removed from distribution in near future.
Sep 30 12:34:43 localhost.localdomain NetworkManager[1007]: <info>  [1727688883.4156] audit: op="connections-load" args="/etc/sysconfig/network-scripts/ifcfg-eno2" pid=4365 uid=0 result="success"
Sep 30 12:34:43 localhost.localdomain /usr/libexec/gdm-x-session[4351]: WARN      : [ifup] You are using 'ifup' script provided by 'network-scripts', which are now deprecated.
Sep 30 12:34:43 localhost.localdomain /usr/libexec/gdm-x-session[4351]: WARN      : [ifup] 'network-scripts' will be removed from distribution in near future.
Sep 30 12:34:51 localhost.localdomain NetworkManager[1007]: <info>  [1727688891.7080] audit: op="connections-load" args="/etc/sysconfig/network-scripts/ifcfg-eno2" pid=4402 uid=0 result="success"
Sep 30 12:34:51 localhost.localdomain /usr/libexec/gdm-x-session[4388]: WARN      : [ifdown] You are using 'ifdown' script provided by 'network-scripts', which are now deprecated.
Sep 30 12:34:51 localhost.localdomain /usr/libexec/gdm-x-session[4388]: WARN      : [ifdown] 'network-scripts' will be removed from distribution in near future.
Sep 30 12:34:51 localhost.localdomain NetworkManager[1007]: <info>  [1727688891.8583] audit: op="connections-load" args="/etc/sysconfig/network-scripts/ifcfg-eno2" pid=4435 uid=0 result="success"
Sep 30 12:34:51 localhost.localdomain /usr/libexec/gdm-x-session[4421]: WARN      : [ifup] You are using 'ifup' script provided by 'network-scripts', which are now deprecated.
Sep 30 12:34:51 localhost.localdomain /usr/libexec/gdm-x-session[4421]: WARN      : [ifup] 'network-scripts' will be removed from distribution in near future.
Sep 30 12:35:19 localhost.localdomain NetworkManager[1007]: <info>  [1727688919.3335] audit: op="connections-load" args="/etc/sysconfig/network-scripts/ifcfg-eno2" pid=4499 uid=0 result="success"
Sep 30 12:35:19 localhost.localdomain /usr/libexec/gdm-x-session[4485]: WARN      : [ifdown] You are using 'ifdown' script provided by 'network-scripts', which are now deprecated.
Sep 30 12:35:19 localhost.localdomain /usr/libexec/gdm-x-session[4485]: WARN      : [ifdown] 'network-scripts' will be removed from distribution in near future.
Sep 30 12:35:19 localhost.localdomain NetworkManager[1007]: <info>  [1727688919.5017] audit: op="connections-load" args="/etc/sysconfig/network-scripts/ifcfg-eno2" pid=4532 uid=0 result="success"
Sep 30 12:35:19 localhost.localdomain /usr/libexec/gdm-x-session[4518]: WARN      : [ifup] You are using 'ifup' script provided by 'network-scripts', which are now deprecated.
Sep 30 12:35:19 localhost.localdomain /usr/libexec/gdm-x-session[4518]: WARN      : [ifup] 'network-scripts' will be removed from distribution in near future.
Sep 30 12:36:21 localhost.localdomain /usr/libexec/gdm-x-session[4591]: run-parts: /etc/sysconfig/network-scripts/hostname.d/avahi exited with return code 1
Sep 30 12:36:21 localhost.localdomain /usr/libexec/gdm-x-session[2492]: received SIGHUP, reloading network configuration
Sep 30 12:36:24 localhost.localdomain NetworkManager[1007]: <info>  [1727688984.8212] audit: op="connections-load" args="/etc/sysconfig/network-scripts/ifcfg-eno2" pid=4640 uid=0 result="success"
Sep 30 12:36:24 localhost.localdomain /usr/libexec/gdm-x-session[4626]: WARN      : [ifdown] You are using 'ifdown' script provided by 'network-scripts', which are now deprecated.
Sep 30 12:36:24 localhost.localdomain /usr/libexec/gdm-x-session[4626]: WARN      : [ifdown] 'network-scripts' will be removed from distribution in near future.
Sep 30 12:36:25 localhost.localdomain NetworkManager[1007]: <info>  [1727688985.0116] audit: op="connections-load" args="/etc/sysconfig/network-scripts/ifcfg-eno2" pid=4673 uid=0 result="success"
Sep 30 12:36:25 localhost.localdomain /usr/libexec/gdm-x-session[4659]: WARN      : [ifup] You are using 'ifup' script provided by 'network-scripts', which are now deprecated.
Sep 30 12:36:25 localhost.localdomain /usr/libexec/gdm-x-session[4659]: WARN      : [ifup] 'network-scripts' will be removed from distribution in near future.
Sep 30 12:37:11 localhost.localdomain /usr/libexec/gdm-x-session[4717]: run-parts: /etc/sysconfig/network-scripts/hostname.d/avahi exited with return code 1
Sep 30 12:37:12 localhost.localdomain /usr/libexec/gdm-x-session[2492]: received SIGHUP, reloading network configuration
Sep 30 12:37:16 localhost.localdomain NetworkManager[1007]: <info>  [1727689036.6841] audit: op="connections-load" args="/etc/sysconfig/network-scripts/ifcfg-eno2" pid=4771 uid=0 result="success"
Sep 30 12:37:16 localhost.localdomain /usr/libexec/gdm-x-session[4757]: WARN      : [ifdown] You are using 'ifdown' script provided by 'network-scripts', which are now deprecated.
Sep 30 12:37:16 localhost.localdomain /usr/libexec/gdm-x-session[4757]: WARN      : [ifdown] 'network-scripts' will be removed from distribution in near future.
Sep 30 12:37:16 localhost.localdomain NetworkManager[1007]: <info>  [1727689036.8453] audit: op="connections-load" args="/etc/sysconfig/network-scripts/ifcfg-eno2" pid=4804 uid=0 result="success"
Sep 30 12:37:16 localhost.localdomain /usr/libexec/gdm-x-session[4790]: WARN      : [ifup] You are using 'ifup' script provided by 'network-scripts', which are now deprecated.
Sep 30 12:37:16 localhost.localdomain /usr/libexec/gdm-x-session[4790]: WARN      : [ifup] 'network-scripts' will be removed from distribution in near future.




Code: Select all
ip -c -o l
1: lo: <LOOPBACK,UP,LOWER_UP> mtu 65536 qdisc noqueue state UNKNOWN mode DEFAULT group default qlen 1000\    link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00
2: eno2: <NO-CARRIER,BROADCAST,MULTICAST,UP> mtu 1500 qdisc fq_codel state DOWN mode DEFAULT group default qlen 1000\    link/ether 08:bf:b8:57:5f:8d brd ff:ff:ff:ff:ff:ff\    altname enp0s31f6
3: wlo1: <BROADCAST,MULTICAST> mtu 1500 qdisc noop state DOWN mode DEFAULT group default qlen 1000\    link/ether f6:9d:09:09:2f:f6 brd ff:ff:ff:ff:ff:ff permaddr 54:6c:eb:63:c1:e4\    altname wlp0s20f3


removed quote tags. added code tags. ~Germ
JJF1
 
Posts: 69
Joined: Mar 29th, '20, 10:28

Re: Network OK but no internet

Postby doktor5000 » Sep 30th, '24, 18:50

JJF1 wrote:As the size of journalctl exceeded the permited size

If you would have added the log as attachment as described there would have been no such limit.

JJF1 wrote:
Sep 30 12:28:02 localhost.localdomain NetworkManager[1007]: <info> [1727688482.1619] audit: op="connections-load" args="/etc/sysconfig/network-scripts/ifcfg-Auto_Frommer3" pid=1495 uid=0 result="success"
Sep 30 12:28:02 localhost.localdomain network[1303]: Bringing up interface Auto_Frommer3: [ OK ]
Sep 30 12:28:02 localhost.localdomain NetworkManager[1007]: <info> [1727688482.2044] audit: op="connections-load" args="/etc/sysconfig/network-scripts/ifcfg-eno2" pid=1550 uid=0 result="success"
Sep 30 12:28:04 localhost.localdomain network[1303]: Bringing up interface eno2:
Sep 30 12:28:04 localhost.localdomain network[1646]: Error: Connection activation failed: No suitable device found for this connection (device eno2 not available because profile is not compatible with device (mismatching interface name)).
Sep 30 12:28:04 localhost.localdomain network[1303]: [FAILED]
Sep 30 12:28:04 localhost.localdomain network[1694]: Error: Connection activation failed: No suitable device found for this connection (device eno2 not available because profile is not compatible with device (mismatching interface name)).
Sep 30 12:28:04 localhost.localdomain network[1303]: [FAILED]
Sep 30 12:28:04 localhost.localdomain systemd[1]: network.service: Control process exited, code=exited, status=1/FAILURE


See the relevant excerpt above, you need to clean up / fix your network interface configs. eno2 does not have a link, that's why you don't have an internet connection or connection to your router.
Cauldron is not for the faint of heart!
Caution: Hot, bubbling magic inside. May explode or cook your kittens!
----
Disclaimer: Beware of allergic reactions in answer to unconstructive complaint-type posts
User avatar
doktor5000
 
Posts: 18039
Joined: Jun 4th, '11, 10:10
Location: Leipzig, Germany

Re: Network OK but no internet

Postby JJF1 » Oct 1st, '24, 11:34

[Well, even after 10 years of using Mageia, I am still ignorant vis-a-vis using the various feature as well as the Forum's help]
Attaches below is the required root journalctl after boot.
I do want to mention that local network communication is ok, i.e. connection to the router is alive.
Ready to get more help.
JJF
Attachments
journal (copy).log
(401.62 KiB) Downloaded 125 times
JJF1
 
Posts: 69
Joined: Mar 29th, '20, 10:28

Re: Network OK but no internet

Postby doktor5000 » Oct 1st, '24, 19:55

JJF1 wrote:I do want to mention that local network communication is ok, i.e. connection to the router is alive.

You mean after a fresh boot? Because according to your previous ping output it was not reachable.

Apart from that you seem to have configured both your wireless and wired interfaces to use the same adapter so they are conflicting.
Best remove those two and make sure to delete or rename/move away /etc/sysconfig/network-scripts/ifcfg-eno2 and /etc/sysconfig/network-scripts/ifcfg-Auto_Frommer3
(when renaming make sure the name does not start with ifcfg-) and then configure your wired interface fresh.

Sep 30 09:48:41 localhost.localdomain network[1291]: Bringing up loopback interface: [ OK ]
Sep 30 09:48:41 localhost.localdomain NetworkManager[980]: <info> [1727678921.1503] audit: op="connections-load" args="/etc/sysconfig/network-scripts/ifcfg-Auto_Frommer3" pid=1489 uid=0 result="success"
Sep 30 09:48:41 localhost.localdomain network[1291]: Bringing up interface Auto_Frommer3: [ OK ]
Sep 30 09:48:41 localhost.localdomain NetworkManager[980]: <info> [1727678921.1922] audit: op="connections-load" args="/etc/sysconfig/network-scripts/ifcfg-eno2" pid=1546 uid=0 result="success"
Sep 30 09:48:41 localhost.localdomain network-up[1022]: Waiting for network to be up[ OK ]

Sep 30 09:48:41 localhost.localdomain NetworkManager[980]: <info> [1727678921.2273] agent-manager: agent[1546fdb6b89769a1,:1.44/nmcli-connect/0]: agent registered
Sep 30 09:48:41 localhost.localdomain NetworkManager[980]: <info> [1727678921.2285] device (eno2): state change: unavailable -> disconnected (reason 'user-requested', sys-iface-state: 'managed')
Sep 30 09:48:41 localhost.localdomain NetworkManager[980]: <info> [1727678921.2291] device (eno2): Activation: starting connection 'System eno2' (b186f945-cc80-911d-668c-b51be8596980)
Sep 30 09:48:41 localhost.localdomain NetworkManager[980]: <info> [1727678921.2292] audit: op="connection-activate" uuid="b186f945-cc80-911d-668c-b51be8596980" name="System eno2" pid=1568 uid=0 result="success"
Sep 30 09:48:41 localhost.localdomain NetworkManager[980]: <info> [1727678921.2293] device (eno2): state change: disconnected -> prepare (reason 'none', sys-iface-state: 'managed')
Sep 30 09:48:41 localhost.localdomain NetworkManager[980]: <info> [1727678921.2295] manager: NetworkManager state is now CONNECTING
Sep 30 09:48:41 localhost.localdomain NetworkManager[980]: <info> [1727678921.2296] device (eno2): state change: prepare -> config (reason 'none', sys-iface-state: 'managed')
Sep 30 09:48:41 localhost.localdomain NetworkManager[980]: <info> [1727678921.2302] device (eno2): state change: config -> ip-config (reason 'none', sys-iface-state: 'managed')
Sep 30 09:48:41 localhost.localdomain NetworkManager[980]: <info> [1727678921.2305] device (eno2): ip:ac6: addrconf6: kernel does not support IPv6
Sep 30 09:48:41 localhost.localdomain NetworkManager[980]: <info> [1727678921.2306] policy: set 'System eno2' (eno2) as default for IPv4 routing and DNS
Sep 30 09:48:41 localhost.localdomain NetworkManager[980]: <info> [1727678921.2307] policy: set-hostname: set hostname to 'localhost.localdomain' (no hostname found)
Sep 30 09:48:41 localhost.localdomain avahi-daemon[934]: Joining mDNS multicast group on interface eno2.IPv4 with address 192.168.1.107.
Sep 30 09:48:41 localhost.localdomain avahi-daemon[934]: New relevant interface eno2.IPv4 for mDNS.
Sep 30 09:48:41 localhost.localdomain avahi-daemon[934]: Registering new address record for 192.168.1.107 on eno2.IPv4.
Sep 30 09:48:41 localhost.localdomain NetworkManager[980]: <info> [1727678921.2589] policy: set-hostname: set hostname to 'localhost.localdomain' (no hostname found)
Sep 30 09:48:41 localhost.localdomain NetworkManager[980]: <warn> [1727678921.2591] platform-linux: do-add-ip6-address[2: fe80::abf:b8ff:fe57:5f8d]: failure 95 (Operation not supported)
Sep 30 09:48:41 localhost.localdomain kernel: NET: Registered PF_PACKET protocol family
Sep 30 09:48:43 localhost.localdomain NetworkManager[980]: <warn> [1727678923.2591] ipv6ll[37b93e797114a8a3,ifindex=2]: changed: no IPv6 link local address to retry after Duplicate Address Detection failures (back off)
Sep 30 09:48:43 localhost.localdomain NetworkManager[980]: <info> [1727678923.2592] policy: set-hostname: set hostname to 'localhost.localdomain' (no hostname found)
Sep 30 09:48:43 localhost.localdomain NetworkManager[980]: <info> [1727678923.2594] device (eno2): state change: ip-config -> ip-check (reason 'none', sys-iface-state: 'managed')
Sep 30 09:48:43 localhost.localdomain NetworkManager[980]: <info> [1727678923.2614] device (eno2): state change: ip-check -> secondaries (reason 'none', sys-iface-state: 'managed')
Sep 30 09:48:43 localhost.localdomain NetworkManager[980]: <info> [1727678923.2615] device (eno2): state change: secondaries -> activated (reason 'none', sys-iface-state: 'managed')
Sep 30 09:48:43 localhost.localdomain NetworkManager[980]: <info> [1727678923.2617] manager: NetworkManager state is now CONNECTED_SITE
Sep 30 09:48:43 localhost.localdomain NetworkManager[980]: <info> [1727678923.2618] policy: set-hostname: set hostname to 'localhost.localdomain' (no hostname found)
Sep 30 09:48:43 localhost.localdomain NetworkManager[980]: <info> [1727678923.2619] device (eno2): Activation: successful, device activated.
Sep 30 09:48:43 localhost.localdomain NetworkManager[980]: <info> [1727678923.2622] manager: NetworkManager state is now CONNECTED_GLOBAL
Sep 30 09:48:43 localhost.localdomain network[1291]: Bringing up interface eno2:
Sep 30 09:48:43 localhost.localdomain network[1568]: Connection successfully activated (D-Bus active path: /org/freedesktop/NetworkManager/ActiveConnection/1)
Sep 30 09:48:43 localhost.localdomain network[1291]: [ OK ]
Sep 30 09:48:43 localhost.localdomain NetworkManager[980]: <info> [1727678923.3068] audit: op="connections-load" args="/etc/sysconfig/network-scripts/ifcfg-wlo1" pid=1625 uid=0 result="success"
Sep 30 09:48:43 localhost.localdomain NetworkManager[980]: <info> [1727678923.3473] agent-manager: agent[fdeb35b70107c480,:1.49/nmcli-connect/0]: agent registered
Sep 30 09:48:43 localhost.localdomain NetworkManager[980]: <info> [1727678923.3485] audit: op="connection-activate" uuid="d30a1ce3-b0b0-562b-c404-510f168851f9" name="System Frommer4 (wlo1)" result="fail" reason="No suitable device found for this connection (device eno2 not available because profile is not compatible with device (mismatching interface name))."
Sep 30 09:48:43 localhost.localdomain network[1291]: Bringing up interface wlo1:
Sep 30 09:48:43 localhost.localdomain network[1635]: Error: Connection activation failed: No suitable device found for this connection (device eno2 not available because profile is not compatible with device (mismatching interface name)).
Sep 30 09:48:43 localhost.localdomain network[1291]: [FAILED]
Sep 30 09:48:43 localhost.localdomain NetworkManager[980]: <info> [1727678923.4907] audit: op="connections-load" args="/etc/sysconfig/network-scripts/ifcfg-wlp0s20f0u4u1" pid=1673 uid=0 result="success"
Sep 30 09:48:43 localhost.localdomain NetworkManager[980]: <info> [1727678923.5194] agent-manager: agent[8341fb8585aa6ee2,:1.54/nmcli-connect/0]: agent registered
Sep 30 09:48:43 localhost.localdomain NetworkManager[980]: <info> [1727678923.5199] audit: op="connection-activate" uuid="256e13f1-a119-204f-65fc-7005b08d6fa4" name="System wlp0s20f0u4u1" result="fail" reason="No suitable device found for this connection (device eno2 not available because profile is not compatible with device (mismatching interface name))."
Sep 30 09:48:43 localhost.localdomain network[1291]: Bringing up interface wlp0s20f0u4u1:
Sep 30 09:48:43 localhost.localdomain network[1683]: Error: Connection activation failed: No suitable device found for this connection (device eno2 not available because profile is not compatible with device (mismatching interface name)).
Sep 30 09:48:43 localhost.localdomain network[1291]: [FAILED]
Sep 30 09:48:43 localhost.localdomain systemd[1]: network.service: Control process exited, code=exited, status=1/FAILURE


Apart from that you should set a proper static hostname different from localhost with
Code: Select all
hostnamectl set-hostname
Cauldron is not for the faint of heart!
Caution: Hot, bubbling magic inside. May explode or cook your kittens!
----
Disclaimer: Beware of allergic reactions in answer to unconstructive complaint-type posts
User avatar
doktor5000
 
Posts: 18039
Joined: Jun 4th, '11, 10:10
Location: Leipzig, Germany

Re: Network OK but no internet [done]

Postby JJF1 » Oct 6th, '24, 09:22

[For unknown reason] I checked the cable connection and found that it was marginal.
Connecting the cable firmly solved the problem
Thanks to all who helped
JJF
JJF1
 
Posts: 69
Joined: Mar 29th, '20, 10:28


Return to Networking

Who is online

Users browsing this forum: No registered users and 1 guest