Click to See Complete Forum and Search --> : DHCP help


McQuick
03-06-2003, 08:19 PM
Ok I got ip masquerade working everything works in the internal network. But is there away to make the internal ones optain ip addresses automatically instead of assigning one to them? So if i plug a pc into the hub it gets assign a 192.168.0.x addy automatically?





Thanks, McQuick

Magueta
03-06-2003, 08:24 PM
Originally posted by McQuick
Ok I got ip masquerade working everything works in the internal network. But is there away to make the internal ones optain ip addresses automatically instead of assigning one to them? So if i plug a pc into the hub it gets assign a 192.168.0.x addy automatically?

Thanks, McQuick

That can only be done with a DHCP server. Generally I would say to get a router to handle it but if you're interested then you can just install it and run it from your Linux box. Once you've set up the DHCP server and you've configured your other machines to use DHCP then you shouldn't have any problems.

Joe

McQuick
03-06-2003, 08:52 PM
thanks!

bwkaz
03-07-2003, 01:38 PM
And if you want to know how (or at least, how I did it), I've got the first beginnings of a Help File set up here:

http://3dguios.resnet.mtu.edu/dns-dhcp-JLHF.html

Just read the DHCP part, that's all you'd need.

Good luck! ;)

McQuick
03-07-2003, 04:59 PM
Thanks