Em 22-07-2014 18:28, Felipe Mesquita de Oliveira escreveu: > # cat /etc/hostname.pppoe0 > inet 0.0.0.0 255.255.255.255 NONE mtu 1500 pppoedev bge0 authproto pap > # cat /etc/hostname.bge0 > up mtu 1508 You really need to use jumbo frames? Some physical devices have performance issues and some even fail altogether with them. Also, from 4.9 to 5.4 there where thousands of changes. From 5.4 to 5.5 there were many changes. And from 5.5 to current the same holds true. Please try to debug the issues using either 5.5 stable or, preferably, current. I'd change your mtu to 1500 on the physical if and 1492 on the pppoe if. Please note that you need to "clamp" your mss using pf. The following rule generally does the job:
match out on pppoe scrub (max-mss 1440) Also, besides the ifconfig debug, if you can tcpdump on the physical interface the entire pppoe negotiation (or not) also would be helpful. Even with pppoe(8) being removed from current, you could try it on 5.5, just to see if the problem remains. Cheers, -- Giancarlo Razzolini GPG: 4096R/77B981BC [demime 1.01d removed an attachment of type application/pkcs7-signature which had a name of smime.p7s]