0
votes
1answer
181 views

How to connect to a remote VM using vagrant?

I have two Windows 7 machines in my local network. One Windows 7 with Virtual Box (running Ubuntu) installed. Is it possible to connect to the Ubuntu from another machine by using vagrant ?
0
votes
1answer
144 views

SSH: Connection to port 22 refused by server

I recently started to build a LAN using D-Link switch and I got some issues with it. My network scheme: -- is the Ethernet cables | Internet access via modem| -- | | | PC w/ Ubuntu ...
1
vote
1answer
869 views

can't ssh within LAN, but can connect from outside

A strange issue: I have a desktop running Ubuntu 10.04 behind a Netgear WNR1000 router performing NAT. I would like to be able to ssh into the desktop from my laptop (running Windows 7 and Cygwin). ...
1
vote
1answer
281 views

SSH client on Windows 7 not connecting to linux sshd via hostname

I have a straightforward home network setup where everything is routed via the broadband router. I have a Windows 7 box and a Gentoo linux (currently) livecd box connected via power over ethernet to ...
0
votes
1answer
342 views

OSX Can ping and GUI login but Unable to SSH login via LAN

I am unable to ssh via LAN using hosts admin credentials. I am able to login to a system using admin credentials via the Mac's GUI I am able to ping the Mac via LAN Sharing > Remote Login is ...
0
votes
2answers
1k views

How to Forward Port 22 to allow SSHing from outside LAN [duplicate]

Possible Duplicate: What is port forwarding and what is it used for? I want to be able to SSH my computer from anywhere. I heard I have to forward port 22. I honestly have no idea what that ...
1
vote
1answer
270 views

How to remove the need to put .local on the end of domain names

I'm just wondering what setting to change to remove the need to put .local when SSH-ing to a computer on my home network. I'm running Mac OS X 10.6 and am sitting behind an airport base station ...
1
vote
2answers
395 views

SSH transfer speed over a LAN network

When using ssh, will my files be sent over the internet or over the LAN network? How to configure correctly?
3
votes
1answer
544 views

Xbox Live over Mac connection sharing using a Socks Proxy

I've recently moved into an apartment with a managed wifi connection. Everything is heavily proxied and most ports besides 443 & 80 are blocked. I have a personal server running at my parents ...
0
votes
0answers
286 views

SSH doesn't work in my LAN ! [duplicate]

Possible Duplicate: SSH doesn’t work on Ubuntu I am trying to connect to my webserver via ssh but I can't. When I insert the password nothing happens . This is what I see: # ssh ...
2
votes
2answers
662 views

How using ssh/scp between non-public machines

I am often in the following situation: I have two machines, A and B, which are on LANs, and have non-public IP addresses. Machine C is on the same LAN as B, but publicly visible. I would like to copy ...