How do I route based on the port?
eg.
router ip
outside: 200.100.99.1
inside: 90.8.8.1
webserver: 90.8.8.10 port:80
database server: 90.8.8.20 port: 1521
I want to be able to route incoming traffic based on ports
eg. incoming ip accessing port 80 will be routed to 90.8.8.10 (WEBSERVER) and port 1521 routed to 90.8.8.20.
any ideas?
eg.
router ip
outside: 200.100.99.1
inside: 90.8.8.1
webserver: 90.8.8.10 port:80
database server: 90.8.8.20 port: 1521
I want to be able to route incoming traffic based on ports
eg. incoming ip accessing port 80 will be routed to 90.8.8.10 (WEBSERVER) and port 1521 routed to 90.8.8.20.
any ideas?