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

Title: MTU configuration and SME 7.4
Post 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?



Title: Re: MTU configuration and SME 7.4
Post by: cactus on April 10, 2009, 08:29:25 AM
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.
Title: Re: MTU configuration and SME 7.4
Post by: CharlieBrady on April 11, 2009, 05:02:21 AM
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:

Code: [Select]
grep -r -i mtu /etc/e-smith/templates
Title: Re: MTU configuration and SME 7.4
Post by: cactus on April 11, 2009, 08:31:22 AM
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:

Code: [Select]
db configuration setprop pptpd mtu xxxx
db configuration setprop pptpd mru xxxx
signal-event remoteaccess-update
Title: Re: MTU configuration and SME 7.4
Post by: william_syd on April 11, 2009, 10:28:07 AM
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.

Title: Re: MTU configuration and SME 7.4
Post by: cactus on April 11, 2009, 10:41:40 AM
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.