Community discussions

MikroTik App

Search found 11 matches

by djynny
Wed Dec 09, 2015 6:48 pm
Forum: Scripting
Topic: Dynamic DNS Update Script for No-IP DNS behind nat
Replies: 17
Views: 29676

Re: Dynamic DNS Update Script for No-IP DNS behind nat

I think I solved it.
#compare IPs
:if ($currentIP not $previousIP) do={
should be
:if ($currentIP != $previousIP) do={

I think it just typo mistake.


Thanks for the script.
by djynny
Wed Dec 09, 2015 6:31 pm
Forum: Scripting
Topic: Dynamic DNS Update Script for No-IP DNS behind nat
Replies: 17
Views: 29676

Re: Dynamic DNS Update Script for No-IP DNS behind nat

ROS Version >= 6.27 1. Add a script with read,write,test policy called no-ip_update: Code: Select all #Dynamic DNS Update Script for No-IP DNS behind NAT # Set needed variables :local username "USER" :local password "PASS" :local host "HOST" :global previousIP # behind...
by djynny
Sat Jun 14, 2014 12:43 pm
Forum: Wireless Networking
Topic: Radius server not responding
Replies: 23
Views: 54352

Re: Radius server not responding

I tried to change the nat src address for my lokal hotspot address but the radius and user manager still use the same localhost address and it works now.
by djynny
Tue Dec 18, 2012 3:34 pm
Forum: The User Manager
Topic: Users changing their password remotely via UserManager
Replies: 12
Views: 18338

Re: Users changing their password remotely via UserManager

usermanager customers login panel: http://[my-hotspot-ip]/userman usermanager normal users login panel: http://[my-router-ip]/user I still can't access it. My hotspot network ip is 192.168.1.1, I have tried to change the ip of the radius and the usermanager ip, using the same ip like 192.168.10.1 (...
by djynny
Tue Dec 18, 2012 3:31 pm
Forum: The User Manager
Topic: Users changing their password remotely via UserManager
Replies: 12
Views: 18338

Re: Users changing their password remotely via UserManager

usermanager customers login panel: http://[your-router-ip]/userman usermanager normal users login panel: http://[your-router-ip]/user I still can't access it. My hotspot network ip is 192.168.1.1, I have tried to change the ip of the radius and the usermanager ip, using the same ip like 192.168.10....
by djynny
Thu Jan 12, 2012 1:10 pm
Forum: Beginner Basics
Topic: 3 or more VLANs that connect to 2 servers using L2 switch
Replies: 4
Views: 1736

Re: 3 or more VLANs that connect to 2 servers using L2 switc

Sorry a little bit confusing about my explanation. . I attached the picture. What I am trying to do is to make 4 VLANs. VLAN 10, VLAN 20 and VLAN 30 can't communicate with each other. VLAN 40 can communicate with all of those three VLANs. I have 2 Procurve 1810g-24 switched and 1 Mikrotik RB1100AHx2...
by djynny
Mon Jan 09, 2012 2:33 am
Forum: Beginner Basics
Topic: 3 or more VLANs that connect to 2 servers using L2 switch
Replies: 4
Views: 1736

Re: 3 or more VLANs that connect to 2 servers using L2 switc

Maybe it will be clear if I attach this picture.
So I want to make 3 VLAN's. VLAN 10, 20, 30. And all of them only can connect to Application and proxy server and can't communicate with each VLAN.

:?
by djynny
Mon Jan 09, 2012 2:30 am
Forum: MikroTik hardware questions
Topic: RB1100AHx2
Replies: 26
Views: 10363

Re: RB1100AHx2

Finally got one. :lol:
by djynny
Tue Oct 25, 2011 11:44 am
Forum: MikroTik hardware questions
Topic: RB1100AHx2
Replies: 26
Views: 10363

Re: RB1100AHx2

In Indonesia, there is no supplier has RB1100AH is there any possibility that the RB1100AH will be in stock again ? And when I can't wait the RB1100AHx2 also.. Need one of them.....
by djynny
Sat Sep 17, 2011 5:50 am
Forum: Beginner Basics
Topic: Inter VLAN Routing
Replies: 19
Views: 41653

Re: Inter VLAN Routing

I have the almost same problem. I user Procurve J9450A 1810G-24 L2 switch, web Managed. I have 3 VLANs. Vlan id : 100, 101, 103. They must not communicate with each other. I need to connect those VLANS to Application server, Admin PC, and Print Server. Also need those VLANs can connect to Internet v...
by djynny
Wed Sep 14, 2011 10:40 am
Forum: Beginner Basics
Topic: 3 or more VLANs that connect to 2 servers using L2 switch
Replies: 4
Views: 1736

3 or more VLANs that connect to 2 servers using L2 switch

Hi all, I just learned the networking and mikrotik. I need your suggestion and maybe some example. I want to build 3 or more VLANs in my office and all the VLANs can access to Application Server and Internet GW server using 5 ports RB450G and layer 2 switches. Could you please give me sugesstion abo...