How can I get it so that when you type in say http://music.mynetwork it
goes to the SlimServer port.

Can DNS handle an IP address and a port? I want to run multiple

No, DNS only handle name to address resolution. You would have to install a web server which is listening on music.mynetwork:80 and does the redirect for you. A web server can have several virtual domains or hosts listening on the same port and ip address under different names.

--

Michael

-----------------------------------------------------------
Help translate SlimServer by using the
SlimString Translation Helper (http://www.herger.net/slim/)

_______________________________________________
unix mailing list
[email protected]
http://lists.slimdevices.com/lists/listinfo/unix

Reply via email to