depasseg
FreeNAS Replicant
- Joined
 - Sep 16, 2014
 
- Messages
 - 2,874
 
I had nothing but problems trying to use the SSH and forwarding method, so I configured CP to listen on any IP instead of just localhost.
edit /usr/pbi/crashplan-amd64/share/crashplan/conf/my.service.xml
With this:
Restart the jail and edit ui.properties to connect to the JAIL-IP:4243 instead of localhost:4243 (or 4200 if you were using the ssh forwarding method.
	
		
			
		
		
	
			
			edit /usr/pbi/crashplan-amd64/share/crashplan/conf/my.service.xml
Code:
 <serviceUIConfig>
    <serviceHost>127.0.0.1</serviceHost>
    <servicePort>4243</servicePort>With this:
Code:
 <serviceUIConfig>
    <serviceHost>0.0.0.0</serviceHost>
    <servicePort>4243</servicePort>Restart the jail and edit ui.properties to connect to the JAIL-IP:4243 instead of localhost:4243 (or 4200 if you were using the ssh forwarding method.
Code:
serviceHost=867.5.3.09 (replace with the real IP of your CP jail) servicePort=4243