|
Home > Archive > Red Hat General > May 2005 > Kickstart installation question
You are viewing an archived Text-only version of the thread.
To view this thread in it's original format and/or if you want to reply to
this thread please [click here]
| Author |
Kickstart installation question
|
|
| Dennis Peere 2005-05-10, 7:49 am |
| Dear All,
I would like to know if it's possible to add extra dns servers in the ks.cfg
for a RedHat 8.0 installation.
I currently use the following line for my network configuration in my
ks.cfg::
network --device=eth0 --bootproto=static --ip=193.16.2.7 --netmask=255.255.0
..0 --gateway=193.16.255.254 --nameserver=193.16.254.253 --hostname=TESTPC
Is possible to spererate the dns servers like this or with any other
sign/symbol ?
network --device=eth0 --bootproto=static --ip=193.16.2.7 --netmask=255.255.0
..0 --gateway=193.16.255.254 --nameserver=193.16.254.253,193.16.254.252,193.1
6.254.251 --hostname=TESTPC
PS: Changing to another version of RedHat is not an option for me.
Thnx,
Dennis Peere
| |
| Tommy Reynolds 2005-05-10, 6:04 pm |
| On Tue, 10 May 2005 14:48:59 +0200, Dennis Peere wrote:
> I would like to know if it's possible to add extra dns servers in the ks.cfg
> for a RedHat 8.0 installation.
Not to identify the kickstart server.
> ks.cfg::
> network --device=eth0 --bootproto=static --ip=193.16.2.7 --netmask=255.25
These lines are used only to locate the kickstart server. They have
nothing to do with the DNS servers used once the install is
completed.
I don't see why you should need more than one DNS server at the
kickstart level. Do you have an actual problem you could share with
us? What are you trying to do?
|
|
|
|
|