mindless,
You can point it anywhere you want. The pointing is actually done with the second disk, the dnet client. You'd set up the ini file with the network IP address of the system running your pproxy. Like this:
[networking]
autofindkeyserver=no
keyserver=192.168.1.10 (substitute your address)
You must remember to save the ini to the floppy, though, because on a diskless node it would normally only load in RAM and you end up configuring it every time you boot.
The Freesco distro that I use to boot the nodes is self-sustaining. In other words, it doesn't need to communicate with a server to work. Initially, I actually had each of the slave nodes communicating directly with dnet.
Since all the nodes I'm running are ultimately connected to my DSL router, I have the Freesco boot floppy configured for DHCP. Unless one is also using some form of server for assigning IP addresses, this configuration won't work.
But, during the initial setup of the distro, you can manually assign an IP address to your node. Configuration is similar to a Windows machine: DNS entries, Subnet, IP address, etc. On mine, I had to disable NAT and firewalling in Freesco in order to get it to commuicate. Don't know if this always needs to be done, or was unique to my setup.
It goes like this:
Let's assume you have your two disks configured: Freesco, and dnet. You boot off the Freesco disk, and log in. After you're logged in, you need to unmount the freesco disk:
umount /dev/fd0
Than remove the freesco disk, and put your pre-configured dnet floppy in. Than create a directory:
mkdir /floppy
Than you need to mount the floppy:
mount -t msdos /dev/fd0 /floppy
Than change directories:
cd floppy
Than execute the dnet client:
./dnetc
I tried zipping the distro up, and once unzipped, it didn't work. Until I learn to use the Linux zip utilities, this will probably have to wait. In the interim, if you guys want to try the same setup I'm using, feel free to post your questions in this "official" dummies thread.
Russ, NCNE