Search found 2 matches

by rpbo
Wed May 22, 2013 2:30 pm
Forum: Support
Topic: [fixed] client vpn pptp + deluge daemon : help ?
Replies: 10
Views: 14313

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

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: $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 us...
by rpbo
Mon May 20, 2013 5:12 pm
Forum: Support
Topic: [fixed] client vpn pptp + deluge daemon : help ?
Replies: 10
Views: 14313

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

I'm having a hard time getting this setup. Any ideas based on my output? ifconfig output: $ ifconfig eth0 Link encap:Ethernet HWaddr 8c:89:a5:8e:7a:a0 inet addr:192.168.1.120 Bcast:192.168.1.255 Mask:255.255.255.0 inet6 addr: fe80::8e89:a5ff:fe8e:7aa0/64 Scope:Link UP BROADCAST RUNNING MULTICAST MTU...