Community discussions

MikroTik App

Search found 19 matches

bynickb333
Mon Dec 07, 2020 1:36 pm
Forum:Announcements
Topic:v6.48beta [testing] is released!
Replies:184
Views:106011

Re: v6.48beta [testing] is released!

谢谢你的IKEv2and other IPSEC updates. *) ipsec - added SHA384 hash algorithm support for phase 1 (CLI only); Strange effects when attempting to edit ip ipsec profile created with sha384 hash in Winbox 3.27 - the hash is shown as MD5. Presume this will be fixed at release/next Winbox update? ...
bynickb333
Thu Dec 03, 2020 2:58 pm
Forum:General
Topic:Support for IKEv2 Fragmentation (RFC 7383)
Replies:6
Views:2963

Re: Support for IKEv2 Fragmentation (RFC 7383)

I just hit the IKEv2 fragmentation issue running 6.47.8 on my vpn server. Using StrongSwan client on Android, but only with one particular mobile operator (3 UK).

Happy to say that switching to 6.48beta58 (with RFC7383 support) solved the problem for me.
bynickb333
Mon Oct 26, 2020 5:07 pm
Forum:Announcements
Topic:v6.47.6 [stable] is released!
Replies:39
Views:20445

Re: v6.47.6 [stable] is released!

I just updated two of my 3011 and only one had this issue and that is the one that has wireless package disabled. So it might be related to that? Yes, it is the cause. The problem is that the configuration script contains commands that refer to features not available (wireless) and bombs out. It ha...
bynickb333
Mon Apr 27, 2020 1:40 am
Forum:General
Topic:making sure the main router manage all connection?
Replies:25
Views:5616

Re: making sure the main router manage all connection?

If @Spirch original requirement was a way to force all connection to go through the hAP. Main reason is my firewall rule / address list are only in the hAP and if possible I don't want to duplicate all of it in the cAP. I want the cAP to be dumb as possible. Would the best solution be to use CAPsMAN...
bynickb333
Mon Jan 06, 2020 10:17 pm
Forum:General
Topic:SSH problem on RBM33G
Replies:2
Views:1251

Re: SSH problem on RBM33G

我有几个远程访问这些我使用LTEss, configured as L2TP/IPSEC clients. Here is the resource print from one that is running 6.46 stable and has been up for almost three weeks. I normally use Winbox for remote access but I've confirmed ssh is working normally. /system resource print u...
bynickb333
Fri Jan 03, 2020 1:39 am
Forum:General
Topic:creating l2tp server
Replies:17
Views:9321

Re: creating l2tp server

I have seen cases where the L2TP connections come up without IPSEC encryption so I would suggest adding a firewall rule to block this. /ip firewall filter add action=reject chain=input comment="Reject L2TP with no IPSEC" dst-port=1701 \ in-interface=PPPoE ipsec-policy=in,none protocol=udp...
bynickb333
Thu Jan 02, 2020 8:32 pm
Forum:General
Topic:creating l2tp server
Replies:17
Views:9321

Re: creating l2tp server

I have seen cases where the L2TP connections come up without IPSEC encryption so I would suggest adding a firewall rule to block this. /ip firewall filter add action=reject chain=input comment="Reject L2TP with no IPSEC" dst-port=1701 \ in-interface=PPPoE ipsec-policy=in,none protocol=udp ...
bynickb333
Tue Jul 23, 2019 8:35 pm
Forum:General
Topic:VPN (L2TP/IPsec) to VLAN
Replies:11
Views:10973

Re: VPN (L2TP/IPsec) to VLAN

Just following this really helpful thread as I have a similar configuration project for multiple L2tp users, however - /ppp secret set [find name=a1] remote-address=pg_A set [find name=a2] remote-address=pg_A set [find name=b1] remote-address=pg_B does not work on mine (version 6.44.5). It appears y...
bynickb333
Sat Dec 01, 2018 11:52 pm
Forum:General
Topic:在多联机L2TP服务器接口吗?
Replies:2
Views:2111

Re: L2TP server interface in VRF?

Thanks for your helpful reply. I see you posted asolution using scriptswhich makes things clearer to me. I've implemented VRFs on Cisco equipment but Mikrotik just doesn't work the way I was expecting it to!
bynickb333
Wed Oct 10, 2018 6:26 pm
Forum:General
Topic:在多联机L2TP服务器接口吗?
Replies:2
Views:2111

