Tuesday, June 29, 2021

Access to remote jumphost

Hello all,

Im trying to get access from our office network to a remote jumphost. The jumphost is accessible over the internet, so the remote jumphost IP is, let say: 200.200.200.200. Im using a Cisco ASA for the configuration part. So the problem is that I have problem to access the remote jumphost from the office network.

Here is my configuration:

access-list ACL-OFFICE-TO-JUMPHOST extended permit ip 10.120.3.0 255.255.255.0 200.200.200.200

route (interface of the office network) 200.200.200.200 255.255.255.255 (outside IP, let say 209.209.209.209)

so it will be: route INSIDE 200.200.200.200 255.255.255.255 209.209.209.209

Here is the complete configuration (made it easier to read)

access-list ACL-OFFICE-TO-JUMPHOST extended permit ip object 10.120.3.0 255.255.255.0 200.200.200.200 255.255.255.255 route INSIDE 200.200.200.200 255.255.255.255 209.209.209.209 

What Im trying to figure out is how the office net 10.120.3.0 will get access to the remote jumphost? Of course something is missing in my configuration part (probably the configuration is also not correct). Appreciate any help.



No comments:

Post a Comment