Score:0

Route Openvpn client traffic through PPTP VPN

ru flag

I have an Ubuntu box which is connected to my VPN provider via PPTP. I also have an OpenVPN server running on it. What I’m trying to achieve is for the clients’ traffic who connect to the ovpn server to be routed out through the PPTP connection.

I’ve got these 2 things working separately and need help ‘bridging’ the 2, so to speak. I have net.ipv4.ip_forward set to 1 and also tried masquerading with IP Tables like so

sudo iptables -t nat -A POSTROUTING -o eth0 -j MASQUERADE

Btw, also tried this with the ppp0 interface instead of eth0 but neither worked.

mangohost

Post an answer

Most people don’t grasp that asking a lot of questions unlocks learning and improves interpersonal bonding. In Alison’s studies, for example, though people could accurately recall how many questions had been asked in their conversations, they didn’t intuit the link between questions and liking. Across four studies, in which participants were engaged in conversations themselves or read transcripts of others’ conversations, people tended not to realize that question asking would influence—or had influenced—the level of amity between the conversationalists.