you could make a firewall rule for this but I imagine what you want to do instead is in System > Administration > Settings, there in Listen Interfaces, chose both.What this does is will bind httpd to both interfaces. I imagine with auto and hybrid rules, one will be created automatically but I'm not actually sure.
Hi all,I'm new to OPNsense and tried my best to search the forum and the Internet. If I missed something or used the wrong search terms, kindly push me in the right direction so that I can improve my Google-fu.I'm planning to have a management network from which I can administrate my OPNsense box as well as some other network equipment. I've dedicated a interface for that purpose with the interface IP 172.17.19.1/24. For that interface, I have a DHCP-server configured that assigns IP addresses for systems connected to that interface. I can ping the interface and access OPNsense's web interface.A second interface (I don't have a switch) is dedicated to the other network equipment. The interface IP is 172.17.23.1/24. There is no DHCP-server configured, the network equipment has a static IP address assigned. I can ping the interface IP but I cannot reach the the host. When I perform a traceroute, the package is sent to the WAN-interface and from there to the internet which is obviously wrong.From what I've read, I don't need or even should configure routes. How do I convince the my OPNsense box to forward packets with a destination IP 172.17.23.1/24 received by the management network interface to the other interface?In my desperation, I even configured an "any, any, allow"-rule on the management network.Thanks in advance,Jan