All Questions
15 questions
1
vote
2
answers
296
views
Pass web traffic to VPN endpoint other than the OpenVPN envelope through the VPN itself
I have a Linux server that is an OpenVPN endpoint, but also hosts a webserver.
When my client connects to the server address for the webserver, the packets travel outside the VPN. Rightly so, since ...
1
vote
0
answers
2k
views
Two instances of Dante proxy server with two interfaces
I'm running 2 instances of Dante server on my Linux machine, one of them is called danted which is supposed to connect me to the internet through the ethernet cable and the other is sockd which is ...
0
votes
1
answer
369
views
OpenVPN Server on a Multi-WAN Router
I have a OpenVPN Server on a MultiWAN Router (Ubuntu Based). The Problem is, that incoming packages not leaving the same WAN interface where they entered. I tested already with iptables MARK rules in ...
4
votes
1
answer
791
views
How is Netflix tracking that I'm behind a VPN?
Disclaimer:
This is not a "I need VPN to surf Netflix". Surfing without VPN at this site allows Netflix.
The question is instead the other way around: "There is a PC that needs to Internet through ...
0
votes
1
answer
2k
views
How can I add (not replace!) a default route upon OpenVPN connection?
When I run sudo openvpn foo.conf I do not yet have a default gateway defined.
Once the connection is established, I run sudo ip route add default via X.X.X.X, where X.X.X.X is the local IP of the ...
4
votes
0
answers
5k
views
Route QEMU VM traffic through hosts VPN
tl;dr Host connects via VPN to the internet and a VM on this host doesn't go through this VPN (but it should). I think the network config isn't quite correct.
The host
The host (arch Linux) connects ...
2
votes
1
answer
4k
views
Where to save ip rule, ip route and iptables commands on Debian Stretch?
To make an SSH server work properly while still maintaining an OpenVPN connection, I have a small mixture of ip-related commands I need to persist and run on startup on a Debian Stretch (actually ...
1
vote
1
answer
3k
views
OpenVPN with same subnet on two remote sites
i have some issue with an OpenVPN concentrator while using TUN device.
The scenario is that:
OpenVPN Server
VPN Subnet: 10.10.10.1/24
PC1 OpenVPN Client
VPN IP: 10.10.10.50
PC Local subnet/IP: 192....
1
vote
0
answers
69
views
Multiple VPNs - can't activate more than one
I have a small problem. In my setup (linux, kernel 3.10.17) I have one ethernet port and multiple WWAN interfaces; each WWAN has its own VPN already activated. The VPNs are connected to the same ...
0
votes
1
answer
1k
views
What is the meaning of "/usr/bin/ip route add 180.151.157.4/32 via 0.0.0.0"
In the process of setting up a VPN client side, openvpn tries to add a route but it fails:
/usr/bin/ip route add 180.151.157.4/32 via 0.0.0.0
RTNETLINK answers: No such device
The reason why we add ...
2
votes
1
answer
359
views
OpenVPN redirect-gateway breaks other tunnels
This is my ifconfig setup:
eth1 Link encap:Ethernet HWaddr 54:04:a6:49:99:16
inet addr:192.168.0.12 Bcast:192.168.0.255 Mask:255.255.255.0
inet6 addr: fe80::5604:a6ff:...
3
votes
1
answer
5k
views
OpenVPN --route-up Missing environment variables when passing to script
I'm diving into the glory of OpenVPN and I'm having a bit of trouble manually configuring the routing tables. I'm on Arch Linux.
I know OpenVPN automatically updates the routing tables when ...
3
votes
1
answer
5k
views
Reply on the same interface as incoming with DNATed IP
A server has 3 ifaces, 2 internal (eth1/2) in different public networks, one external (eth0).
There is a service (openvpn) that can't bind to some IPs/ifaces, only to all or one, but I need it to ...
1
vote
1
answer
2k
views
Route traffic to some host in Internet via VPN server
I need route traffic to some host in Internet via VPN server.
Configuration:
Computer:
ubuntu-12.04
eth0 - x.x.x.x/24
tun0 - inet addr:10.8.0.6 P-t-P:10.8.0.5 Mask:255.255.255.255
There is ...
4
votes
0
answers
3k
views
Routing only some local IPs through VPN on dd-wrt
Much similar to this entry: Using DD-WRT to connect to VPN and Forward all traffic of certain devices through VPN , I have set up my router with dd-wrt + OpenVPN to connect to a VPN. This works fine, ...