Koozali.org: home of the SME Server
Obsolete Releases => SME Server 7.x => Topic started by: william_syd on April 10, 2009, 04:48:14 AM
-
The release notes for SME 7.4 state that MTU is now configurable.
How?
- via custom templates
- via db configuration
-
The release notes for SME 7.4 state that MTU is now configurable.
How?
- via custom templates
- via db configuration
AFAIK there is a bug number with it, IIRC correctly the bug explained in one of it's comments on how to do so.
-
The release notes for SME 7.4 state that MTU is now configurable.
How?
- via custom templates
- via db configuration
If it was via custom templates, then it wouldn't be mentioned in the release notes.
To find out what db property to use, try:
grep -r -i mtu /etc/e-smith/templates
-
If it was via custom templates, then it wouldn't be mentioned in the release notes.
True but that is not what I remembered, I had a search through the bugtracker and found this one: http://bugs.contribs.org/show_bug.cgi?id=549#c41 , so it would be the database.
And according to http://fisheye1.atlassian.com/browse/smeserver/rpms/e-smith-pptpd/sme7/e-smith-pptpd-1.12.0-mtumru_db.patch?r=1.1 it should be something like this:
db configuration setprop pptpd mtu xxxx
db configuration setprop pptpd mru xxxx
signal-event remoteaccess-update
-
Thanks Cactus,
I was just going through the same bug and getting myself confused.
What I want to do is change the MRU of my external interface, eth1.
-
What I want to do is change the MRU of my external interface, eth1.
Not sure if this applies to normal NIC behavior as I believe pptpd is a point-to-point tunneling protocol daemon used for VPN. I am unfamiliar with MTU/MRU, just happened to know the bug.