Hello, I have celeron 733Mhz, 128sdram, 160g hdd, 2x Realtek 8139 lan with openbsd 3.9, pppoe configuration :
/etc/ppp/ppp.conf
default:
set log Phase Chat LCP IPCP CCP tun command
set redial
set reconnect 15 1000000
pppoe:
set device "!/usr/sbin/pppoe -i rl0"
set mtu max 1492
set dial
set login
set speed sync
set authname <name>
set authkey <key>
add! default HISADDR
.. I have accsess to local server with download speed 2Mb, and the problem is that my obsd box do not permit more than 500K speed.
I red about "sysctl tuning for maximum network performance" and increased values:
net.inet.tcp.recvspace=65535
net.inet.tcp.sendspace=65535
net.inet.ip.maxqueue=2048
kern.somaxconn=2048
net.bpf.bufsize=2097152
net.bpf.maxbufsize=4194304
..but that didnt worked
Please help.
/etc/ppp/ppp.conf
default:
set log Phase Chat LCP IPCP CCP tun command
set redial
set reconnect 15 1000000
pppoe:
set device "!/usr/sbin/pppoe -i rl0"
set mtu max 1492
set dial
set login
set speed sync
set authname <name>
set authkey <key>
add! default HISADDR
.. I have accsess to local server with download speed 2Mb, and the problem is that my obsd box do not permit more than 500K speed.
I red about "sysctl tuning for maximum network performance" and increased values:
net.inet.tcp.recvspace=65535
net.inet.tcp.sendspace=65535
net.inet.ip.maxqueue=2048
kern.somaxconn=2048
net.bpf.bufsize=2097152
net.bpf.maxbufsize=4194304
..but that didnt worked
Please help.