Simply put. At the root prompt type
setup
Goto device configuration. Remove the asterisk in dhcp and assign your static info.
Save and exit.
Service network restart or reboot to reload.
KB3ORS-Brian
Send App_rpt-users mailing list submissions to
app_rpt-users@ohnosec.org
To subscribe or unsubscribe via the World Wide Web, visit
http://ohnosec.org/cgi-bin/mailman/listinfo/app_rpt-users
or, via email, send a message with subject or body 'help' to
app_rpt-users-request@ohnosec.org
You can reach the person managing the list at
app_rpt-users-owner@ohnosec.org
When replying, please edit your Subject line so it is more specific
than "Re: Contents of App_rpt-users digest..."
Today's Topics:
1. Moving ACID from dynamic to static IP (Bob)
2. Re: Moving ACID from dynamic to static IP (Doug Crompton)
3. Re: Moving ACID from dynamic to static IP (Jim Duuuude)
----------------------------------------------------------------------
Message: 1
Date: Fri, 4 Apr 2014 13:18:52 -0700
From: "Bob" <kk6ecm@gmail.com>
To: <app_rpt-users@ohnosec.org>
Subject: [App_rpt-users] Moving ACID from dynamic to static IP
Message-ID: <5AC934371D9A49E7A54F5A97DB1C91B3@ThePykesHP>
Content-Type: text/plain; charset="us-ascii"
I can use some help... I want to move an Allstar ACID server from dynamic to
static IP without a complete reinstall... It seemed to use a script during
install (I typed "N" at the time), which I am attempting to locate, or the
config file with an example. I've been looking through
/etc/sysconfig/networkscripts and found ifcfg-eth0, which says,
DEVICE=eth0
BOOTPROTO=dhcp
DHCPCLASS=
HWADDR=54:04:A6:EB:BF:90
ONBOOT=yes
DHCP_HOSTNAME=<server name>
Can I modify this to:
DEVICE=eth0
BOOTPROTO=none
DHCPCLASS=
HWADDR=54:04:A6:EB:BF:90
ONBOOT=yes
DHCP_HOSTNAME=
NETWORK=xxx.yyy.zzz.0 ;basic network address?
NETMASK=255.255.255.0
IPADDR=xxx.yyy.zzz.27 ;static IP address
Am I missing anything? I will be at a remote site, so want to have it
correct before the move, and can't test it at the current location. Hope
this is not wishful thinking.
Thanks,
Bob
kk6ecm
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://ohnosec.org/pipermail/app_rpt-users/attachments/20140404/980f98d3/attachment-0001.html>
------------------------------
Message: 2
Date: Fri, 4 Apr 2014 16:37:14 -0400
From: Doug Crompton <doug@crompton.com>
To: Bob <kk6ecm@gmail.com>
Cc: "app_rpt-users@ohnosec.org" <app_rpt-users@ohnosec.org>
Subject: Re: [App_rpt-users] Moving ACID from dynamic to static IP
Message-ID: <BLU172-W30E9EF0718AE8AD3763B78BA6F0@phx.gbl>
Content-Type: text/plain; charset="windows-1252"
Bob,
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.
[root@WA3DSP_Allstar network-scripts]# cat ifcfg-eth0
DEVICE=eth0
BOOTPROTO=none
HWADDR=00:03:2d:05:fc:b0
ONBOOT=yes
DHCP_HOSTNAME=WA3DSP_Allstar
IPADDR=192.168.0.124
NETMASK=255.255.255.0
GATEWAY=192.168.0.9
TYPE=Ethernet
See -
https://gist.github.com/fernandoaleman/2172388
73 Doug
WA3DSP
http://www.crompton.com/hamradio
From: kk6ecm@gmail.com
To: app_rpt-users@ohnosec.org
Date: Fri, 4 Apr 2014 13:18:52 -0700
Subject: [App_rpt-users] Moving ACID from dynamic to static IP
I can use some help... I want to move an
Allstar ACID server from dynamic to static IP without a complete reinstall... It
seemed to use a script during install (I typed ?N? at the time),
which I am attempting to locate, or the config file with an example. I?ve
been looking through /etc/sysconfig/networkscripts and found ifcfg-eth0, which
says,
DEVICE=eth0
BOOTPROTO=dhcp
DHCPCLASS=
HWADDR=54:04:A6:EB:BF:90
ONBOOT=yes
DHCP_HOSTNAME=<server name>
Can I modify this to:
DEVICE=eth0
BOOTPROTO=none
DHCPCLASS=
HWADDR=54:04:A6:EB:BF:90
ONBOOT=yes
DHCP_HOSTNAME=
NETWORK=xxx.yyy.zzz.0 ;basic network address?
NETMASK=255.255.255.0
IPADDR=xxx.yyy.zzz.27 ;static IP address
Am I missing anything? I will be at a
remote site, so want to have it correct before the move, and can?t test
it at the current location. Hope this is not wishful thinking.
Thanks,
Bob
kk6ecm
_______________________________________________
App_rpt-users mailing list
App_rpt-users@ohnosec.org
http://ohnosec.org/cgi-bin/mailman/listinfo/app_rpt-users
To unsubscribe from this list please visit http://ohnosec.org/cgi-bin/mailman/listinfo/app_rpt-users and scroll down to the bottom of the page. Enter your email address and press the "Unsubscribe or edit options button"
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.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://ohnosec.org/pipermail/app_rpt-users/attachments/20140404/7a0564d8/attachment-0001.html>
------------------------------
Message: 3
Date: Fri, 4 Apr 2014 14:03:23 -0700
From: Jim Duuuude <telesistant@hotmail.com>
To: Bob <kk6ecm@gmail.com>, app_rpt mailing list
<app_rpt-users@ohnosec.org>
Subject: Re: [App_rpt-users] Moving ACID from dynamic to static IP
Message-ID: <BLU180-W89C089A9D6C4F9CB4DDA0AB16F0@phx.gbl>
Content-Type: text/plain; charset="windows-1252"
Save yourself A LOT of grief!!
Use the system-config-network script (from Centos) to
set the 'stuff' up. Centos seems to be 'allergic' to having people
edit their own files.
Jim
From: kk6ecm@gmail.com
To: app_rpt-users@ohnosec.org
Date: Fri, 4 Apr 2014 13:18:52 -0700
Subject: [App_rpt-users] Moving ACID from dynamic to static IP
I can use some help... I want to move an
Allstar ACID server from dynamic to static IP without a complete reinstall... It
seemed to use a script during install (I typed ?N? at the time),
which I am attempting to locate, or the config file with an example. I?ve
been looking through /etc/sysconfig/networkscripts and found ifcfg-eth0, which
says,
DEVICE=eth0
BOOTPROTO=dhcp
DHCPCLASS=
HWADDR=54:04:A6:EB:BF:90
ONBOOT=yes
DHCP_HOSTNAME=<server name>
Can I modify this to:
DEVICE=eth0
BOOTPROTO=none
DHCPCLASS=
HWADDR=54:04:A6:EB:BF:90
ONBOOT=yes
DHCP_HOSTNAME=
NETWORK=xxx.yyy.zzz.0 ;basic network address?
NETMASK=255.255.255.0
IPADDR=xxx.yyy.zzz.27 ;static IP address
Am I missing anything? I will be at a
remote site, so want to have it correct before the move, and can?t test
it at the current location. Hope this is not wishful thinking.
Thanks,
Bob
kk6ecm
_______________________________________________
App_rpt-users mailing list
App_rpt-users@ohnosec.org
http://ohnosec.org/cgi-bin/mailman/listinfo/app_rpt-users
To unsubscribe from this list please visit http://ohnosec.org/cgi-bin/mailman/listinfo/app_rpt-users and scroll down to the bottom of the page. Enter your email address and press the "Unsubscribe or edit options button"
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.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://ohnosec.org/pipermail/app_rpt-users/attachments/20140404/d7719d53/attachment.html>
------------------------------
_______________________________________________
App_rpt-users mailing list
App_rpt-users@ohnosec.org
http://ohnosec.org/cgi-bin/mailman/listinfo/app_rpt-users
End of App_rpt-users Digest, Vol 62, Issue 5
********************************************