Re: persistent name from ifcfg-internal

2018-12-12 Thread sean darcy
On 12/12/18 2:40 PM, Samuel Sieb wrote: On 12/12/18 2:59 AM, Bill Shirley wrote: It's been my experience that if you want udev to rename interfaces you have to include in /etc/default/grub: net.ifnames=0 on the kernel command line to prevent the auto rename that the kernel does: GRUB_CMDLINE_L

Re: persistent name from ifcfg-internal

2018-12-12 Thread Samuel Sieb
On 12/12/18 2:59 AM, Bill Shirley wrote: It's been my experience that if you want udev to rename interfaces you have to include in /etc/default/grub: net.ifnames=0 on the kernel command line to prevent the auto rename that the kernel does: GRUB_CMDLINE_LINUX="rd.md.uuid=bf821173:4de945af:1f58df6

Re: persistent name from ifcfg-internal

2018-12-12 Thread sean darcy
On 12/12/18 5:59 AM, Bill Shirley wrote: It's been my experience that if you want udev to rename interfaces you have to include in /etc/default/grub: net.ifnames=0 on the kernel command line to prevent the auto rename that the kernel does: GRUB_CMDLINE_LINUX="rd.md.uuid=bf821173:4de945af:1f58df6

Re: persistent name from ifcfg-internal

2018-12-12 Thread Bill Shirley
It's been my experience that if you want udev to rename interfaces you have to include in /etc/default/grub: net.ifnames=0 on the kernel command line to prevent the auto rename that the kernel does: GRUB_CMDLINE_LINUX="rd.md.uuid=bf821173:4de945af:1f58df6d:74e2fc11 net.ifnames=0 rd.shell rd.time

Re: persistent name from ifcfg-internal

2018-12-11 Thread Samuel Sieb
On 12/11/18 9:22 AM, sean darcy wrote: cat /etc/udev/rules.d/40-persistent-net.rules # this is the pci ethernet port # udevadm info -a -p  /sys/class/net/enp1s0/ # r8169 :01:00.0 eth0: RTL8168g/8111g, 50:7b:9d:0b:8a:ab, XID 50900880, IRQ 44 SUBSYSTEM=="net", ACTION=="add", DRIVERS=="?*", AT

Re: persistent name from ifcfg-internal

2018-12-11 Thread sean darcy
On 12/11/18 12:54 PM, Rick Stevens wrote: On 12/11/18 8:52 AM, sean darcy wrote: On 12/11/18 12:54 AM, Samuel Sieb wrote: On 12/10/18 4:22 PM, sean darcy wrote: I'm trying to get the interface on a multi-homed machine named "internal" ifconfig enp1s0: flags=4099  mtu 1500 ether 50:7

Re: persistent name from ifcfg-internal

2018-12-11 Thread Rick Stevens
On 12/11/18 8:52 AM, sean darcy wrote: > On 12/11/18 12:54 AM, Samuel Sieb wrote: >> On 12/10/18 4:22 PM, sean darcy wrote: >>> I'm trying to get the interface on a multi-homed machine named >>> "internal" >>> >>> ifconfig >>> enp1s0: flags=4099  mtu 1500 >>> ether 50:7b:9d:0b:8a:ab  txque

Re: persistent name from ifcfg-internal

2018-12-11 Thread sean darcy
On 12/11/18 11:52 AM, sean darcy wrote: On 12/11/18 12:54 AM, Samuel Sieb wrote: On 12/10/18 4:22 PM, sean darcy wrote: I'm trying to get the interface on a multi-homed machine named "internal" ifconfig enp1s0: flags=4099  mtu 1500 ether 50:7b:9d:0b:8a:ab  txqueuelen 1000  (Ethernet)

Re: persistent name from ifcfg-internal

2018-12-11 Thread sean darcy
On 12/11/18 12:54 AM, Samuel Sieb wrote: On 12/10/18 4:22 PM, sean darcy wrote: I'm trying to get the interface on a multi-homed machine named "internal" ifconfig enp1s0: flags=4099  mtu 1500 ether 50:7b:9d:0b:8a:ab  txqueuelen 1000  (Ethernet) Is that the full ifconfig output for th

Re: persistent name from ifcfg-internal

2018-12-10 Thread Samuel Sieb
On 12/10/18 4:22 PM, sean darcy wrote: I'm trying to get the interface on a multi-homed machine named "internal" ifconfig enp1s0: flags=4099  mtu 1500     ether 50:7b:9d:0b:8a:ab  txqueuelen 1000  (Ethernet) Is that the full ifconfig output for that interface or does it have the right IP

persistent name from ifcfg-internal

2018-12-10 Thread sean darcy
I'm trying to get the interface on a multi-homed machine named "internal" I have ifcfg-internal: cat ifcfg-internal # Please read /usr/share/doc/initscripts-*/sysconfig.txt # for the documentation of these parameters. TYPE=Ethernet BOOTPROTO=none DEVICE=internal ONBOOT=yes IPADDR=10.10.11.253 PR