Re: udev/network question

2013-09-17 Thread Gary Artim
got it working, below is what I did, I do have some alias configs on net0 I didnt include. Also changed any interface references in my iptables rules (not included): [root@x ]# cat /etc/udev/rules.d/70-persistent-net.rules # This file was automatically generated by the /lib/udev/write_net_rul

Re: udev/network question

2013-09-17 Thread Reindl Harald
Am 17.09.2013 00:21, schrieb Kevin Martin: > On 09/16/13 17:03, Frantisek Hanzlik wrote: >> Frantisek Hanzlik wrote: >>> Frank Murphy wrote: On Mon, 16 Sep 2013 13:16:03 -0700 Gary Artim wrote: > I have 6 nics that I'd like assigned like: > > Any help greatly appre

Re: udev/network question

2013-09-17 Thread poma
On 17.09.2013 00:21, Kevin Martin wrote: > Hmm, this works on my rawhide machine: > > /etc/udev/rules.d/70-my-net-names.rules > > SUBSYSTEM=="net", ACTION=="add", DRIVERS=="?*", > ATTR{address}=="c8:0a:a9:b1:46:c2", ATTR{dev_id}=="0x0", ATTR{type}=="1", > NAME="eth0" > > > I assume it would

Re: udev/network question

2013-09-16 Thread František Hanzlík
Gary Artim wrote: > I have 6 nics that I'd like assigned like: > > SUBSYSTEM=="net", ACTION=="add", DRIVERS=="?*", > ATTR{address}=="xx:xx:xx:xx:xx:3c", ATTR{type}=="1", KERNEL=="eth*", > NAME="eth0" > SUBSYSTEM=="net", ACTION=="add", DRIVERS=="?*", > ATTR{address}=="xx:xx:xx:xx:xx:3d", ATTR{type}

Re: udev/network question

2013-09-16 Thread Kevin Martin
On 09/16/13 17:03, Frantisek Hanzlik wrote: > Frantisek Hanzlik wrote: >> Frank Murphy wrote: >>> On Mon, 16 Sep 2013 13:16:03 -0700 >>> Gary Artim wrote: >>> I have 6 nics that I'd like assigned like: >>> Any help greatly appreciated! >>> >>> http://www.freedesktop.org/wiki/Softwar

Re: udev/network question

2013-09-16 Thread Frantisek Hanzlik
Frantisek Hanzlik wrote: > Frank Murphy wrote: >> On Mon, 16 Sep 2013 13:16:03 -0700 >> Gary Artim wrote: >> >>> I have 6 nics that I'd like assigned like: >> >>> >>> Any help greatly appreciated! >> >> http://www.freedesktop.org/wiki/Software/systemd/PredictableNetworkInterfaceNames/ >> (I don't

Re: udev/network question

2013-09-16 Thread Frantisek Hanzlik
Frank Murphy wrote: > On Mon, 16 Sep 2013 13:16:03 -0700 > Gary Artim wrote: > >> I have 6 nics that I'd like assigned like: > >> >> Any help greatly appreciated! > > http://www.freedesktop.org/wiki/Software/systemd/PredictableNetworkInterfaceNames/ > (I don't like this, how do I disable this?)

Re: udev/network question

2013-09-16 Thread Frank Murphy
On Mon, 16 Sep 2013 13:16:03 -0700 Gary Artim wrote: > I have 6 nics that I'd like assigned like: > > Any help greatly appreciated! http://www.freedesktop.org/wiki/Software/systemd/PredictableNetworkInterfaceNames/ (I don't like this, how do I disable this?) on the kernel line place: net.ifnam

Re: udev/network question

2013-09-16 Thread Gary Artim
will give it a try, thanks! On Mon, Sep 16, 2013 at 2:15 PM, Frantisek Hanzlik wrote: > Gary Artim wrote: >> so something like: >> >> SUBSYSTEM=="net", ACTION=="add", DRIVERS=="?*", >> ATTR{address}=="xx:xx:xx:xx:xx:3c", ATTR{type}=="1", KERNEL=="eth*", >> NAME="net0" > > Yes, exactly, this rule

Re: udev/network question

2013-09-16 Thread Frantisek Hanzlik
Gary Artim wrote: > so something like: > > SUBSYSTEM=="net", ACTION=="add", DRIVERS=="?*", > ATTR{address}=="xx:xx:xx:xx:xx:3c", ATTR{type}=="1", KERNEL=="eth*", > NAME="net0" Yes, exactly, this rule will name interface with MAC address "xx:xx:xx:xx:xx:3c" as "net0" > altering any iptables rule

Re: udev/network question

2013-09-16 Thread Gary Artim
so something like: SUBSYSTEM=="net", ACTION=="add", DRIVERS=="?*", ATTR{address}=="xx:xx:xx:xx:xx:3c", ATTR{type}=="1", KERNEL=="eth*", NAME="net0" altering any iptables rules to match? On Mon, Sep 16, 2013 at 1:35 PM, František Hanzlík wrote: > Gary Artim wrote: >> I have 6 nics that I'd

Re: udev/network question

2013-09-16 Thread Gary Artim
yes, thanksI went back over the threads and figured that its best to just change. thanks much! On Mon, Sep 16, 2013 at 1:35 PM, František Hanzlík wrote: > Gary Artim wrote: >> I have 6 nics that I'd like assigned like: >> >> SUBSYSTEM=="net", ACTION=="add", DRIVERS=="?*", >> ATTR{address}=="x

udev/network question

2013-09-16 Thread Gary Artim
I have 6 nics that I'd like assigned like: SUBSYSTEM=="net", ACTION=="add", DRIVERS=="?*", ATTR{address}=="xx:xx:xx:xx:xx:3c", ATTR{type}=="1", KERNEL=="eth*", NAME="eth0" SUBSYSTEM=="net", ACTION=="add", DRIVERS=="?*", ATTR{address}=="xx:xx:xx:xx:xx:3d", ATTR{type}=="1", KERNEL=="eth*", NAME="eth