How To configure DHCP server on Ubuntu system

This tutorial will show you how to configure the DHCP server to work with Ubuntu. Before you start, make sure you already has the webmin and DHCP server installed on your system. Ok, lets start of with the DHCP. If you need the instructions of installing webmin, you can read it here.
1. Log in to your webmin by going to https://localhost:10000. This is done when you connect to your local server. If you have the remote server, you need to change the localhost with the name of your server.
2. On the webmin window, go to Server then DHCP. Click on Add a new Subnet and fill the required details. On the network address, use the same IP with internal server IP but use 0 as the ending octet. For example if your internal IP is 192.168.1.1, then use 192.168.1.0 for your network address. For address range, use the range of address to be assigned by the DHCP server. For netmask use the same netmask with your network, 255.255.255.0, then finally click Create.
3. Once created, click the new icon that was just created. Scroll down to the bottom and click Edit Client Options. Fill in the subnet mask with the subnet, the default routers and DNS server with your internal IP but with 255 at the end. Click SAVE and start your server.
Now you have a working DHCP server with your Ubuntu. Have fun
Incoming search terms for the article:
- ubuntu dhcp server
- setting up webmin dhcp server
- how to search dhcp server manually ubuntu
- ubuntu dhcpv6
- howto dhcp server on ubuntu
- ubuntu dhcp webmin
- how to add subnet in ubuntu dhcp server
- ubuntu wide-dhcpv6-server
- ubuntu server enable DHCP
- howto dhcp server with webmin ubuntu
Related posts:
- How to configure static IP address on Ubuntu 8.10 Sometimes we need to manually configure the IP address on...
- Install and configure Apache web server in Ubuntu Server Apache is a modular web server, which means that the...
- How to update your Ubuntu system remotely using Webmin Before continuing, this tutorial requires webmin already installed on your...
- How to install and configure the latest MySQL Server on Ubuntu in easy way MySQL is the most popular SQL database server. This tutorial...
- IPFixer – Fix and Renew Your IP Address Manually In some cases, we need to renew, refresh the...
Related posts brought to you by Yet Another Related Posts Plugin.








