This is a multi-part message in MIME format.
Am Montag, 16. September 2024, 19:59:44 CEST schrieb Frank McCormick:
I am faced with a strange problem. I have no internet access on Trixie
on one of two partitions on my ssd.
I was attempting to solve a problem I am having with Vivaldi by
installing Seahorse. Apt quit halfway through downloading the necessary files complaining it could not resolve a bunch of Debian repositories.
Ever since that I have no internet access in Trixie. It's not a hardware problem as I have full access on the other partition which runs Opensuse Tumbleweed. Earlier today I did an update of Trixie and it went fine.
Can someone help me diagnose the problem ?
This is my apt sources list
deb http://deb.debian.org/debian trixie main contrib non-free non-free-firmware
deb-src http://deb.debian.org/debian trixie main contrib non-free
deb http://deb.debian.org/debian trixie-updates main contrib non-free non-free-firmware
deb-src http://deb.debian.org/debian trixie-updates main contrib non-free
deb http://deb.debian.org/debian trixie-backports main contrib non-free non-free-firmware
deb-src http://deb.debian.org/debian trixie-backports main contrib non-free deb http://deb.debian.org/debian trixie-proposed-updates
non-free-firmware main contrib non-free
Thanks
What does
ifconfig -a
(eecute as root) tell?
Is it really enp0 or enp0s25?
--------------------
Second question:
If you give the network interface a hard ip, does it work?
In /etc/network/interfaces edit these lines like the example
------
auto lo enp0s10
iface lo inet loopback
address 127.0.0.1
netmask 255.0.0.0
iface enp0s10 inet static
address 192.168.3.2
netmask 255.255.255.0
broadcast 192.168.178.255
gateway 192.168.3.2
--------
Check the correct name of your ethernet device! See above.
--------------------
Also create (if not eistent) a file /etc/resolv.conf and enter DNS IPs like this example.
----
# Generated by NetworkManager
nameserver 208.67.222.222
nameserver 208.67.220.220
nameserver fd00::de39:6fff:fe2a:6101
# NOTE: the libc resolver may not support more than 3 nameservers.
# The nameservers listed below may not be recognized.
nameserver 2a02:560:58ad:b300:de39:6fff:fe2a:6101
-------
PLEASE NOTE: This is only for testing purposes! If you are using networ-manager, it will wuse
its own configuration files.
If this above is working, check, what is the difference to networ-manager.
If you now the ethernet device name (like enp0s10 in my eample), you can also try
dhclient enp0s10
as root. Of course you have to use the name of your ethernet device. (Besides, these names
are called "predicted names", but I think, you now this already).
Good luck!
Hans
<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=UTF-8">
</head>
<body><p style="margin-top:0;margin-bottom:0;margin-left:0;margin-right:0;">Am Montag, 16. September 2024, 19:59:44 CEST schrieb Frank McCormick:</p>
<p style="margin-top:0;margin-bottom:0;margin-left:0;margin-right:0;">> I am faced with a strange problem. I have no internet access on Trixie</p>
<p style="margin-top:0;margin-bottom:0;margin-left:0;margin-right:0;">> on one of two partitions on my ssd.</p>
<p style="margin-top:0;margin-bottom:0;margin-left:0;margin-right:0;">> I was attempting to solve a problem I am having with Vivaldi by</p>
<p style="margin-top:0;margin-bottom:0;margin-left:0;margin-right:0;">> installing Seahorse. Apt quit halfway through downloading the necessary</p>
<p style="margin-top:0;margin-bottom:0;margin-left:0;margin-right:0;">> files complaining it could not resolve a bunch of Debian repositories.</p>
<p style="margin-top:0;margin-bottom:0;margin-left:0;margin-right:0;">> Ever since that I have no internet access in Trixie. It's not a hardware</p>
<p style="margin-top:0;margin-bottom:0;margin-left:0;margin-right:0;">> problem as I have full access on the other partition which runs Opensuse</p>
<p style="margin-top:0;margin-bottom:0;margin-left:0;margin-right:0;">> Tumbleweed. Earlier today I did an update of Trixie and it went fine.</p>
<p style="margin-top:0;margin-bottom:0;margin-left:0;margin-right:0;">> </p> <p style="margin-top:0;margin-bottom:0;margin-left:0;margin-right:0;">> Can someone help me diagnose the problem ?</p>
<p style="margin-top:0;margin-bottom:0;margin-left:0;margin-right:0;">> </p> <p style="margin-top:0;margin-bottom:0;margin-left:0;margin-right:0;">> This is my apt sources list</p>
<p style="margin-top:0;margin-bottom:0;margin-left:0;margin-right:0;">> </p> <p style="margin-top:0;margin-bottom:0;margin-left:0;margin-right:0;">> deb
http://deb.debian.org/debian trixie main contrib non-free</p>
<p style="margin-top:0;margin-bottom:0;margin-left:0;margin-right:0;">> non-free-firmware</p>
<p style="margin-top:0;margin-bottom:0;margin-left:0;margin-right:0;">> deb-src
http://deb.debian.org/debian trixie main contrib non-free</p>
<p style="margin-top:0;margin-bottom:0;margin-left:0;margin-right:0;">> deb
http://deb.debian.org/debian trixie-updates main contrib non-free</p>
<p style="margin-top:0;margin-bottom:0;margin-left:0;margin-right:0;">> non-free-firmware</p>
<p style="margin-top:0;margin-bottom:0;margin-left:0;margin-right:0;">> deb-src
http://deb.debian.org/debian trixie-updates main contrib non-free</p>
<p style="margin-top:0;margin-bottom:0;margin-left:0;margin-right:0;">> </p> <p style="margin-top:0;margin-bottom:0;margin-left:0;margin-right:0;">> deb
http://deb.debian.org/debian trixie-backports main contrib non-free</p>
<p style="margin-top:0;margin-bottom:0;margin-left:0;margin-right:0;">> non-free-firmware</p>
<p style="margin-top:0;margin-bottom:0;margin-left:0;margin-right:0;">> deb-src
http://deb.debian.org/debian trixie-backports main contrib non-free</p>
<p style="margin-top:0;margin-bottom:0;margin-left:0;margin-right:0;">> deb
http://deb.debian.org/debian trixie-proposed-updates</p>
<p style="margin-top:0;margin-bottom:0;margin-left:0;margin-right:0;">> non-free-firmware main contrib non-free</p>
<p style="margin-top:0;margin-bottom:0;margin-left:0;margin-right:0;">> </p> <p style="margin-top:0;margin-bottom:0;margin-left:0;margin-right:0;">> Thanks</p>
<br /><p style="margin-top:0;margin-bottom:0;margin-left:0;margin-right:0;">What does </p>
<br /><p style="margin-top:0;margin-bottom:0;margin-left:0;margin-right:0;">ifconfig -a</p>
<br /><p style="margin-top:0;margin-bottom:0;margin-left:0;margin-right:0;">(eecute as root) tell?</p>
<br /><p style="margin-top:0;margin-bottom:0;margin-left:0;margin-right:0;">Is it really enp0 or enp0s25?</p>
<br /><hr />
<br /><p style="margin-top:0;margin-bottom:0;margin-left:0;margin-right:0;">Second question:</p>
<br /><p style="margin-top:0;margin-bottom:0;margin-left:0;margin-right:0;">If you give the network interface a hard ip, does it work?</p>
<br /><p style="margin-top:0;margin-bottom:0;margin-left:0;margin-right:0;">In /etc/network/interfaces edit these lines like the example</p>
<br /><p style="margin-top:0;margin-bottom:0;margin-left:0;margin-right:0;">------</p>
<br /><p style="margin-top:0;margin-bottom:0;margin-left:0;margin-right:0;">auto lo enp0s10 </p>
<br /><p style="margin-top:0;margin-bottom:0;margin-left:0;margin-right:0;">iface lo inet loopback</p>
<p style="margin-top:0;margin-bottom:0;margin-left:0;margin-right:0;">address 127.0.0.1</p>
<p style="margin-top:0;margin-bottom:0;margin-left:0;margin-right:0;">netmask 255.0.0.0</p>
<br /><p style="margin-top:0;margin-bottom:0;margin-left:0;margin-right:0;">iface enp0s10 inet static</p>
<p style="margin-top:0;margin-bottom:0;margin-left:0;margin-right:0;"> address 192.168.3.2</p>
<p style="margin-top:0;margin-bottom:0;margin-left:0;margin-right:0;"> netmask 255.255.255.0</p>
<p style="margin-top:0;margin-bottom:0;margin-left:0;margin-right:0;"> broadcast 192.168.178.255</p>
<p style="margin-top:0;margin-bottom:0;margin-left:0;margin-right:0;"> gateway 192.168.3.2</p>
<br /><br /><p style="margin-top:0;margin-bottom:0;margin-left:0;margin-right:0;">--------</p>
<br /><p style="margin-top:0;margin-bottom:0;margin-left:0;margin-right:0;">Check the correct name of your ethernet device! See above. </p>
<br /><hr />
<br /><p style="margin-top:0;margin-bottom:0;margin-left:0;margin-right:0;">Also create (if not eistent) a file /etc/resolv.conf and enter DNS IPs like this example. </p>
<br /><p style="margin-top:0;margin-bottom:0;margin-left:0;margin-right:0;">----</p>
<p style="margin-top:0;margin-bottom:0;margin-left:0;margin-right:0;"># Generated by NetworkManager</p>
<p style="margin-top:0;margin-bottom:0;margin-left:0;margin-right:0;">nameserver 208.67.222.222</p>
<p style="margin-top:0;margin-bottom:0;margin-left:0;margin-right:0;">nameserver 208.67.220.220</p>
<p style="margin-top:0;margin-bottom:0;margin-left:0;margin-right:0;">nameserver fd00::de39:6fff:fe2a:6101</p>
<p style="margin-top:0;margin-bottom:0;margin-left:0;margin-right:0;"># NOTE: the libc resolver may not support more than 3 nameservers.</p>
<p style="margin-top:0;margin-bottom:0;margin-left:0;margin-right:0;"># The nameservers listed below may not be recognized.</p>
<p style="margin-top:0;margin-bottom:0;margin-left:0;margin-right:0;">nameserver 2a02:560:58ad:b300:de39:6fff:fe2a:6101</p>
<br /><p style="margin-top:0;margin-bottom:0;margin-left:0;margin-right:0;">-------</p>
<br /><p style="margin-top:0;margin-bottom:0;margin-left:0;margin-right:0;">PLEASE NOTE: This is only for testing purposes! If you are using networ-manager, it will wuse its own configuration files.</p>
<br /><p style="margin-top:0;margin-bottom:0;margin-left:0;margin-right:0;">If this above is working, check, what is the difference to networ-manager.</p>
<br /><p style="margin-top:0;margin-bottom:0;margin-left:0;margin-right:0;">If you now the ethernet device name (like enp0s10 in my eample), you can also try</p>
<br /><p style="margin-top:0;margin-bottom:0;margin-left:0;margin-right:0;">dhclient enp0s10 </p>
<br /><p style="margin-top:0;margin-bottom:0;margin-left:0;margin-right:0;">as root. Of course you have to use the name of your ethernet device. (Besides, these names are called "predicted names", but I think, you now this already).</p>
<br /><br /><p style="margin-top:0;margin-bottom:0;margin-left:0;margin-right:0;">Good luck!</p>
<br /><p style="margin-top:0;margin-bottom:0;margin-left:0;margin-right:0;">Hans</p>
<br /><br /><br /></body>
</html>
--- SoupGate-Win32 v1.05
* Origin: fsxNet Usenet Gateway (21:1/5)