 bbarreraPremium,MVM join:2000-10-23 Sacramento, CA kudos:1 Reviews:
·SureWest Internet
| reply to SYNACK
Autoexec.net - 3 possible edits I see only 3 edits to v3.25 autoexec.net that make sense:
PPPoE tweak MTU=1492 - For PPPoE only, add the line "ip adjmss 1452" so that router always works at MTU=1492 (MSS=1452). There are rare cases of TCP headers >40 bytes (i.e. use TCP options) -- so if you have problems delete this line or change to default of "ip adjmss 1400"
Turn off stealth - Not recommended for most users. Change "ip anti 1" to "ip anti 0" to turn off stealth of TCP and UDP ports.
Speed up FTP downloads - Questionable value because it is already very fast, but for completeness I'll add this. Change two lines: ip tcp mss 1460 ip tcp window 10 [text was edited by author 2001-06-08 17:15:46] |