Click to See Complete Forum and Search --> : SAMBA & DHCP


jason_pearce
11-05-2001, 09:26 PM
Hi people
I am having some trouble setting up samba
I use mandrake 8.0. I have a windoze 98 machine sharing the internet connection of the mandrake box set up through the control center using dhcp ,all I did on the windoze box was to go through the internet connection wizard and set it up to go through the LAN
This is my dhcpd.conf file as set up by the mandrake internet connection sharing wizard.

subnet 192.168.0.0 netmask 255.255.255.0 {
# default gateway
option routers 192.168.0.1;
option subnet-mask 255.255.255.0;

option domain-name "homelan.org";
option domain-name-servers 192.168.0.1;

range dynamic-bootp 192.168.0.16 192.168.0.253;
default-lease-time 21600;
max-lease-time 43200;
}

I want to know if i can use this configuration for SAMBA setuo and how would I go about this ,has anyone out there got this system running ?
any help would be great .
cheers
Jason