Re: documentation of win9x w/ linux dhcp server

2000-04-09 Thread Tim O'Brien
At 06:05 PM 4/8/00 -0700, you wrote:
>   i am trying tohe set up a dhcp service that will  utilize my gateway for
>an internet connection i am using win 9x clients so far i have set up 2
>nic's eth0, eth1 next i set up dhcpd-beta for use w/ multiple  nic's i

I did something almost exactly like what you're doing, but I used the
floppyfw project (which I believe is based on Debian). I successfully got
it receiving DHCP from my provider, and serving DHCP to the clients
(Win95/98/NT and Linux). It works like a champ! If this sounds like
something you can use, you can find the project at: 

http://www.zelow.no/floppyfw/


Thanks, 
Tim

Tim O'Brien 

Email: [EMAIL PROTECTED]
Homepage: http://www.geocities.com/SunsetStrip/Villa/6309

"The box said 'Requires Windows 95, NT, or better,'
   so I installed FreeBSD"

"As you slide down the banister of life,
   May the splinters never point the wrong way"


documentation of win9x w/ linux dhcp server

2000-04-09 Thread Beavis



i am trying tohe set up a dhcp service that will 
utilize my gateway for an internet connection
i am using win 9x clients
so far i have set up 2 nic's
eth0, eth1
next i set up dhcpd-beta for use w/ multiple 
nic's
i added the correct scripts and got the dhcp 
service working
next i want to open a gateway for the all the ip's 
i am specifiying
192.168.1.100 - 192.168.1.200
i added a script at the bottom of 
/etc/init.d/network as follows:
/sbin/ipfwadm -F -p deny
/sbin/ipfadm -F -a m 
-S 192.168.1.0/24 -D 0.0.0.0/0
 
i seem to be errors thought otherwise everyting is 
suspost to work.
 
ipfwadm: setsockopt failed: Invalid 
argument
 
where dou find info on firewall 
policies
i think i need an 
entry.
 
 
anyone familiar w/ windows clients using a linux 
dhcp server to access the interent all on a single IP???
 
i am half way there in case there are any 
questions? just need a brilliant mind to finish the job!