Page 1 of 1

prevent static IP for pppoe users

Posted: Sun May 26, 2013 3:04 pm
by msnasiri
How can I prevent pppoe users to use static IP?

Re: prevent static IP for pppoe users

Posted: Sun May 26, 2013 5:52 pm
by n21roadie
How can I prevent pppoe users to use static IP?
I read your request correctly, you want to use dynamic in place of static addresses for pppoe clients?

Use /ip pool and set name + ranges

in /ppp secret set "service=pppoe"

Re: prevent static IP for pppoe users

Posted: Sun May 26, 2013 6:01 pm
by msnasiri
How can I prevent pppoe users to use static IP?
I read your request correctly, you want to use dynamic in place of static addresses for pppoe clients?

Use /ip pool and set name + ranges

in /ppp secret set "service=pppoe"
That's right.
But if a client set a static IP still can connect.
I want to prevent that and force my client to get IP from pool

Re: prevent static IP for pppoe users

Posted: Sun May 26, 2013 7:19 pm
by sup5
then make sure you isolate PPPoE and IP.


Put your PPPoE Service into a VLAN/VPLS/EoIP and NEVER assign ANY IP-Adress into this broadcast domain.

Re: prevent static IP for pppoe users

Posted: Sun May 26, 2013 7:55 pm
by msnasiri
then make sure you isolate PPPoE and IP.


Put your PPPoE Service into a VLAN/VPLS/EoIP and NEVER assign ANY IP-Adress into this broadcast domain.
This is a solution but it affect after user connected
I want prevent for connect step
(I can see somewhere do this)

Re: prevent static IP for pppoe users

Posted: Thu May 30, 2013 12:04 am
by msnasiri
Any Idea?