Page 1 of 1
Remote connection
Posted: Sat Sep 15, 2012 7:46 pm
by nicmo
Hi how can i setup my rb 750 with a static ip or a dynamic ip, so i can access it from anywhere over the internet.
Re: Remote connection
Posted: Sat Sep 15, 2012 9:00 pm
by samsung172
ros code
/ip address add xx.xx.xx.xx/xx interface=something
/ip route add dst-address=0.0.0.0/0 gateway=xxx.xxx.xxx.xxx
Re: Remote connection
Posted: Sun Sep 16, 2012 8:58 am
by nicmo
i ment to login to rb 750 from a different location through the internet.
Re: Remote connection
Posted: Sun Sep 16, 2012 12:09 pm
by samsung172
its still the same. as long as the ip is globaly routable.
Re: Remote connection
Posted: Sun Sep 16, 2012 1:44 pm
by ohara
nimco,
is that what you are looking for?
/ip firewall filter add action=accept chain=input comment="RouterOS SSH Management" disabled=no dst-port=22 protocol=tcp
Re: Remote connection
Posted: Mon Sep 17, 2012 9:41 pm
by nicmo
i would not know because im a new to this
![Confused :?](./images/smilies/icon_confused.gif)
I setup a account with change ip.com to match with my ip and i also let someone try frow different location but didnot work.
Re: Remote connection
Posted: Mon Sep 17, 2012 10:16 pm
by patrickmkt
What do you want to do?
To access the setup of your router from anywhere (ie winbox or ssh to the router)?
To let someone from anywhere to access to your network (ie all the computers in your local network, not the router)?
To let everyone from anywhere to access one service on one local server?
For the first option, refer to what was written above.
For the second option, you will probably need to set up a VPN (refer to the wiki)
For the last option, look at firewall/NAT
Re: Remote connection
Posted: Tue Sep 18, 2012 12:29 am
by samsung172
as long as someone knows the ip, eather by ip address, or some kind of DNS, it should be possible to access it from outside.
If you box is behind nat, you need to do some kind of inbound nat rule, to access it. I have a lot of devices, behind nat, and have setup a l2tp terminator, that all box will connect to, so its possible to go directly without anny nat etc.
Re: Remote connection
Posted: Wed Sep 19, 2012 4:53 am
by nicmo
ok, i got winbox to connect from a different internet source with the rb ip but connect with the web browser any suggestion ?
Re: Remote connection
Posted: Wed Sep 19, 2012 2:44 pm
by patrickmkt
Check that ip/services allow www from anywere
Check that you opened your :80 port from outside (/ip firewall filter add action=accept chain=input comment="RouterOS www Management" disabled=no dst-port=80 protocol=tcp)
Re: Remote connection
Posted: Tue Sep 25, 2012 9:26 am
by nicmo
ok i will
Re: Remote connection
Posted: Thu Jan 10, 2013 12:49 pm
by rickyaliasgar
Setting up Router Board 750 with a static or Dynamic IP address will only allow remote access between computers which are directly connected to same router Ethernet ports i.e. Computers on same networks. In order to access computers over internet using RB 750, you need to either deploy on premise remote support appliance such as Bomgar or RHUB appliances or can even use various remote support tools such as logmeinrescue, gosupportnow, GoToMyPC etc.