Hi,
Recently, BellSouth/AT&T changed something in their PPPoE servers such
that the SECONDARYDNS option is rejected. There is a bug in MPD that
causes MPD to fail in this situation:
http://sourceforge.net/tracker/index.php?func=detail&aid=1861740&group_id=14145&atid=114145
There is a discussion about the issue here:
http://forum.pfsense.org/index.php/topic,7248.0.html
The workaround for the problem is to not add the following line to
mpd.conf: "set ipcp enable req-sec-dns". There is already some code in
interfaces.inc to check for a 'dnsnosec' option in config.zml. If this
option is present, the req-sec-dns option is not set in mpd.conf. This
patch adds a checkbox to the web interface to be able to toggle this
option. This patch is against 1.3b7. I hope you will consider
including it in the next 1.3 release.
Thanks,
Greg |