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 [2014/06/13 21:44] francescotransmission [2018/02/19 20:28] (current) francesco
Line 30: 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.1402688697.txt.gz · Last modified: 2014/06/13 21:44 by francesco