在多联机L2TP服务器接口吗?

Hi, I am trying to isolate L2TP connections on my router so the traffic goes into separate VRFs. I have created two static l2tp server instances /ip route vrf add interfaces=l2tp-in1,ether4 routing-mark=SYSTEM1 add interfaces=l2tp-in2,ether3 routing-mark=SYSTEM2 Created two VRFs /ip route vrf add in...
bynickb333
Wed Sep 27, 2017 11:51 pm
Forum:General
Topic:Why I am not using WinBox!
Replies:29
Views:6383

Re: Why I am not using WinBox!

Whilist I think it would be a nice feature to be able to vary the font size in Winbox, there is the option on Windows OS to use the magnifier feature.
bynickb333
Sun Jan 22, 2017 12:53 pm
Forum:General
Topic:L2TP/IPSEC not encrypted
Replies:8
Views:6522

Re: L2TP/IPSEC not encrypted

So now I've re-ordered a few rules based on your suggestions, traffic flow etc. Most of my understanding is based on experience with Cisco ACLs, ip inspect rules and some BSD pf. Cisco ACL has an implied deny-all at the bottom of the list, so need to double check I've done that on Mikrotik! [admin@O...
bynickb333
Sat Jan 21, 2017 5:22 pm
Forum:General
Topic:L2TP/IPSEC not encrypted
Replies:8
Views:6522

Re: L2TP/IPSEC not encrypted

It is most efficient to move the established/related rule up as much as possible. Even the ICMP rule can be below that. The rules are evaluated top to bottom and you want the established/related rule to hit as quick as possible, all rules below that will be evaluated only once for each new connecti...
bynickb333
Sat Jan 21, 2017 2:27 pm
Forum:General
Topic:CCR 1016 can not pass netbios between interfaces
Replies:11
Views:2538

Re: CCR 1016 can not pass netbios between interfaces

Why do you use netbios??? That is so 1985...
Is the bridge blocking broadcast traffic at layer 2 or layer 3?
bynickb333
Sat Jan 21, 2017 2:01 pm
Forum:General
Topic:L2TP/IPSEC not encrypted
Replies:8
Views:6522

Re: L2TP/IPSEC not encrypted

Thanks for the suggestion! I've modified the firewall rules to implement this. I'd just adapted the default firewall adding two rules to permit ESP and permit UDP 500,4500,1701 from the spoke routers (O2 UK broadband address range). Firstly I removed port 1701, which was intersting to see the IPSEC ...
bynickb333
Sat Jan 21, 2017 11:30 am
Forum:General
Topic:L2TP/IPSEC not encrypted
Replies:8
Views:6522

Re: L2TP/IPSEC not encrypted

Some of my output didn't paste correctly in the first attempt. Showing the ppp connections on the hub, 1 is now encrypted (expected behavior) 0 is not. [admin@O2vpn-hub] > /ppp active print detail Flags: R - radius 0 name="o2vpn2" service=l2tp caller-id="82.132.161.25" address=17...
bynickb333
Sat Jan 21, 2017 11:22 am
Forum:General
Topic:L2TP/IPSEC not encrypted
Replies:8
Views:6522

L2TP/IPSEC not encrypted

6.37.4(bugfix) I have a hub/spoke VPN setup using three routers with the above version. Most of the time it works OK but on occasions when the link comes up it seems to bypass the IPSEC encrytption: Server [admin@O2vpn-hub] > /ppp active print detail Flags: R - radius 0 name="o2vpn2" servi...
bynickb333
Wed Aug 05, 2015 8:35 pm
Forum:RouterBOARD hardware
Topic:RB750 Enclosures?
Replies:3
Views:944

Re: RB750 Enclosures?

These were pre-owned RB750s that I purchased via Ebay that came without cases. It the white cases aren't available separately I will just go ahead and find an alternative as these RBs are ony going to be used for training purposes.

Thanks for your help guys.
bynickb333
Sat Jul 25, 2015 2:00 pm
Forum:RouterBOARD hardware
Topic:RB750 Enclosures?
Replies:3
Views:944

RB750 Enclosures?

I have just aquired two RB750 boards (my first Mikrotik hardware!). Whilst I'm currently experimenting with them, I would eventually like to put them in tidy boxes. Are there any suitable enclosures avilable or can I obtain the plastic cases from a Mikrotik dealer? If so what part number should I be...