<p>Simply put. At the root prompt type<br>
 setup<br>
Goto device configuration. Remove the asterisk in dhcp and assign your static info.</p>
<p>Save and exit. </p>
<p>Service network restart or reboot to reload.</p>
<p>KB3ORS-Brian</p>
<div class="gmail_quote">On Apr 4, 2014 5:03 PM,  <<a href="mailto:app_rpt-users-request@ohnosec.org">app_rpt-users-request@ohnosec.org</a>> wrote:<br type="attribution"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
Send App_rpt-users mailing list submissions to<br>
        <a href="mailto:app_rpt-users@ohnosec.org">app_rpt-users@ohnosec.org</a><br>
<br>
To subscribe or unsubscribe via the World Wide Web, visit<br>
        <a href="http://ohnosec.org/cgi-bin/mailman/listinfo/app_rpt-users" target="_blank">http://ohnosec.org/cgi-bin/mailman/listinfo/app_rpt-users</a><br>
or, via email, send a message with subject or body 'help' to<br>
        <a href="mailto:app_rpt-users-request@ohnosec.org">app_rpt-users-request@ohnosec.org</a><br>
<br>
You can reach the person managing the list at<br>
        <a href="mailto:app_rpt-users-owner@ohnosec.org">app_rpt-users-owner@ohnosec.org</a><br>
<br>
When replying, please edit your Subject line so it is more specific<br>
than "Re: Contents of App_rpt-users digest..."<br>
<br>
<br>
Today's Topics:<br>
<br>
   1. Moving ACID from dynamic to static IP (Bob)<br>
   2. Re: Moving ACID from dynamic to static IP (Doug Crompton)<br>
   3. Re: Moving ACID from dynamic to static IP (Jim Duuuude)<br>
<br>
<br>
----------------------------------------------------------------------<br>
<br>
Message: 1<br>
Date: Fri, 4 Apr 2014 13:18:52 -0700<br>
From: "Bob" <<a href="mailto:kk6ecm@gmail.com">kk6ecm@gmail.com</a>><br>
To: <<a href="mailto:app_rpt-users@ohnosec.org">app_rpt-users@ohnosec.org</a>><br>
Subject: [App_rpt-users] Moving ACID from dynamic to static IP<br>
Message-ID: <5AC934371D9A49E7A54F5A97DB1C91B3@ThePykesHP><br>
Content-Type: text/plain; charset="us-ascii"<br>
<br>
I can use some help... I want to move an Allstar ACID server from dynamic to<br>
static IP without a complete reinstall... It seemed to use a script during<br>
install (I typed "N" at the time), which I am attempting to locate, or the<br>
config file with an example. I've been looking through<br>
/etc/sysconfig/networkscripts and found ifcfg-eth0, which says,<br>
<br>
<br>
<br>
DEVICE=eth0<br>
<br>
BOOTPROTO=dhcp<br>
<br>
DHCPCLASS=<br>
<br>
HWADDR=54:04:A6:EB:BF:90<br>
<br>
ONBOOT=yes<br>
<br>
DHCP_HOSTNAME=<server name><br>
<br>
<br>
<br>
Can I modify this to:<br>
<br>
<br>
<br>
DEVICE=eth0<br>
<br>
BOOTPROTO=none<br>
<br>
DHCPCLASS=<br>
<br>
HWADDR=54:04:A6:EB:BF:90<br>
<br>
ONBOOT=yes<br>
<br>
DHCP_HOSTNAME=<br>
<br>
NETWORK=xxx.yyy.zzz.0 ;basic network address?<br>
<br>
NETMASK=255.255.255.0<br>
<br>
IPADDR=xxx.yyy.zzz.27 ;static IP address<br>
<br>
<br>
<br>
Am I missing anything? I will be at a remote site, so want to have it<br>
correct before the move, and can't test it at the current location. Hope<br>
this is not wishful thinking.<br>
<br>
<br>
<br>
Thanks,<br>
<br>
Bob<br>
<br>
kk6ecm<br>
<br>
<br>
<br>
-------------- next part --------------<br>
An HTML attachment was scrubbed...<br>
URL: <<a href="http://ohnosec.org/pipermail/app_rpt-users/attachments/20140404/980f98d3/attachment-0001.html" target="_blank">http://ohnosec.org/pipermail/app_rpt-users/attachments/20140404/980f98d3/attachment-0001.html</a>><br>

