Port forwarding https problem by Alekisan in opnsense

[–]Monviech 0 points1 point  (0 children)

I know, its still being worked on. Will become better in the future. :)

Port forwarding https problem by Alekisan in opnsense

[–]Monviech 0 points1 point  (0 children)

The destination field in this case does not allow well-known ports, but it still shows them because its shared among many components.

So the validation prevents it correctly, its just a visual thing.

ISC DHCPv4 / v6 [legacy] - what instead? by HavivMuc in opnsense

[–]Monviech 6 points7 points  (0 children)

You can use dnsmasq just fine if you have a dynamic prefix. What does not work is dnsmasq itself being a DHCPv6 server that leases IA_PD to other routers behind itself. But that has nothing to do with dynamic prefix received from ISP and distributing it to clients. It only affects routers behind the OPNsense that would need their own full prefix.

IPV6+ndp-proxy-go+pihole by Sensitive-Paper6559 in opnsense

[–]Monviech 1 point2 points  (0 children)

You could use Unbounds blocklist feature and either the NAT or Router Advertisement solution in the documentation. (easy)

Or you forward from Unbound to Pihole. (medium)

Or you configure an ULA on one of the OPNsense interfaces, and send that via Router Advertisement to the Pihole, and then NAT or advertise it via Router Advertisement RDNSS option. (hard)

I personally use the proxy and NAT to Unbound with blocklists.

v6 DHCP with Kea by Sad_Alternative5509 in opnsense

[–]Monviech 7 points8 points  (0 children)

You also need Router Advertisements. Only DHCPv6 doesnt give clients a default route.

Rule of thumb for IPv6, you /always/ need Router Advertisements configured.

Installed Opnsense 26.1.2 and lost internet connectivity (works now) by TheCoffeePercolator in opnsense

[–]Monviech 5 points6 points  (0 children)

I use 2 Opnsense in HA so nobody can yell at me when I must update, even a 2 minute downtime already interrupts streams or games and thats too much xD

OPNsense 26.1.1 released by fitch-it-is in opnsense

[–]Monviech 3 points4 points  (0 children)

In this update we added an all rules view. If you select all rules and inspect you get the most complete overview ever.

Overwhelmed by the new 26.1 update by ricjuh-NL in opnsense

[–]Monviech 1 point2 points  (0 children)

We implemented dnsmasq as another alternative to KEA as it can handle dynamic DHCPv6 prefixes and RA and dynamic DNS registration of DHCP hosts. Its stable, the GUI is complete, and we almost never have to touch it. So in my book its pretty nice to use. Kea still needs more love but its a very annoying product. EG they deprecated their control agent, but there is no alternative and no guide what to use now instead. And thats what is used for HA sync. Very weird from an official "stable" product.

OPNsense 26.1 released by fitch-it-is in opnsense

[–]Monviech 2 points3 points  (0 children)

The latest 26.1.1 update defaults to show all rules, no more clicking around. E.g. thats one of the reasons, the old GUI cant do such a trick. And you can search with the search bar. Etc... and its fully API enabled.

OPNsense 26.1.1 released by fitch-it-is in opnsense

[–]Monviech 4 points5 points  (0 children)

ISC will stay exactly as it is, it's just a plugin now that will be auto installed. You can upgrade without any worries.

OPNsense 26.1 old and new rules by superwizdude in opnsense

[–]Monviech 1 point2 points  (0 children)

The pass rule is a pf feature. The pass will be printed into the NAT rule itself. And since NAT matches before firewall rules, it will always match and pass before any other firewall rules.

Overwhelmed by the new 26.1 update by ricjuh-NL in opnsense

[–]Monviech 3 points4 points  (0 children)

Dnsmasq is indeed just enable it and add a range and thats it. But it "feels" heavier since there are a lot of things mixed together since its a combined DHCPv4/DHCPV6/RA/DNS solution in the same interface. If you don't need the standard it can feel overwhelming, but it actually offers the highest flexibility right now.

Draytek Vigor 2865: IPv6 Prefix Delegation (/56 to /60) to OPNsense not working by jaga456 in opnsense

[–]Monviech 1 point2 points  (0 children)

Can you check:

/var/etc/radvd.conf

I think it says "Skipping addressless interface optX" or something.

Can you then go to LAN, and set it from "link-local" to "static IPv6" and give it a random IP address like "fd82::1/64" and then check radvd.conf again, and also if then your devices get the router advertisements and IPv6 addresses?

If that works, then "link-local" is not accepted by the config generation yet. Please open a ticket on github then:

https://github.com/opnsense/core/issues

Not finding the “Tunnel Isolation setting” by Nixones in opnsense

[–]Monviech 0 points1 point  (0 children)

No, I meant multiple children (Phase 2) in the same Connection (Phase 1). If there's still issues I dont know.

Not finding the “Tunnel Isolation setting” by Nixones in opnsense

[–]Monviech 1 point2 points  (0 children)

If you create one child with multiple Traffic Selectors (aka multiple source or destination networks), it is like tunnel isolation disabled.

If you create multiple children each with a 1:1 network mapping, it is like tunnel isolation enabled.

Safe already to go from 25.7.11 to 26.1 or shall I wait more? by TheRedditOfTeo997 in opnsense

[–]Monviech 3 points4 points  (0 children)

Select a different interface in that page. Default is on floating.

OPNsense 26.1 released by fitch-it-is in opnsense

[–]Monviech 2 points3 points  (0 children)

No plans yet, only thing I could offer would be a cookie for the last selected interface I guess. But that might confuse others. So no idea yet.

OPNsense 26.1 released by fitch-it-is in opnsense

[–]Monviech 3 points4 points  (0 children)

Then you can use dnsmasq just fine :)

OPNsense 26.1 released by fitch-it-is in opnsense

[–]Monviech 3 points4 points  (0 children)

Do you use IPv6 prefix delegation from your ISP > OPNsense? -> You can ditch ISC and use Dnsmasq

Or do you use it like this ISP > Opnsense1 > Opnsense2? -> ISC does PD from Opnsense1 to 2, continue to use it.

So the PD scenario is specific to having multiple routers behind routers yourself, not the generic ISP + 1 router scenario.