4 Answers
- Newest
- Most votes
- Most comments
0
Hi,
Try below ssh -N -L SOURCE-PORT:127.0.0.1:DESTINATION-PORT -i KEYFILE xyz@SERVER-IP
If successful, the above command will create an SSH tunnel but will not display any output on the server console.
answered 2 years ago
0
Stop Source / destination check in the instance use to jump.
answered 2 years ago
What do you mean? Could you explain in more detail please
0
On EC2 Panel, select instance -> action -> networking -> Change Source / destination check
answered 2 years ago
I click it and nothing happens
0
If you run tcpdump inside jump instance , can you see traffic? Check conectiviti from your jump to destination instance (security groups) enable ip forward on the jump instance - echo 1 > /proc/sys/net/ipv4/ip_forward
answered 2 years ago
How do I run tcpdump inside jump instance? How do I do the other thing you said?
Relevant content
- asked 5 years ago
- asked a year ago
- asked a year ago
- asked 10 months ago
- AWS OFFICIALUpdated 13 days ago
- AWS OFFICIALUpdated a year ago
- AWS OFFICIALUpdated a year ago
Where do I get source-port and destination-port from? Also, how do I make it detect my keyfile? (Since when I SSH initially into my instance I did cd Downloads in my command interface, since that's where I have my keyfile stored)