Search found 5 matches
- Mon Feb 20, 2012 4:57 pm
- Forum: Support
- Topic: [fixed] client vpn pptp + deluge daemon : help ?
- Replies: 10
- Views: 14324
Re: client vpn pptp + deluge daemon : help ?
...the -d flag on deluged command line puzzles me : the original Debian script launches deluged with this -d even though it is launched in the /etc/init.d sequence and seems to be running as a daemon... I guess this remark puzzled more than just me, because, as I found out on the FAQ page, the -d f...
- Mon Feb 20, 2012 2:17 pm
- Forum: Support
- Topic: [fixed] client vpn pptp + deluge daemon : help ?
- Replies: 10
- Views: 14324
Re: client vpn pptp + deluge daemon : help ?
what I did : create a vpn provider in /etc/ppp/peers/myprovider use persist to get auto reconnect create a vpn interface in etc/network/interfaces, using myprovider as provider, with the auto flag create /etc/ppp/ip-up.d/myprovider and /etc/ppp/ip-down.d/myprovider scripts, where ip route and ip rul...
- Sun Feb 19, 2012 12:43 am
- Forum: Support
- Topic: [fixed] client vpn pptp + deluge daemon : help ?
- Replies: 10
- Views: 14324
Re: client vpn pptp + deluge daemon : help ?
I have the feeling that -i does not override core.conf "listen_interface" setting.
- Sat Feb 18, 2012 5:02 pm
- Forum: Support
- Topic: [fixed] client vpn pptp + deluge daemon : help ?
- Replies: 10
- Views: 14324
Re: client vpn pptp + deluge daemon : help ?
Thanks for your reply. I did search these forums. But searches with "vpn" or "pptp" did not seem to bring anything useful to me. I could go so far as to launch deluged and deluge-web in a if-up.d script, but I don't know how to automatically grab the ip address and interface name...
- Fri Feb 17, 2012 3:10 pm
- Forum: Support
- Topic: [fixed] client vpn pptp + deluge daemon : help ?
- Replies: 10
- Views: 14324
[fixed] client vpn pptp + deluge daemon : help ?
Hello I'm using deluge on a headless Debian Squeeze server (deluged + deluge-web). No keyboard, no monitor, no gui. I could configure a pptp vpn client, but that's as far as I can go. I lack expertise, and I need help to achieve the following goal : - at system startup, connect to VPN, launch deluge...