Punk's world

Linux DHCP
Home
windows hack.<<auto start file n tips>>
About Me
windows tricks
Some Grrr8 Links
All ABouT TROJANS
Dhcp On LINUX
Squid settings on Linux

/etc/dhcpd.conf
 
Service dhcpd status

#
# DHCP Server Configuration file.
#   see /usr/share/doc/dhcp*/dhcpd.conf.sample 
#
ddns-update-style interim;
ddns-domainname "mail.server.com ";



subnet 128.10.0.0 netmask 255.255.0.0 {
option routers 128.10.35.1;
option domain-name-servers 128.10.35.1;
option subnet-mask 255.255.0.0;
option domain-name " ns1.mail.server.com";
range dynamic-bootp 128.10.0.0 128.10.255.255;
default-lease-time 21600;
max-lease-time 43200;
}
 

hostname = mail.srever.com
ip= 128.10.35.1
ip range 128.10.0.0-128.10.255.255
 
change yor ip n all other according to yor requiremnt...im writin all this..in order to give u a idea
 
i hope evry1 here musy be knowing what dhcp is.
 
# service dhcpd status
# service dhcps start
if it was allready started then
#service dhcpd restart