[fixed] client vpn pptp + deluge daemon : help ?

General support for problems installing or using Deluge
rpbo
New User
New User
Posts: 2
Joined: Mon May 20, 2013 5:10 pm

Re: [fixed] client vpn pptp + deluge daemon : help ?

Post by rpbo »

Alright, so it looks like I needed to setup a route. Based on ifconfig I knew that my gateway was 10.100.0.1, and my ip was 10.100.0.2. So I did these two commands:

Code: Select all

$ip route add default via 10.100.0.1 dev ppp0 table 10
$ip rule add from 10.100.0.2/8 table 10
This basically says that any requests using the ppp0 interface should use 10.100.0.1 as their gateway.

Now I can ping using the interface but Deluge still doesn't want to connect using it.
Post Reply