On Mon, 2003-08-04 at 09:12, elechen wrote: > Hello, > > I have two PC here. PC1 is used as dhcp server and PC2 as client. > PC1 have one NIC and config as eth0; PC2 have two NICs and > named as eth0 and eth1. > > I just want to install Rh9 via PXE and kickstart file and PC2 eth1 on PC2. So dhcp > will get PC2 subnet,gateway and netmask info by sending request from PC2:eth1 to > PC1:eth0. > > But after PC2 get and uncompress kernel and it is printed in > window"getting ip information from eth1", and then it will prompt a window to let me > config network by hand!!!!! > I don't know how to let it config automatically.
Your system has already grabbed its IP information for the PXE boot. The install process now wants to know where it should get its *permanent* network configuration information. This should be in your kickstart file. For example, I have the following in my anaconda-ks.cfg file: network --device eth0 --bootproto dhcp -- Jason Dixon, RHCE DixonGroup Consulting http://www.dixongroup.net -- redhat-list mailing list unsubscribe mailto:[EMAIL PROTECTED] https://www.redhat.com/mailman/listinfo/redhat-list