Robert,<br><br>It is assigning the first IP address available from <a href="http://172.23.0.0/27">172.23.0.0/27</a>, and that is 172.23.0.2 because the problem is that you are using the wrong mask: <a href="http://172.23.0.11/27">172.23.0.11/27</a> is the same as <a href="http://172.23.0.0/27">172.23.0.0/27</a>. If you want to assign exactly 172.23.0.11, then do not indicate the prefix length.<br>
<br>Tomás<br><br><div class="gmail_quote">2011/8/30 Robert Lipiński <span dir="ltr"><<a href="mailto:rlipinski@derkom.pl">rlipinski@derkom.pl</a>></span><br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">
hello<br>
I question whether there is a possibility of granting permanent ip address for the PPPoE client.<br>
my config looks like this:<br>
<br>
subscriber name 1234<br>
password 1234<br>
ip address <a href="http://172.23.0.11/27" target="_blank">172.23.0.11/27</a><br>
ip route 10.10.8.1 subscriber<br>
Policing policy qos-up wifi<br>
qos policy-down metering wifi<br>
nat policy-name NAT_policy<br>
ppp mtu 1492<br>
178.212.120.1 primary dns<br>
213.199.225.14 secondary dns<br>
However, after logging a client gets an address from the pool next:<br>
<br>
1234<br>
Circuit 2 / 1 vlan-id 24 pppoe 17<br>
Internal Circuit 2 / 1: 1023:63 / 6/2/17<br>
Current port-limit unlimited<br>
ip address 172.23.0.2 (applied)<br>
0.0.0.0 10.10.8.1 ip route 172.23.0.2 (applied)<br>
ppp mtu 1492 (applied)<br>
dns 178.212.120.1 primary (applied)<br>
213.199.225.14 dns secondary (applied)<br>
Policing qos-policy-wifi-up (applied)<br>
qos-policy-metering wifi-down (applied)<br>
nat policy-name NAT_policy (applied)<br>
<br>
Interface configuration:<br>
pppoe interface multibind<br>
ip address <a href="http://178.212.127.193/26" target="_blank">178.212.127.193/26</a><br>
secondary ip address <a href="http://10.10.8.1/24" target="_blank">10.10.8.1/24</a><br>
secondary ip address <a href="http://172.23.0.1/27" target="_blank">172.23.0.1/27</a><br>
Thank you in advance for any suggestions and additional information<br>
<br>
<br>
<br>
______________________________<u></u>_________________<br>
redback-nsp mailing list<br>
<a href="mailto:redback-nsp@puck.nether.net" target="_blank">redback-nsp@puck.nether.net</a><br>
<a href="https://puck.nether.net/mailman/listinfo/redback-nsp" target="_blank">https://puck.nether.net/<u></u>mailman/listinfo/redback-nsp</a><br>
</blockquote></div><br>