Re: Bookworm Networking Issues

2024-03-18 Thread Anssi Saari
Greg Wooledge  writes:

> For example, on my current machine, the network interface is named "eno1".
> To bring this interface up, if it's not already up, I would run:
>
> ifup eno1

Um, ifup takes -a to bring all interfaces marked auto up. So that's the
obvious command to try and if it doesn't work then it's time to get down
into the details with error messages and what's in the config and all
that.



Re: Bookworm Networking Issues

2024-03-17 Thread Stefan Monnier
> Can anybody suggest how to get the networking running?

Have you searched the web for answered?
I suspect searching for "get the networking running" or "fix my
problems" will get you up and running in no time.


Stefan



Re: Bookworm Networking Issues

2024-03-17 Thread Greg Wooledge
On Sun, Mar 17, 2024 at 08:46:26PM +0100, Marco Moock wrote:
> Am 17.03.2024 um 16:54:27 Uhr schrieb David:
> 
> > Can anybody suggest how to get the networking running?
> 
> You have to tell us what doesn't work in your network.
> 
> Also show the output of
> ip a
> cat /etc/resolv.conf

I have a feeling everyone's over-thinking this.  I suspect what the OP
wants is the *literal command* they should type.

Unfortunately, without knowing the contents of /etc/network/interfaces
we can't give the literal command.  You'd have to know the name(s) of
the network interfaces that are defined.  Then, for each interface, you
would run an "ifup" command.

For example, on my current machine, the network interface is named "eno1".
To bring this interface up, if it's not already up, I would run:

ifup eno1

Of course, there's also a desire to ensure that the network interfaces
are correctly brought up when you boot.  Therefore, the ultimate test is
to reboot the machine.  If the interfaces come up when you boot, then
things are probably configured correctly.  If they don't, then you have
a problem to solve.



Re: Bookworm Networking Issues

2024-03-17 Thread Marco Moock
Am 17.03.2024 um 16:54:27 Uhr schrieb David:

> Can anybody suggest how to get the networking running?

You have to tell us what doesn't work in your network.

Also show the output of
ip a
cat /etc/resolv.conf

-- 
Gruß
Marco

Send spam to 1710690867mu...@cartoonies.org



Re: Bookworm Networking Issues

2024-03-17 Thread tomas
On Sun, Mar 17, 2024 at 04:54:27PM +, David wrote:
> I am running Bookworm on a thin client and Network-Manger seems to be
> the source of my problems.
> 
> I have purged Network-Manager from this thin client, but I can't find
> out how to get /etc/network/interface to run. I have added to 2 NIC's
> that I need.
> 
> Can anybody suggest how to get the networking running?

Package ifupdown is installed?

Cheers
-- 
t


signature.asc
Description: PGP signature


Re: Bookworm Networking Issues

2024-03-17 Thread Charles Curley
On Sun, 17 Mar 2024 16:54:27 +
David  wrote:

> I am running Bookworm on a thin client and Network-Manger seems to be
> the source of my problems.
> 
> I have purged Network-Manager from this thin client, but I can't find
> out how to get /etc/network/interface to run. I have added to 2 NIC's
> that I need.
> 
> Can anybody suggest how to get the networking running?
> 
> Thank you,
> 
> David.
> 

"man interfaces" might help.

The name of the file is "/etc/network/interfaces". Note the s on the
end. Do you have other typos, say, in the file?

Also, you could show us verbatim the contents of your
/etc/network/interfaces.

You might also look at systemd-networkd.

-- 
Does anybody read signatures any more?

https://charlescurley.com
https://charlescurley.com/blog/



Re: Bookworm Networking Issues

2024-03-17 Thread Eike Lantzsch ZP5CGE / KY4PZ
On Sonntag, 17. März 2024 13:54:27 -03 David wrote:
> I am running Bookworm on a thin client and Network-Manger seems to be
> the source of my problems.
> 
> I have purged Network-Manager from this thin client, but I can't find
> out how to get /etc/network/interface to run. I have added to 2 NIC's
> that I need.
> 
> Can anybody suggest how to get the networking running?
> 
> Thank you,
> 
> David.

David,
with all respect, your post is bare of any information which would 
enable someone without a crystal ball to help with the issue.
Maybe start here: 'man if' and or 'man ifconfig'
All the best
-- 
Eike Lantzsch KY4PZ / ZP5CGE





Bookworm Networking Issues

2024-03-17 Thread David
I am running Bookworm on a thin client and Network-Manger seems to be
the source of my problems.

I have purged Network-Manager from this thin client, but I can't find
out how to get /etc/network/interface to run. I have added to 2 NIC's
that I need.

Can anybody suggest how to get the networking running?

Thank you,

David.