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

#1
Hi

is it possible to enable dns/dhcp host registration per zone / per interface ? Like in BIND ?
I just want to enable host autoregistration for my LAN interface not for the whole network ? (wguard, wpn, dmz,...).

#2
hi

I am trying to disable flow control on NICs.

It does not matter if set it to

/boot/loader.conf.local
dev.ix.0.fc=0

when rebooted it sets itself to "3"
(also regardless of "Tunables settings" in GUI).

OPNsense 22.7.7_1-amd64
FreeBSD 13.1-RELEASE-p3
CPU type    Intel(R) Atom(TM) CPU C3558 @ 2.20GHz (4 cores, 4 threads)
#3
22.7 Legacy Series / Re: GUI bug with FRR - BGP
October 25, 2022, 01:05:23 PM
Hi

i have another GUI bug


OPNsense 22.7.6-amd64 FRR/BGP

CARP on WAN iface (vlan01)
CARP failover enabled

i can select "Update source interface", but it does not choose Virtual IP (CARP) of that interface.
I have to manually add :

router bgp #######
neighbor 2000:XXXX:21:1 interface vlan01
neighbor 2000:XXXX:21:1 update-source 2000:XXXX:21:<VIPIPV6ADDRESS>

but gets overwritten via gui frr access.

this worked on PFsense frr version.