Menu

Show posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.

Show posts Menu

Messages - AhnHEL

#1
To clarify, I am using a sub-domain and not seeing an issue but apparently if you use a root domain then there is a setting not yet implemented within the opnsense plugin that will cause an issue.
#2
I use Porkbun and ddclient and I'm not having any issues with it; working properly.

Do you already have an A record in your DNS Records for your domain within Porkbun?

In Opnsense, in the ddclient General Settings are you using the ddclient backend or the native?  Should be ddclient.

Check IP Method is Interface
Interface to monitor is WAN
Force SSL checked.

Hope this helps.
#3
If you go to the website IP6Only.me or IP4Only.me the following notice is posted:

!! NOTICE !!
Notice: The owner of ip4.me/ip6.me, Kevin Loch, passed away.
The Kevin M Loch Estate will be shutting down Kevin's websites in the near future (4/1/2025).
Inquiries for purchasing Kevin's domains may be sent to ipadmin@dulles-ix.net.

Click this link to continue to your ip4/ip6 address reporting Website

List of Websites impacted: ip4.me, ip4only.me
ip6addr.com, ip6addr.net, ip6addr.org
ip6.me, ip6only.me
ipv6addr.com, ipv6addr.net, ipv6addr.org
onlyip4.me, onlyip6.me
whatismyipv6address.com, whatismyipv6address.net, whatismyipv6address.org
whatismyv6.com, whatismyv6.net, whatismyv6.org

----------------

I've created a Github Issue in opnsense/plugins but for anyone using this 'Check IP Method' for Dynamic DNS ddclient, should consider an alternative.
#4
I saw some strangeness like that when enabling DCO for OpenVPN.  Not sure the correlation but thought it might shed some light.  I've since went back to TUN for reliability reasons.
#5
24.7, 24.10 Series / Re: How to install htop
January 31, 2025, 01:33:25 AM
pkg add https://pkg.freebsd.org/FreeBSD:14:amd64/quarterly/All/htop-3.4.0.pkg

Works for the time being.

**Edited to update most recent working link as of June 2025
#6
Patch resolves it, thank you @Franco
#7
I see this as well but it happened when upgrading from r_6 to r1 and r2 did not make it go away.
#8
You have your Port Forward rule like this?

WAN     TCP     *     *     WAN ADDRESS     54444     10.4.15.100     32400     PLEX Remote Access

And at the bottom of that Port Forward you added the 'associated filter rule'?

And in Plex you checked off Manually specify public port to 54444 and applied?


Do you have any blocks to European servers?  These 2 IPs are the Sources for the Plex Remote Access Check, both of them originate from Ireland as per the Plex Troubleshooting page; 54.170.120.91 and 46.51.207.89.

https://support.plex.tv/articles/200931138-troubleshooting-remote-access/?utm_campaign=Plex%20Apps&utm_medium=Plex%20Web&utm_source=Plex%20Apps

https://s3-eu-west-1.amazonaws.com/plex-sidekiq-servers-list/sidekiqIPs.txt

#9
Seems there has been some progress to ddclient finally, hoping this will make Release soon.

https://github.com/ddclient/ddclient/releases/tag/v4.0.0-rc.1
#10
Donated yesterday, another great year!!
#12
24.7, 24.10 Series / Re: Can't get GeoIP Blocking to Work
December 22, 2024, 09:31:22 PM
Did you reset the State Table after creating your rules?

Firewall: Diagnostics: States: Reset State Table
#13
The PR at https://github.com/ddclient/ddclient/pull/752 has finally been merged by a maintainer of ddclient.  Hopefully this can be updated soon for the OPNsense plugin.
#14
See if this helps you.

Quote

sysctl dev.ix.X.advertise_speed=N

Where X is the interface number (e.g. for ix0, X=0 in the command above) and N is the sum of the advertised speeds, works.

In hex and decimal:

Control advertised link speed using these flags:
    0x1 - 1 - advertise 100M
    0x2 - 2 - advertise 1G
    0x4 - 4 - advertise 10G
    0x8 - 8 - advertise 10M

    0x10 - 16 - advertise 2.5G
    0x20 - 32 - advertise 5G

    100M and 10M are only supported on certain adapters.

To add advertisement of 2.5G and 5G on ix0:

sysctl dev.ix.0.advertise_speed=55

Since 7 + 16 + 32 = 55.


#15
I was using the X550-t2 last year but have since changed hardware.  Wasnt this issue resolved with this sysctl added to Tunables?

sysctl dev.ix.0.advertise_speed=55



Quote
sysctl dev.ix.X.advertise_speed=N

Where X is the interface number (e.g. for ix0, X=0 in the command above) and N is the sum of the advertised speeds, works.

In hex and decimal:

Control advertised link speed using these flags:
    0x1 - 1 - advertise 100M
    0x2 - 2 - advertise 1G
    0x4 - 4 - advertise 10G
    0x8 - 8 - advertise 10M

    0x10 - 16 - advertise 2.5G
    0x20 - 32 - advertise 5G

    100M and 10M are only supported on certain adapters.

To add advertisement of 2.5G and 5G on ix0:

sysctl dev.ix.0.advertise_speed=55

Since 7 + 16 + 32 = 55.




Or has the driver been updated since?