<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
<HTML>
<HEAD>
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=iso-8859-1">
<META NAME="Generator" CONTENT="MS Exchange Server version 6.5.7652.24">
<TITLE>RE: [rbak-nsp] pppoe service-policy on SEOS6.1.1.4 / ip assignment</TITLE>
</HEAD>
<BODY>
<!-- Converted from text/plain format -->

<P><FONT SIZE=2>Actually, you should be able to put this in subscriber default as well<BR>
<BR>
------------------------------------------------<BR>
David Freedman<BR>
Group Network Engineering<BR>
Claranet Limited<BR>
<A HREF="http://www.clara.net">http://www.clara.net</A><BR>
<BR>
<BR>
<BR>
-----Original Message-----<BR>
From: redback-nsp-bounces@puck.nether.net on behalf of Marcin Kuczera<BR>
Sent: Sat 5/10/2008 20:36<BR>
To: Jason Rowley<BR>
Cc: redback-nsp@puck.nether.net<BR>
Subject: Re: [rbak-nsp] pppoe service-policy on SEOS6.1.1.4 / ip assignment<BR>
<BR>
&gt; I just had to figure this out not too long ago. The documentation<BR>
&gt; isn't very clear.<BR>
&gt;<BR>
&gt; Create an interface for the pool. I gave it a /30<BR>
&gt;<BR>
&gt; interface IPPool<BR>
&gt;&nbsp; ip address x.x.x.x/30<BR>
&gt;<BR>
&gt; Next, create a 2nd interface as last resort<BR>
&gt;<BR>
&gt; interface pool multibind lastresort<BR>
&gt;&nbsp; ip unnumbered IPPool<BR>
&gt;&nbsp; ip pool x.x.x.0/24<BR>
&gt;&nbsp; ip pool x.x.x.0/24<BR>
<BR>
thanks a lot.<BR>
I did it with a little modification:<BR>
<BR>
!<BR>
&nbsp;interface ip-pool loopback<BR>
&nbsp; ip address 89.200.231.1/32<BR>
!<BR>
&nbsp;interface pool multibind lastresort<BR>
&nbsp; ip unnumbered ip-pool<BR>
&nbsp; ip pool 89.200.231.0/24<BR>
!<BR>
<BR>
so, I used /32 for the &quot;gateway&quot; interface, but then it must be loopback<BR>
interface - hope this will work too ;-)<BR>
<BR>
as I understand, all subscribers will get the same gateway no matter from<BR>
which pool<BR>
their IP will be assigned.<BR>
<BR>
btw, do you know how to limit numer of sessions per subscriber to 1 ?<BR>
I don't want 2 the same login sessions to be used paralelly, if the second<BR>
comes, I want the<BR>
first to be dropped out.<BR>
<BR>
Regards,<BR>
Marcin<BR>
<BR>
_______________________________________________<BR>
redback-nsp mailing list<BR>
redback-nsp@puck.nether.net<BR>
<A HREF="https://puck.nether.net/mailman/listinfo/redback-nsp">https://puck.nether.net/mailman/listinfo/redback-nsp</A><BR>
<BR>
</FONT>
</P>

</BODY>
</HTML>