Re: multiple network interfaces...and a ghost

2022-07-16 Thread Timothy M Butterworth
On Tue, Jul 12, 2022 at 10:28 AM Peter Ehlert wrote: > > On 7/11/22 21:35, Tixy wrote: > > On Mon, 2022-07-11 at 19:51 -0700, Peter Ehlert wrote: > > [...] > >> I decided to try a fresh netinstall alongside and Boom: > >> > >> === > >> multiple network interfaces > >> > >> eno1: Intel Corporation

Re: multiple network interfaces...and a ghost

2022-07-12 Thread David Wright
On Tue 12 Jul 2022 at 15:44:41 (+0100), Tixy wrote: > Another idea, is looking for that network name in the logs for the > current boot. > > journalctl -b | grep -B3 enx00e04c534458 > > That'll give you matches with the three lines before so you can see the > context. I'd use grep -B3 -A3 -i

Re: multiple network interfaces...and a ghost

2022-07-12 Thread Tixy
On Tue, 2022-07-12 at 05:35 +0100, Tixy wrote: > On Mon, 2022-07-11 at 19:51 -0700, Peter Ehlert wrote: > [...] > > > > I decided to try a fresh netinstall alongside and Boom: > > > > === > > multiple network interfaces > > > > eno1: Intel Corporation Ethernet Connection (2) I218-LM > > enp5s0:

Re: multiple network interfaces...and a ghost

2022-07-12 Thread Peter Ehlert
On 7/11/22 21:35, Tixy wrote: On Mon, 2022-07-11 at 19:51 -0700, Peter Ehlert wrote: [...] I decided to try a fresh netinstall alongside and Boom: === multiple network interfaces eno1: Intel Corporation Ethernet Connection (2) I218-LM enp5s0: Intel Corporation 1210 Gigabit Network Connection

Re: multiple network interfaces...and a ghost

2022-07-11 Thread Tixy
On Mon, 2022-07-11 at 19:51 -0700, Peter Ehlert wrote: [...] > > I decided to try a fresh netinstall alongside and Boom: > > === > multiple network interfaces > > eno1: Intel Corporation Ethernet Connection (2) I218-LM > enp5s0: Intel Corporation 1210 Gigabit Network Connection > enx00e04c534458

Re: Multiple network interfaces

2003-03-26 Thread Derrick 'dman' Hudson
On Tue, Mar 25, 2003 at 08:58:41AM -0600, Juan dominguez wrote: | Hello everybody | | I have installed debian 3.0 in my PC. After that I | recompiled the kernel (version 2.4.4). The network | interface module is part of the kernel. I have a | network interface working successfull, but I want to

Re: Multiple network interfaces

2003-03-26 Thread Bob Hilliard
"Mark L. Kahnt" <[EMAIL PROTECTED]> writes: > 2) Linux, iirc, requires a kernel driver for each individual ethernet > card, meaning that if you have two or more identical ethernet cards, you > need the driver twice. The only way to do that is to compile it as a > module, rather than into the kerne

Re: Multiple network interfaces

2003-03-26 Thread Mark L. Kahnt
On Wed, 2003-03-26 at 05:18, Raúl Alexis Betancort Santana wrote: > El Tue, Mar 25, 2003 at 06:43:07PM -0500, Mark L. Kahnt escribió: > > 2) Linux, iirc, requires a kernel driver for each individual ethernet > > card, meaning that if you have two or more identical ethernet cards, you > > need the d

RE: Multiple network interfaces

2003-03-25 Thread Mark L. Kahnt
On Tue, 2003-03-25 at 14:37, Juan dominguez wrote: > I physically add another NIC, but when I try modconf it doesn't show > the module of the NIC becouse it was compiled as a part of the kernel > so i can't load this module but the other NIC is working (both NIC's > are the same model ) > > than

Re: Multiple network interfaces

2003-03-25 Thread Mark Roach
On Tue, 2003-03-25 at 09:58, Juan dominguez wrote: > Hello everybody > > I have installed debian 3.0 in my PC. After that I > recompiled the kernel (version 2.4.4). The network > interface module is part of the kernel. I have a > network interface working successfull, but I want to > install ano

RE: Multiple network interfaces

2003-03-25 Thread Juan dominguez
I physically add another NIC, but when I try  modconf it doesn't show the module of the NIC becouse it was compiled as a part of the kernel so i can't load this module but the other NIC is working (both NIC's are the same model ) thanks for yopur cooperation!  "deFreese, Barry" <[EMAIL PROTECTED]>

RE: Multiple network interfaces

2003-03-25 Thread deFreese, Barry
> -Original Message- > From: Juan dominguez [mailto:[EMAIL PROTECTED] > Sent: Tuesday, March 25, 2003 7:16 AM > To: [EMAIL PROTECTED] > Subject: Multiple network interfaces > > > Hello everybody > > I have installed debian 3.0 in my PC. After that I > recompiled the kernel (version 2.4.4

Re: Multiple network interfaces

2003-03-25 Thread Organ Grinder
Hi Are you wanting to add another IP to your existing network card? or are you trying to install another network card to use another IP? if your wanting to add another IP to an existing network card the eth1 should be eth0:1 otherwise you'll need to load the module for the new card using modcon

RE: Multiple network interfaces

2003-03-25 Thread Willem-Jan Meijer
Hello, Try ifconfig -a Do you see both nics? If not, do modconf and install the second nic Willem-Jan Meijer Netherlands -Oorspronkelijk bericht- Van: Juan dominguez [mailto:[EMAIL PROTECTED] Verzonden: dinsdag 25 maart 2003 15:59 Aan: [EMAIL PROTECTED] Onderwerp: Multiple network inte

Re: multiple network interfaces

2002-04-23 Thread Crispin Wellington
On Tue, 2002-04-23 at 07:26, Ilia Lobsanov wrote: > I have two network interfaces: > > * eth0 = 100mbps ethernet using 3c59x (subnet 192.168.1.0, gw > 192.168.1.1); configured using /etc/init.d/networking > * eth1 = wireless using orinoco_cs on D-Link DWL650 (subnet 192.168.0.0, > gw 192.168.0.1

Re: Multiple Network Interfaces per host -- possible?

2001-04-25 Thread Martin Feeney
On Wed, 25 Apr 2001 17:14:59 Wayne Topa wrote: > > In reply to:Lukas Ruf > > > > > > Just added a 2nd card a few days ago. Here is what I recall doing. > > Read through the Net3 and Ethernet howto's first and then > > > > /etc/network/aliases Had this for the first card > ^^

Re: Multiple Network Interfaces per host -- possible?

2001-04-25 Thread Wayne Topa
Subject: Re: Multiple Network Interfaces per host -- possible? Date: Fri, Apr 20, 2001 at 06:41:55PM -0400 In reply to:Wayne Topa Quoting Wayne Topa([EMAIL PROTECTED]): > > Subject: Multiple Network Interfaces per host -- possible? > Date: Fri, Apr 20, 2001

Re: Multiple Network Interfaces per host -- possible?

2001-04-20 Thread Wayne Topa
Subject: Multiple Network Interfaces per host -- possible? Date: Fri, Apr 20, 2001 at 11:15:48AM +0200 In reply to:Lukas Ruf Quoting Lukas Ruf([EMAIL PROTECTED]): > Dear all, > > I installed a second network interface into my host. The problem that > arises: only the old one ge