Mikrotik - Change LAN Subnet
By default Mikrotik use the following LAN subnet, 192.168.88.0/24 with the gateway IP being 192.168.88.1.
For this example the Mikrotik's subnet is being changed to 10.0.0.0/24 with a gateway IP of 10.0.0.1.
There are six items that will be updated.
- Add the local address to the Mikrotik's Bridge-Local
- Add the new IP range to the Mikrotik's Pool
- Add the new address to the DHCP Network
- Change the DHCP Server to use the new Address Pool
- Change the DNS Static address
- Add the new address to the IP Service List's Available From address.
Add the Local Address
- Open Winbox and go to IP
- Go to Addresses
- In the Address List window, click on the Blue Plus Sign to add
- In the New Address window, select Address to type in the new address
- Type in the new address: 10.0.0.1/24
- Select the Bridge-Local Interface
- Click OK
- The new address now appears in the Address List



Add the New IP Range
- Go to IP
- Go to Pool
- In the IP Pool window, click on the Blue Plus Sign to add
- Enter in a Name (e.g.: cust-pool)
- Enter in the address pool range (e.g.: 10.0.0.10-10.0.0.99)
- Click OK
- The new IP Pool now appears in the IP Pool list



Add the New Address to the DHCP Network
- Go to IP
- Go to DHCP Server
- In the DHCP Server window, click on the Blue Plus Sign to add
- Enter in the Address (e.g.: 10.0.0.0/24)
- Enter in the Gateway (e.g.: 10.0.0.1)
- Enter in the DNS Servers (e.g.: 10.0.0.1)
- Click OK
- The new netwoeks will now appear in the DHCP Server Networks list



Change the DHCP Pool
- From the same DHCP Server, double click on "default" to change the Address Pool
- Go to the Address Pool drop down menu and select the pool that was just created (e.g.: cust-pool)
- Click OK
- The new Address Pool is now selected for the DHCP server


Change tge DNS Static Address
- Go to IP
- Go to DNS
- From the DNS Settings window, click on Static
- Select the default DNS Static entry by double clicking the entry
- Change the address to the new Gateway IP (e.g.: 10.0.0.1)
- Click OK
- The new Address will now appear in the DNS Static list




Add the New Available From Address
- Go to IP
- Go to Services
- From the IP Service List window, select the "www" entry by double clicking the entry
- Click on the arrows to add a new entry
- Enter the new subnet (e.g.: 10.0.0.0/24)
- Click OK
- The new Available From subnet will now appear on the IP Service List for the www service.



Related Articles
Mikrotik - Complete Setup Guide
**Disclaimer: This guide is provided by 3NG as a courtesy to its partners. You are using this guide at your own risk and 3NG is NOT responsible or liable for any issues that may occur from the use of this guide or a Mikrotik device. While we ...
Mikrotik - Enabling Option 66
What is Option 66? Option 66 is a feature available in most commercial grade routers which enables offering a 'provisioning server address' to any device on the same LAN and obtaining an IP via DHCP. This method of "broadcasting" the server address ...
Mikrotik DHCP Change
1 - Addresses 2 - Pool 3 - DNS - Static 4 - DHCP Server Network 5 - DHCP Server Pool
Mikrotik - Configuring QoS
To configure QoS (Quality of Service) on a router successfully, you first need to know the speed that the internet circuit is consistently stable at. To find the stable speeds of the circuit, we recommend using an internet speed test, running it at ...
Mikrotik Site to Site Ipsec VPN
*Information on this page was taken directly from http://wiki.mikrotik.com/wiki/Manual:IP/IPsec. We did not create this document and do not take responsibility for any possible outcome of using these directions. Site to Site IpSec Tunnel Consider ...