I have two vlans. I would like when a host (192.168.2.10) on vlan01 in their browser goes to test.local they get redirected to a certain port on a host in vlan02 (192.168.3.11:4444). How is this achieved? I know with traffic rules I could achieve so when 192.168.2.10-host in vlan01 visits 192.168.3.11:4444 they will be able to reach whatever is running there, but how to fix the DNS on specific port?
I think I don't know the keywords which is why this is difficult for me, any help appreciated.
You can do it with a reverse proxy, such as nginx or HAProxy. However, I have no specific knowledge of using either so can't provide any details on the required configuration.