transmission
Differences
This shows you the differences between two versions of the page.
Next revision | Previous revision | ||
transmission [2012/08/05 19:27] – created admin | transmission [2018/02/19 20:28] (current) – francesco | ||
---|---|---|---|
Line 1: | Line 1: | ||
+ | Per avere informazioni sulla configurazione attuale: | ||
+ | |||
+ | < | ||
+ | transmission-remote -si | ||
+ | </ | ||
+ | |||
+ | ---- | ||
+ | |||
+ | Ricordarsi di aprire il port 9091 con **ufw** e di modificare i parametri in | ||
+ | |||
+ | < | ||
+ | / | ||
+ | </ | ||
+ | ---- | ||
Lo uso per scaricare i file torrent, che vanno a finire in: | Lo uso per scaricare i file torrent, che vanno a finire in: | ||
Line 15: | Line 29: | ||
< | < | ||
transmission-remote -t[numero del torrent] --remove-and-delete | transmission-remote -t[numero del torrent] --remove-and-delete | ||
+ | </ | ||
+ | |||
+ | In **FreeBSD** la directory di download è: | ||
+ | |||
< | < | ||
+ | / | ||
+ | </ | ||
+ | |||
+ | e vanno aggiunte queste stanze al file / | ||
+ | |||
+ | < | ||
+ | #################### | ||
+ | ### Transmission ### | ||
+ | #################### | ||
+ | |||
+ | $IPF 250 allow all from any to any 51413 in | ||
+ | $IPF 251 allow all from any to any 51413 out | ||
+ | |||
+ | # Port web di Transmission per i PC nella LAN di casa | ||
+ | $IPF 300 allow all from 192.168.0.0/ | ||
+ | $IPF 301 allow all from 192.168.0.0/ | ||
+ | |||
+ | # Quello che segue mi sembra essere il nuovo (giugno 2016) IP fisso dell' | ||
+ | $IPF 320 allow tcp from *** to any 9091 in | ||
+ | $IPF 321 allow tcp from *** to any 9091 out | ||
+ | |||
+ | # Quello che segue mi sembra essere l'IP di Cuneo | ||
+ | $IPF 330 allow tcp from *** to any 9091 in | ||
+ | $IPF 331 allow tcp from *** to any 9091 out | ||
+ | </ | ||
+ | |||
+ | oltre naturalmente alla linea: | ||
+ | |||
+ | < | ||
+ | # | ||
+ | transmission_enable=" | ||
+ | </ | ||
+ | |||
+ | in / |
transmission.1344187679.txt.gz · Last modified: 2012/08/05 19:27 by admin