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

#1
I added an argument with the IP address and port of the management card of the UPS and everything now works
#2
Hello,
I have an Eaton 9px1500rt UPS with a network management card (Network-m2). The management card uses the snmp-driver in NUT. Unfortunately I cannot get diagnostics from the UPS in opnsense. I checked the log and I get the error below. I have snmp setup on the UPS with the community name "public". Is there something I am missing? Thank you for your help.


/usr/local/etc/rc.d/nut: WARNING: failed precmd routine for nut
#3
Hello and thank you very much for this guide. I am definitely learning a lot as I am setting up HAProxy on my opensense for public and local access. I have hopefully a quick question. Does this setup work to access the opnsense GUI or is that a special item that I need to setup? I am still troubleshooting but I'd thought I'd ask just in case. Thank you for your help.

Edit: Addition domain name structure information for my setup and some additional troubleshooting

Public Services: service.example.com
Internal Services: service.internal.example.com

I have been troubleshooting my setup and had a small breakthrough with my unbound settings. Under the general settings of unbound I needed to check "Do not register system A/AAAA records" to get the overrides to work when I ping. Before all my interfaces were getting registered under the firewall domain name causing a random interface IP to get pulled when I pinged opnsense.local.example.com of the firewall. Only certain IPs are allowed to access the GUI from my lan. Now my override works appropriately.
#4
General Discussion / VLAN Setup Question
July 21, 2022, 06:29:55 AM
Hello All,
I am new to networking and I have a question regarding setting up vlans. I currently have a trunk port from my opnsense box to my switch (Brocade ICX7250) with 3 separate networks. The networks are vlan 5, 10, and 15. vlan 5 is setup as the lan with the other two as separate networks. I originally setup the lan as untagged and the other two networks as tagged vlans but I was hesitant to go that route since I heard that dual mode traffic is not optimal. Should I leave my setup as tagged traffic only or would it be best to have my lan network untagged with the other networks tagged. The major question is why is one better than the other? A quick visual of my current setup between the switch and router is below. Thank you for your help.

Switch port 1/2/1 ----------> opnsense lan interface
vlan 1   Untagged                         vlan 5 (LAN)
vlan 5   Tagged                             vlan 10 (Network 2)
vlan 10 Tagged                             vlan 15 (Network 3)
vlan 15 Tagged
#5
22.1 Legacy Series / Re: Host Name Cannot Resolve
March 18, 2022, 06:31:19 AM
I was able to figure it out. It was the openvpn config file. I am not sure if I changed a setting by mistake but re-importing my config file worked.
#6
22.1 Legacy Series / Host Name Cannot Resolve
March 18, 2022, 04:57:09 AM
Hello All
I have an issue I was hoping someone would be able to assist me with. The main issue is I can't resolve the host name but can ping the IP directly. My setup is I login to my router though openvpn. I use unbound as a recursive resolver and adguard (opnsense plugin) to block ads.  Through the lan I can resolve my local host name but it cannot be found remotely though openvpn. Through the vpn, I can ping the ip which makes me think it is not a firewall issue but a dns issue or an openvpn config issue. The /etc/hosts file has the entry included. Is there a setting to allow this to work? Any help would be greatly appreciated.