raven22 wrote:
>
> - Can i set a fixed ip? the http://daphile.local does not work on my
> (ubuntu) box. I run daphile as virtual machine in proxmox.
>
Fixed/static IP is one of the requested features. It would be basically
pretty simple to implement but it requires some special care because
Daphile is designed to operate headless (no local console UI) and the
only way to connect is through the network connection. So how to fix
Daphile configuration if there is something wrong with the static IP
conf? And how to do initial configuration? Those are the
questions/problems for which I want to have good solutions before I
implement them.
raven22 wrote:
>
> - how do i define where the music files are stored? I mount this
> location via a added nfs, but there is a red sign next to the share?
>
NFS configuration should be simple. For the "Remote target" column you
input the server name or address and the directory path to the music
library. The "Identification" column can be any alias name, for example
"MusicLibrary". if you want to be able rip CDs directly to NFS share you
must check the RW box.
On the server side you must verify the it allows Daphile to mount the
share (on Linux server check the /etc/exports). Below is example from my
server:
Code:
--------------------
# /etc/exports: NFS file systems being exported. See exports(5).
/data 10.0.1.0/24(sync,no_subtree_check,rw,no_root_squash)
--------------------
So my "Remote target" is "10.0.1.2:/data/music/library".
Daphile's own IP address must be among allowed ones.
Kimmo
www.daphile.com
------------------------------------------------------------------------
kipeta's Profile: http://forums.slimdevices.com/member.php?userid=51816
View this thread: http://forums.slimdevices.com/showthread.php?t=99132
_______________________________________________
discuss mailing list
[email protected]
http://lists.slimdevices.com/mailman/listinfo/discuss