On Fri, 14 Jan 2005 Rony Bill wrote :
Dear Sameer,
This is interesting. :-) What is the technique with the serial cable? Assuming PC A is fully loaded and NFS linux dump folders are globally available, how does the other PC B which has an unformatted HDD and no floppy/cd get booted? How does PC A see the HDD of PC B through the serial cable? Normally HDDs have either hdan, hdbn, hdcn or hddn within the 2 IDE ports. What is the device name in PC A for the HDDs in PC B?
Thanks and Regards,
Rony.
We need a 'null modem' cable for a serial link. On one side we need to set up the ppd to accept connections via the null modem lead. So we need to creat a /etc/pp/option.ttyS0 We also need to add the following lines to that file ************ cable lock noauth asyncmap 0 crtscts local silent 192.168.1.1:192.168.1.2 #Your IP add server:client 115200 #Your line speed connect 'chat -v -f /etc/ppp/lin.chat' **********************************
Do chk out the the man page of pppd for details. Now for the clent we need to create a script called /etc/ppp/lin.chat with following contents *************************** TIMEOUT 3600 CLIENT CLIENTSERVER\C ****************************
We can configure the client in the similar manner and then launch the pppd on the client using $ pppd /dev/ttyS0
Do contact me offlist for more details.
Sameer