Changes between Version 11 and Version 12 of UserGuide/ThinClient


Ignore:
Timestamp:
07/04/2011 02:33:23 AM (12 years ago)
Author:
johnnyg
Comment:

add note about adding 127.0.0.2 to loopback device (necessary for macs)

Legend:

Unmodified
Added
Removed
Modified
  • UserGuide/ThinClient

    v11 v12  
    142142 
    143143 '''Note:''' We use 127.0.0.2 instead of localhost so that deluge realises that we are actually connecting to a remote daemon. 
     144 
     145 '''Note:''' If you get the error: 
     146{{{ 
     147bind: Can't assign requested address 
     148}}} 
     149 You need to add 127.0.0.2 as an alias for the loopback device: 
     150{{{ 
     151#!sh 
     152sudo ifconfig lo0 add 127.0.0.2 
     153}}} 
    144154 1. Run deluge. 
    145155 1. Go to "Preferences -> Interface" and untick "Enable" under "Classic Mode".