Tagged Questions
1
vote
0answers
110 views
Problem connecting to L2TP VPN
I installed l2tp-ipsec-vpn from ppa:werner-jaeger/ppa-werner-vpn.
Yesterday I was able to connect to my L2TP vpn account successfully.
But after restart i'm getting this on syslog:
Mar 07 ...
0
votes
0answers
109 views
pptp differs between 3.7 and 3.8 linux kernel milestone with 3.2.0-4 milestone
Unfortunately, current kernel of debian has problem with my hardware: 3.2.0-4-686-pae , and when i compile one of 3.7.x milestone or 3.8.1 itself , my problem is solved.
But my problem with new ...
2
votes
0answers
156 views
How to start racoon VPN IKE negotiation automatically?
I have configured racoon at two ends (with pre-shared keys) and trying to establish tunnel. But I have to initiate traffic to start IKE negotiation.
Is there any alternative to establishing the ...
2
votes
1answer
424 views
Setup PPTP VPN connection with no GUI [closed]
I want to configure a remote linux (Ubuntu Precise) to use a PPTP VPN. I can only access to it using ssh, so I don't have a graphical interface (neither do I want it).
Some hours googling:
Guides ...
4
votes
2answers
732 views
What is resolv.conf and why VPN client's hack it?
As stated in a previous question I want to connect to 2 VPN servers at the same time and for each connection specify the IPs of computers I want to reach with it.
One of this VPN connection is done ...
6
votes
1answer
300 views
Load Balancer Solution with linux
I need a suggestion to realize a proper solution to this problem:
As you can see in the image above, I have 2 application servers that need to talk with and external third party provider over the ...
3
votes
2answers
236 views
Can't SSH via password to a Remote Server
I've successfully VPNed to my University server on a Fedora 17 Linux terminal.
$ sudo openconnect -u UNIVERSITY_USERNAMEID sslvpn.nameofuniversity.edu
[sudo] password for PCUSERNAME:
Attempting to ...
1
vote
0answers
240 views
Which of VPN or IPSec or xxx can I use here?
I'm renting a dedicated server which has a fixed / static IP and I'm using this server / IP for my business.
I'm hosting a webapp / webappserver on it (Apache + Tomcat) and I've also set it up as a ...
3
votes
0answers
796 views
What is SSTP vpn server and how can I run one?
I've read a couple of L2TP and PPTP tutorials on the net and there are just dozens of "running PPTP/L2TP on Linux" guides available out there and I successfully made packages like open-swan or pptpd ...
1
vote
1answer
633 views
command OR script to detect vpn connection status
I'm using Ubuntu Network Manager VPN client to connect to a PPTP vpn server.
I have an application that get some data from internet and must be runned from behind the VPN.
I need to suspend ...
6
votes
3answers
218 views
How can I tunnel traffic for a NATted host to another server?
I have a device on my private network which I don't wish to allow to directly access the internet from my gateway. Instead, I want to tunnel that traffic from my gateway to another server (also mine) ...
2
votes
3answers
275 views
VPN and gateway problems
I've got a corporate VPN, which I use to access the Internet. When it's on, I cannot reach the servers inside the corporate network anymore, so I think there are some problems with the gateway setup. ...
1
vote
0answers
219 views
PPTPD nic configuration and default gateway
I have a Ubuntu 10.04 server with PPTPD server. It has one nic with eth0 and eth0:0. eth0:0 has an UK IP and eth0 has a Franch IP. I have setup eth0:0 as default gateway because I want to show that ...
1
vote
1answer
396 views
How to install/use sshuttle on Fedora?
How exactly can I install/use sshuttle under Fedora? It's not in the repositories
3
votes
1answer
2k views
Is route add … the best way of directing traffic through a vpn
I have set up a VPN on a remote ubuntu machine using pptp-linux and the instructions found here.
After set up no traffic seemed to be going through the VPN and the VPN network devices were not ...
1
vote
2answers
1k views
VPN like solution for SSH Tunneling?
Socksify like program for Fedora?
Socksify, tsocks, proxycommand in ssh, they're great softwares/solutions that can be used to "constrain" given apps to use a SOCKS5 proxy (what was created with an ...
3
votes
3answers
1k views
VPN on Fedora Linux?
I'm looking to install and setup a VPN on my Linux installation which is Fedora 14. At the moment the only one I know of is OpenVPN but I'm wondering if this the best option for Fedora or if Fedora ...
2
votes
1answer
857 views
L2TP IPsec VPN client configuration
I have Linux (Fedora) box and I want to conject to VPN described as "L2TP IPsec VPN" one. I have got following credentials:
user=xxxxxxxxx
pass=xxxxxxxxx
VPN server= XXX.XXX.XXX.XXX
IPsec ...
2
votes
1answer
2k views
How to connect to OpenVPN with NetworkManager
I have installed an OpenVPN server on my OpenWrt 10.03 router [freshly flashed]: https://pastebin.com/raw.php?i=hRECWuf1
echo "nameserver 8.8.8.8" > /etc/resolv.conf; opkg update; opkg install ...
3
votes
1answer
1k views
How do I configure OpenVPN as a Gateway client for Witopia?
I have the following setup:
Witopia SSL account
Synology 409 NAS (with OpenVPN and Apache etc)
PS3
Mac
Apple AirPort router (configured for NAT)
Locked IPT-box (using DHCP and NAT traversing)
-
...
1
vote
0answers
618 views
How to setup PPTP on OpenWRT?
I'm trying to configure OpenWrt so clients can connect using PPTP. When I try to connect with networkmanager from a Fedora 14 box that's connected through Wifi, I get "failed to connect".
opkg ...