[icecast] binding to network interfaces

Michael Smith msmith at xiph.org
Wed Mar 19 12:11:59 UTC 2003



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 at xiph.org'
containing only the word 'unsubscribe' in the body.  No subject is needed.
Unsubscribe messages sent to the list will be ignored/filtered.



More information about the Icecast mailing list