For the multi-boot machine, install winME, then win2k, then finally linux. Use seperate partitions for each OS.
Once installed type "DOS" at the lilo prompt and then you get to the win2k boot menu which allows you to select win2k or ME. Set all 3 OSs to use DHCP (or with the static settings Steven suggests above) so they can go out through the ICS machine.
If you want the tripple boot machine to be the primary internet connection you'll have to configure ICS on win2k and on ME. For Linux you use masquerading like https://enterprise.redhat.
Main Topics
Browse All Topics





by: stevenlewisPosted on 2001-11-12 at 03:01:02ID: 6630188
Set up the ME box as the ICS host, and the other boxes as the "clients" set static ip addresses with ME's LAN NIC being om for more info
ip 192.168.0.1
mask 255.255.255.0
gateway blank
disable wins and dns (on the LAN NIC)
clients ip
192.168.0.(2-254)
mask 255.255.255.0
gateway 192.168.0.1
enable dns and use the dns server provided by your isp (or 192.168.0.1)
use the lmhosts and the hosts files on each machine for LAN connectivity)
see www.practicallynetworked.c
Steve