<html>
  <head>
    <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
  </head>
  <body text="#000000" bgcolor="#FFFFFF">
    <p>Hi Leam,</p>
    <p><br>
    </p>
    <p>I'm not really up on using a kickstart file but I'm into using
      systemd and nmcli. So if you are trying to set your network
      interfaces up, I highly recommend nmcli. The good thing about
      nmcli is when you forget options to the the command you can always
      us -h to get help. Here is how to set up an interface using nmcli:</p>
    <p><br>
    </p>
    <p>nmcli con mod <i>static-eno1 </i>ipv4.dns 192.168.2.1<br>
    </p>
    <p><br>
    </p>
    <p>"con" is short for connection</p>
    <p>"mod" is short for modify</p>
    <p>"static-eno1" is the name of you connection (not interface,
      interfaces can half multiple connection setups)<br>
    </p>
    <p><br>
    </p>
    <p>You mentioned the resolv.conf so that's why I showed the DNS
      thing</p>
    <p><br>
    </p>
    <p>E;<br>
    </p>
    <p><br>
    </p>
    <pre class="moz-signature" cols="72">Elliot Holden
706-231-9776
<a class="moz-txt-link-abbreviated" href="mailto:elliot@elliotmywebguy.com">elliot@elliotmywebguy.com</a>
<a class="moz-txt-link-freetext" href="http://www.elliotmywebguy.com">http://www.elliotmywebguy.com</a></pre>
    <div class="moz-cite-prefix">On 5/9/17 10:03 AM, leam hall wrote:<br>
    </div>
    <blockquote type="cite"
cite="mid:CACv9p5pnTbP6jxH70HA0+q_R+s2CuVwGMVGzx9CSSRMfvzKmLQ@mail.gmail.com">
      <pre wrap="">Anyone doing RHEL/CentOS 7? I'm finally getting to it and have the
start of a kickstart file. However, it isn't writing /etc/resolv.conf
at all and /etc/sysconfig/network just has "done by anaconda" or
something. Anyone got any experience or google-fu on this?

Not using DHCP or NetworkManager. I'm new to systemd and such so it
could be me not understanding that.

Thanks!

Leam
_______________________________________________
Ale mailing list
<a class="moz-txt-link-abbreviated" href="mailto:Ale@ale.org">Ale@ale.org</a>
<a class="moz-txt-link-freetext" href="http://mail.ale.org/mailman/listinfo/ale">http://mail.ale.org/mailman/listinfo/ale</a>
See JOBS, ANNOUNCE and SCHOOLS lists at
<a class="moz-txt-link-freetext" href="http://mail.ale.org/mailman/listinfo">http://mail.ale.org/mailman/listinfo</a>
</pre>
    </blockquote>
    <br>
  </body>
</html>