Re: net-radio and firewall

From: Adam Aube (aaube01_at_baker.edu)
Date: 02/16/04

  • Next message: Dave's List Addy: "Re: Holy Shee-it"
    To: debian-user@lists.debian.org
    Date: Mon, 16 Feb 2004 15:41:01 -0500
    
    

    On Monday 16 February 2004 03:27 pm, mikael backman wrote:
    > Adam Aube wrote:
    >> Since this list is for users of Debian GNU/Linux, and not Netgear's
    >> network devices, you'll probably find better help there.

    > Yes but I do use Debian testing. Since netradio works fine with the
    > firewall in Freebsd5.2 I tought,maybe there was something I could tweak
    > in Debian to get it to work.

    Okay. If you use the same client program on FreeBSD and Debian to access
    netradio, you can check the settings on the FreeBSD client and compare
    them to the settings on the Debian client for any differences.

    Another thing you can check is ECN, which is a TCP extension that
    sometimes causes problems with broken TCP/IP stacks that don't implement
    it properly or at all.

    cat /proc/sys/net/ipv4/tcp_ecn

    This will show you the value of the setting. 0 is off, and 1 is on. If
    it's on, try turning it off, like this (do this as root):

    echo "0" > /proc/sys/net/ipv4/tcp_ecn

    If that works, you can set it to be permanently off by adding this line
    to /etc/sysctl.conf:

    net/ipv4/tcp_ecn=0

    Adam

    -- 
    To UNSUBSCRIBE, email to debian-user-request@lists.debian.org 
    with a subject of "unsubscribe". Trouble? Contact listmaster@lists.debian.org
    

  • Next message: Dave's List Addy: "Re: Holy Shee-it"