Page 1 of 1

How enable DDNS in firewall rules

Posted: Sat Jul 30, 2016 6:06 am
by calvofede
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="" 


Re: How enable DDNS in firewall rules

Posted: Sat Jul 30, 2016 8:45 am
by loveman
I think active DDNS from Ip, Cloud
And select true on DDNS after some time you see code that meaning DDNS.

Re: How enable DDNS in firewall rules

Posted: Sat Jul 30, 2016 3:55 pm
by calvofede
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.

Re: How enable DDNS in firewall rules

Posted: Mon Aug 01, 2016 1:31 am
by loveman
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

Re: How enable DDNS in firewall rules

Posted: Tue Aug 02, 2016 5:21 am
by calvofede
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?

Re: How enable DDNS in firewall rules

Posted: Tue Aug 02, 2016 1:12 pm
by loveman
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

Re: How enable DDNS in firewall rules

Posted: Thu Sep 22, 2016 7:12 am
by TTaufik
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=""