Hi Dspace folks:

 

I was experimenting with SSHing into a VirtualBox VM running DSpace when I
noticed that the Solr web UI was locked down to localhost.

 

Naturally, I thought about SSH tunnelling and after a lot of fruitless
searching around, I actually found helix84 referring to this document in an
email:

 

https://wiki.duraspace.org/display/DSPACE/Solr#Solr-Bypassinglocalhostrestri
ctiontemporarily

 

This didn't really help so I get on researching but eventually I did figure
it out.

 

This block:

Connection - SSH - Tunnels

Source port: 8080

Destination: localhost:1234

Local

Auto

Add

 

Should actually be this:

 

Connection - SSH - Tunnels

Source port: 1234

Destination: localhost:8080

Local

Auto

Add

 

The source port is the local port we're opening up to the tunnel which ends
at localhost:8080 on our remote host.

 

I'm happy to change this on the wiki, but I wanted to double-check to see if
there was some protocol for changing wiki pages that I should take into
account.

 

I believe it was tdonohue who said that my JIRA login should double as a
wiki account. I think that's the case? I haven't checked as I wanted to
double-check with you fine people first :).

 

-David

------------------------------------------------------------------------------
Sponsored by Intel(R) XDK 
Develop, test and display web and hybrid apps with a single code base.
Download it for free now!
http://pubads.g.doubleclick.net/gampad/clk?id=111408631&iu=/4140/ostg.clktrk
_______________________________________________
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech
List Etiquette: https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette

Reply via email to