Hi. I'm trying to play music from my workstation to another machine that is connected to my stereo, but all I get is: Connection failure: Connection refused. I have tried both the sources from the 0.7 release and from svn. Configuration on the server: add-autoload-sink output module-alsa-sink device=plughw:0,0 rate=48000 sink_name=output add-autoload-sink output2 module-oss device=/dev/dsp1 record=0 sink_name=output2 add-autoload-sink combined module-combine master=output slaves=output2 sink_name=combined add-autoload-source input module-alsa-source device=hw:1,0 source_name=input # Load several protocols load-module module-esound-protocol-unix load-module module-native-protocol-unix public=1 # Load the CLI module load-module module-cli # Make some devices default set-default-sink output set-default-source input .nofail # Publish connection data in the X11 root window load-module module-x11-publish Configuration on the client (the server is named miniitrex): add-autoload-sink output module-tunnel-sink server=miniitrex sink=output sink_name=output # Load the CLI module load-module module-cli # Make some devices default set-default-sink output .nofail # Publish connection data in the X11 root window load-module module-x11-publish paplay -s servername wavfile also gives me Connection Failure. I guess there is something obvious thats missing. I'd be very happy if you could help. ----------- ?ystein Senneset Haaland