Bug #8595
closedMaybe a new mpd5-x+1 MTU ISSUE WITH ORANGE FR
100%
Description
hi guys
I opened a thread here : https://sourceforge.net/p/mpd/bugs/62/
I have the feeling that awesome guys are going to build a solution to an old problem in an old country.
I think that it will be necessary to program a small option to see a small update so that their work of these last days is integrated in a transparent way to our pfsense of love
I will update the thread here when there is some news
Files
Updated by xavier Lemaire over 6 years ago
https://sourceforge.net/p/mpd/bugs/62/#b64c
A patch to try
Updated by xavier Lemaire over 6 years ago
It s work for me
https://sourceforge.net/p/mpd/bugs/62/#7142
Eugene Grosbein make a binary https://sourceforge.net/p/mpd/bugs/62/#7142
They are going to put the patch it to next revision of mpd5.
Updated by xavier Lemaire over 6 years ago
Eugene Grosbein - 29 minutes ago
I have just updated FreeBSD's net/mpd5 port up to revision 5.8_4 that contains this fix:
https://svnweb.freebsd.org/changeset/ports/473194
I do not use pfSense myself. You can now inform pfSense developers of this update so they could upgrade their copy of mpd5.
Updated by Renato Botelho over 6 years ago
- Project changed from pfSense Packages to pfSense
- Status changed from New to In Progress
- Assignee set to Renato Botelho
- Target version set to 2.4.4
Updated by Renato Botelho over 6 years ago
- Category set to PPP Interfaces
This patch reached pfSense 2.4.4 development and introduced a different error. I updated original mpd ticket and would like to get it addressed before 2.4.4 is released
Details at https://sourceforge.net/p/mpd/bugs/62/
Updated by xavier Lemaire over 6 years ago
Hi Renato,
Look like a different trouble... Eugene is very reactive. Do you try to fixe 1480 MTU and MRU in your conf because i see 1492.
I see a very strange 1600 too in your log. I tested 2.4.4 in different cases but not all. please let me know that I re-test as soon as you have new mpd binary
Updated by Renato Botelho over 6 years ago
xavier Lemaire wrote:
Hi Renato,
Look like a different trouble... Eugene is very reactive. Do you try to fixe 1480 MTU and MRU in your conf because i see 1492.
I see a very strange 1600 too in your log. I tested 2.4.4 in different cases but not all. please let me know that I re-test as soon as you have new mpd binary
I opened a new ticket - https://sourceforge.net/p/mpd/bugs/63/ - with all details. If I remove the `set link mtu 1492` it ends up with 1492 anyway and the problem persists. Forcing it to 1480 fixes the problem.
Updated by Renato Botelho over 6 years ago
- Status changed from In Progress to Feedback
- % Done changed from 0 to 100
Applied in changeset 4da0767b978b5b93e6bf6556e8edd323af7ca3d4.
Updated by Renato Botelho over 6 years ago
A new round of snapshots of 2.4.4 are ready for testing.
Updated by xavier Lemaire over 6 years ago
thank you ! sorry for the lag... running the last version
FreeBSD pfSense.xxxxxxx 11.2-RELEASE FreeBSD 11.2-RELEASE #48 cd0e4c8cf25(RELENG_2_4_4): Fri Aug 3 11:21:26 EDT 2018 root@buildbot3:/builder/crossbuild-ce-master/obj/amd64/FWJoMRHc/builder/crossbuild-ce-master/pfSense/tmp/FreeBSD-src/sys/pfSense amd64
Without using mtu overide option look very good !!!
pppoe0: flags=88d1<UP,POINTOPOINT,RUNNING,NOARP,SIMPLEX,MULTICAST> metric 0 mtu 1492
cat /var/etc/mpd_wan.conf
startup:
# configure the console
set console close
# configure the web server
set web close
default:
pppoeclient:
create bundle static wan
set bundle enable ipv6cp
set iface name pppoe0
set iface disable on-demand
set iface idle 0
set iface enable tcpmssfix
set iface up-script /usr/local/sbin/ppp-linkup
set iface down-script /usr/local/sbin/ppp-linkdown
set ipcp ranges 0.0.0.0/0 0.0.0.0/0
#log -bund -ccp -chat -iface -ipcp -lcp -link
create link static wan_link0 pppoe
set link action bundle wan
set link disable multilink
set link keep-alive 10 60
set link max-redial 0
set link disable chap pap
set link accept chap pap eap
set link disable incoming
set link mtu 1492
set auth authname "xxxxxxxxxxxxx"
set auth password xxxxxxxx
set pppoe service ""
set pppoe iface em0
open
Updated by Renato Botelho over 6 years ago
- Status changed from Feedback to Resolved