Skip to main content

All Questions

3 votes
4 answers
12k views

Can't access VMware virtual machine through SSH

I have got a VMware Server 2 on a CentOS 5.6 host. I can access my virtual machines from the host machine, but I can not access it from other machines. I have configured NAT port forwarding. But ...
bilal's user avatar
  • 31
0 votes
2 answers
3k views

Open SSH port a bad idea on a Raspberry Pi?

I have a Raspberry Pi at home that I have connected to my home network. I use it to run a VPN server, SSH tunnel, and occasionally I SSH into it to perform maintenance on it. Is it a bad idea to have ...
brad barnes's user avatar
4 votes
1 answer
4k views

Forwarding Internet connection via SSH to a Linux console

I have a remote server which is behind a firewall that blocks access to the Internet. I would like to forward my local Internet connection via SSH (putty) to a CLI session on the remote Linux server. ...
Gadesxion's user avatar
  • 141
1 vote
1 answer
5k views

ISP using CGN.. How to port forward ipv6

I finally came to a conclusion that my ISP is using carrier grade NAT. I recently was able to encapsulate my IPv4 to IPv6 using tunnel broker. It was working very fine without any issue. However I ...
shravan sharma's user avatar
0 votes
4 answers
5k views

Cannot SSH to a second computer inside my network

I have two Linux servers running right now. The first one works just fine when I try to connect from PuTTY. Port 22 is forwarded for my working SSH server. Port 911 is forwarded for my not working ...
doug5791's user avatar
  • 103
0 votes
1 answer
1k views

Expose a mysql server over an ssh tunnel

I've used remote and local forwarding with succes in the past, but this time I can't get a setup to work. What I'm trying to achieve: Make my sql server publicly reachable so the Google CloudSql can ...
oneindelijk's user avatar