Return to BSD News archive
#! rnews 1308 bsd Path: euryale.cc.adfa.oz.au!newshost.anu.edu.au!harbinger.cc.monash.edu.au!simtel!lll-winken.llnl.gov!hookup!usenet.eel.ufl.edu!news.mathworks.com!newsfeed.internetmci.com!news.sprintlink.net!buffnet2.buffnet.net!buffnet3!root From: root@buffnet.net (Superuser) Newsgroups: comp.unix.bsd.freebsd.misc Subject: Re: 2.0's TCPIP troubles Date: 11 Aug 1995 21:39:17 GMT Organization: BuffNET Lines: 22 Message-ID: <40gim5$6bk@buffnet2.buffnet.net> References: <407a7t$puq@buffnet2.buffnet.net> <409qfn$s9b@bonnie.tcd-dresden.de> <40cstq$ndr@buffnet2.buffnet.net> <40etf0$2t5@news.rwth-aachen.de> NNTP-Posting-Host: buffnet3.buffnet.net X-Newsreader: TIN [version 1.2 PL2] Thomas Gellekum (thomas@ghpc8.ihf.rwth-aachen.de) wrote: : > : > : 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 This generates an error that no variables are defined for this protocol. I think Im going to have to take the dive into 2.0.5 - I just have a huge amount of reconstruction work looking at me if i do that right now. Thank you anyways.