The tag has no wiki summary.

learn more… | top users | synonyms

3
votes
1answer
899 views

How do I tunnel and browse the server webpage on my laptop?

I run a web app in one of my lab servers, and I have already setup X11 Forwarding on those machines. Other lab members can tunnel through SSH, and browse that web app on their local browser at home. ...
0
votes
1answer
60 views

configure GRE tunnel to start on reboot?

i'm trying to configure GRE tunnel (between 2 VBOX ubuntu server 12.04 LTS on win 7 host) but it keep failed. can anyone help?????? the configuration in /etc/network/interfaces VBOX A ip address ...
0
votes
0answers
19 views

Enable VPN prequisites module

I'm new to Linux things so everything seems confusing. I want to enable some VPN prequisities to create VPN in Linux server 12.04 Networking support (NET) [Y/n/?] y PF_KEY sockets (NET_KEY) ...
1
vote
2answers
2k views

How to set up ssh connection (acessible over internet, not LAN) using MTS MBLaze modem?

I have a MTS MBlaze USB dongle, with which I can connect to the internet. The question is, how do I set up a ssh connection accessible over the internet so that any one can connect to my PC through ...
1
vote
1answer
37 views

Is it possible to configure openvpn in ubuntu according configuration files relevant to windows?

I am using openvpn in windows and have the configuration files as well. Unfortunately the service provider doesn't have any guide or configuration files for Linux users. Is it possible to use windows ...
0
votes
1answer
164 views

Trying connect by SSH and get “access denied” by localtunnel

Hey I installed localtunnel - http://progrium.com/localtunnel/ and I tried connect from my laptop using putty(I even unckecked attempt gssapi authentication) and I receive login as: hsf ...
2
votes
0answers
140 views

SSH Tunneling Suddenly Not Working

I have a home PC running Ubuntu 12.10. In order to make sure that my data isn't being monitored in public, I had in the past used a subscription VPN service. I decided to research alternatives and I ...
0
votes
0answers
213 views

Reverse SSH Tunnel Issue

I'm working on setting up an unattended Ubuntu PC with Ubuntu Server 12.04 Minimal, and since this PC will be placed in a remote location with no keyboard or screen (unattended), I need to have a ...
1
vote
1answer
50 views

Providing SSH tunnling, what to think about when configuring Ubuntu Server

Recently I've considered, mostly as a pet project, to set up accounts for a closed group of users via SSH to my box with the purpose of SSH tunnling things like web traffic -- some of it for friends ...
0
votes
2answers
670 views

How to tunnel traffic to certain destinations over ssh?

