David A. Ranch wrote:
> 
> A few things here:
> 
>         - use ttyS1 not cua1.  The cua1 method is old

You are the best!  I changed it to /dev/ttyS1 and it is completely
working now!  Why is using /dev/cua1 instead of /dev/ttyS1 make only the
web not work but everything else work?  Thank you so much for the quick
responses!
 
>         - 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

I have a 56K modem, so I need it my serial port to be set to at least
57600.

> >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?

Hmmm, I guess there is still this problem.  I did a netstat -rn once
again to double check if it has changed and it hasn't.   I'll include my
log from /var/log/messages here anyway, to my untrained eye it looks
pretty normal.

Here it is:

Sep  7 18:18:25 snowboard pppd[112]: pppd 2.2.0 started by root, uid 0
Sep  7 18:18:26 snowboard chat[113]: timeout set to 60 seconds
Sep  7 18:18:26 snowboard chat[113]: abort on (ERROR)
Sep  7 18:18:26 snowboard chat[113]: abort on (BUSY)
Sep  7 18:18:26 snowboard chat[113]: abort on (NO CARRIER)
Sep  7 18:18:26 snowboard chat[113]: abort on (NO DIALTONE)
Sep  7 18:18:26 snowboard chat[113]: send (AT&c1&d2&k3^M)
Sep  7 18:18:27 snowboard chat[113]: expect (OK)
Sep  7 18:18:27 snowboard chat[113]: AT&c1&d2&k3^M^M
Sep  7 18:18:27 snowboard chat[113]: OK -- got it
Sep  7 18:18:27 snowboard chat[113]: send (atdt8991100^M)
Sep  7 18:18:27 snowboard chat[113]: timeout set to 75 seconds
Sep  7 18:18:27 snowboard chat[113]: expect (CONNECT)
Sep  7 18:18:27 snowboard chat[113]: ^M
Sep  7 18:18:52 snowboard chat[113]: atdt8991100^M^M
Sep  7 18:18:52 snowboard chat[113]: CONNECT -- got it
Sep  7 18:18:52 snowboard chat[113]: send (^M)
Sep  7 18:18:52 snowboard chat[113]: expect (ogin:)
Sep  7 18:18:52 snowboard chat[113]: 
57600/K56/LAPM/V42BIS/28800:TX/42000:RX^M
Sep  7 18:18:54 snowboard chat[113]: ^M
Sep  7 18:18:54 snowboard chat[113]: ^M
Sep  7 18:18:54 snowboard chat[113]: login: -- got it
Sep  7 18:18:54 snowboard chat[113]: send (MYLOGINNAME^M)
Sep  7 18:18:54 snowboard chat[113]: expect (sword:)
Sep  7 18:18:54 snowboard chat[113]: ^M
Sep  7 18:18:54 snowboard chat[113]: login:MYLOGINNAME^M
Sep  7 18:18:54 snowboard chat[113]: Password: -- got it
Sep  7 18:18:54 snowboard chat[113]: send (MYPASSWORD^M)
Sep  7 18:18:55 snowboard pppd[112]: Serial connection established.
Sep  7 18:18:56 snowboard pppd[112]: Using interface ppp0
Sep  7 18:18:56 snowboard pppd[112]: Connect: ppp0 <--> /dev/ttyS1
Sep  7 18:18:58 snowboard pppd[112]: local  IP address 207.194.175.157
Sep  7 18:18:58 snowboard pppd[112]: remote IP address
207.194.175.4         
> Also.. like someone else mentioned, when you compiled the kernel,
> did you enable the Always_Defragment option?

Yup, the FTP module was included and installed and I do have the always
defrag options enabled.  

Again, thank you so much for the quick response, I can't believe the
change to ttyS1 worked!

Grant...
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
For daily digest info, email [EMAIL PROTECTED]

Reply via email to