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
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
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
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}
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
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
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?)
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
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
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
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
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
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
13 matches
Mail list logo