Advertisement
Guest User

Only up script

a guest
Feb 28th, 2015
220
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.06 KB | None | 0 0
  1. pi@raspberrypi:~$ sudo openvpn --config /etc/openvpn/Sweden.ovpn --auth-user-pass /etc/openvpn/login.txt --script-security 2 --up /etc/openvpn/torrentvpn.sh
  2. Sat Feb 28 23:04:58 2015 OpenVPN 2.2.1 arm-linux-gnueabihf [SSL] [LZO2] [EPOLL] [PKCS11] [eurephia] [MH] [PF_INET6] [IPv6 payload 20110424-2 (2.2RC2)] built on Dec 1 2014
  3. Sat Feb 28 23:04:58 2015 WARNING: file '/etc/openvpn/login.txt' is group or others accessible
  4. Sat Feb 28 23:04:58 2015 NOTE: the current --script-security setting may allow this configuration to call user-defined scripts
  5. Sat Feb 28 23:04:58 2015 LZO compression initialized
  6. Sat Feb 28 23:04:58 2015 RESOLVE: NOTE: sweden.privateinternetaccess.com resolves to 4 addresses
  7. Sat Feb 28 23:04:58 2015 UDPv4 link local: [undef]
  8. Sat Feb 28 23:04:58 2015 UDPv4 link remote: [AF_INET]91.108.183.178:1194
  9. Sat Feb 28 23:04:58 2015 WARNING: this configuration may cache passwords in memory -- use the auth-nocache option to prevent this
  10. Sat Feb 28 23:05:00 2015 [Private_Internet_Access] Peer Connection Initiated with [AF_INET]91.108.183.178:1194
  11. Sat Feb 28 23:05:02 2015 TUN/TAP device tun0 opened
  12. Sat Feb 28 23:05:02 2015 do_ifconfig, tt->ipv6=0, tt->did_ifconfig_ipv6_setup=0
  13. Sat Feb 28 23:05:02 2015 /sbin/ifconfig tun0 10.167.1.6 pointopoint 10.167.1.5 mtu 1500
  14. Sat Feb 28 23:05:02 2015 /etc/openvpn/torrentvpn.sh tun0 1500 1542 10.167.1.6 10.167.1.5 init
  15. Stopping bittorrent daemon: transmission-daemon.
  16. {
  17. "alt-speed-down": 50,
  18. "alt-speed-enabled": false,
  19. "alt-speed-time-begin": 540,
  20. "alt-speed-time-day": 127,
  21. "alt-speed-time-enabled": false,
  22. "alt-speed-time-end": 1020,
  23. "alt-speed-up": 50,
  24. "bind-address-ipv4": 10.167.1.5,
  25. "bind-address-ipv6": "::",
  26. "blocklist-enabled": false,
  27. "blocklist-url": "http://www.example.com/blocklist",
  28. "cache-size-mb": 4,
  29. "dht-enabled": true,
  30. "download-dir": "/mnt/download/transmission/completed",
  31. "download-limit": 100,
  32. "download-limit-enabled": 0,
  33. "download-queue-enabled": true,
  34. "download-queue-size": 2,
  35. "encryption": 1,
  36. "idle-seeding-limit": 30,
  37. "idle-seeding-limit-enabled": false,
  38. "incomplete-dir": "/mnt/download/transmission/incomplete",
  39. "incomplete-dir-enabled": true,
  40. "lpd-enabled": false,
  41. "max-peers-global": 200,
  42. "message-level": 2,
  43. "peer-congestion-algorithm": "",
  44. "peer-id-ttl-hours": 6,
  45. "peer-limit-global": 200,
  46. "peer-limit-per-torrent": 50,
  47. "peer-port": 51413,
  48. "peer-port-random-high": 65535,
  49. "peer-port-random-low": 49152,
  50. "peer-port-random-on-start": false,
  51. "peer-socket-tos": "default",
  52. "pex-enabled": true,
  53. "port-forwarding-enabled": false,
  54. "preallocation": 1,
  55. "prefetch-enabled": 1,
  56. "queue-stalled-enabled": true,
  57. "queue-stalled-minutes": 30,
  58. "ratio-limit": 1,
  59. "ratio-limit-enabled": false,
  60. "rename-partial-files": true,
  61. "rpc-authentication-required": true,
  62. "rpc-bind-address": "0.0.0.0",
  63. "rpc-enabled": true,
  64. "rpc-password": "gigabrun1849",
  65. "rpc-port": 9091,
  66. "rpc-url": "/transmission/",
  67. "rpc-username": "admin",
  68. "rpc-whitelist": "192.168.*.*",
  69. "rpc-whitelist-enabled": false,
  70. "scrape-paused-torrents-enabled": true,
  71. "script-torrent-done-enabled": false,
  72. "script-torrent-done-filename": "",
  73. "seed-queue-enabled": false,
  74. "seed-queue-size": 10,
  75. "speed-limit-down": 100,
  76. "speed-limit-down-enabled": false,
  77. "speed-limit-up": 10,
  78. "speed-limit-up-enabled": true,
  79. "start-added-torrents": true,
  80. "trash-original-torrent-files": false,
  81. "umask": 18,
  82. "upload-limit": 100,
  83. "upload-limit-enabled": 0,
  84. "upload-slots-per-torrent": 14,
  85. "utp-enabled": true
  86. }
  87. nameserver 209.222.18.222
  88. nameserver 209.222.18.218
  89. RTNETLINK answers: File exists
  90. RTNETLINK answers: File exists
  91. Starting bittorrent daemon: transmission-daemon/usr/bin/transmission-daemon already running.
  92. failed!
  93. Sat Feb 28 23:05:04 2015 WARNING: Failed running command (--up/--down): external program exited with error status: 1
  94. Sat Feb 28 23:05:04 2015 Exiting
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement