search for: ksnet

Displaying 13 results from an estimated 13 matches for "ksnet".

Did you mean: fsnet
2015 May 14
2
Back to eth shuffling ...
.../etc/udev/rules.d/70-persistent-net.rules echo -e "NAME=\"${NETDEV}\"\n" >> \ /etc/udev/rules.d/70-persistent-net.rules ## Make a log of the devices present during install echo -e "${NETDEV} $(cat ${NETDEV}/address)\n" >> /root/ksnet-devices ## Also remove the HWADDR line from all of the net config files /bin/grep -v -e NAME -e HWADDR -e NM_CONTROLLED \ /etc/sysconfig/network-scripts/ifcfg-${NETDEV} | sed 's/\"//g' \ > /etc/sysconfig/network-scripts/ifcfg-${NETDEV}-tmp echo "NM_...
2015 May 13
2
Back to eth shuffling ...
So I'm back to this problem. A quick run down of what the original problem was: I have a machine that I'm configuring to use kickstart to setup. It has two builtin ethernet ports (labeled ports 1 and 2) and I'm adding a third one on its PCIe bus. Originally I was using an r8169 clone a default kickstart always put it as eth0 with the builtin ones as eth1 and eth2 respectively. After
2015 May 15
2
Back to eth shuffling ...
...ent one to see if it makes a difference, unfortunately. On Thu, May 14, 2015 at 5:47 PM, Kahlil Hodgson < kahlil.hodgson at dealmax.com.au> wrote: > On 15 May 2015 at 03:51, Ashley M. Kirchner <ashley at pcraft.com> wrote: > > > After the machine boots and I look in /root/ksnet-devices, I see the MAC > > addresses for the devices as: > > Port1 -> eth0 > > PCIe Card-> eth1 > > Port2 -> eth2 > > > > And yet, during the machine's POST (which can verify by the PXE boot up > of > > each device), it correctly enumerates...
2015 May 14
0
Back to eth shuffling ...
On 15 May 2015 at 03:51, Ashley M. Kirchner <ashley at pcraft.com> wrote: > After the machine boots and I look in /root/ksnet-devices, I see the MAC > addresses for the devices as: > Port1 -> eth0 > PCIe Card-> eth1 > Port2 -> eth2 > > And yet, during the machine's POST (which can verify by the PXE boot up of > each device), it correctly enumerates the ethernet devices as: > Port1 &gt...
2015 May 15
2
Back to eth shuffling ...
...gt; > On Thu, May 14, 2015 at 5:47 PM, Kahlil Hodgson < > > kahlil.hodgson at dealmax.com.au> wrote: > > > > > On 15 May 2015 at 03:51, Ashley M. Kirchner <ashley at pcraft.com> wrote: > > > > > > > After the machine boots and I look in /root/ksnet-devices, I see the > > MAC > > > > addresses for the devices as: > > > > Port1 -> eth0 > > > > PCIe Card-> eth1 > > > > Port2 -> eth2 > > > > > > > > And yet, during the machine's POST (which can verify by t...
2015 Feb 25
2
Kickstart with multiple eth devices
...es.d/70-persistent-net.rules echo -e "NAME=\"${NETDEV}\"\n" >> \ /etc/udev/rules.d/70-persistent-net.rules ## Make a log of the devices present during install echo -e "${NETDEV} $(cat ${NETDEV}/address)\n" >> /root/ksnet-devices ## Also remove the HWADDR line from all of the net config files grep -v -e NAME -e HWADDR -e NM_CONTROLLED \ /etc/sysconfig/network-scripts/ifcfg-${NETDEV} | sed 's/\"//g' \ > /etc/sysconfig/network-scripts/ifcfg-${NETDEV}-tmp...
2015 May 15
0
Back to eth shuffling ...
...ce, unfortunately. > > > On Thu, May 14, 2015 at 5:47 PM, Kahlil Hodgson < > kahlil.hodgson at dealmax.com.au> wrote: > > > On 15 May 2015 at 03:51, Ashley M. Kirchner <ashley at pcraft.com> wrote: > > > > > After the machine boots and I look in /root/ksnet-devices, I see the > MAC > > > addresses for the devices as: > > > Port1 -> eth0 > > > PCIe Card-> eth1 > > > Port2 -> eth2 > > > > > > And yet, during the machine's POST (which can verify by the PXE boot > up > > of &g...
2015 Feb 25
4
Kickstart with multiple eth devices
...cho -e "NAME=\"${NETDEV}\"\n" >> \ >> /etc/udev/rules.d/70-persistent-net.rules >> >> ## Make a log of the devices present during install >> echo -e "${NETDEV} $(cat ${NETDEV}/address)\n" >> >> /root/ksnet-devices >> >> ## Also remove the HWADDR line from all of the net config files >> grep -v -e NAME -e HWADDR -e NM_CONTROLLED \ >> /etc/sysconfig/network-scripts/ifcfg-${NETDEV} | sed >> 's/\"//g' \ >> > /etc/...
2015 May 15
0
Back to eth shuffling ...
...at 5:47 PM, Kahlil Hodgson < > > > kahlil.hodgson at dealmax.com.au> wrote: > > > > > > > On 15 May 2015 at 03:51, Ashley M. Kirchner <ashley at pcraft.com> > wrote: > > > > > > > > > After the machine boots and I look in /root/ksnet-devices, I see > the > > > MAC > > > > > addresses for the devices as: > > > > > Port1 -> eth0 > > > > > PCIe Card-> eth1 > > > > > Port2 -> eth2 > > > > > > > > > > And yet, during the ma...
2015 Feb 25
0
Kickstart with multiple eth devices
...rules > echo -e "NAME=\"${NETDEV}\"\n" >> \ > /etc/udev/rules.d/70-persistent-net.rules > > ## Make a log of the devices present during install > echo -e "${NETDEV} $(cat ${NETDEV}/address)\n" >> > /root/ksnet-devices > > ## Also remove the HWADDR line from all of the net config files > grep -v -e NAME -e HWADDR -e NM_CONTROLLED \ > /etc/sysconfig/network-scripts/ifcfg-${NETDEV} | sed > 's/\"//g' \ > > /etc/sysconfig/network-script...
2015 Feb 25
0
Kickstart with multiple eth devices
...quot;${NETDEV}\"\n" >> \ >>> /etc/udev/rules.d/70-persistent-net.rules >>> >>> ## Make a log of the devices present during install >>> echo -e "${NETDEV} $(cat ${NETDEV}/address)\n" >> >>> /root/ksnet-devices >>> >>> ## Also remove the HWADDR line from all of the net config files >>> grep -v -e NAME -e HWADDR -e NM_CONTROLLED \ >>> /etc/sysconfig/network-scripts/ifcfg-${NETDEV} | sed >>> 's/\"//g' \ >>&gt...
2015 Feb 25
2
Kickstart with multiple eth devices
...uot;\n" >> \ >>>> /etc/udev/rules.d/70-persistent-net.rules >>>> >>>> ## Make a log of the devices present during install >>>> echo -e "${NETDEV} $(cat ${NETDEV}/address)\n" >> >>>> /root/ksnet-devices >>>> >>>> ## Also remove the HWADDR line from all of the net config files >>>> grep -v -e NAME -e HWADDR -e NM_CONTROLLED \ >>>> /etc/sysconfig/network-scripts/ifcfg-${NETDEV} | sed >>>> 's/\"//g...
2015 Feb 25
2
Kickstart with multiple eth devices
Starting back in RHEL/Cent 5 I found that the only way to make sure your interface enumeration was consistent after install with what you had during install was to create a udev rules file using the mac addresses as the key. It is easy to run a short script in postinstall to create it based on how anaconda has seen them. In order for this to work on Cent 6 you have to set biosdevname=0