*BSD News Article 49053


Return to BSD News archive

Path: euryale.cc.adfa.oz.au!newshost.anu.edu.au!harbinger.cc.monash.edu.au!simtel!news.kei.com!news.mathworks.com!newsfeed.internetmci.com!news.sprintlink.net!EU.net!Germany.EU.net!nntp.gmd.de!news.rwth-aachen.de!not-for-mail
From: thomas@ghpc8.ihf.rwth-aachen.de (Thomas Gellekum)
Newsgroups: comp.unix.bsd.freebsd.misc
Subject: Re: 2.0's TCPIP troubles
Date: 11 Aug 1995 06:30:56 GMT
Organization: <this space intentionally left blank>
Lines: 21
Message-ID: <40etf0$2t5@news.rwth-aachen.de>
References: <407a7t$puq@buffnet2.buffnet.net> <409qfn$s9b@bonnie.tcd-dresden.de> <40cstq$ndr@buffnet2.buffnet.net>
NNTP-Posting-Host: ghpc6.ihf.rwth-aachen.de
X-Newsreader: TIN [UNIX 1.3 950726BETA PL0]

Superuser (root@buffnet.net) wrote:
> J Wunsch (j@bonnie.heep.sax.de) wrote:
> : steve hovey <shovey@buffnet.net> wrote:
> : >Im using the freebsd 2.0 - and I have noticed some trouble with the 
> : >tcpip-  If I telnet from it to a term server all the modems reset.
> 
> : Did you try disabling the TCP extensions (refer to /etc/sysconfig)?
> 
> I must be really dense - there is no /etc/sysconfig and no man page for 
> it, not can I find it in a faq.  Ugh.


/etc/sysconfig came with 2.0.5. For 2.0 try

        sysctl -nw net.inet.tcp.rfc1323=0
	sysctl -nw net.inet.tcp.rfc1644=0
		
tg