PPPoE configuration on routeros

Hello Friends

i have configure router os as pppoe server

doing this http://wiki.mikrotik.com/wiki/Pppoe_server_with_profiles

but i can access internet without dial pppoe… so my question how can i allow internet access only when user login using pppoe?


thank you

Assuming you have no other ppp connections active, create a forward rule allowing traffic from incoming interface all ppp to public interface, another rule allowing ESTABLISHED and RELATED traffic (output all ppp) from the public interface and drop the remainder of forwarded traffic.
AFAIK you need later ROS 6 to have “all ppp” as an interface choice.
This should do it.