- Access exclusive content
- Connect with peers
- Share your expertise
- Find support resources
05-06-2019 06:32 AM
I have deploy vm series 2.0 firewall template and application template on aws. Also deploy Bastion jump server for ssh. I'm able to ssh access of vm series instance but unable to ssh on web server instance in private subnets.
Please guide me, how can I'm able to ssh on webserver.
05-06-2019 06:59 AM
Routing should not be an issue if all of the devices are in the same VPC. The routing for the packets from the bastion directly to ip address of the web server will be direct across the fabric and will not pass thru the firewall. Typically the issue will be the security group on the web server not allowing SSH (port 22) access into the web server.
If you want to have that traffic pass thru the firewall, you will have to create NAT polices inside the FW. You will need to NAT both SRC and DST addesses to insure symetrical flows of traffic to be thru the firewall.
05-06-2019 08:06 AM
I already added ssh 22 in security group, but still can't access to web server.
05-06-2019 08:10 AM
Which web server have you loaded? Are you sure the server can accept an SSH connection?
05-06-2019 08:17 AM
Yes, Opened port 22 in security group
05-06-2019 08:19 AM
I was refering to the server software you call web server. What is it, Linux, Windows?? Also is this from marketplace or something you have built.
05-06-2019 08:53 AM
Its Amazon ecs-optimized AMIsLinux
Click Accept as Solution to acknowledge that the answer to your question has been provided.
The button appears next to the replies on topics you’ve started. The member who gave the solution and all future visitors to this topic will appreciate it!
These simple actions take just seconds of your time, but go a long way in showing appreciation for community members and the LIVEcommunity as a whole!
The LIVEcommunity thanks you for your participation!