| View previous topic :: View next topic |
| Author |
Message |
Anonymous Guest
|
Posted: Thu Nov 01, 2007 2:30 pm Post subject: icecast + ipv6 + ipv4 |
|
|
Hello, i'm trying to configure icecast with ipv6 but i have a problem. I can have only ipv6 or ipv4 but nor ipv6 + ipv6. What is the problem ?
<listen-socket>
<port>8001</port>
<bind-address>::</bind-address>
<bind-address>0.0.0.0</bind-address>
</listen-socket>
I have icecast 2.3.1 and gentoo. |
|
| Back to top |
|
 |
karlH Code Warrior

Joined: 13 Jun 2005 Posts: 5476 Location: UK
|
Posted: Thu Nov 01, 2007 3:02 pm Post subject: |
|
|
Define 2 listen-sock sections, each with a bind-address, one ipv4 and the other as ipv6. In trunk both ipv4/ipv6 will be listened for if ipv6 is supported.
karl. |
|
| Back to top |
|
 |
Anonymous Guest
|
Posted: Thu Nov 01, 2007 3:08 pm Post subject: |
|
|
I have 2 sections but there is a bug. Now it works because i have defined the ip adresse instead of :: or 0.0.0.0
<listen-socket>
<port>8000</port>
<bind-address>2001:41d0:1:5f79::1</bind-address>
</listen-socket>
<listen-socket>
<port>8000</port>
<bind-address>91.121.12.121</bind-address>
</listen-socket> |
|
| Back to top |
|
 |
karlH Code Warrior

Joined: 13 Jun 2005 Posts: 5476 Location: UK
|
Posted: Thu Nov 01, 2007 4:10 pm Post subject: |
|
|
The 2.3.1 release only contained some initial support for ipv6 handling and it works to a certain degree. Have you tried the trunk code as that has much better support.
karl. |
|
| Back to top |
|
 |
Anonymous Guest
|
Posted: Thu Nov 01, 2007 8:32 pm Post subject: |
|
|
No i use only ices trunk for jackd support.
I'm waiting for an icecast ebuild in gentoo when a new stable will be out
If i need specials features, perhaps i would try... |
|
| Back to top |
|
 |
|