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

Topics - cbass

#1
I have a Qorum PC with 5 interfaces and an HPE managed switch. Currently I have igb0 configured for WAN and igb1 configured for LAN. I would like to configure VLAN's and looking for best practice recommendations. Should I configure each interface in Opnsense for the specific VLAN and connect it to untagged port on the switch? Or should I configure one interface in Opnsense to support multiple VLAN's and I'm assuming this would need to be a trunk port on the switch?
#2
I've been testing out the API, specifically Firewall Module, alias_util controller, and add command. All seems to work when trying to add to a host type with an ip address but I have a specific application where I would like to add using a hostname or FQDN.

Looking at the AliasUtilController.php source, I see the addAction function first checks if the request contains "address" and then checks if it contains valid IP Addressing notation.

My request is to add the option of adding "hostname" or "fqdn" instead of just "address". I don't know if this was added in later releases of Opnsense as I'm running 19.7.5 but if it was, could you please let me know? I didn't see anything specific to this in the release notes for newer releases.

Thank you and appreciate all the hard work going into making Opnsense.