<html>
  <head>
    <meta content="text/html; charset=UTF-8" http-equiv="Content-Type">
  </head>
  <body bgcolor="#FFFFFF" text="#000000">
    <br>
    <div class="moz-cite-prefix">On 08/25/2014 05:44 PM, Greg Woods
      wrote:<br>
    </div>
    <blockquote
cite="mid:CAKhxXfYG7pVRiKh2_YCOMYwKXAFVE7pJZxWVogiYrmJpAH0BVw@mail.gmail.com"
      type="cite">
      <div dir="ltr">I have read previously that you can't use "eth*" as
        the device name. As an experiment, you could try using a device
        name other than "eth0" and see if that works.</div>
    </blockquote>
    <br>
    OK.  But that is what the default is on the F20 remix.<br>
    <br>
    <br>
    <blockquote
cite="mid:CAKhxXfYG7pVRiKh2_YCOMYwKXAFVE7pJZxWVogiYrmJpAH0BVw@mail.gmail.com"
      type="cite"><br>
      <div class="gmail_extra"><br>
        <div class="gmail_quote">On Mon, Aug 25, 2014 at 2:45 PM, Robert
          Moskowitz <span dir="ltr">&lt;<a moz-do-not-send="true"
              href="mailto:rgm@htt-consult.com" target="_blank">rgm@htt-consult.com</a>&gt;</span>
          wrote:<br>
          <blockquote class="gmail_quote" style="margin:0 0 0
            .8ex;border-left:1px #ccc solid;padding-left:1ex">
            <div class=""><br>
              On 08/25/2014 03:57 PM, Digimer wrote:<br>
              <blockquote class="gmail_quote" style="margin:0 0 0
                .8ex;border-left:1px #ccc solid;padding-left:1ex">
                On 25/08/14 03:52 PM, Robert Moskowitz wrote:<br>
                <blockquote class="gmail_quote" style="margin:0 0 0
                  .8ex;border-left:1px #ccc solid;padding-left:1ex">
                  This is on a f20 arm system, but it should be like any
                  F20 system. Yeah,<br>
                  famous last words.<br>
                  <br>
                  So I want a 70-persistent-net.rules so I can specify
                  the MAC address to<br>
                  the device name.  Then in the ifcfg-xxxx I can change
                  the MACADDR to<br>
                  what I want.<br>
                  <br>
                  I got this working on my Redsleeve arm system, but now
                  I need it on my<br>
                  F20 arm system.<br>
                  <br>
                  So I have done a little searching on creating
                  70-persistent-net.rules,<br>
                  and I come up with two commands:<br>
                  <br>
                  udevadm trigger<br>
                  udevadm trigger --action=add<br>
                  <br>
                  I have run both and no 70-persistent-net.rules<br>
                  <br>
                  help please...<br>
                </blockquote>
                <br>
                As before, you need to create it yourself. I wrote a
                little script that will do this, which you can see here:<br>
                <br>
                <a moz-do-not-send="true"
href="https://alteeve.ca/w/Changing_Ethernet_Device_Names_in_EL7_and_Fedora_15%2B#Writing_The_udev_Rules_File"
                  target="_blank">https://alteeve.ca/w/Changing_Ethernet_Device_Names_in_EL7_and_Fedora_15%2B#Writing_The_udev_Rules_File</a><br>
              </blockquote>
              <br>
            </div>
            Thanks.  I used your script to create my rules file:<br>
            <br>
            # cat /etc/udev/rules.d/70-persistent-net.rules<br>
            <br>
            # Added by 'write_udev' for detected device 'eth0'.<br>
            SUBSYSTEM=="net", ACTION=="add", DRIVERS=="?*",
            ATTR{address}=="02:56:02:01:f3:b9", NAME="eth0"<br>
            <br>
            And that looked good (right madaddr and device name).  So
            built my ifcfg-eth0:<br>
            <br>
            # cat /etc/sysconfig/network-scripts/ifcfg-eth0<br>
            DEVICE="eth0"<br>
            BOOTPROTO=none<br>
            NM_CONTROLLED="no"<br>
            ONBOOT="yes"<br>
            TYPE="Ethernet"<br>
            NAME="System eth0"<br>
            MACADDR=02:67:15:00:01:78<br>
            MTU=1500<br>
            DNS1=<a moz-do-not-send="true" href="tel:208.83.67.188"
              value="+12088367188" target="_blank">208.83.67.188</a><br>
            GATEWAY="<a moz-do-not-send="true" href="tel:208.83.67.177"
              value="+12088367177" target="_blank">208.83.67.177</a>"<br>
            IPADDR="<a moz-do-not-send="true" href="tel:208.83.67.178"
              value="+12088367178" target="_blank">208.83.67.178</a>"<br>
            NETMASK="255.255.255.240"<br>
            HOSTNAME="<a moz-do-not-send="true"
              href="http://miredo.htt-consult.com" target="_blank">miredo.htt-consult.com</a>"<br>
            IPV6INIT="yes"<br>
            DNS2=2607:f4b8:3:3:9254:5400:0:188<br>
            <br>
            Something is missing as after the change I restarted
            network.services and got IPv6 RA errors.  So I rebooted and
            now no eth0 listed with ifconfig (or ip addr show).  So
            something is lacking.  Almost like udev is not running at
            boot?  How do I check this out?
            <div class="HOEnZb">
              <div class="h5"><br>
                <br>
                <br>
                -- <br>
                users mailing list<br>
                <a moz-do-not-send="true"
                  href="mailto:users@lists.fedoraproject.org"
                  target="_blank">users@lists.fedoraproject.org</a><br>
                To unsubscribe or change subscription options:<br>
                <a moz-do-not-send="true"
                  href="https://admin.fedoraproject.org/mailman/listinfo/users"
                  target="_blank">https://admin.fedoraproject.org/mailman/listinfo/users</a><br>
                Fedora Code of Conduct: <a moz-do-not-send="true"
                  href="http://fedoraproject.org/code-of-conduct"
                  target="_blank">http://fedoraproject.org/code-of-conduct</a><br>
                Guidelines: <a moz-do-not-send="true"
                  href="http://fedoraproject.org/wiki/Mailing_list_guidelines"
                  target="_blank">http://fedoraproject.org/wiki/Mailing_list_guidelines</a><br>
                Have a question? Ask away: <a moz-do-not-send="true"
                  href="http://ask.fedoraproject.org" target="_blank">http://ask.fedoraproject.org</a><br>
              </div>
            </div>
          </blockquote>
        </div>
        <br>
      </div>
      <br>
      <fieldset class="mimeAttachmentHeader"></fieldset>
      <br>
    </blockquote>
    <br>
  </body>
</html>