0
votes
1answer
40 views

How to access MATLAB license server vis ssh?

I have MATLAB installed on my laptop which should connect to a certain host that stores license information. I used to be able to use MATLAB anywhere that I had an internet connection. Recently, I ...
0
votes
1answer
44 views

mysql and ssh tunnel

I got some troubles establishing connect to remote database via ssh tunnel. Open ssh tunnel ssh -fNg -L 3307:127.0.0.1:3306 user@remote-host Check it netstat -lep --tcp All OK tcp 0 0 *:3307 ...
0
votes
1answer
142 views

Tunnel AFP over SSH

I can't seem to figure out how to connect to AFP over SSH. Here is my setup: [Raspberry Pi] <---> [router] <---> (Internet) <---> [Client] I'd like to be able to connect to my home's WAN IP ...
4
votes
1answer
257 views

How to specify what port RDP responds to?

I need to figure out a way to force RDP(Remote Desktop) to respond to a specific port Instead of a RHP(Random High Port). I am not asking how to change what port RDP "Listens" on, but rather the ...
0
votes
0answers
174 views

How to debug SSH tunneling web server behind LAN?

I am currently trying to access a Redmine server we have at the lab I work in at the university. After some research I found out it was possible to do so through SSH tunneling, and actually got it to ...
0
votes
1answer
116 views

TightVNC and SSH

Lets assume this state (imageshack image) of network. I want to SSH-tunnel connection between VNC clients and VNC servers. Both PC1 and PC2 runs TightVNC server and SSH server and have allowed ...
0
votes
0answers
161 views

Port Forwarding/Web Browsing With Bitvise Tunnelier

Alright, what I'm trying to do is open to a webpage on an Ubuntu 12.04 x64 server, of which I am an admin, that is inside a firewall while I am outside the firewall. I'm told that you can use the ...
2
votes
1answer
129 views

How to tunnel a local port onto a remote server

I have a domain that i bought from DynDNS. I pointed the domain at my ip adress so i can run servers. The problem I have is that I don't live near the server computer... Can I use an ssh tunnel? As I ...
2
votes
4answers
176 views

How can I use SSH to tunnel to a port that's open on the machine I have access to but not open to the outside world?

I currently use SSH to tunnel my internet connection, using ssh -p <port> -ND <local port> <user>@<ip address>, and this works great. However, I'd like to bind a local port to ...
0
votes
1answer
67 views

Knock on a port to get service and version

I'm having difficulty remmebering a certain command I would use in bash that would give information about a port it would 'knock' on. I've used ssh backdoors before so that I can access my home ...
0
votes
2answers
756 views

Trying to Set Up SSH Tunneling To MySQL Server for MySQL Query Browser

I'm trying to set up SSH tunneling on a remote web server to another MySQL server so that the database can be browsed easily with MySQL Query Browser. I'm following this page but cannot connect to the ...
0
votes
1answer
274 views

How can I ssh into my home computer from the internet?

Is there software that will help me to ssh/connect to my home computer from the public internet? (Say, a coffee shop). I understand that questions similar to this have been asked, but none seem to ...
1
vote
1answer
50 views

Make a program use other ports

My school network is behind a very strict firewall, and I can't connect my e-mail and other programs. Are there any ways to avoid this problem?
4
votes
2answers
1k views

Differences between ssh -L to -D

I'm trying to understand the differences between ssh -L to -D. Is there anything else except for that -D is SOCKS only? Thanks!
1
vote
3answers
3k views

uTorrent and PuTTY -> How to turn the connection into an active one?

There is an active, and passive mode when we talk about torrent. Passive, is when you can't connect to the peers actively. Active is when your ports are forwarder, and others can connect to you. ...