fbpx

Setup Router with Static IP Addresses

Setup Router with Static IP Addresses

i hope you have followed the previous guide to setup basic router on mikrotik. Now you would configure the router with static IP address.
IP -> Addresses -> configure wan
Address: 192.168.130.106/24
Interface: Wan Internet
IP -> Addresses -> configure lan
Address: 192.168.100.1/24
Interface: ether1
IP -> DHCP server -> DHCP setup
DHCP server interface: select lan interface
Other options would be mostly same as filled up by system.
IP -> DNS Settings
check allow remote dns
DNS Server Entries: 8.8.8.8, 8.8.4.4
IP -> Firewall -> NAT -> Add
General tab -> Chain: srcnat
Action tab -> action: masquerade
IP -> Routes
add -> gateway: 192.168.130.1
Note: do not select ip
go to windows cmd and release and renew ip
ipconfig /release
ipconfig /renew

Share this post