<br>
------------------------------<br>
<br>
Message: 2<br>
Date: Fri, 4 Apr 2014 16:37:14 -0400<br>
From: Doug Crompton <<a href="mailto:doug@crompton.com">doug@crompton.com</a>><br>
To: Bob <<a href="mailto:kk6ecm@gmail.com">kk6ecm@gmail.com</a>><br>
Cc: "<a href="mailto:app_rpt-users@ohnosec.org">app_rpt-users@ohnosec.org</a>" <<a href="mailto:app_rpt-users@ohnosec.org">app_rpt-users@ohnosec.org</a>><br>
Subject: Re: [App_rpt-users] Moving ACID from dynamic to static IP<br>
Message-ID: <BLU172-W30E9EF0718AE8AD3763B78BA6F0@phx.gbl><br>
Content-Type: text/plain; charset="windows-1252"<br>
<br>
Bob,<br>
<br>
 Here is my entire file. The last 5 lines set the static address. You also have to set the gateway and /etc/resolv.conf  for the nameserver.<br>
<br>
[root@WA3DSP_Allstar network-scripts]# cat ifcfg-eth0<br>
DEVICE=eth0<br>
BOOTPROTO=none<br>
HWADDR=00:03:2d:05:fc:b0<br>
ONBOOT=yes<br>
DHCP_HOSTNAME=WA3DSP_Allstar<br>
IPADDR=192.168.0.124<br>
NETMASK=255.255.255.0<br>
GATEWAY=192.168.0.9<br>
TYPE=Ethernet<br>
<br>
See -<br>
<br>
<a href="https://gist.github.com/fernandoaleman/2172388" target="_blank">https://gist.github.com/fernandoaleman/2172388</a><br>
<br>
<br>
73 Doug<br>
WA3DSP<br>
<a href="http://www.crompton.com/hamradio" target="_blank">http://www.crompton.com/hamradio</a><br>
<br>
<br>
From: <a href="mailto:kk6ecm@gmail.com">kk6ecm@gmail.com</a><br>
To: <a href="mailto:app_rpt-users@ohnosec.org">app_rpt-users@ohnosec.org</a><br>
Date: Fri, 4 Apr 2014 13:18:52 -0700<br>
Subject: [App_rpt-users] Moving ACID from dynamic to static IP<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
I can use some help... I want to move an<br>
Allstar ACID server from dynamic to static IP without a complete reinstall... It<br>
seemed to use a script during install (I typed ?N? at the time),<br>
which I am attempting to locate, or the config file with an example. I?ve<br>
been looking through /etc/sysconfig/networkscripts and found ifcfg-eth0, which<br>
says,<br>
<br>
<br>
<br>
DEVICE=eth0<br>
<br>
BOOTPROTO=dhcp<br>
<br>
DHCPCLASS=<br>
<br>
HWADDR=54:04:A6:EB:BF:90<br>
<br>
ONBOOT=yes<br>
<br>
DHCP_HOSTNAME=<server name><br>
<br>
<br>
<br>
Can I modify this to:<br>
<br>
<br>
<br>
DEVICE=eth0<br>
<br>
BOOTPROTO=none<br>
<br>
DHCPCLASS=<br>
<br>
HWADDR=54:04:A6:EB:BF:90<br>
<br>
ONBOOT=yes<br>
<br>
DHCP_HOSTNAME=<br>
<br>
NETWORK=xxx.yyy.zzz.0 ;basic network address?<br>
<br>
NETMASK=255.255.255.0<br>
<br>
IPADDR=xxx.yyy.zzz.27 ;static IP address<br>
<br>
<br>
<br>
Am I missing anything? I will be at a<br>
remote site, so want to have it correct before the move, and can?t test<br>
it at the current location. Hope this is not wishful thinking.<br>
<br>
<br>
<br>
Thanks,<br>
<br>
Bob<br>
<br>
kk6ecm<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
_______________________________________________<br>
App_rpt-users mailing list<br>
<a href="mailto:App_rpt-users@ohnosec.org">App_rpt-users@ohnosec.org</a><br>
<a href="http://ohnosec.org/cgi-bin/mailman/listinfo/app_rpt-users" target="_blank">http://ohnosec.org/cgi-bin/mailman/listinfo/app_rpt-users</a><br>
<br>
To unsubscribe from this list please visit <a href="http://ohnosec.org/cgi-bin/mailman/listinfo/app_rpt-users" target="_blank">http://ohnosec.org/cgi-bin/mailman/listinfo/app_rpt-users</a> and scroll down to the bottom of the page. Enter your email address and press the "Unsubscribe or edit options button"<br>

You do not need a password to unsubscribe, you can do it via email confirmation. If you have trouble unsubscribing, please send a message to the list detailing the problem.<br>
-------------- next part --------------<br>
An HTML attachment was scrubbed...<br>
URL: <<a href="http://ohnosec.org/pipermail/app_rpt-users/attachments/20140404/7a0564d8/attachment-0001.html" target="_blank">http://ohnosec.org/pipermail/app_rpt-users/attachments/20140404/7a0564d8/attachment-0001.html</a>><br>

