The tunnel tag has no wiki summary.
1
vote
1answer
1k views
How to setup a ssh tunnel that works with P2P and filtered http from OS X to a linux machine over SSH?
I do have a linux machine (Ubuntu) which has no filters and a client machine which is behind a firewall that have even web traffic filtering.
I can properly establish SSH connections from the client ...
0
votes
0answers
109 views
Why OpenVPN needs a external client such as Tunnelblick to connect to a OpenVPN server? [closed]
Why are the system network preferences not enough?
And is it true, that the setting "Encryption Max 128 bit" in the System Preferences does mean, that only possible encryption of traffic with 128 ...
4
votes
1answer
571 views
Reverse SSH tunnel on the iPad
Is is possible to set up a reverse SSH tunnel on an iPad?
I'd like to be to do basic nmap TCP scans and use some other tools that the iPad doesn't have on remote networks. So my idea is after I've ...
0
votes
2answers
273 views
How to use SSL tunnelling on OS X to give full internet access to some applications while you are on a restricted corporate network?
How to use SSL tunnelling on OS X to give full internet access to some applications while you are on a restrictive corporate network?
Details:
you want to be able to access some restricted ...
2
votes
1answer
462 views
How does Back To My Mac work without UPnP or NAT-PMP?
Back To My Mac (BTMM) used to require UPnP or NAT-PMP on your router to work, but at some point this changed and it can work (albeit slowly) without those.
BTMM (usually?) works by setting up an ...
7
votes
2answers
1k views
How to ensure that all traffic goes through VPN connection once it has been started?
I connect to the internet through a VPN provider along with other precautions in order to ensure privacy (against traffic analysis by agencies of a repressive government). I currently use Tunnelblick ...
1
vote
2answers
2k views
How to manage tunnels as background processes from a shell script?
I need to set up a couple of ssh-tunnels from a shell script. I've tried running them as bg tasks using:
#!/bin/sh
ssh -L 3000:server1:5029 me@server2 &
ssh -L 3001:server3:3306 me@server2 &
...
3
votes
1answer
634 views
Sparrow over a SSH-tunnel
Is it possible to use Sparrow over a SSH-tunnel since the imap and ssl ports are blocked at my work?
12
votes
6answers
8k views
What's a good SSH tunneling client for OS X?
I've using SSH Tunnel manager to easily set up and stop port tunneling over SSH to various servers at my company. That saved me the pain of opening up a new terminal window which will hang out there ...
8
votes
7answers
927 views
Is X11 still used today?
I have had X11 installed on my Mac for quite some time (as long as I have owned it I think) and have never used it. Do applications still use X11 or is out outdated at this point? Should I "learn" how ...