• Re: Bookworm Networking Issues

    From Eike Lantzsch ZP5CGE / KY4PZ@21:1/5 to All on Sun Mar 17 19:10:01 2024
    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

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From David@21:1/5 to All on Sun Mar 17 18:30:01 2024
    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.


    <html><head><style>pre,code,address {
    margin: 0px;
    }
    h1,h2,h3,h4,h5,h6 {
    margin-top: 0.2em;
    margin-bottom: 0.2em;
    }
    ol,ul {
    margin-top: 0em;
    margin-bottom: 0em;
    }
    blockquote {
    margin-top: 0em;
    margin-bottom: 0em;
    }
    </style></head><body><div>I am running Bookworm on a thin client and Network-Manger seems to be the source of my problems.</div><div><br></div><div>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.</div><div><br></div><div>Can anybody suggest how to get the networking running?</div><div><br></div><div>Thank you,</div><div><br></div><div>David.</div><div><br></div><div><span></span></div></body><
    /html>

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Charles Curley@21:1/5 to David on Sun Mar 17 20:40:01 2024
    On Sun, 17 Mar 2024 16:54:27 +0000
    David <david.g_jones@ntlworld.com> 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/

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Marco Moock@21:1/5 to All on Sun Mar 17 20:50:02 2024
    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 1710690867muell@cartoonies.org

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Greg Wooledge@21:1/5 to Marco Moock on Sun Mar 17 21:00:01 2024
    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.

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From tomas@tuxteam.de@21:1/5 to David on Sun Mar 17 20:50:01 2024
    On Sun, Mar 17, 2024 at 04:54:27PM +0000, 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

    -----BEGIN PGP SIGNATURE-----

    iFwEABECAB0WIQRp53liolZD6iXhAoIFyCz1etHaRgUCZfdIHQAKCRAFyCz1etHa Rl38AJjAlBIyVxwvjmfs6jNAmWK0Rx/bAJ4gGkzyBSARuO2cWefvW/pXwXQ9zQ==
    =Key1
    -----END PGP SIGNATURE-----

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Stefan Monnier@21:1/5 to All on Sun Mar 17 21:20:01 2024
    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

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Anssi Saari@21:1/5 to Greg Wooledge on Mon Mar 18 08:00:01 2024
    Greg Wooledge <greg@wooledge.org> 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.

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)