Community discussions

MikroTik App

Search found 21 matches

by tdeak
Tue Jan 23, 2024 1:01 pm
Forum: Scripting
Topic: DynDNS Script from Mikrotik Wiki (correction)
Replies: 33
Views: 38621

Re: DynDNS Script from Mikrotik Wiki (correction)

This is a tested and working script if anyone looking for a solution: Tested on Mikrotik RouterOS: 7.12.1 # Set needed variables :global username "your-login-name" :global password "your-password" :global hostname "your-dyndns" :global dyndnsForce :global previousIP # p...
by tdeak
Thu Feb 02, 2023 5:45 pm
Forum: Beginner Basics
Topic: NAT stops after enablink VLANs
Replies: 7
Views: 1007

Re: NAT stops after enablink VLANs

Hello Gents, as I mentioned this is just a playground to understand the Mikrotik VLANs. I set up a few machines and basic devices. Here below you can see the plan: https://i.ibb.co/7CZkwMy/2023-02-02-16-21-36-Drawing1-Visio-Professional.png and here how I planned to connect: https://i.ibb.co/Xswd6mC...
by tdeak
Wed Feb 01, 2023 10:40 pm
Forum: Beginner Basics
Topic: NAT stops after enablink VLANs
Replies: 7
Views: 1007

Re: NAT stops after enablink VLANs

Thank you for your help. I might miss to attach the second config: # model = CRS109-8G-1S-2HnD /interface bridge add fast-forward=no ingress-filtering=no name=bridge1 pvid=10 vlan-filtering=\ yes /interface wireless set [ find default-name=wlan1 ] band=2ghz-b/g/n country=hungary disabled=no \ freque...
by tdeak
Wed Feb 01, 2023 8:23 pm
Forum: Beginner Basics
Topic: NAT stops after enablink VLANs
Replies: 7
Views: 1007

NAT stops after enablink VLANs

Dear Forum Members, I try to understand the Mikrotik VLANning and I made a phisical setup for myself. (the final goal is VLANs with Microsoft DHCP server multiple SCOPEs and VLANs) The Base config is here: # feb/01/2023 19:08:17 by RouterOS 7.7 # # model = CRS109-8G-1S-2HnD /interface bridge add fas...
by tdeak
Wed Oct 05, 2022 12:35 pm
Forum: Beginner Basics
Topic: IP Service Winbox cmd line new entry [SOLVED]
Replies: 6
Views: 1520

Re: IP Service Winbox cmd line new entry [SOLVED]

