The sys-unconfig script does not really work as advertised. For one thing it doesn't change the hostname.
Is there an documentation about how to do the following: - Change the hostname, IP, networking etc for a currently networked machine - Change the hostname, IP, networking etc for a currently non-networked machine - Turn a networked machine into a non-networked machine.
On a higher level - I'm looking for a turnkey way to send a box to someone, and have them set up the host and networking info.
tia,
-Mark
On Tuesday 17 January 2006 14:50, Mark Belanger wrote:
On a higher level - I'm looking for a turnkey way to send a box to someone, and have them set up the host and networking info.
Check out /etc/sysconfig/network-scripts/ifcfg-*
I found this article: http://www.linode.com/wiki/index.php/Multiple_IPs#The_temporary_way.2C_works...
ryan <ryanag@...> writes:
On Tuesday 17 January 2006 14:50, Mark Belanger wrote:
On a higher level - I'm looking for a turnkey way to send a box to someone, and have them set up the host and networking info.
Check out /etc/sysconfig/network-scripts/ifcfg-*
I found this article:
http://www.linode.com/wiki/index.php/Multiple_IPs#The_temporary_way.2C_works...
Place a file called ".unconfigured" in / it will get picked up by rc.sysinit which will run rhgb-client.
Hope this helps, Barry