I already have a WAN and WIFI bridge, I need to see from the network 10.1.0.1 the ip 192.168.1.7thanks
192.168.0.0/16 and 10.1.0.0/16 are different subnets. You need a router, not a bridge.Since OPNsense is a router out of the box, your first point of call should be correct (static) routes for the two endpoints. I.e. does your LDAP server know that it needs to take 192.168.1.19 to get to the 10.1.0.0/16 subnet?I suspect that the hosts on the 192.168.0.0/16 subnet have OPNsense as their default gateway, and OPNsense knows where 192.168.0.0/16 lives, since it has an interface on it.Check the routes both ways, and do some ping tests with simultaneous packet captures.Bart...