Hi loloski, thanks for your effort. After some tweak the script working but unfortunately still replace the line to only one (the variable). Here is the script so far: :global myip [:resolve domain-name=myip.selfip.net server=8.8.8.8] :global address [/ip service find name="winbox" value-n...
by tdeak
Wed Oct 05, 2022 8:46 am
Forum: Beginner Basics
Topic: IP Service Winbox cmd line new entry [SOLVED]
Replies: 6
Views: 1520

IP Service Winbox cmd line new entry [SOLVED]

Dear Members, I'm trying to build a script which resolves a dyndns address store it on a variable and add it to NEW allowed address (and removes the old one) from IP Service / Winbox / allowed address. I have the resolver: :global myip [:resolve domain-name=myip.selfip.net server=8.8.8.8] I can add ...
by tdeak
Thu May 30, 2019 2:41 pm
Forum: General
Topic: LTE drops | 6.42.7 | RBwAPR-2nD
Replies: 1
Views: 819

LTE drops | 6.42.7 | RBwAPR-2nD

Dear Forum Members! I'm kindly asking for your help in the following topics: I have a Vodafone HU SIM card (tested on factory Vodafone modem / Huawei) in RBwAPR-2nD and I can not get connection. It's registered for one second then drops. Please find attached .log: # jan/ 2/1970 0:14:57 by RouterOS 6...
by tdeak
Wed Jan 23, 2019 7:36 pm
Forum: Beginner Basics
Topic: IP Sec tunnel alive but no traffic (NAT and Firewall rules are added)
Replies: 9
Views: 2311

Re: IP Sec tunnel alive but no traffic (NAT and Firewall rules are added)

Hi Chris!
I corrected it, I've no idea how it happened that the tunnel was established.

BTW I've made the changes.. but still no luck. Can it be the default forward rule causing this?
by tdeak
Wed Jan 23, 2019 3:29 pm
Forum: Beginner Basics
Topic: IP Sec tunnel alive but no traffic (NAT and Firewall rules are added)
Replies: 9
Views: 2311

Re: IP Sec tunnel alive but no traffic (NAT and Firewall rules are added)

Hi cdiedrich! Thank you trying to help me in this nightmare... Actually there was a fasttrack on the smaller device what I disabled earlier. The truth will be somewhere there that the router not pushing the traffic into the tunnel.. it can be exactly seen on traceroute. 2019-01-23 14_14_36-(napkor) ...
by tdeak
Wed Jan 23, 2019 1:44 pm
Forum: Beginner Basics
Topic: IP Sec tunnel alive but no traffic (NAT and Firewall rules are added)
Replies: 9
Views: 2311

Re: IP Sec tunnel alive but no traffic (NAT and Firewall rules are added)

Hi cdiedrich!

Can you please give me more instructions/insight about masquerade ?
What to set up at masq. rule? Dst / Src addresses?

Many thanks,
Tamas
by tdeak
Wed Jan 23, 2019 1:26 pm
Forum: Beginner Basics
Topic: IP Sec tunnel alive but no traffic (NAT and Firewall rules are added)
Replies: 9
Views: 2311

Re: IP Sec tunnel alive but no traffic (NAT and Firewall rules are added)

Hi cdiedrich! Thanks for your reply. I added them to NAT but no luck. 2019-01-23 12_22_51- (giganet) - WinBox v6.43.8 on RB1100AHx4 (arm).jpg There is a default rule "accept" - "forward". This can cause this anomaly? (I can not really make experiment to turn this rule-on/off"...
by tdeak
Tue Jan 22, 2019 12:12 pm
Forum: Beginner Basics
Topic: IP Sec tunnel alive but no traffic (NAT and Firewall rules are added)
Replies: 9
Views: 2311

IP Sec tunnel alive but no traffic (NAT and Firewall rules are added)

Dear Forum Members! I'm looking for help to solve my issue. I have SITE1 <-> SITE2 connected via IPSec tunnel SITE1 192.168.1.0/24 2019-01-22 11_00_23-(napkor) - WinBox v6.43.8 on hEX (mmips).jpg 2019-01-22 11_00_08-(napkor) - WinBox v6.43.8 on hEX (mmips).jpg SITE2 192.168.2.0/24 2019-01-22 11_02_4...
by tdeak
Mon Dec 03, 2018 5:09 pm
Forum: Beginner Basics
Topic: firewall forward drop rule not working between LAN IPs [SOLVED]
Replies: 10
Views: 6684

Re: firewall forward drop rule not working between LAN IPs [SOLVED]

Hi anav! I made the changes , you can see below: Hmmm, Looking through your list /interface list member add interface=ether1 list=WAN add interface=bridge1 list=LAN 99????? add list=LAN a. where is bridge99 on the - LAN list /interface list member *************done 2018-12-03_15-00-27.jpg b. I think...
by tdeak
Sat Nov 24, 2018 5:56 pm
Forum: Beginner Basics
Topic: firewall forward drop rule not working between LAN IPs [SOLVED]
Replies: 10
Views: 6684

Re: firewall forward drop rule not working between LAN IPs [SOLVED]

Dear anav! Please see config below: # # nov/24/2018 16:48:10 by RouterOS 6.42.4 # software id = xxxxxxxxxxxxxxxxxxxx # # model = RouterBOARD 1100x4 # serial number = xxxxxxxxxxxxxxxxxxxx /interface bridge add name=bridge1 add fast-forward=no name=bridge99 /interface ethernet set [ find default-name=...
by tdeak
Sat Nov 24, 2018 3:05 pm
Forum: Beginner Basics
Topic: firewall forward drop rule not working between LAN IPs [SOLVED]
Replies: 10
Views: 6684

Re: firewall forward drop rule not working between LAN IPs [SOLVED]

Hi SunBlade0! Thank you for your reply! The problem is that I need forward rules I can not block them because I have a few port/IPs forwarded. If I add /ip firewall filter add chain=forward action=drop and move it to top my necessary forwards stops. 2018-11-24_14-03-06.jpg There is no additional dev...
by tdeak
Fri Nov 23, 2018 5:03 pm
Forum: Beginner Basics
Topic: firewall forward drop rule not working between LAN IPs [SOLVED]
Replies: 10
Views: 6684

Re: firewall forward drop rule not working between LAN IPs [SOLVED]

Hello!
Thank you for the answer.
I made the changes and ping still works:
2018-11-23_22-53-40.jpg
2018-11-23_22-53-20.jpg
2018-11-23_22-52-37.jpg
2018-11-23_22-52-17.jpg
2018-11-23_22-51-56.jpg
by tdeak
Fri Nov 23, 2018 4:09 pm
Forum: Beginner Basics
Topic: firewall forward drop rule not working between LAN IPs [SOLVED]
Replies: 10
Views: 6684

firewall forward drop rule not working between LAN IPs [SOLVED]

I have RB1100AHx4 and made a new bridge for one ethernet port.
I gave new IP to eth5 adapter and disconnected from default bridge.

Made a forward drop rule between two IP range and still I can ping between the OS's.
2018-11-23_15-06-21.jpg
2018-11-23_15-05-59.jpg
2018-11-23_15-06-43.jpg
by tdeak
Fri Nov 23, 2018 3:49 pm
Forum: General
Topic: Mikrotik forgot HIS password! [SOLVED]
Replies: 2
Views: 1409

Re: Mikrotik forgot HIS password! [SOLVED]

It was hacked...
by tdeak
Fri May 18, 2018 10:04 am
Forum: General
Topic: Mikrotik forgot HIS password! [SOLVED]
Replies: 2
Views: 1409

Mikrotik forgot HIS password! [SOLVED]

I've managing a bunch of Mikrotik routers and one of them forgot his password/username... no, not me! something happened with the device and I can not login anymore. Device is Mikrotik RouterBOARD 1100AHx4 (there was a problem once with the device it's just "forgot" the DHCP server) and no...
by tdeak
Mon Mar 05, 2018 1:49 pm
Forum: Beginner Basics
Topic: Mikrotik L2TP VPN works but can not reach LAN IPs
Replies: 3
Views: 2370

Mikrotik L2TP VPN works but can not reach LAN IPs

Dear Forum users! I successfully set up the L2TP VPN server in Mikrotik and Windeos client can connect. Problem is that only the router IP is avalibale noting else. Subnet between sites are different and in Mikortik there is vpn-pool defined for connections but from the same subnet. Any other help a...
by tdeak
Wed Jun 14, 2017 3:22 pm
Forum: General
Topic: Mikrotik as OpenVPN client to non-Mikrotik OpenVPN server
Replies: 1
Views: 5307

Mikrotik as OpenVPN client to non-Mikrotik OpenVPN server

Dears, I'm looking for some help concerning OpenVPN + Mikrotik. I have a OpenVPN server (ClearOs) which runs fine, meaning OpenVPN configured and tested with Windows clients. I'm trying to set up one Mikrotik router to connect to this server but unfortunately failed. I have all the setting exported ...