Bug 292 - rfc1323 and rfc1644 support can confuse terminal servers w/SLIP
Summary: rfc1323 and rfc1644 support can confuse terminal servers w/SLIP
Status: Closed FIXED
Alias: None
Product: Base System
Classification: Unclassified
Component: misc (show other bugs)
Version: Unspecified
Hardware: Any Any
: Normal Affects Only Me
Assignee: freebsd-bugs (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 1995-04-01 15:30 UTC by gibbs
Modified: 1995-04-01 15:30 UTC (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description gibbs 1995-04-01 15:30:01 UTC
	rfc1323 and rfc1644 negotiation can make TCP communication to other
	FreeBSD machines on the other side of a SLIP link impossible.  This
	is not a FreeBSD bug, but a bug in many terminal servers.

	During install, I would highly recommend that these two commands be
	run before any type of network installation:

	sysctl -w net.inet.tcp.rfc1323=0
	sysctl -w net.inet.tcp.rfc1644=0

	It would not look good to not be able to ftp the distribution from
	one of our own machines.  There should also be a big warning about
	this in the install notes and possibly even during installation.

Fix: 

Make the install program disable these features during network 
	installations.
How-To-Repeat: 
	If you want to see it in action, just let me know, and I'll turn
	rfc1323 and rfc1644 negotiation back on for narnia.hip.berkeley.edu.
Comment 1 davidg freebsd_committer freebsd_triage 1995-06-17 06:58:46 UTC
State Changed
From-To: open->closed

As mentioned in the PR, this isn't a bug in FreeBSD and the decision on 
this is that TCP options negotiation should remain enabled.