cobbler how to set static ip address for ubuntu
(Sorry, the previous message accidentally went into Shake Chen's mailbox, instead of the mailing list.)
Dear Shake Chen,
While I am not entirely sure about
cluster/orchestra servers, but on single-computer desktop and server
environments, you can assign a static IP file with editing the
/etc/networking/interfaces file.
Search for the interface you need to configure in said file, and edit it to look like this:
iface eth0 inet static
address 192.168.1.5
netmask 255.255.255.0
gateway 192.168.1.254
After
that, you will need to restart the interface, with the commands "ifdown
eth0" and after, "ifup eth0" (both requires root privileges).
2012/5/9 Shake Chen <shake.chen@gmail.com>
Hi
I have set up orchestra in ubuntu 12.04. use cobbler deploy OS
the Centos and ubuntu working well .
Now I need set the static IP address for the node.
In centos , I have success,
but for Ubuntu, it no working.
I read http://terrarum.net/administration/deploying-ubuntu-with-cobbler.html
can not working.
--
Shake Chen
--
ubuntu-server mailing list
ubuntu-server@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server
More info: https://wiki.ubuntu.com/ServerTeam
--
ubuntu-server mailing list
ubuntu-server@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server
More info: https://wiki.ubuntu.com/ServerTeam
|