Re: Specifying multiple NICs

2018-08-06 Thread mark
On Wednesday, August 1, 2018 2:56:55 PM EDT Brian wrote: > On Wed 01 Aug 2018 at 19:57:32 +0200, Pascal Hambourg wrote: > > Le 01/08/2018 à 19:32, Brian a écrit : > > > On Wed 01 Aug 2018 at 12:00:41 -0400, Mark Neidorff wrote: > > > > In the past, I referred to each NIC as eth0, eth1,. but no

Re: Specifying multiple NICs

2018-08-01 Thread Brian
On Wed 01 Aug 2018 at 19:54:03 +0100, Darac Marjal wrote: > On Wed, Aug 01, 2018 at 12:00:41PM -0400, Mark Neidorff wrote: > > I'm setting up a "just in case" replacement mailserver for my domain and my > > local network. I'm using Debian Jessie, because the latest instructions for > > setting th

Re: Specifying multiple NICs

2018-08-01 Thread Brian
On Wed 01 Aug 2018 at 19:57:32 +0200, Pascal Hambourg wrote: > Le 01/08/2018 à 19:32, Brian a écrit : > > On Wed 01 Aug 2018 at 12:00:41 -0400, Mark Neidorff wrote: > > > > > > In the past, I referred to each NIC as eth0, eth1,. but now, these > > > names > > > are not permanent, and the de

Re: Specifying multiple NICs

2018-08-01 Thread Darac Marjal
On Wed, Aug 01, 2018 at 12:00:41PM -0400, Mark Neidorff wrote: I'm setting up a "just in case" replacement mailserver for my domain and my local network. I'm using Debian Jessie, because the latest instructions for setting the mailserver (qmail) are written for Jessie. The mailserver has 2 NICs

Re: Specifying multiple NICs

2018-08-01 Thread Pascal Hambourg
Le 01/08/2018 à 19:32, Brian a écrit : On Wed 01 Aug 2018 at 12:00:41 -0400, Mark Neidorff wrote: In the past, I referred to each NIC as eth0, eth1,. but now, these names are not permanent, and the designation can change on boot. I looked at the "Network Coinfiguration" document which did

Re: Specifying multiple NICs

2018-08-01 Thread Brian
On Wed 01 Aug 2018 at 12:00:41 -0400, Mark Neidorff wrote: > I'm setting up a "just in case" replacement mailserver for my domain and my > local network. I'm using Debian Jessie, because the latest instructions for > setting the mailserver (qmail) are written for Jessie. The mailserver has 2

RE: Specifying multiple NICs

2018-08-01 Thread Edwin Pers
Toss something like this for each interface into /etc/udev/rules.d/10-interface-names.rules SUBSYSTEM=="net", ACTION=="add",ATTR{address}=="00:25:90:80:2e:a4", NAME="1gig1" Replace the mac address with the one your interface has. -Ed -Original Message- From: Mark Neidorff Sent: Wedne