Link to home
Start Free TrialLog in
Avatar of unitymtg
unitymtg

asked on

DHCP to 4 NICS

We have a router with five NICs, four to our lan, one to the INET.  My understanding is that under Slackware 2.0.31 the DHCP client can talk directly to a raw interface and that the server remembers wich process ID sent the DCHP request so that it can respond to the correct ID, thus allowing a separate set of rules to be run for each interface and not requiring a DHCP server on each net by itself.  Does anyone have any info about how to install and configure?
Avatar of unitymtg
unitymtg

ASKER

Adjusted points to 200
This might be easier in the latest Slackware (3.3) distribution as well, but otherwise:

Get the "netcfg" package from the RedHat 4.2 distribution (or just switch to RH 4.2 to upgrade everything at once).  It will let you configure DHCP on a per-interface basis via a Tcl/Tk requester under X.  It's very simple to use, and does track the PID of each DHCP handler as it goes.

This isn't necessarily a rejection, maybe just my confusion.
My understanding is that TCL by default handles devices directly so they are not available to other processes, such as the router.  Does this program instert itself in the streams process?
ASKER CERTIFIED SOLUTION
Avatar of eckspurt
eckspurt

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Thanks for the help!