• Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Search
  • Register
  • Login
Netgate Discussion Forum
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Search
  • Register
  • Login

DDNS upadate to Cloudflare DNS will fail using: Enable Proxy (Cloudflare)

Scheduled Pinned Locked Moved DHCP and DNS
15 Posts 6 Posters 2.7k Views
Loading More Posts
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • G
    Grimson Banned
    last edited by Feb 22, 2019, 11:03 PM

    Bug reports need to go on redmine: https://redmine.pfsense.org/projects/pfsense

    1 Reply Last reply Reply Quote 0
    • A
      arian_0098
      last edited by Mar 4, 2019, 10:42 PM

      Finally someone reported it.
      https://redmine.pfsense.org/issues/9362

      Hope it will be fixed soon.

      Really need Cloudflare proxy and don't know why pfSense team haven't solved it yet.

      1 Reply Last reply Reply Quote 0
      • W
        Wepee
        last edited by Mar 5, 2019, 3:30 AM

        Thanks for your info. I did open an account with Pfsense Bugtracker, but I did not how to create a report, let alone finding the php code, which is responsible for doing DDNS update. Well...at least someone has finally report this issue to the Pfsense development team, and see whether they look in to it.
        A big thank you to: Nico Schneider for lodging this issue. ☺

        1 Reply Last reply Reply Quote 0
        • A
          arian_0098
          last edited by May 2, 2019, 3:16 PM

          It's exactly 2 months after opening ticket and still no reply ...
          fortunately there is other free FWs with better support.

          1 Reply Last reply Reply Quote 0
          • O
            Overlord
            last edited by Jan 5, 2020, 8:45 AM

            1. Januar 2020 and the issue is still existent. With proxy disabled, its working like a charm and with proxy enabled, I got the same error. Updating manually with proxy enabled, is working fine as well.
            A 1 Reply Last reply Jan 5, 2020, 10:45 AM Reply Quote 0
            • A
              arian_0098 @Overlord
              last edited by Jan 5, 2020, 10:45 AM

              @Overlord said in DDNS upadate to Cloudflare DNS will fail using: Enable Proxy (Cloudflare):

              1. Januar 2020 and the issue is still existent. With proxy disabled, its working like a charm and with proxy enabled, I got the same error. Updating manually with proxy enabled, is working fine as well.

              It's been solved ... You should do some php code editing till new version arrives.

              https://redmine.pfsense.org/issues/9362

              O 1 Reply Last reply Jan 5, 2020, 10:51 AM Reply Quote 0
              • O
                Overlord @arian_0098
                last edited by Jan 5, 2020, 10:51 AM

                @arian_0098 said in DDNS upadate to Cloudflare DNS will fail using: Enable Proxy (Cloudflare):

                @Overlord said in DDNS upadate to Cloudflare DNS will fail using: Enable Proxy (Cloudflare):

                1. Januar 2020 and the issue is still existent. With proxy disabled, its working like a charm and with proxy enabled, I got the same error. Updating manually with proxy enabled, is working fine as well.

                It's been solved ... You should do some php code editing till new version arrives.

                https://redmine.pfsense.org/issues/9362

                Yes, found it already. Thank you!

                I'm wondering that it takes so long time to integrater this in the master

                W 1 Reply Last reply Jan 6, 2020, 4:43 AM Reply Quote 0
                • W
                  Wepee @Overlord
                  last edited by Jan 6, 2020, 4:43 AM

                  @Overlord

                  Thank you for the reminder.......

                  Would you be enough kind to illustrate how to edit the PHP
                  coding?

                  I am not a PHP programmer, let alone a computer programmer
                  who can skillfully change the the coding within pfSense.

                  Or better wait for the next update of pfSense v2.5 stable to be released to the public?

                  Thank you.

                  O 1 Reply Last reply Jan 6, 2020, 7:50 AM Reply Quote 0
                  • O
                    Overlord @Wepee
                    last edited by Overlord Jan 6, 2020, 8:03 AM Jan 6, 2020, 7:50 AM

                    @Wepee

                    I edited the code yesterday and it's working fine. And it's really easy.

                    1. Connect so pfSense via SSH or directly and open a Shell
                    2. Use your preferred text editor (normal is vi, I used nano (pkg install nano)) to open this /etc/inc/services.inc
                    3. sudo nano /etc/inc/services.inc or sudo vi /etc/inc/services.inc

                    Look for this part (simply search like this $dyndns['curl_ssl_verifypeer'] = isset($dyndns['curl_ssl_verifypeer']); ) and add the line with the + between.

                    $dyndns['verboselog'] = isset($dyndns['verboselog']);
                    				$dyndns['curl_ipresolve_v4'] = isset($dyndns['curl_ipresolve_v4']);
                    				$dyndns['curl_ssl_verifypeer'] = isset($dyndns['curl_ssl_verifypeer']);
                    +	Add this	->	$dyndns['proxied'] = isset($dyndns['proxied']);
                    				services_dyndns_configure_client($dyndns);
                    				sleep(1);
                    			}
                    
                    1. Save
                    2. A restart is not requiered.

                    Greetz
                    Overlord

                    1 Reply Last reply Reply Quote 0
                    • P
                      propeto13 @Wepee
                      last edited by Mar 11, 2021, 3:07 AM

                      @wepee I switched over to cloudflare and noticed i when proxy is enabled = No Joy, if proxy is disable everything is normal. Is this still an on going bug/problem on pfsense?

                      1 Reply Last reply Reply Quote 0
                      • First post
                        Last post
                      Copyright 2025 Rubicon Communications LLC (Netgate). All rights reserved.
                        [[user:consent.lead]]
                        [[user:consent.not_received]]