Re: [fixed] client vpn pptp + deluge daemon : help ?
Posted: Wed May 22, 2013 2:30 pm
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:
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.
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
Now I can ping using the interface but Deluge still doesn't want to connect using it.