>From: "Blake, Jonathan" <[EMAIL PROTECTED]> >Reply-To: [EMAIL PROTECTED] >To: [EMAIL PROTECTED] >Subject: DHCP questions >Date: Sun, 21 Jul 2002 12:12:27 -0500 > >Hello all, I'm new at this so bear with me. > >I'm trying to run DHCP for windows machines from my new 7.3 install. Eth-0 >is a >dsl connection, eth-1 should serve dhcp. > >1) How should the network addresses (address, subnet, gateway etc) be >configured >on eth 1 to listen for dhcp? are you using this system as an internet gateway for the rest of the network? if so, check out this site: http://www.e-infomax.com/ipmasq/ > >2) what "route" changes are necessary? > >3) what is the minimal dhcp.conf file for this operation? I have a similar setup here's my dhcp.conf: #dhcpd.conf
option domain-name-servers pavera1.paveraware.com, mail.paveraware.com; subnet 166.70.187.224 netmask 255.255.255.248 { option domain-name "pavera.com"; option routers 166.70.187.225; range 166.70.187.230 166.70.187.230; default-lease-time 5000; } subnet 10.0.0.0 netmask 255.255.255.0 { option domain-name "pavera.net"; option routers 10.0.0.254; range 10.0.0.5 10.0.0.200; default-lease-time 5000; } I have a small subnet of static IP's from my ISP that I pass out on my eth0 to a couple machines there.. and then eth1 passes out ips to another chunk of network. You will probably only need something similar to the second part, although, you'll want the first line about DNS servers. Also, "option routers" is where you put your gateway address (eth1) so that you're windows computers know where it is. > >4) Other likely pitfalls preventing win machines getting dhcp? I did have a problem getting windows to see the dhcp server at first it goes along with your route question, I had to add a route, something like 255.255.255.255 I think... but I can't recall. > >Thanks, >J Blake > > > >_______________________________________________ >Redhat-list mailing list >[EMAIL PROTECTED] >https://listman.redhat.com/mailman/listinfo/redhat-list _________________________________________________________________ Chat with friends online, try MSN Messenger: http://messenger.msn.com _______________________________________________ Redhat-list mailing list [EMAIL PROTECTED] https://listman.redhat.com/mailman/listinfo/redhat-list