Hi all,
Since v6 I have issue wtih pppoe. The case looks likes that, customer wifi link is established and stable for weeks but I can see in logs of my main pppoe server (MT450G) that almost all users are getting session timeout every couple of mins.
/ppp profile
add change-tcp-mss=yes dns-server=x.x.x.x,y.y.y.y local-address=
192.168.3.1 name=profile_3m only-one=yes remote-address=pppoe_3m
use-compression=no use-encryption=no use-mpls=no use-vj-compression=no
/interface pppoe-server server
add authentication=mschap2 default-profile=profile_3m disabled=no interface=
vlan_xxxxx_data keepalive-timeout=30 one-session-per-host=yes
service-name=INTERNET_3M
I’ve tried also keepalive-timeout=10 as defoult but without success.
I am using userman&radius
Any suggestions are welcome.