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 [2015/02/10 22:03] francescotransmission [2018/02/19 20:28] (current) francesco
Line 34: Line 34:
  
 <code> <code>
-/usr/loacel/etc/transmission/home/Downloads+/usr/local/etc/transmission/home/Downloads
 </code> </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.1423602191.txt.gz · Last modified: 2015/02/10 22:03 by francesco