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 - vinfra-dude

#2
i noticed that during 24.1.7 upgrade, it deletes the unifi controller packages and files

once i saw the missing package post upgrade, i did a reinstall of the plugin and that immediately resulted ino os-nut plugin mising.. installing the os-nut plugin results back into unifi controller plugin showing as missing

something seems to be wonky in the python package update
#3
i would like to get the following command console resolution set for every boot execution.. any pointers?


vidcontrol -f terminus-b32
#4
General Discussion / Re: Same VLAN with 2 interfaces
February 04, 2024, 11:04:49 PM
never mind.. i figured out what i was doing wrong.. i am all set to bridge vlans
#5
General Discussion / Re: Same VLAN with 2 interfaces
February 04, 2024, 10:29:45 PM
Quote from: Maurice on February 04, 2024, 02:58:22 AM
Create the VLAN on both interfaces individually and then bridge the VLANs (not the physical interfaces). Then apply the IP and DHCP configuration to the bridge. Don't forget to set the tunables required for bridging:
https://docs.opnsense.org/manual/how-tos/lan_bridge.html

Cheers
Maurice

I am trying to do the same thing as OP however there is no option to bridge vlan devices only physical devices or VPN/Wireguard interfaces

using 24.1_1 latest opnsense version
#6
Quote from: sofax on January 21, 2024, 01:57:10 PM
Quote from: Patrick M. Hausen on January 20, 2024, 10:35:11 PM
...

ok i did the same , i unchecked and checked both options leases and static in unbound and restart unbound, but wont work.
Maybe you still had remnants of the isc in the unbound host entries.

I found this setting to be set to no .. may be you can try to set it to yes and restart kea-dhcp and see of ddns registration with unbound for dhcp works

default

/usr/local/etc/kea/keactrl.conf
# Start DHCP DDNS server?
dhcp_ddns=no


change to

/usr/local/etc/kea/keactrl.conf
# Start DHCP DDNS server?
dhcp_ddns=yes


i am still trying to figure out how i can import my isc-dhcp config migrated to kea-dhcp4.conf json file using KeaMA into opnsense
#7
Has anyone who has tried migrating to kea-dhcp tried importing a json config file? could you please share how you imported the config or migrated your default isc-dhcp config?

would simply copying the config to
/usr/local/etc/kea/kea-dhcp4.conf

work?
#8
Quote from: Vilmalith on January 31, 2024, 03:29:23 PM
Is there a way to import all of my static dhcp mappings from ISC to kea before I switch over to kea?

yes you can use KeaMA

https://dhcp.isc.org/

however i havent found a way to import the resulting json file..

also you should use this patch

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


opnsense-patch 4a51939
#9
after upgrade to 23.1.8 and rebooting the opnsense device, i saw the error message that opnarp service could not start..

exact error message:

/usr/local/etc/rc.freebsd: /usr/local/etc/rc.d/opnarp: Permission denied


logged in as root user and checked the file permissions and found that it had 644 as opposed to 755

ran the following commands to address the service start and startup issues

chmod +x opnarp
service opnarp stop
service opnarp start


Note: service stop command was done for posterity as in some instances service appears to be running with a PID file associated even if it doesnt have execute permissions.