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 - hushcoden

#1
And like OPNenthu, I never changed the default settings... anyways, it's now fixed, but frankly I don't know if it's because of the few times I did reboot the appliance or the crowdsec plugin which I had to remove and to reinstall or something else, thanks.
#2
Not sure, do you see something wrong?

root@hush:/var/etc # cat ntpd.conf

#
# Autogenerated configuration file
#

tinker panic 0
# Orphan mode stratum
tos orphan 12
# Max number of associations
tos maxclock 10


# Upstream Servers
pool 0.opnsense.pool.ntp.org maxpoll 9
pool 1.opnsense.pool.ntp.org maxpoll 9
pool 2.opnsense.pool.ntp.org maxpoll 9
pool 3.opnsense.pool.ntp.org maxpoll 9


statsdir /var/log/ntp
logconfig =syncall +clockall
driftfile /var/db/ntpd.drift
restrict source  kod limited nomodify noquery notrap
restrict default  kod limited nomodify noquery notrap nopeer
restrict -6 default  kod limited nomodify noquery notrap nopeer
restrict 127.0.0.1  kod limited nomodify notrap nopeer
restrict ::1  kod limited nomodify notrap nopeer
#3
I've just updated to 25.1.5_4 and after the reboot the NTP service doesn't start, anybody's seeing a similar behaviour?

I've attached some errors from the log, if it can help.

Tia.
#4
and one more question: could you explain what the Virtual IPs are for ?

Tia.
#5
Thanks both, turns out I had three faulty cables :-) and when tried the forth one (and the newest one), it now negotiates at 1000 Mb/s
#6
@_Dave_
That's a great guide, many thanks. QQ: to whom the 4.2.2.1 & 4.2.2.2 IP addresses belong to?
#7
I've followed the instructions by doktornotor here and that seems to work.

The issue I have (and I don't know what the root cause is) is that the modem GUI interface I created negotiates at 100 Mb/s rather than 1000 Mb/s: why on earth this is happening?

Tia.
#8
Okey dokey, thanks for the responses

Lastly, would it make any difference whether before I'd backup my current configuration, I'd enable back the root user?

I'm not really sure, but I recall a post where the OP, while trying to import the backup file, went into troubles because the root user was disable.
#9
I read the official article of how to import an existing configuration, and it seems quite straight forward.

I also came across with this post where the OP stated the importer doesn't work as expected and he used a workaround - has anybody used the  importer and in case can confirm whether or not it works as in the guide?

Tia.
#10
Just follow the instructions:

Go to System -> Settings -> Tunables and add:

1) Enable multi threads net.isr.maxthreads=-1
2) Enable bind threads net.isr.bindthreads=1
3) Enable RSS net.inet.rss.enabled=1
4) Set the value of net.inet.rss.bits
       - for 4-core systems, use '2'
- for 8-core systems, use '3'
- for 16-core systems, use '4'
- etc.
#11
The N100 should suffice.
#12
Thank you, it worked :-)
#13
I've set up two wireguard instances, one for ProtonVPN and one for Mullvad (and they both work), what I don't understand why on the dashoboard under gatewaus I can't see the Mullvad entry, any suggestions?

Tia.
#14
General Discussion / Using RAM for logs
January 12, 2025, 06:54:25 PM
I have upgraded my device to 16GB of RAM, and considering my OPNsense uses around 1.5GB (give or take), I was thinking to enable both /var/log RAM disk & /tmp RAM disk options (so I can avoid some writes to the SSD) - apart from the fact I will lose the logs on reboot, any drawback I have to be aware of?

Tia.
#15
General Discussion / Re: Limiting the access to the gui
December 16, 2024, 05:15:27 PM
Quote from: Patrick M. Hausen on December 12, 2024, 05:11:29 PMP.S. Also disable that global "anti-lockout" thing.
Is it the checkbox Disable anti-lockout in Firewall -> Settings -> Advanced ?