Changes

From SME Server
Jump to navigationJump to search
217 bytes added ,  22:25, 28 March 2013
no edit summary
Line 6: Line 6:  
  cd transmission
 
  cd transmission
   −
then we need to install all the following files, you have to adjust with your architecture
+
then we need to install all the following files, you have to adjust with your cpu architecture
    
  wget http://geekery.altervista.org/geekery/el5/i386/libevent2-2.0.10-1geekery.i386.rpm
 
  wget http://geekery.altervista.org/geekery/el5/i386/libevent2-2.0.10-1geekery.i386.rpm
Line 29: Line 29:  
  nano /var/lib/transmission/settings.json
 
  nano /var/lib/transmission/settings.json
   −
allow your network range to connect to transmission-deamon "*" can be used as a wild card
+
allow your network range to connect to the transmission-deamon '''"*" can be used as a wild card'''
   −
  "rpc-whitelist": "'''127.0.0.1,192.168.12.*'''",
+
  "rpc-whitelist": "'''127.0.0.1,192.168.1.*'''",
 
  "rpc-whitelist-enabled": '''true''',
 
  "rpc-whitelist-enabled": '''true''',
   Line 37: Line 37:     
  /etc/init.d/transmission-daemon start
 
  /etc/init.d/transmission-daemon start
 +
 
by default the transmission-deamon use the 51413 port for sharing with other computer so we have to authorize it in the sme firewall and after you may need to allow it in the nat configuration of your router if the upnp configuration does'nt work.
 
by default the transmission-deamon use the 51413 port for sharing with other computer so we have to authorize it in the sme firewall and after you may need to allow it in the nat configuration of your router if the upnp configuration does'nt work.
   Line 44: Line 45:  
  db configuration setprop transmission-daemon access public
 
  db configuration setprop transmission-daemon access public
    +
if you restart your computer you can experiment that the service is not started because there is no link to rc.7d, so you have to do this command line to allow transmission deamon operate in runlevel 7.
    
  ln -s /etc/init.d/transmission-daemon /etc/rc.d/rc7.d/S99transmission-daemon
 
  ln -s /etc/init.d/transmission-daemon /etc/rc.d/rc7.d/S99transmission-daemon

Navigation menu