same issue with the upgrade but work around worked - thank you
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 MenuQuote from: Patrick M. Hausen on January 06, 2026, 03:25:47 PMIf the container/VM/whatever does not get its IP address from DHCP, OPNsense simply does not know about it.
Quote from: franco on April 15, 2024, 12:54:14 PM
Ideas:
* Submit improvements to the code.
* Submit feature requests to the issue tracker.
* Use the NUT package without the GUI for full customization.
Cheers,
Franco
smartctl -a /dev/ada1 | grep Temperat | awk '{ print $10 }'
Quote from: r.2024 on April 08, 2024, 03:15:47 AM
i know i know...i could use vlan or openvpn to avoid all this but i don't want my cell phone being a part of the network even temporarily to check the ip camera feeds. thx

Quote from: passeri on April 09, 2024, 11:44:35 PM
I have done this for an internal Opnsense router, assigning its management LAN port 10.a.b.1 rather than 192.168.1.1. I found the least error path was to plan the assignments then do it in initial setup.
Quote from: Greg_E on April 10, 2024, 04:44:25 PM
Me too. In theory you can also edit the backed up config file with the changes needed, then load this from VGA or SSH.
grep 192.168.1.1 opnsense-config-20240411_011301.xml and it seems the only places are: <lan>
<if>igc1</if>
<descr>Servers_1</descr>
<enable>1</enable>
<lock>1</lock>
<spoofmac/>
<ipaddr>192.168.1.1</ipaddr>
<subnet>24</subnet>
</lan> <dnsserver>192.168.1.1</dnsserver>
<dnsserver>192.168.1.1</dnsserver>
<dnsserver>192.168.1.1</dnsserver>
<dnsserver>192.168.1.1</dnsserver>
<dnsserver>192.168.1.1</dnsserver>
<dnsserver>192.168.1.1</dnsserver> <content>192.168.1.1</content>
<content>192.168.1.1</content>