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

#1
If you want to get it fixed, you report it to upstream FreeBSD, https://bugs.freebsd.org. With a way to reproduce the issue, link to this forum thread, using less words if you can. Not sure how many people read a short story like that.
#2
General Discussion / Re: nfSensei ( fork pfsense )
August 09, 2026, 07:37:13 AM
Quote from: RES217AIII on August 08, 2026, 10:25:57 PMAt what network size and data throughput does this become relevant?
VPP is a very fast and efficient packet processor and would allow to reach 10Gbit throughput on small, fanless devices.
E.g. the DEC740 can't do 10Gbit with OPNsense (it does 5-6 Gbit) and if the NICs were supported (which they are not) I could saturate my line.

Having said that: VPP seems best suited for routing, since it only supports ACLs (but they seem to be able to do firewall-ish rules).

Two articles about VPP on FreeBSD from Pim van Pelt (who used to run the SIxXS tunnel service with Jeroen Massar) for the interested:

https://ipng.ch/s/articles/2024/02/10/vpp-on-freebsd-part-1/
https://ipng.ch/s/articles/2024/02/10/vpp-on-freebsd-part-2/

He does work and develop for/with VPP (on Debian) and has got a lot of interesting articles about it, in a routing context.
#3
General Discussion / Re: Sonicwall TZ300 compatibility
August 09, 2026, 07:21:33 AM
Searching the internet for "Sonicwall TZ300 cpu specs" returns https://www.reddit.com/r/sonicwall/comments/m6aemk/ram_and_cpu_specs_of_tz_models/.

It lists a few Sonicwall models, the TZ300 is one of them but there seem to be multiple generation.

QuoteTZ 300 1GB Ram 1.6GHz (2x 800MHz Mips64 Octeon Processor)

If correct, Mips64 would be a show stopper in any case.

Addition: In an TZ300 unboxing video (https://www.youtube.com/watch?v=ath1kafIRVM) at 9:25 it shows in the GUI 2x 800Hz Mips64 Octeon Processor under Dashboard / Multi-Core Monitor. You can verify it yourself if the SonicOS is still on your device.
#4
Quote from: Patrick M. Hausen on August 08, 2026, 04:39:01 PMWhy are people all of a sudden using the exact same overspecific template to ask simple questions on this forum?
I'm sure it's AI generated from a users question.
#5
Was hat Dich davon abgehalten meine Fragen exakt zu beantworten, hier diese nochmals:

"Zeig doch mal den Logeintrag für den Client der erfolgreich eine IPv4 bekommt im gleichen VLAN, scheint für mich grad unwahrscheinlich.

Welche OPNsense Version setzt Du ein? Welchen DHCP Server setzt Du ein, DNSmasq oder KEA DHCP? Und ist bei dem DHCP Server 'Firewall rules' (KEA) oder 'DHCP register firewall rules' (DNSmasq) gesetzt?"
#7
Zeig doch mal den Logeintrag für den Client der erfolgreich eine IPv4 bekommt im gleichen VLAN, scheint für mich grad unwahrscheinlich.

Welche OPNsense Version setzt Du ein? Welchen DHCP Server setzt Du ein, DNSmasq oder KEA DHCP? Und ist bei dem DHCP Server 'Firewall rules' (KEA) oder 'DHCP register firewall rules' (DNSmasq) gesetzt?
#8
Would please provide more information? Where on the Fritzbox do you connect the OPNsense box, LAN or DMZ? Is OPNsense WAN usually getting a Fritzbox LAN address (192.168.178.xx ?). Do you set a static WAN to get it working? Have you changed anything on the Fritzbox? What OPNsense version are you using? OPNsense as a VM or a physical device?
#9
Does a client connected to Lan2 get an IP? Can you post screenshots of interface, dhcp and firewall rules?

Is the ASUS AP is in AP mode, not router mode I assume? And do you restart the AP if you switch between LAN and lan2?
#10
You will of course need a firewall rule on lan2, similar to the main LAN. Per default all traffic is blocked.

I usually clone the main LAN rule, edit the clone and change the interface to the new network (lan2 in your case).
#11
Quote from: miketubby on July 20, 2026, 05:37:48 PMI added 77.**.**.49 as a Gatewa
You set that gateway in the WAN interface settings, in the field "IPv4 gateway rules"? If yes, then I don't know, works for me.
#12
Quote from: miketubby on July 20, 2026, 04:09:52 PMran the setup wizard and set the WAN address to IPv4 static 77.**.**.55/28
If you set the WAN as static you have to manually set/choose the gateway in the interface settings. Setting a gateway makes it a WAN connection (for the system) and then the NAT rules are created automagically.
#13
Zenarmor is not yet ready for 26.7, read official statement here https://forum.opnsense.org/index.php?topic=52376.0, and more about in the Zenarmor category.

#14
Are you sure the OPNsense forum is the ideal place to ask that question? I for one have never setup Wireguard using NetworkManager, only using wg-quick.

Best to ask in either the forum of the Linux distribution you are using or NetworkManager forum.
#15
Quote from: AlexOd on July 14, 2026, 07:55:52 PMNow I have to find why my Asus router dont get enternet from port 3, whereas PC getting enternet thru port 2.
Is the Asus AP on port 3 on it's own network or on the same LAN the PC? If on the same LAN as the PC, did you createa bridge in OPNsense?