I have the following setup:
A computer with two network cards connected to two different routers. The first router redirects all outside traffic coming on port 5122 to port 22. So that I can connect to the machine using ssh.
I wish to use the first router only for ssh connections. Nothing else. So I want all other traffic directed through the second router.
How can I do that?