OpenVPN and Iptables
I see a few articles on this already but my situation is slightly different. What I would like to do is create VPN tunnels between my cloud VM instances running CentOS 7. They each have a static...
View ArticleRoute to LAN subnet via OpenVPN client
I am trying to route to a LAN subnet that is connected via an OpenVPN client. I am having trouble with the route command - I cannot make sense of it. The OpenVPN link is established and I can ping the...
View ArticleOpenvpn client and server cannot ping each other(Connection established)
I have setup OpenVPN client and server between two VPS. I have a client and server setup, server using 10.8.0.1 and 10.8.0.2 IPs in tun interface, and client using 10.8.0.6 and 10.8.0.5 in tun...
View ArticleOpenVPN and routing problem on OpenWRT
My home topology: router1 (192.168.1.1) - D-Link dsl2540u server with static IP available from Internet (ADSL via ppoe). 4 LAN ports. router2 (192.168.1.2) - D-Link DIR-300 with OpenWRT. Plays role of...
View ArticleRaspbian (Debian) - Route some traffic though eth0 and some through tun0...
I am trying to configure a Pi running Raspbian to route some traffic through tun0 (OpenVPN). The sole program that I want routing traffic through tun0 allows me to specify the interface it uses, so...
View ArticleImport VPN config files to NetworkManager from command line
One can import .ovpn files to NetworkManager through GUI tool nm-connection-editor (right click on nm-applet and click on Edit connections): Add -> Import a saved VPN configuration.... My goal is...
View ArticleDebian OpenVPN server with multiple users
it is possible to setup a OpenVPN server with multiple clients, which are using username and password for the authentication instead of files?
View ArticleAccessing openvpn from script without storing password on file
sudo openvpn --config ubuntu.ovpn --auth-user-pass file I know this command. Is there any other way to give password without using file. For suppose in wget I can use --http-user --http-password flags...
View ArticleIs firewalling OpenVPN clients based on IP reliable?
We have an OpenVPN server that clients connect to using X509 certificates. Some clients that connect to it get a random IP using its DHCP server, while others have a user config file that says...
View ArticleOpenVPN with systemd: Ask for password with pkttyagent
openvpn has the ability to ask for passwords and systemd can prompt on the command line for it: # systemctl start openvpn@name Enter Auth Username: asd Enter Auth Password: *** Is it also possible to...
View ArticleHow to route specific VPN traffic via specific VPN client?
I have VPN network based on OpenVPN software. I need route all network traffic in VPN network where destination IP is from specific country via one specific client on this VPN network (VPN client IP...
View ArticleOpenVPN - Linux client connects but could not access internet, routing issue
I installed OpenVPN server quite a while a go with the gateway option that all internet traffic get routed through. It works fine for client machines like Windows and my Android phone, but same Open...
View ArticleOpenVPN with IPVanish on Linux Mint: Connects but no internet access
I'm trying to connect to an IPVanish server on Linux Mint. IPVanish does not provide software for Linux so it has to be done manually. I downloaded an ovpn file from IPVanish here. I then went to...
View Articleprevent dns leak with iptables
I start openvpn service and when i connect to the server, i bash these commands: sudo iptables -A INPUT -j DROP' sudo iptables -A OUTPUT -j DROP sudo iptables -A OUTPUT -o tun0 -j ACCEPT read -p...
View ArticlePush routes dynamically for openVPN
I know that from server.conf I can do this: push "route 192.168.20.0 255.255.255.0" but, is there a way to push routes dynamically? I have an API call that returns all routes the vpn clients will...
View ArticleHow do I get the network manager applet and install openvn on Kali 2.0 Gnome 3?
I'm attempting to install VPN on my Kali Linux Gnome 3 laptop. I've followed the instructions on this page...
View ArticleChange default DNS on openvpn connect
I am using Network Manager on Ubuntu 12.10 to connect to an openvpn server. The connection works without problems. However, when I connect, I would like to change my default DNS server to a server on...
View ArticleHow to port forward all ports in OpenVPN?
I have a VPS running OpenVPN on Ubuntu 18. I've successfully setup OpenVPN and can connect to it from my computer. Now, the reason I'm doing this is to open all my ports since my university internet...
View ArticleVPS: How to forward traffic to devices from public IP
My goal is to set up a public IP for a Android Smartphone which is running an "IP Cam" software. The interface can be accessed in local network on (example) 192.168.0.2:8080, but it has no public IP,...
View ArticlePiVPN and Stunnel
I've been searching online for a tutorial on configuring stunnel with PiVPN but haven't found anything. Wondering if anyone has had any experience?
View Article