User Tools

Site Tools


transmission

Per avere informazioni sulla configurazione attuale:

transmission-remote -si

Ricordarsi di aprire il port 9091 con ufw e di modificare i parametri in

/etc/transmission-daemon/settings.son

Lo uso per scaricare i file torrent, che vanno a finire in:

/var/lib/transmission-daemon/download/

consulto la lista con:

transmission-remote -l

elimino un torrent dalla lista con

transmission-remote -t[numero del torrent] --remove-and-delete

In FreeBSD la directory di download è:

/usr/local/etc/transmission/home/Downloads

e vanno aggiunte queste stanze al file /etc/ipfw.conf:

####################
### 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

oltre naturalmente alla linea:

#Transmission
transmission_enable="YES"

in /etc/rc.conf

transmission.txt · Last modified: 2018/02/19 20:28 by francesco