Community discussions

MikroTik App

Search found 20 matches

by some
Fri May 24, 2019 12:47 am
Forum: General
Topic: Android client for MikroTik VPN
Replies: 5
Views: 8218

Re: Android client for MikroTik VPN

What do you mean "Standard VPN". No VPN is like any other, you can change a lot of parameters....
And in this moment I can not find a Android client for may SSTP VPN that works...
Is this configuration? Ok, explain it how than...
by some
Fri May 24, 2019 12:15 am
Forum: General
Topic: Android client for MikroTik VPN
Replies: 5
Views: 8218

Re: Android client for MikroTik VPN

IPSec,ok, but what about SSTP? IPSec is not functional for me, to many ports using, easy to block.

Any prestige router manufacture has its own client, that perfectly connect to their own devices, with a few(default) configuration, why Mikrotik not?
by some
Thu May 23, 2019 11:06 pm
Forum: General
Topic: Android client for MikroTik VPN
Replies: 5
Views: 8218

Android client for MikroTik VPN

I suggest to create an App for Android (I hate iPhone, but maybe too) that any device can connect to Mikrotik VPN (any type).

Regards.
by some
Sat Feb 20, 2016 12:57 pm
Forum: RouterBOARD hardware
Topic: Mikrotik RB750 configuration help
Replies: 2
Views: 898

Re: Mikrotik RB750 configuration help

If I understand you:

WAN ----- PC-1----------(Interface1)RB750(Interface2)-----------PC-2
by some
Sat Feb 20, 2016 12:11 pm
Forum: General
Topic: MikroTik vs Cisco switches
Replies: 3
Views: 2056

MikroTik vs Cisco switches

Hey, MikroTik,

Do you want to face up a Cisco switches?

Make one with 48 gigabits port, PoE 750W and CPU 900Mhz-1200Mhz or more and wait.... :D
P.D.: Do not forget a LCD color display - its very cool, usefull and a good tool for sell to costumers.

Best regards, ребята!
by some
Thu Feb 18, 2016 7:47 pm
Forum: Beginner Basics
Topic: RB2011UAS-2HnD-IN - switch + wifi AP
Replies: 2
Views: 1206

Re: RB2011UAS-2HnD-IN - switch + wifi AP

Hello, Im a newbe, but I can suggest: - do not disable wi-fi an ADSL+ router - if somebody came to your company/house can connect to it and to internet, whithout to your network. Your network stay isolated. - assign a port for connecting to ADSL+ router, f.e. ether1., this isolated your network, lat...
by some
Thu Feb 18, 2016 7:11 pm
Forum: Beginner Basics
Topic: VPN with acces form broadband wi-fi router to main lan
Replies: 16
Views: 3214

[Solved] - VPN with acces form broadband wi-fi router to main lan - NAT forwarding to printer

Thank you Revelation, Finaly, it was a printer issue, but MikroTik too. It seems that the printer not accepts printing from another network, so I have to do src-nat to say to the printer that PC that wants to print is in the "same" network. So, the config is: /ip firewall filter add chain=...
by some
Mon Feb 15, 2016 4:44 pm
Forum: Beginner Basics
Topic: VPN with acces form broadband wi-fi router to main lan
Replies: 16
Views: 3214

Re: VPN with acces form broadband wi-fi router to main lan

O! Thank you, you are right: for that is RST bit in answer package. I bring the router in my house to test and forgot to change de IP addres. But still not working. I think that the NAT not working. Now I have: # feb/15/2016 15:23:07 by RouterOS 6.34.1 # software id = 9VVE-VI90 # /interface bridge a...
by some
Fri Feb 12, 2016 4:55 pm
Forum: Beginner Basics
Topic: VPN Server (pptp) and more then 1 vpn sessions
Replies: 2
Views: 1896

Re: VPN Server (pptp) and more then 1 vpn sessions

Yes, you have to créate a pool for the VPN Profile like: /ip pool add name="VPN Pool" ranges=192.168.150.2/31 /ppp profile set *FFFFFFFE local-address=192.168.150.1 remote-address="VPN Pool" To get acces from VPN to local LAN: /ip firewall filter add chain=forward connection-stat...
by some
Fri Feb 12, 2016 4:15 pm
Forum: Beginner Basics
Topic: VPN with acces form broadband wi-fi router to main lan
Replies: 16
Views: 3214

Re: VPN with acces form broadband wi-fi router to main lan

but why is rejected? Here is my whole config, it is very simple: [admin@MikroTik] > /export # feb/12/2016 15:10:50 by RouterOS 6.33.3 # software id = 9VVE-VI90 # /interface bridge add name=bridge1 /interface wireless set [ find default-name=wlan1 ] band=2ghz-b/g/n country=spain disabled=no frequency...
by some
Fri Feb 12, 2016 2:24 pm
Forum: Beginner Basics
Topic: L2TP client office lan node with Wifi outside of VPN
Replies: 2
Views: 1263

