Koozali.org: home of the SME Server
Legacy Forums => Experienced User Forum => Topic started by: pfloor on August 22, 2004, 10:02:44 PM
-
[Post erased by pfloor]
-
Have a look at this post http://forums.contribs.org/index.php?topic=19094.msg75544#msg75544
-
[Post erased by pfloor]
-
Have you looked at /etc/e-smith/templates/etc/sysconfig/network-scripts/ifcfg-ppp0/00default
On my system the MRU and MTU settings are blank. You could try copying the file to templates-custom and setting the MRU and MTU to 1500.
-
[Post erased by pfloor]
-
Hi Paul,
It's been a while since I've had a play with this but I think you just add the settings to /etc/ppp/options or /etc/ppp/options.pptpd
To template the changes:
mkdir -p /etc/e-smith/templates-custom/etc/ppp/options.pptpd
mcedit /etc/e-smith/templates-custom/etc/ppp/options.pptpd/mtu
Add whatever value you want here
mcedit /etc/e-smith/templates-custom/etc/ppp/options.pptpd/mru
Add whatever value you want.
/sbin/e-smith/expand-template /etc/ppp/options.pptpd
service pptpd restart
The mtu and mru are usually negotiated by the client, but by adding these settings to the server it should override the client.
Regards Lloyd