<br>
------------------------------<br>
<br>
Message: 3<br>
Date: Fri, 4 Apr 2014 14:03:23 -0700<br>
From: Jim Duuuude <<a href="mailto:telesistant@hotmail.com">telesistant@hotmail.com</a>><br>
To: Bob <<a href="mailto:kk6ecm@gmail.com">kk6ecm@gmail.com</a>>, app_rpt mailing list<br>
        <<a href="mailto:app_rpt-users@ohnosec.org">app_rpt-users@ohnosec.org</a>><br>
Subject: Re: [App_rpt-users] Moving ACID from dynamic to static IP<br>
Message-ID: <BLU180-W89C089A9D6C4F9CB4DDA0AB16F0@phx.gbl><br>
Content-Type: text/plain; charset="windows-1252"<br>
<br>
Save yourself A LOT of grief!!<br>
<br>
Use the system-config-network script (from Centos) to<br>
set the 'stuff' up. Centos seems to be 'allergic' to having people<br>
edit their own files.<br>
<br>
Jim<br>
<br>
From: <a href="mailto:kk6ecm@gmail.com">kk6ecm@gmail.com</a><br>
To: <a href="mailto:app_rpt-users@ohnosec.org">app_rpt-users@ohnosec.org</a><br>
Date: Fri, 4 Apr 2014 13:18:52 -0700<br>
Subject: [App_rpt-users] Moving ACID from dynamic to static IP<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
I can use some help... I want to move an<br>
Allstar ACID server from dynamic to static IP without a complete reinstall... It<br>
seemed to use a script during install (I typed ?N? at the time),<br>
which I am attempting to locate, or the config file with an example. I?ve<br>
been looking through /etc/sysconfig/networkscripts and found ifcfg-eth0, which<br>
says,<br>
<br>
<br>
<br>
DEVICE=eth0<br>
<br>
BOOTPROTO=dhcp<br>
<br>
DHCPCLASS=<br>
<br>
HWADDR=54:04:A6:EB:BF:90<br>
<br>
ONBOOT=yes<br>
<br>
DHCP_HOSTNAME=<server name><br>
<br>
<br>
<br>
Can I modify this to:<br>
<br>
<br>
<br>
DEVICE=eth0<br>
<br>
BOOTPROTO=none<br>
<br>
DHCPCLASS=<br>
<br>
HWADDR=54:04:A6:EB:BF:90<br>
<br>
ONBOOT=yes<br>
<br>
DHCP_HOSTNAME=<br>
<br>
NETWORK=xxx.yyy.zzz.0 ;basic network address?<br>
<br>
NETMASK=255.255.255.0<br>
<br>
IPADDR=xxx.yyy.zzz.27 ;static IP address<br>
<br>
<br>
<br>
Am I missing anything? I will be at a<br>
remote site, so want to have it correct before the move, and can?t test<br>
it at the current location. Hope this is not wishful thinking.<br>
<br>
<br>
<br>
Thanks,<br>
<br>
Bob<br>
<br>
kk6ecm<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
_______________________________________________<br>
App_rpt-users mailing list<br>
<a href="mailto:App_rpt-users@ohnosec.org">App_rpt-users@ohnosec.org</a><br>
<a href="http://ohnosec.org/cgi-bin/mailman/listinfo/app_rpt-users" target="_blank">http://ohnosec.org/cgi-bin/mailman/listinfo/app_rpt-users</a><br>
<br>
To unsubscribe from this list please visit <a href="http://ohnosec.org/cgi-bin/mailman/listinfo/app_rpt-users" target="_blank">http://ohnosec.org/cgi-bin/mailman/listinfo/app_rpt-users</a> and scroll down to the bottom of the page. Enter your email address and press the "Unsubscribe or edit options button"<br>

You do not need a password to unsubscribe, you can do it via email confirmation. If you have trouble unsubscribing, please send a message to the list detailing the problem.<br>
-------------- next part --------------<br>
An HTML attachment was scrubbed...<br>
URL: <<a href="http://ohnosec.org/pipermail/app_rpt-users/attachments/20140404/d7719d53/attachment.html" target="_blank">http://ohnosec.org/pipermail/app_rpt-users/attachments/20140404/d7719d53/attachment.html</a>><br>

<br>
------------------------------<br>
<br>
_______________________________________________<br>
App_rpt-users mailing list<br>
<a href="mailto:App_rpt-users@ohnosec.org">App_rpt-users@ohnosec.org</a><br>
<a href="http://ohnosec.org/cgi-bin/mailman/listinfo/app_rpt-users" target="_blank">http://ohnosec.org/cgi-bin/mailman/listinfo/app_rpt-users</a><br>
<br>
<br>
End of App_rpt-users Digest, Vol 62, Issue 5<br>
********************************************<br>
</blockquote></div>