Re: L2TP client office lan node with Wifi outside of VPN

Like pukkita says in this post: http://forum.mikrotik.com/viewtopic.php?t=95996#p482348

Menu "Bridge", "Ports".

Just put in your bridge ports the same "Horizon" value, and there is no traffic between the bridged ports.


Regards.
by some
Fri Feb 12, 2016 1:33 pm
Forum: Beginner Basics
Topic: VPN with acces form broadband wi-fi router to main lan
Replies: 16
Views: 3214

Re: VPN with acces form broadband wi-fi router to main lan

Hello, I have the log enable: add action=dst-nat chain=dstnat comment="Impresora Canon iRC 2380i" dst-address=192.168.1.3 dst-port=9100 log=yes protocol=tcp \ to-addresses=192.168.100.220 to-ports=9100 but when I try to telnet WAN por of the router "telnet 192.168.2.3 9100" there...
by some
Wed Feb 03, 2016 5:57 pm
Forum: Beginner Basics
Topic: VPN with acces form broadband wi-fi router to main lan
Replies: 16
Views: 3214

Re: VPN with acces form broadband wi-fi router to main lan

Hello, I can connect to MikroTik via telnet. from MikroTik I can connect to the printer a port 9100: [admin@MikroTik] /system> telnet 192.168.100.220 9100 Trying 192.168.100.220... Connected to 192.168.100.220. Escape character is '^]'. From the main lan, I can connecto fromp PC to the printer with ...
by some
Wed Feb 03, 2016 1:45 pm
Forum: Beginner Basics
Topic: VPN with acces form broadband wi-fi router to main lan
Replies: 16
Views: 3214

Re: VPN with acces form broadband wi-fi router to main lan

In my test scenario it works, but when I go to the costumer, it not works. I have this config: guest network main network - lan -----------------[ADSL]--------------------------------------[RB450G]-------------------------------[SWITCH] public IP.............192.168.1.1.........192.168.1.3.............
by some
Tue Feb 02, 2016 10:43 pm
Forum: Beginner Basics
Topic: PPTP
Replies: 2
Views: 1062

Re: PPTP

If you mean network discovery It is not posible, because the network discovery is using NetBIOS protocol witch can not be routed. Another way to use computer names is having a DNS server in you LAN, with the registers of all computers names. Then, when you connected via VPN you can use this DNS serv...
by some
Tue Feb 02, 2016 12:25 pm
Forum: Beginner Basics
Topic: InterVLAN Routing CRS125-24G-1S-RM
Replies: 2
Views: 1101

Re: InterVLAN Routing CRS125-24G-1S-RM

I think you have to bridge them.
menú "Bridge", créate bridge with "+" then in "Ports" add the 2 VLAN Ports selecting the bridge you created.
by some
Tue Feb 02, 2016 8:49 am
Forum: Beginner Basics
Topic: VPN with acces form broadband wi-fi router to main lan
Replies: 16
Views: 3214

Re: VPN with acces form broadband wi-fi router to main lan

Thank you Revelation, From MikroTik and any computer I can ping from main network to guest network and to internet. I can ping from MikroTik to printer 192.168.100.50. With you suggestion I did: /ip firewall nat add action=dst-nat chain=dstnat comment="Brother printer" dst-address=192.168....
by some
Mon Feb 01, 2016 6:43 pm
Forum: Beginner Basics
Topic: VPN with acces form broadband wi-fi router to main lan
Replies: 16
Views: 3214

Re: VPN with acces form broadband wi-fi router to main lan

Sorry, this days I changed the IP addressing to make it compatible whith other networks, so: http://postimg.org/image/k8eti2uxh/ (I don't know how to show it inside this fórum, I think [Img] tag not works ) -----------------[ADSL]---------------guest network-----------------------[RB450G]--------mai...
by some
Wed Jan 13, 2016 11:39 am
Forum: Announcements
Topic: Winbox3.0 released!
Replies: 45
Views: 30016

Re: Winbox3.0 released! - screen problem

Hello,
Using Winbox 3 on laptop with normal screen resolution 1366 x 768.
If you enter QuickSet, Wisp AP, there is no room for a whole window, inclusive without Windows bar. Part of the window is out of screen.
Maybe is needed vertical navigation bar, programers.
by some
Tue Jan 12, 2016 2:44 pm
Forum: Beginner Basics
Topic: VPN with acces form broadband wi-fi router to main lan
Replies: 16
Views: 3214

VPN with acces form broadband wi-fi router to main lan

Hello, I'm newbe (very). I have an rb450G and this scenario: I pretend to have VPN to Access to main net. The internet connection is with ADSL broadband router. There is DHCP with range 192.168.0.50 - 192.168.0.50. Than I pretend to has VPN Access to this net. Then I dicide to put the rb450G between...