OPNsense
  • Home
  • Help
  • Search
  • Login
  • Register

  • OPNsense Forum »
  • Archive »
  • 23.1 Legacy Series »
  • Latest update broke dynamic dns updater
« previous next »
  • Print
Pages: 1 [2]

Author Topic: Latest update broke dynamic dns updater  (Read 7459 times)

benyamin

  • Full Member
  • ***
  • Posts: 224
  • Karma: 13
    • View Profile
Re: Latest update broke dynamic dns updater
« Reply #15 on: May 14, 2023, 03:51:26 am »
Quote from: Sakata_T on May 14, 2023, 02:13:11 am
Not sure that this is related to the OpenVPN stuff that is mentioned...

@Sakata_T, to understand if OpenVPN could be affecting your problem, do you have any client instances configured, or just your roadwarrior server?
Logged

Sakata_T

  • Newbie
  • *
  • Posts: 19
  • Karma: 0
    • View Profile
Re: Latest update broke dynamic dns updater
« Reply #16 on: May 22, 2023, 01:37:10 am »
Just server instance. No clients
Logged

benyamin

  • Full Member
  • ***
  • Posts: 224
  • Karma: 13
    • View Profile
Re: Latest update broke dynamic dns updater
« Reply #17 on: May 22, 2023, 06:39:44 pm »
Quote from: Sakata_T on May 22, 2023, 01:37:10 am
Just server instance. No clients
In that case, I am minded to consider root causes not related to OpenVPN.

Have you considered the discussion in this topic.
Logged

yosemitesam

  • Newbie
  • *
  • Posts: 2
  • Karma: 0
    • View Profile
Re: Latest update broke dynamic dns updater
« Reply #18 on: May 23, 2023, 04:22:38 pm »
Hi,

Have the same problem: Both WAN IP addresses are identified as the fixed IP on the Wireguard Interface. Any workaround ?

edit:
workaround: used icanhazip for "Check ip method"

rgds,
Y
« Last Edit: May 28, 2023, 11:52:05 am by yosemitesam »
Logged

36thchamber

  • Jr. Member
  • **
  • Posts: 57
  • Karma: 2
    • View Profile
Re: Latest update broke dynamic dns updater
« Reply #19 on: January 09, 2024, 02:27:42 am »
I thought "Interface to monitor" is specifying the interface to probe, but none of the methods can extract the interface IP.

Once again i resort to routes. But that is temporary. Routes however don't allow hostnames, apps don't allow aliases etc, so need to create an action.d to refresh:

    for host in freedns.afraid.org ...; do
        for ip in $(host -4t A $host | grep " has address " | cut -d' ' -f4); do
            route add -inet $ip/32 -link -iface wgX
        done
    done
Logged

  • Print
Pages: 1 [2]
« previous next »
  • OPNsense Forum »
  • Archive »
  • 23.1 Legacy Series »
  • Latest update broke dynamic dns updater
 

OPNsense is an OSS project © Deciso B.V. 2015 - 2024 All rights reserved
  • SMF 2.0.19 | SMF © 2021, Simple Machines
    Privacy Policy
    | XHTML | RSS | WAP2