similar to: Using Icecast over IPv6

Displaying 20 results from an estimated 10000 matches similar to: "Using Icecast over IPv6"

2011 Jun 06
2
Using Icecast over IPv6
Hi, Thanks for the quick answer! On Mon, 6 Jun 2011, Thomas.Rucker at tieto.com wrote: > To your problem there are two approaches: > - bind explicitly to :: and to 0.0.0.0 (so an ipv4 and a separate ipv6 bind) > - change your sysctl.conf to contain: "net.ipv6.bindv6only = 0" hmmm. OK but this implies (does it not) that /proc/sys/net/ipv6/bindv6only should now contain
2011 Jun 06
0
Using Icecast over IPv6
Hi, >-----Original Message----- >From: icecast-bounces at xiph.org [mailto:icecast-bounces at xiph.org] On >Behalf Of Geoff Shang >Sent: Monday, 06 June, 2011 17:39 >Subject: Re: [Icecast] Using Icecast over IPv6 >On Mon, 6 Jun 2011, Thomas.Rucker at tieto.com wrote: > >> To your problem there are two approaches: >> - bind explicitly to :: and to 0.0.0.0 (so an
2013 Mar 21
4
Asterisk 1.8 and dual stack support
Hi folks, Following an upgrade to Debian wheezy, I'm now running Asterisk 1.8.13.1. As opposed to Asterisk 1.6.2.9 that I ran with squeeze, this version can support IPv6. However, it seems that I can't get it to support both IPv4 and IPv6 at the same time. For example, if in sip.conf I set the bindaddr variable to '::' it will only listen on IPv6 and none of my IPv4-only
2017 Mar 21
2
Centos 7.3.1611 - NetworkManager + dhcp + ipv6
Used steps on sysctl from?Centos7 FAQ (https://wiki.centos.org/FAQ/CentOS7)?and some gathered on internet # cat /etc/sysctl.d/90-disable_ipv6.conf? net.ipv6.conf.all.disable_ipv6=1 net.ipv6.conf.default.disable_ipv6=1 net.ipv6.conf.eth0.disable_ipv6=1 net.ipv6.conf.eth1.disable_ipv6=1 net.ipv6.conf.all.use_tempaddr=0 net.ipv6.conf.all.autoconf=0 net.ipv6.conf.all.accept_ra=0
2004 Sep 29
1
IPv6 + user@ipaddress
Using: Solaris 8.0 OpenSSH OpenSSH_3.8p1 I believe I may have found a bug when dealing with restricting user at ipv6address in cases when adjacent colons do not expand to multiple fields. For example: If I have any of the following entries in sshd_config, it will let me in: user at 1234:0234:0234:0000:0234:1234:1234:1234 user at 1234:234:234:0000:234:1234:1234:1234 user at
2015 Mar 09
6
Centos 6 - disabling IPv6 addressing
Sorry - that should be sysctl -w net.ipv6.conf.all.accept_ra=0 to disable that, not 1. Chris On Sun, Mar 8, 2015 at 11:14 PM, Chris Stone <axisml at gmail.com> wrote: > Try: > > sysctl -w net.ipv6.conf.all.accept_ra=1 > > to persist between boots, be sure to add this to your /etc/sysctl.conf > file. > > This should prevent the box from listening to any RA
2015 Mar 09
3
Centos 6 - disabling IPv6 addressing
On Fri, Mar 6, 2015 at 11:52 AM, Robert Moskowitz <rgm at htt-consult.com> wrote: > > > On 03/06/2015 11:00 AM, Robert Moskowitz wrote: > >> >> >> On 03/06/2015 10:55 AM, Barry Brimer wrote: >> >>> >>> >>> IPV6INIT="no" >>>> >>>> But I am still getting a global IPv6 (and of course local scope).
2015 Mar 09
2
Centos 6 - disabling IPv6 addressing
> On 03/09/2015 01:15 AM, Chris Stone wrote: >> >> sysctl -w net.ipv6.conf.all.accept_ra=0 On 03/10/2015 06:52 AM, Robert Moskowitz wrote: > No change after running this and trying both: > > system network restart it's: service network restart Try also setting these in sysctl: net.ipv6.conf.all.disable_ipv6=1 net.ipv6.conf.default.disable_ipv6=1
2015 Mar 09
1
Centos 6 - disabling IPv6 addressing
How about, in your /etc/sysconfig/network file adding or editing the line for IPV6 to be: NETWORKING_IPV6=no and then try a 'service network restart' and see what you get. Chris On Mon, Mar 9, 2015 at 11:52 AM, Robert Moskowitz <rgm at htt-consult.com> wrote: > No change after running this and trying both: > > system network restart > > ifdown eth0; ifup eth0
2011 Aug 18
1
CentOS 6 and IPv6 neighbor proxy
To route a subnet in ipv6 there are two possibilities: - add route commands for the subnet in each computer - or use neighbor proxy in the router server I prefer neighbor proxy. So I have to activate neighbor proxy in the router: sysctl -w net.ipv6.conf.all.proxy_ndp=1 and I have to add entries for each client in the subnet like ip -6 neigh add proxy
2014 Sep 07
4
Ifconfig ipv6:permission denied.
Hi! I installed CentOS 7 today, it's a minimal install, so it didn't have ifconfig command. So I installed net-tools, however I can't add ipv6 address to it. # ifconfig enp0s3 add fc00::1002/124 SIOCSIFADDR: Permission denied. Yes, I'm running as root. CentOS is running in a Qemu instance with e1000 ethernet card.
2016 Jan 07
1
Disabling IPv6 with NetworkManager
Hello, Simple question, I'd like to know whether it's possible to disable IPv6 with NetworkManager only (over command line)? I am aware of: * echo "net.ipv6.conf.all.disable_ipv6 = 1" > /etc/sysctl.d/disableipv6.conf * sysctl -p But doing it with NM would be way easier to remember. Thanks! -- Sander Kuusemets University of Tartu, High Performance Computing, IT
2011 Aug 22
2
Bug#638837: independent_wallclock sysctl has gone away?
Package: xen Severity: important Version: 4.0.1-1 The Xen documentation and Xen Debian wiki describes using independent_wallclock to sync domU clocks against the dom0 clock http://docs.vmd.citrix.com/XenServer/4.0.1/guest/ch04s06.html http://wiki.debian.org/Xen#Possible_problems_and_bugs-1 This sysctl appears to have gone away with squeeze, but the documentation is not updated Time drift is
2017 Jul 28
4
firewalld and LISTEN
On CentOS7 I have following firewalld setting. external (active) target: default icmp-block-inversion: no interfaces: eth0 sources: services: dns ftp http https imaps pop3s smtp ssh ports: 110/tcp 21/tcp 20000/tcp 106/tcp 53/tcp 990/tcp 5432/tcp 8447/tcp 113/tcp 143/tcp 3306/tcp 5224/tcp 22/tcp 465/tcp 995/tcp 25/tcp 10000/tcp 8443/tcp 993/tcp 443/tcp 8880/tcp 587/tcp 20/tcp 53/udp
2013 Aug 14
12
xen 4.3 - bridge with bonding under Debian Wheezy
Hi all, i have a xen 4.3 installation and would like to have a bridge bond szenario: *** eth0 eth1 | | bond0 | br0 | vif = [ ''bridge=br0,mac=xx:xx:xx:xx:xx:xx'' ] *** With the network script in debian wheezy *** /etc/network/interfaces auto bond0 iface bond0 inet manual slaves eth0 eth1
2017 Feb 16
2
IPv6 broken on Linode
On 02/16/2017 02:32 AM, James Hogarth wrote: > On 16 February 2017 at 10:17, Alice Wonder <alice at domblogger.net> wrote: >> On 02/16/2017 02:03 AM, James Hogarth wrote: >>> >>> On 16 February 2017 at 09:09, Alice Wonder <alice at domblogger.net> wrote: >>>> >>>> On 02/16/2017 12:54 AM, Tony Mountifield wrote: >>>>>
2011 Nov 25
4
Smooth Linux icecast source GUI
2011/11/25 <Thomas.Rucker at tieto.com> > If GUI is a must. > > Look at BUTT. (butt.sf.net) > great Stuff ! > Otherwise I'd go with rock solid ices2. > > Make it autostart and give it infinite reconnect and it will be streaming > for years as long as there is a network connection to the server! > > they have very frequent network breakdown , so
2017 Feb 16
2
IPv6 broken on Linode
On 02/16/2017 03:28 AM, James Hogarth wrote: > On 16 February 2017 at 10:42, Alice Wonder <alice at domblogger.net> wrote: >> On 02/16/2017 02:32 AM, James Hogarth wrote: >>> >>> On 16 February 2017 at 10:17, Alice Wonder <alice at domblogger.net> wrote: >>>> >>>> On 02/16/2017 02:03 AM, James Hogarth wrote: >>>>>
2011 Jun 22
3
IPv6 with Bridge Modus
Hi guys! Can i use a IPv6 adress at XEN 4.0.1 of Debain 6? In my cfg I use this setting: vif = [ ''ip=85.10.210.154 46.4.44.162 2a01:4f8:130:9301::3'' ] But i get the error message: Error: Device 0 (vif) could not be connected. /etc/xen/scripts/vif-route failed; error detected. Best regards, Stefan _______________________________________________ Xen-users
2011 Sep 09
1
Slow performance - 4 hosts, 10 gigabit ethernet, Gluster 3.2.3
Hi everyone, I am seeing slower-than-expected performance in Gluster 3.2.3 between 4 hosts with 10 gigabit eth between them all. Each host has 4x 300GB SAS 15K drives in RAID10, 6-core Xeon E5645 @ 2.40GHz and 24GB RAM running Ubuntu 10.04 64-bit (I have also tested with Scientific Linux 6.1 and Debian Squeeze - same results on those as well). All of the hosts mount the volume using the FUSE