Does anyone know if the upstream fix is included in Opnsense yet?
As I am still seeing 1970 dates in my leases.
As I am still seeing 1970 dates in my leases.
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 MenuQuote from: pfry on March 10, 2025, 03:21:39 PMI'd expect overheating to be more likely in the switch, unless it's a big Netgear with aggressive fans. The native twisted-pair cards should be fine, too, unless everything's cooking... which, given the power draw of all of those cards, is a slight possibility (the transceiver silicon can take some heat). Some of them may export thermal sensor data (via ACPI), but the system BIOS may not have support and/or it might be tough to read in FreeBSD.
I'd look at the OPNsense logs, as I'd tend to suspect a higher-level/layer issue.
Quote from: zoechi on June 18, 2024, 04:20:05 PM
The existing/auto-generated aliases that start with double underline (__an_interface_name
) look like they could do what I need, but I haven't found a way to use them.
Quote from: chemlud on March 24, 2021, 02:35:15 PM
Hi!
I haven't done that, but you could open config.xml with a text editor and add/change<primaryconsole>video</primaryconsole>
...
<secondaryconsole>serial</secondaryconsole>
that's the original line from a config.xml with primary video console...
Other option: try as long as you find the correct interface with your LAN settings and get an IP, log into the box via ssh...
root@opnsense:~ # sh -x /usr/local/opnsense/scripts/firmware/changelog.sh fetch
+ set -e
+ DESTDIR=/usr/local/opnsense/changelog
+ WORKDIR=/tmp/changelog
+ FETCH='fetch -qT 5'
+ COMMAND=fetch
+ VERSION=''
+ [ fetch '=' fetch ]
+ changelog_fetch
+ opnsense-version -a
+ CORE_ABI=19.1
+ opnsense-verify -a
+ SYS_ABI=FreeBSD:11:amd64
+ URL=https://pkg.opnsense.org/FreeBSD:11:amd64/19.1/sets/changelog.txz
+ rm -rf /tmp/changelog
+ mkdir -p /tmp/changelog
+ fetch -qT 5 -o /tmp/changelog/changelog.txz.sig https://pkg.opnsense.org/FreeBSD:11:amd64/19.1/sets/changelog.txz.sig
fetch: https://pkg.opnsense.org/FreeBSD:11:amd64/19.1/sets/changelog.txz.sig: Network is unreachable
[root@vps:~] # nmap -sT pkg.opnsense.org
Starting Nmap 6.40 ( http://nmap.org ) at 2019-07-07 09:50 UTC
Nmap scan report for pkg.opnsense.org (212.32.245.132)
Host is up (0.028s latency).
Not shown: 996 filtered ports
PORT STATE SERVICE
22/tcp open ssh
80/tcp closed http
443/tcp closed https
873/tcp open rsync
Nmap done: 1 IP address (1 host up) scanned in 4.70 seconds