Community discussions

MikroTik App
 
bigdaddycool
just joined
Topic Author
Posts: 4
Joined: Wed Feb 25, 2015 12:23 am

Need Remote Administration RB2011

Wed Feb 25, 2015 9:50 pm

I am new to mikrotik and still learning new stuff. I got router Rb2011 and on latest 6.27 RouterOS. I am trying to find a way to log into router remotely and configure it. I cannot find any tutorial on it, please advice or provide a link. Thanks!
 
duranto2009
just joined
Posts: 6
Joined: Thu Feb 26, 2015 12:16 pm

Re: Need Remote Administration RB2011

Thu Feb 26, 2015 1:01 pm

Access your router from outside your network?
Then you need to have a real IP configured in your WAN side.
If you don't have a real IP, then you should buy one from your ISP.

After configuring a real IP in your WAN side, you will have access from anywhere in the world.

Please refer to this video, you will like it
https://www.youtube.com/watch?v=QO9mRs4z_bY

Thanks...
 
bigdaddycool
just joined
Topic Author
Posts: 4
Joined: Wed Feb 25, 2015 12:23 am

Re: Need Remote Administration RB2011

Thu Feb 26, 2015 4:30 pm

The video is not in english, however it was still easy enough for me to get the jist of it and now I am able to access my router from outside

Thanks!
 
deanMKD1
Member
Member
Posts: 366
Joined: Fri Dec 12, 2014 12:06 am
Location: Macedonia
Contact:

Re: Need Remote Administration RB2011

Sat Feb 28, 2015 12:47 am

1. Do you have static or dinamic IP adress?
2. You need to have SSH/HTTP/Telnet service active into Services submenu.
3. You need to add firewall rules, instead of your network configuration.
/ip firewall filter
add action=accept chain=input disabled=no dst-port=80 protocol=tcp place-before=3
Port 80 is HTTP or WebGUI access. Port 22 is SSH, 23 is Telnet etc..
Now you probably will can access to your MT. :)

Detally is illustrated here: http://mikrotikmacedonia.com/index.php/topic,37.0.html
 
User avatar
hossain2004a
Member Candidate
Member Candidate
Posts: 247
Joined: Mon Dec 22, 2014 7:34 pm
Location: Iran

Re: Need Remote Administration RB2011

Mon Mar 02, 2015 8:07 am

You need none of them. Just enable the Cloud and watch the magic.
/ip cloud set ddns-enabled=yes
There is dns name on that, easily copy and paste it into remote winbox and you will access that. if you deny input connection so you should write rule to access your incoming winbox.
 
deanMKD1
Member
Member
Posts: 366
Joined: Fri Dec 12, 2014 12:06 am
Location: Macedonia
Contact:

Re: Need Remote Administration RB2011

Tue Mar 03, 2015 2:49 am

You need none of them. Just enable the Cloud and watch the magic.
/ip cloud set ddns-enabled=yes
There is dns name on that, easily copy and paste it into remote winbox and you will access that. if you deny input connection so you should write rule to access your incoming winbox.
Nope. Try yourself and you will see that must add Firewall Rule as i write before. Default Configuration on every RB is to drop any connections who come from ether1-gateway. So must add firewall rule, to working outside network access.
 
User avatar
hossain2004a
Member Candidate
Member Candidate
Posts: 247
Joined: Mon Dec 22, 2014 7:34 pm
Location: Iran

Re: Need Remote Administration RB2011

Thu Mar 05, 2015 7:25 am

You need none of them. Just enable the Cloud and watch the magic.
/ip cloud set ddns-enabled=yes
There is dns name on that, easily copy and paste it into remote winbox and you will access that. if you deny input connection so you should write rule to access your incoming winbox.
Nope. Try yourself and you will see that must add Firewall Rule as i write before. Default Configuration on every RB is to drop any connections who come from ether1-gateway. So must add firewall rule, to working outside network access.

I know, but it's recommended to delete default setting :D (e.g what you said about Ether1)
 
Rudios
Forum Veteran
Forum Veteran
Posts: 977
Joined: Mon Mar 11, 2013 12:58 pm
Location: The Netherlands

Re: Need Remote Administration RB2011

Thu Mar 05, 2015 7:55 am

I would go for this set of rules.
/ip firewall filter
add action=drop chain=input comment="Drop invalid connections" connection-state=invalid
add chain=input comment="Allow ping from outside" disabled=yes in-interface=ether1 protocol=icmp
add chain=input comment="Accept established connections" connection-state=established
add chain=input comment="Accept related connections" connection-state=related
add chain=input comment="Allow access from local network" in-interface=<local lan interface> src-address=<local lan IP>
add action=log chain=input comment="Log everything else, only enabled when debugging" disabled=yes log-prefix="IPv4 Drop input RR:"
add action=drop chain=input comment="Drop everything else"

add action=drop chain=forward comment="Drop invalid connections" connection-state=invalid
add chain=forward comment="Accept established connections" connection-state=established
add chain=forward comment="Accept related connections" connection-state=related
add chain=forward comment="Allow traffic from Local network" in-interface=<local lan interface> src-address=<local lan IP>
add action=log chain=forward comment="Log everything else, only enabled when debugging" disabled=yes log-prefix="IPv4 Drop forward RR:"
add action=drop chain=forward comment="Drop everything else"

Who is online

Users browsing this forum: No registered users and 46 guests