feedburner
Enter your email address:

Delivered by FeedBurner

feedburner count

14 Step Configuration of mikrotik using ADSL speedy internet

This is articel which explain about how to configuration mikrotik using pc as router :
1. Configuration position of ADSL connection
for Configuration as ( modem - Mikrotik - Switch - Client )

Client :
a. Modem IP = 192.168.1.1
b. Mikrotik Using 2 Interface : - Ether1 = 192.168.1.2
- Ether2 = 192.168.0.254
c. Switch : for a Configuration of DHCP for Client ip =192.168.0.1 – 192.168.0.253


2. Configuration step router pc mikrotik
a. Add ip address to interface 1
[admin@heru] > /ip address add interface=ether1 address = 192.168.1.1 netmask= 255.255.255.0
b. Add ip address to interface2
[admin@heru] > /ip address add interface=ether2 address = 192.168.0.1 netmask= 255.255.255.0
c. to see input of interface
[admin@heru] > /interface print
d. Set Value name of interface
[admin@heru] > /inteface set 0 name=”Public” => For Modem
[admin@heru] > /inteface set 1 name=”Lan” => For Lan
e. set routing for net ( modem )
[admin@heru] > /ip route add gateway=192.168.0.1
f. set dns server ISP
[admin@heru] > /ip dns set primary-dns=203.130.193.74 secondary-dns=202.134.0.155
[admin@heru] > /ip dns set allow-remote-requests=yes
g. Set of nat the router pc to sharing gw to lan
[admin@heru] > /ip firewall nat add chain=srcnat out-inteface=Public action=masquerade





0 komentar:

Posting Komentar