Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Over 90% answered within 24 hours! Click here to start participating now! Also, be sure to check out the New User Guide.
DHCP boot disk --> netware server?
Name: MadMaxx Date: August 12, 2002 at 05:50:20 Pacific
Comment:
I'm trying to create a bootable diskette which uses IP to connect to a netware server or a NT domain. I need this to be DHCP.
So far, I haven't gotten very far making one myself. I can get IPX to work no problem, but IP seems to freak out, especialy when trying to use DHCP (because I know i'm not doing it correctly).
Summary: I created a network dos boot disk. *****Autoexec.bat @ECHO OFF SET PATH =A:\ PATH A:\NWCLIENT\;%PATH% SET PROMPT=$P$G CD \NWCLIENT STARTNET.BAT ******NWCLIENT\Startnet.bat :LOAD RTSODI COPY A:\NWCLIEN...
Summary: There's more than one way to do this but here's my 2 cents... there are a few things you'll need to do. 1) Make a regular old bootable disk that loads HIMEM.SYS 2) Have a DOS driver for your NIC on ...