diff --git a/FAQ/network.sgml b/FAQ/network.sgml index ba7f689c7f..b6e85c723f 100644 --- a/FAQ/network.sgml +++ b/FAQ/network.sgml @@ -1,4 +1,4 @@ - + @@ -818,6 +818,44 @@ default 10.0.0.2 UGSc 0 0 tun0

3) Redirect everything to the internal machine using ``alias addr''. This is the sledge-hammer approach. + + What are FCS errors ? + +

FCS stands for show hdlc command. + +

If your link is bad (or if your serial driver is dropping + packets), you will see the occasional FCS error. This is not + usually worth worrying about although it does slow down the + compression protocols substantially. If you have an external + modem, make sure your cable is properly shielded from + interference - this may erradicate the problem. + +

If your link freezes as soon as you've connected and you see + a large number of FCS errors, this may be because your link is + not 8 bit clean. Make sure your modem is not using software + flow control (XON/XOFF). If your datalink must use + software flow control, use the command + set accmap 0x000a0000 to tell ppp to escape + the ^Q and ^S characters. + +

Another reason for seeing too many FCS errors may be that + the remote end has stopped talking close lcp command (a following term command + will reconnect you to the shell on the remote machine. + +

If nothing in your log file indicates why the link might + have been terminated, you should ask the remote administrator + (your ISP?) why the session was terminated. + None of this helps - I'm desperate !