Skip to main content

Thread: How van i make ubuntu server distribute ip's by DHCP ?


hi all
i'm new in ubuntu world , want ubuntu server distrebute ips machine through dhcp .
1 me know how ?

you have install dhcp server on ubuntu system, follow steps

code:
sudo apt-get install dhcp3-server
edit config file

code:
sudo nano /etc/dhcp3/dhcpd.conf
example:
code:
default-lease-time 600; max-lease-time 7200;  option subnet-mask 255.255.255.0; option broadcast-address 192.168.1.255; option routers 192.168.1.254; option domain-name-servers 192.168.1.1, 192.168.1.2; option domain-name “yourdomainname.com”;  subnet 192.168.1.0 netmask 255.255.255.0 { range 192.168.1.10 192.168.1.200; }
save , exit file , restart daemon

code:
sudo /etc/init.d/dhcp3-server restart


Forum The Ubuntu Forum Community Ubuntu Official Flavours Support Networking & Wireless [SOLVED] How van i make ubuntu server distribute ip's by DHCP ?


Ubuntu

Comments

Popular posts from this blog

How to set the order of FAQs instead of alphabetical

Thread: Get UK Keyboard working

how do I change the e-mail address for my merchant account