>> /etc/ppp/options
>
>lock
>defaultroute
>noipdefault
>modem
>/dev/cua1
>57600
>crtscts
>debug
>passive
>asyncmap 0
>mtu 1500
>mru 1500
A few things here:
- use ttyS1 not cua1. The cua1 method is old
- Do you have a serial port running at 230Kb/s? If
not, you should have a speed of 38400 in the
/etc/ppp/options file and in your
/etc/rc.d/rc.serial file, you should specify
spd_vhi for ttyS1
>> netstat -rn
>
>Kernel IP routing table
>Destination Gateway Genmask Flags MSS Window irtt
>Iface
>207.194.173.3 0.0.0.0 255.255.255.255 UH 1006 0 0
>ppp0
>192.168.0.0 0.0.0.0 255.255.255.0 U 1500 8192 0
>eth0
>127.0.0.0 0.0.0.0 255.0.0.0 U 3584 0 0
>lo
>0.0.0.0 207.194.173.3 0.0.0.0 UG 1006 0 0
>ppp0
There it is. For your default route of 0.0.0.0, the MSS is 1006 and NOT
1500. For some reason, your /etc/ppp/options file isn't being correctly
read, etc. When PPPD starts, what do the logs look like in the /var/adm
or /var/log/messages file?
Also.. like someone else mentioned, when you compiled the kernel,
did you enable the Always_Defragment option?
--David
.----------------------------------------------------------------------------.
| David A. Ranch - Remote Access/Linux/PC hardware [EMAIL PROTECTED] |
!---- ----!
`----- For more detailed info, see http://www.ecst.csuchico.edu/~dranch -----'
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
For daily digest info, email [EMAIL PROTECTED]