Ubuntu root as proxy, connected to VPN


 
Thread Tools Search this Thread
Special Forums IP Networking Ubuntu root as proxy, connected to VPN
# 1  
Old 08-07-2014
Ubuntu root as proxy, connected to VPN

Hey guys,

I am looking the following:
I am trying to set up a proxy on my Ubuntu root server, which should be connected to a VPN provider. Only the proxy should be connected to VPN, all other root traffic should not be touched in any way
Is this possible technically?

Regards
# 2  
Old 08-07-2014
VPN as client removes your host from the local net and attaches it to the net of the server, except for the VPN packets themselves. Local net access would ruin the security model -- Either you are all out or all in. Else you could be forwarding outside packets to the inside and inside packets to the outside, extending the formerly secure net.
# 3  
Old 08-08-2014
Ah thanks for your answer Is there any tutorial around how to forwarding with VPN and squid or any alternative?
# 4  
Old 08-19-2014
SSH tunnels are an alternative sort of secure remote access. VPN generally creates am IP device that gets everything but VPN packets, and produces everything but VPN packets, but there are newer variations that run over a TCP/IP connection. One problem original VPN had was that full size packets would grow and have to be fragmented, making them suboptimal is size and less reliable as a lost packet fails reassembly, and the unlost part is discarded, a waste. With a tcp output, a stream not IP datagrams, there can be full sized tcp packets serving VPN of all IP apps and all internal packets sizes with no fragmentation.

Reading RFCs may seem steep, but that is where the real skinny is.
Login or Register to Ask a Question

Previous Thread | Next Thread

9 More Discussions You Might Find Interesting

1. UNIX for Beginners Questions & Answers

Execute Ubuntu 14.04 cronjob as non-root

I have created a cronjob that successfully executes and among other thing runs aria2c to download several files and save them to a folder. However, since it executes as sudo, the downloaded folder is saved with those permissions. Is there a way to execute the cronjob so that the downloaded folder... (4 Replies)
Discussion started by: cmccabe
4 Replies

2. IP Networking

Connecting via proxy chain to Upstream proxy

I need to configure a proxy on my local machine to use an upstream proxy (installed on another machine). The upstream proxy requires Digest/NTLM authorization. I want the local proxy to deal with the upstream proxy's authorization details and provides authorization free access to users that connect... (0 Replies)
Discussion started by: Russel
0 Replies

3. UNIX for Dummies Questions & Answers

How to remove Ubuntu without root pw

I have a dell pc with Ubuntu as the only OS, however, the only admin user no longer works here. Due to my requirements, I have to either remove Ubuntu (12.04) and install XP or do a dual boot by adding XP. Any thoughts on how to either change the pw to allow me to make changes or take Ubuntu... (1 Reply)
Discussion started by: kuriosity_prime
1 Replies

4. Solaris

Migration of system having UFS root FS with zones root to ZFS root FS

Hi All After downloading ZFS documentation from oracle site, I am able to successfully migrate UFS root FS without zones to ZFS root FS. But in case of UFS root file system with zones , I am successfully able to migrate global zone to zfs root file system but zone are still in UFS root file... (2 Replies)
Discussion started by: sb200
2 Replies

5. SuSE

HELP for Newbie: Unable to run GUI installer (Ubuntu client connected to SLES server)

Hello All, I'm using my Ubuntu 10.04 client connected via SSH to a SuSE Linux server (SuSE Linux Enterprise Server 11 (x86_64) version 11 patchlevel=1). I'm trying to run an install of WebSphere Portal but can't seem to be able to run the GUI installer. Running xclock as root returns this... (7 Replies)
Discussion started by: kartrait
7 Replies

6. Ubuntu

Ubuntu root recovery!

Hi I have an Ubuntu 10.10 machine. I want to recover root password. I know it have to be done while booting but in boot shell. I tried to do it but failed. Please remedy my problem. (2 Replies)
Discussion started by: nixhead
2 Replies

7. Ubuntu

Ubuntu 10.04 - Unable to connect to Cisco VPN

Hi all, I am trying to configure and connect Cisco VPN on Ubuntu 10.04. I've imported .pcf file. The new vpn conn appears in the VPN Connections option. Now when I select it, it doesn't connect. Nothing happens. I am not able to connect to VPN at all. I tried using kvpnc as well but it... (10 Replies)
Discussion started by: morningSunshine
10 Replies

8. UNIX for Dummies Questions & Answers

ubuntu root

on ubuntu try without saving changes i'm trying to do root stuff with sudo & su I tried to change permissions (on files) but unsuccessfully whoami is ubuntu i'm doing this to experiment with root & sudo error msgs i'm gettin useradd: unable to lock password file help? thanks:) (2 Replies)
Discussion started by: JudoMan
2 Replies

9. IP Networking

Software/tool to route an IP packet to proxy server and capture the Proxy reply as an

Hi, I am involved in a project on Debian. One of my requirement is to route an IP packet in my application to a proxy server and receive the reply from the proxy server as an IP packet. My application handles data at the IP frame level. My application creates an IP packet(with all the necessary... (0 Replies)
Discussion started by: Rajesh_BK
0 Replies
Login or Register to Ask a Question