Mikrotik RouterBoard NAT & DHCP Configuration Lab in EVE-ng Video Tutorial

Published: 19 March 2018
on channel: Myanmar IT Academy
2,445
17

Mikrotik Routerboard NAT & DHCP Note
=============================
Interface IP Assign

ip address add address=192.168.5.99/24 interface=ether1
ip address add address=192.168.1.254/24 interface=ether2

Default Route
==========

ip route add dst-address=0.0.0.0/0 gateway=192.168.5.1

NAT Rule
========

ip firewall nat add src-address=0.0.0.0/0 action=masquerade out-interface=ether1 chain=srcnat

DHCP Rule
========

admin@MikroTik ip dhcp-server setup
Select interface to run DHCP server on

dhcp server interface: ether2
Select network for DHCP addresses

dhcp address space: 192.168.1.0/24
Select gateway for given network

gateway for dhcp network: 192.168.1.254
Select pool of ip addresses given out by DHCP server

addresses to give out: 192.168.0.1-192.168.0.50
Select DNS servers

dns servers: 8.8.8.8
Select lease time

lease time: 3d


https://www.myanmaritacademy.com/2018...


Watch video Mikrotik RouterBoard NAT & DHCP Configuration Lab in EVE-ng Video Tutorial online without registration, duration hours minute second in high quality. This video was added by user Myanmar IT Academy 19 March 2018, don't forget to share it with your friends and acquaintances, it has been viewed on our site 2,445 once and liked it 17 people.