Hi Markus,
On 09/13/2016 12:42 PM, Markus Hennecke wrote:
>>
>> I use the same VDSL modem with Deutsche Telekom and can reach
>> https://telekom.de/
>> The only MTU related setting in pf.conf seems to be this:
>>
>> ext_if = pppoe0
>> match in on $ext_if all scrub (no-df max-mss 1440)
>>
>> It is an old soekris, which does not support gbit ethernet.
>> I do the VLAN tagging on the OpenBSD router, I think I disabled the
>> automatic tagging the modem supports.
>>
>> Regards,
>> Markus
>>
>
> Damn. Of course without this line it won't work:
>
> match out on $ext_if all scrub (max-mss 1440)
>
I have
match in on pppoe0 scrub (no-df random-id max-mss 1440)
but no "match out". I will check.
Unfortunately I cannot check right now, since I use this line
to access my home network.
Thanx very much
Harri