How do i connect to FreeNas server?

Associate
Joined
4 Jun 2010
Posts
1,279
it is all set up and drives are connected but how do i connect to it too add and remove files in explorer? its using 0.7.2 Sabanda. i CAN log into QuiXplorer 2.3

so far i have this:

Hostname hometest.local

Version 0.7.2 Sabanda (revision 5543)

Built on Sat Nov 6 08:54:58 CET 2010

OS Version FreeBSD 7.3-RELEASE-p3 (revision 199506)

Platform i386-livecd on Intel(R) Pentium(R) 4 CPU 2.60GHz

but whenever i type //hometest.local into firefox i get problem loading page server not found.

freddie589 :)
thanks all
 
Last edited:
What happens if you try connecting via the IP address now its name.

You have put when you type //hometest.local it fails. I assume you mean http:\\hometest.local as what you have typed is a UNC path and should be done from a command line

Kimbie
 
When you set it up you would have either specified an IP address, or selected DHCP and the IP would have been given to you in the console output.

Try using this address (as Nikumba has said) rather than the host name.

"\\" is the start of a UNC path.
"http://" is the prefix for a web address.
 
ok,

when i type //hometest.local into cmd i get:
the filename, volume name or syntax is incorrect

when i type http://hometest.local into firefox it times out

when i do //hometest.local in explorer it takes ages and then says it cannot find the location

when i use http:// it says server not found, i have the IP that was given to me in the console output.

if i connect to the IP it takes me to FREENAS login

thanks all
 
FreeNAS doesn't share anything by default. You need to log into the web interface and set up the datastores and CIFS shares for windows Machines to access.
Once you've set a CIFS share which has at minimum read only permissions to "everyone" then you should be able to do the above and see the share listed.
 
Back
Top Bottom