Hi, Thanks for the beautiful product, i use it for a long time. Very stable! I would like in a new version that IPv6 fully works like IPv4 <bind-address>. Now we can only use :: With multiple interfaces the use it all on that port, this is difficult for multi icecast account on same server. Best regards, Michel -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.xiph.org/pipermail/icecast/attachments/20180815/90501bcc/attachment.html>
Good morning, On Wed, 2018-08-15 at 11:15 +0200, Michel van Dop wrote:> Hi, > > Thanks for the beautiful product, i use it for a long time. Very > stable! > > I would like in a new version that IPv6 fully works like IPv4 > <bind-address>. > > Now we can only use :: With multiple interfaces the use it all on that > port, this is difficult for multi icecast account on same server.I'm not exactly sure what your problem is. Icecast supports binding to several addresses individually. E.g. this works for me: <listen-socket> <bind-address>::1</bind-address> </listen-socket> <listen-socket> <bind-address>2a01:*:*:*:*:*:6453:40a1</bind-address> </listen-socket> Resulting in: Proto Recv-Q Send-Q Local Address Foreign Address State PID/Program name tcp6 0 0 ::1:8000 :::* LISTEN 12043/icecast tcp6 0 0 2a01:*:*:*:*:8000 :::* LISTEN 12043/icecast Maybe you can give us a little bit more context. With best regards, -- Philipp Schafft (CEO/Geschäftsführer) Telephon: +49.3535 490 17 92 Löwenfelsen UG (haftungsbeschränkt) Registration number: Bickinger Straße 21 HRB 12308 CB 04916 Herzberg (Elster) VATIN/USt-ID: Germany DE305133015 -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 490 bytes Desc: This is a digitally signed message part URL: <http://lists.xiph.org/pipermail/icecast/attachments/20180815/5a7216c9/attachment.sig>
Hi Philipp, Thank you for the information. sorry for the unclear question. I do not know that we can use a full IPv6 address in bind-address item. I can not find it in the documents. Can we use it on all 2.4 versions? Best regards, Michel Philipp Schafft schreef op 2018-08-15 12:40:> Good morning, > > On Wed, 2018-08-15 at 11:15 +0200, Michel van Dop wrote: > >> Hi, >> >> Thanks for the beautiful product, i use it for a long time. Very >> stable! >> >> I would like in a new version that IPv6 fully works like IPv4 >> <bind-address>. >> >> Now we can only use :: With multiple interfaces the use it all on that >> port, this is difficult for multi icecast account on same server. > > I'm not exactly sure what your problem is. Icecast supports binding to > several addresses individually. E.g. this works for me: > <listen-socket> > <bind-address>::1</bind-address> > </listen-socket> > <listen-socket> > <bind-address>2a01:*:*:*:*:*:6453:40a1</bind-address> > </listen-socket> > > Resulting in: > Proto Recv-Q Send-Q Local Address Foreign Address State PID/Program name > tcp6 0 0 ::1:8000 :::* LISTEN 12043/icecast > tcp6 0 0 2a01:*:*:*:*:8000 :::* LISTEN 12043/icecast > > Maybe you can give us a little bit more context. > > With best regards, > _______________________________________________ > Icecast mailing list > Icecast at xiph.org > http://lists.xiph.org/mailman/listinfo/icecast-- -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.xiph.org/pipermail/icecast/attachments/20180816/0c45b45f/attachment.html>