User Tools

Site Tools


transmission

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
transmission [2012/08/05 19:28] admintransmission [2018/02/19 20:28] (current) francesco
Line 1: Line 1:
 +Per avere informazioni sulla configurazione attuale:
 +
 +<code>
 +transmission-remote -si
 +</code>
 +
 +----
 +
 +Ricordarsi di aprire il port 9091 con **ufw** e di modificare i parametri in
 +
 +<code>
 +/etc/transmission-daemon/settings.son
 +</code>
 +----
 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 16: Line 30:
 transmission-remote -t[numero del torrent] --remove-and-delete transmission-remote -t[numero del torrent] --remove-and-delete
 </code> </code>
 +
 +In **FreeBSD** la directory di download è:
 +
 +<code>
 +/usr/local/etc/transmission/home/Downloads
 +</code>
 +
 +e vanno aggiunte queste stanze al file /etc/ipfw.conf:
 +
 +<code>
 +####################
 +### 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/25 to any 9091 in
 +$IPF 301 allow all from 192.168.0.0/25 to any 9091 out
 +
 +# Quello che segue mi sembra essere il nuovo (giugno 2016) IP fisso dell'Istituto
 +$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
 +</code>
 +
 +oltre naturalmente alla linea:
 +
 +<code>
 +#Transmission
 +transmission_enable="YES"
 +</code>
 +
 +in /etc/rc.conf
transmission.1344187688.txt.gz · Last modified: 2012/08/05 19:28 by admin