I'd like to send traffic destined to certain ip/subnet through one ssh socks5, while routing other traffic through another socks5 tunnel. I'd tried tsocks with following configuration: path { ...
0
votes
1answer
818 views

check support of Universal TUN/TAP Device on ubuntu 12.04

I am trying to setup Appgate Ip tunneling driver on my ubuntu 12.04 by following appgate instructions listed below: Installation, Linux Make sure the kernel has support for the Universal TUN/TAP ...
0
votes
1answer
498 views

AutoSSH for a robust tunnel

I'm trying to start an ssh tunnel from A to B and have it run despite things like: period network/wifi drops on A and remote server reboot on B. My ssh tunnel starts using upstart script on A with ...
0
votes
0answers
193 views

How to prevent autossh from becoming stuck once in a while?

I am using autossh to build a reverse ssh tunnel but from time to time the tunnel stops working and I need to kill autossh and start it again. /etc/cron.d/autossh @reboot autossh -f -nNT -R ...
1
vote
1answer
131 views

IPv6 tunnels - any easy way to turn them on and off?

I've set up a tunnelbroker.net (Hurricane Electric) IPv6 tunnel from my laptop running 12.04. Works fine, and allows me to test the dual-stack configuration on my remote webservers etc. until native ...
0
votes
0answers
289 views

no ipv6 connectivity with Hurricane Electric tunnel; firewall issue?

I am trying to set up an ipv6 tunnel through Hurricane Electric. So far, I have no connectivity; ifconfig: he-ipv6 Link encap:IPv6-in-IPv4 inet6 addr: fe80::c0a8:164/128 Scope:Link ...
1
vote
2answers
1k views

Tunneling & Bypass proxy

are there any software for ubuntu to tunneling/bypass proxy (HTTP/S, SOCK4/5). Like "Proxifier" on windows ?
9
votes
2answers
5k views

How do I route my internet through a SSH tunnel?

Old Q How do I setup an OpenVPN server without root privileges? Is there a way to setup an OpenVPN server without root privileges? E.g. with configuration files in my home directory? If yes, how do I ...
0
votes
0answers
116 views

route all traffic doesn't work

I wanna to route all traffic by DNS.it worked before by following command ,but it doesn't work today for unknown reason. before connecting to iodine: # route Kernel IP routing table Destination ...
2
votes
1answer
1k views

How do I set up an SSH SOCKS proxy with Gnome SSH Tunnel Manager?

Generally I use this command to create a local Socks proxy via SSH Tunneling ssh -ND 7777 -i google.pem ubuntu@107.20.x.x Then i configure my applications to use Socks proxy on localhost (i.e. ...
-1
votes
1answer
461 views

Ubuntu : SSH Tunnel [closed]

This is not a typical Ubuntu related issue/question, however I am posting here since I am using Ubuntu. I am provided with a Windows 7 machine at my work place and I run ubuntu on Virual machine. We ...
3
votes
2answers
3k views

Route all traffic through SSH tunnel or equivalent? [duplicate]

Possible Duplicate: How do I route my internet through a SSH tunnel? I just got a new laptop and put Ubuntu on it as a good way to force myself to learn Linux. This laptop will be going ...
2
votes
1answer
489 views

Traffic not tunneling through NetworkManager VPN Client, but vpnc works fine

I'm trying to connect to a VPN using the NetworkManager Cisco VPN client, and everything seems to be going fine when connecting. I click connect, the NM icon on the top panel displays the connecting ...
1
vote
1answer
238 views

Reliable way to create secure tunnels from startup on an ubuntu laptop?

I'm looking for a reliable way to start a secure tunnel at boot on a laptop. This tunnel will not be needed by other parts of the boot process, but could be needed at any subsequent time by a user. ...
0
votes
1answer
336 views

Internet via openVPN

I managed it to install openVPN on a virtual host and the connection works great, but I am not able to use the internet through the openvpn server (it s only possible to ping the servers ip). How can ...
2
votes
1answer
736 views

OpenVPN with IPv6

I have a tun OpenVPN server running in routed mode which was set up on a Ubuntu server and I know that Ubuntu's build of OpenVPN has support for the IPv6 for quite a while now but it didn't get much ...
0
votes
1answer
479 views

Cannot configure Aventail [closed]

After this question: missing libraries in ubuntu 11.10 - used to work perfect in ubuntu 11.04 I was able to install the Aventail tunnel. But I still have not been able to configure it. I've gone ...
0
votes
1answer
662 views

Auto discovery of DAAP share through SSH tunnel

I got a remote machine (somewhere else on the internet) serving my music via DAAP through forked-daapd. I SSH to the remote machine, tunnelling remote port 3689 to local port 3689 (which is the ...
5
votes
3answers
2k views

How can I autostart a SSH -D tunnel at login for a SOCKS proxy?

I know that if I want to start an SSH tunnel ssh -d 9000 user@userserver This is one solution for a dynamic tunnel to be opened on port 9000 for a user named "user" on the host "userserver" ...
9
votes
6answers
2k views

SSH tunnel logging?

I have a computer running SSH that I would like to give my friends access to, but I do not want them to use my internet connection through SSH tunnelling (although I'd like to do so myself). Is there ...
3
votes
1answer
501 views

How can I find and remove 6to4 from my system?

Last week I installed Miredo and configured my system to handle IPv6 through 6to4 tunneling. It was easy and it worked well. So I decided I'd give Hurricane Electric's IPv6 connection a try. I've ...
3
votes
1answer
3k views

Reverse port tunnelling

I need to show somebody a website running on my local machine tomorrow. Normally I'd accomplish this by port forwarding on my local router but thanks to the miricle that is failing hardware and its ...
0
votes
2answers
2k views

OpenVPN vs. IPSec - which one is faster for tunneling?

Complexity of installation of IPSec is not an issue. I would like to know which one will provide a faster connection for tunneling.
3
votes
4answers
3k views

How to print over ssh?

I have the following configuration: P == U ---------------- W P is a HP Laserjet, connected to U, which is an Ubuntu 10.04 desktop machine with a standard gnome setup from the live cd. I just ...
1
vote
1answer
931 views

Creating TUN device for IPSEC

Is it possible to create a separate device (like tun made by openvpn) for ipsec? If yes how can I do it?
3
votes
3answers
1k views

ssh tunnel and receiving Web pages through the tunnel

I've tried to create a tunnel torward a client passed through a server, using the following command ssh -X -f admin@IP_server -N -L 4444:IP_client:80 but when try to open client:80 by firefox ...
0
votes
1answer
621 views

How to test samba/afp configuration remote server?

I am using Ubuntu as desktop and server OS. When I am logged in to the server via SSH on the terminal to change the smb/afp configuration, I can only test the configuration from the server over ...
2
votes
2answers
970 views

How to seamlessly connect two LAN's?

I'm going to connecting two LAN's in some way, I imagine some form of VPN tunnel between the gateway/router on each side. Both routers have Ubuntu-server 10.04 installed, but the only vpn-like ...