Tagged Questions
2
votes
1answer
203 views
enable networking inside a freebsd jail
So I'm mostly a linux newbie itself. Let alone freebsd, so please bear with me. I just need some very basic clues to get this to work. I use FreeBSD 9.1 64-bit from the list here.
On my freebsd ...
1
vote
0answers
66 views
Cannot see an EC2 VPN server from another EC2 instance
I'm using openVPN to connect to one EC2 instance from another. The client cannot see the server, however, despite that servers outside of AWS can see the server and successfully negotiate with it.
...
2
votes
1answer
416 views
Connection ec2 instance operation timeout error using ssh
After creating a new instance,I am trying to access my instance like below:
ssh -i private_key.pem root@my_instance_public_domain
but the operation is timing out,I have updated the private key file ...