Hi,
I have OPNsense 23.1_6-amd64 deployed with multiple VLANs: WAN, LAN, IOT and GUEST
I need to print from LAN to IOT where my printer is, but on my work device which has a forced tunnel VPN, I can only get to the local LAN network, all other traffic is forced up the tunnel, including traffic to my IOT network.
Is there a way to NAT traffic sent directly to the firewall IP on the LAN network (or a virtual IP / alias) to an IP on the IOT network on port TCP:9100?
I.e. traffic sent to 10.10.10.1:9100 (Opnsense on LAN) -> NAT -> 10.10.11.220:9100
Thanks!
S
Sure. Firewall > NAT > Port Forward.
This worked perfectly, thanks!