Friday, April 1, 2005

Rendezvous in Linux


This page has a good description on advertising Rendezvous service on linux.  I am using this to advertise my afp shares, web server, Webmin server, and TiVo Music server.





Here are the lines that I use to do this:


mDNSProxyResponderPosix 192.168.1.11 "Westbrook File Server" "File Server" _afpovertcp._tcp. 548 &


mDNSProxyResponderPosix 192.168.1.11 "Westbrook Web Server" "Westbrook Web Server" _http._tcp. 80 &


mDNSProxyResponderPosix 192.168.1.11 "Webmin" "Webmin" _http._tcp. 10000 &


mDNSProxyResponderPosix 192.168.1.11 "Music Server" "Music Server" _tivo_music._tcp. 80 "path=/TiVoConnect?Command=QueryContainer&Container=/Music" &

No comments:

Post a Comment

Unlocking Raspberry Pi Potential: Navigating Network Booting Challenges for Enhanced Performance and Reliability

I've set up several Raspberry Pis around our house for various projects, but one recurring challenge is the potential for SD card failur...