<div dir="ltr"><div><div><div><div><div><div><div><div><div><div><div>Hi Carl,<br><br>First off thanks for the guide, overall it made things quite easy for me.<br><br></div>As fro my ifcfg file for the interface, the didn&#39;t exist before I created while following the how-to. So at first I just had<br>


<br></div>ONBOOT=&quot;yes&quot;<br><br></div>After some googling in attempts to fix my issue I modified it to have:<br><br></div>TYPE=Wireless<br></div>WPA=yes<br></div>ONBOOT=&quot;yes&quot;<br></div>HWADDR=5C:D9:98:C2:0F:BD<br>


<br></div>None of these fixed my issue and that is when I changed the line in the prepnet init script.<br><br></div>I changed the prepnet init script back to killall dhclient and then added the BOOTPROTO and this didn&#39;t have the desired affect.<br>


<br>After that I copied your entire ifcfg file for my interface, 
excluding the UUID because I wasn&#39;t sure how to determine what mine was 
and just modified the HWADDR to match my MAC address. This seems to have
 worked. I&#39;m not sure which setting(s) were the ones that got it up and 
running. If it isn&#39;t glaringly obvious let me know and I can experiment 
and try to determine what exactly I was missing from the file.<br>
<br></div>Thanks for the assistance.<br><br></div>Dan<br><div class="gmail_extra"><br><br><div class="gmail_quote">On Thu, Jun 6, 2013 at 4:49 AM, Carl T. Miller <span dir="ltr">&lt;<a href="mailto:carl@carltm.com" target="_blank">carl@carltm.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="im">On 06/06/2013 01:13 AM, Dan King wrote:<br>
&gt; Anyways, when going through this I was having issues because everything<br>
&gt; seemed to work but I was never getting an IP address when the system<br>
&gt; booted up.<br>
&gt;<br>
&gt; After lots of looking at this and working at understanding what<br>
&gt; everything does I found the that prepnet startup script was killing<br>
&gt; dhclient using this command:<br>
&gt;<br>
&gt;       killall dhclient &gt;/dev/null 2&gt;&amp;1.<br>
&gt;<br>
&gt; I first attempted to remove this and after that didn&#39;t work I simply<br>
&gt; changed the line to call dhclient instead. Making this change seems to<br>
&gt; have solved my issues.<br>
<br>
</div>I wrote the guide, and I put the killall command there because<br>
dhclient sometimes failed when I restarted the network service.<br>
I double-checked everything, and the wiki page shows exactly how<br>
I have it configured on my laptop.  Could you post the contents<br>
of your ifcfg file for this interface?  In my example below the<br>
bootproto is set to dhcp, which starts the dhclient program when<br>
the interface is brought up.<br>
<br>
c<br>
<br>
<br>
<br>
DEVICE=&quot;wlan0&quot;<br>
BOOTPROTO=&quot;dhcp&quot;<br>
IPV6INIT=&quot;yes&quot;<br>
IPV6_AUTOCONF=&quot;yes&quot;<br>
NM_CONTROLLED=&quot;no&quot;<br>
ONBOOT=&quot;yes&quot;<br>
TYPE=&quot;Ethernet&quot;<br>
UUID=&quot;609ad8d9-785e-4508-978a-552b9a3bda7e&quot;<br>
HWADDR=08:3E:8E:B9:8C:7B<br>
DEFROUTE=yes<br>
PEERDNS=yes<br>
PEERROUTES=yes<br>
IPV4_FAILURE_FATAL=yes<br>
IPV6_DEFROUTE=yes<br>
IPV6_PEERDNS=yes<br>
IPV6_PEERROUTES=yes<br>
IPV6_FAILURE_FATAL=no<br>
NAME=&quot;System wlan0&quot;<br>
<br>
_______________________________________________<br>
CentOS-docs mailing list<br>
<a href="mailto:CentOS-docs@centos.org">CentOS-docs@centos.org</a><br>
<a href="http://lists.centos.org/mailman/listinfo/centos-docs" target="_blank">http://lists.centos.org/mailman/listinfo/centos-docs</a><br>
</blockquote></div><br></div></div>