Michael Smith wrote:> Yes.how? :) if I try multiple bind-address tags in the config file, it only binds to the first address. can you give hints or provide a config file sample? --- >8 ---- List archives: http://www.xiph.org/archives/ icecast project homepage: http://www.icecast.org/ To unsubscribe from this list, send a message to 'icecast-request@xiph.org' containing only the word 'unsubscribe' in the body. No subject is needed. Unsubscribe messages sent to the list will be ignored/filtered.
On Wednesday 19 March 2003 22:55, Akos Maroy wrote:> Michael Smith wrote: > > Yes. > > how? :) > > if I try multiple bind-address tags in the config file, it only binds to > the first address. > > can you give hints or provide a config file sample? ><listen-socket> <port>80 (or other)</port> <bind-address>whatever, eth1</bind-address> </listen-socket> <listen-socket> <port>80</port> <bind-address>as appropriate for eth0:1</bind-address> </listen-socket> You need a recent cvs copy for this feature to work (if the config file in your copy doesn't have an example with <listen-socket>, yours is too old). Mike --- >8 ---- List archives: http://www.xiph.org/archives/ icecast project homepage: http://www.icecast.org/ To unsubscribe from this list, send a message to 'icecast-request@xiph.org' containing only the word 'unsubscribe' in the body. No subject is needed. Unsubscribe messages sent to the list will be ignored/filtered.
Michael Smith wrote:> You need a recent cvs copy for this feature to work (if the config file in > your copy doesn't have an example with <listen-socket>, yours is too old).thanks. I'll give it a try as soon as I get autoconf 2.53 on that particular machine... --- >8 ---- List archives: http://www.xiph.org/archives/ icecast project homepage: http://www.icecast.org/ To unsubscribe from this list, send a message to 'icecast-request@xiph.org' containing only the word 'unsubscribe' in the body. No subject is needed. Unsubscribe messages sent to the list will be ignored/filtered.