David A. Ranch wrote:
>
> No.. you want your modem to be running at 115200 but Linux doesn't
> do this directly. To get 115200 to the serial port, set ppp in
> the /etc/ppp/options file to be at 38400. Then, in the
> /etc/rc.d/rc.serial file, put in the following command:
>
> /bin/setserial /dev/ttyS1 spd_vhi
> /bin/setserial -bg /dev/ttyS1 > /tmp/speed-ttyS1
Thanks for the hints. Will do.
> So.. regardless of your MTU of 1006 issue, those problematic WWW sites
> now work because of the cua1 to ttyS1 thing?
Acutally, I was wrong about that, only a few extra sites started working
but not a whole lot more. However, I did manage to get netstat -r to
show 1500MTU sizes for my ppp0, how? I added "-mru" to
/etc/ppp/options. What I'm guessing was happening was that when pppd
was trying to negotiate MTU size, my ISP was forcing it to 1006. If I
add in -mru, it will not negotiate and mtu/mru settings and keep it at
1500. It seems to work, as the majority of sites I try work, a handful
still do not and as I still access them from the Linux box, just not the
masq'ed machines.
I read up on the spd_vhi option for setserial, thanks for the hints
there. So for the most part, I think adding the -mru has fixed the
problem. I've dropped ifconfig method.
I will keep you guys posted if I find out anything new.
Grant...
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
For daily digest info, email [EMAIL PROTECTED]