cobbler how to set static ip address for ubuntu
Whisperity
whisperity at gmail.com
Wed May 9 13:06:53 UTC 2012
(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 at 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 at lists.ubuntu.com
> https://lists.ubuntu.com/mailman/listinfo/ubuntu-server
> More info: https://wiki.ubuntu.com/ServerTeam
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.ubuntu.com/archives/ubuntu-server/attachments/20120509/3475f325/attachment.html>
More information about the ubuntu-server
mailing list