Community discussions

MikroTik App
 
calvofede
newbie
Topic Author
Posts: 26
Joined: Thu Aug 06, 2015 3:57 am

How enable DDNS in firewall rules

Sat Jul 30, 2016 6:06 am

Hi,

I want to use DDNS but I realised that with current config I can't connect. If I disable the drop rule it works perfect. 
How can I add a rule to allow DDNS?. Or modify this.
 0 XI  ;;; place hotspot rules here
      chain=unused-hs-chain action=passthrough log=no log-prefix="" 

 1    ;;; Established
      chain=input action=accept connection-state=established log=no log-prefix="" 

 2    ;;; Related
      chain=input action=accept connection-state="" log=no log-prefix="" 

 3    ;;; Management
      chain=input action=accept src-address-list=management log=no log-prefix="" 

 4    ;;; ICMP
      chain=input action=accept protocol=icmp log=no log-prefix="" 

 5    ;;; DHCP
      chain=input action=accept protocol=udp dst-port=67-68 log=no log-prefix="" 

 6    ;;; PPTP access
      chain=input action=accept protocol=gre log=no log-prefix="" 

 7    ;;; PPTP access
      chain=input action=accept protocol=tcp dst-port=1723 log=no log-prefix="" 

 8    ;;; Drop
      chain=input action=drop log=no log-prefix="" 

 
loveman
Member
Member
Posts: 348
Joined: Tue Mar 10, 2015 9:32 pm

Re: How enable DDNS in firewall rules

Sat Jul 30, 2016 8:45 am

I think active DDNS from Ip, Cloud
And select true on DDNS after some time you see code that meaning DDNS.
 
calvofede
newbie
Topic Author
Posts: 26
Joined: Thu Aug 06, 2015 3:57 am

Re: How enable DDNS in firewall rules

Sat Jul 30, 2016 3:55 pm

I think active DDNS from Ip, Cloud
And select true on DDNS after some time you see code that meaning DDNS.
Hi.
I don't undestand. I can enable DDNS in IP -> Cloud.
 But I have problems with firewall rules. With current config I can't use DDNS and I don't want to disable ''Drop'' rule since its risky.
 
loveman
Member
Member
Posts: 348
Joined: Tue Mar 10, 2015 9:32 pm

Re: How enable DDNS in firewall rules

Mon Aug 01, 2016 1:31 am

I think active DDNS from Ip, Cloud
And select true on DDNS after some time you see code that meaning DDNS.
Hi.
I don't undestand. I can enable DDNS in IP -> Cloud.
 But I have problems with firewall rules. With current config I can't use DDNS and I don't want to disable ''Drop'' rule since its risky.
Whats the rule you used in firewall for ddns
 
calvofede
newbie
Topic Author
Posts: 26
Joined: Thu Aug 06, 2015 3:57 am

Re: How enable DDNS in firewall rules

Tue Aug 02, 2016 5:21 am

I think active DDNS from Ip, Cloud
And select true on DDNS after some time you see code that meaning DDNS.
Hi.
I don't undestand. I can enable DDNS in IP -> Cloud.
 But I have problems with firewall rules. With current config I can't use DDNS and I don't want to disable ''Drop'' rule since its risky.
Whats the rule you used in firewall for ddns
I dont have any rule specifically for DDNS. Which one should I add?
 
loveman
Member
Member
Posts: 348
Joined: Tue Mar 10, 2015 9:32 pm

Re: How enable DDNS in firewall rules

Tue Aug 02, 2016 1:12 pm

I think active DDNS from Ip, Cloud
And select true on DDNS after some time you see code that meaning DDNS.
Hi.
I don't undestand. I can enable DDNS in IP -> Cloud.
 But I have problems with firewall rules. With current config I can't use DDNS and I don't want to disable ''Drop'' rule since its risky.
Whats the rule you used in firewall for ddns
I dont have any rule specifically for DDNS. Which one should I add?
I think there is now rule add in filter of firewall.
Only active from ip cloud and save the code for ddns
 
TTaufik
just joined
Posts: 4
Joined: Thu Sep 22, 2016 6:04 am

Re: How enable DDNS in firewall rules

Thu Sep 22, 2016 7:12 am

Maybe you can use this in firewall filter rules

;;; Cloud IP
chain=input action=accept protocol=udp in-interface=WAN src-port=15252 log=no log-prefix=""