I'm using a Microtik PPPOE Router solution All my users are up and autheticated fine But some of them are recieveing an incorrect Subnet Currently the customers are all receiving public IP addresses when authenticated, from a Pool. Of 64 I want them to received a 255.255.255.255 subnet... But currently they are getting different ones.. 255.255.255.192 255.255.255.240 255.255.255.224 I have tried setting them in Freeradius but to no avail. 192 I would understand because that's the subnet their in.. But Not the others. Is this something that should be defined in radius.. Or should the pppoe concentrator know To give them the correct subnet their? Thanx Cris
Hi Cris. You can accomplish thing like that in two ways. One is to hand out each of your users Framed-IP-Address and Framed-IP-Netmask attribute. This can be set in the group attributes of the user or individually. The second one would be to hand out Framed-Pool for the users and have a matching name in the setup of your Mikrotik: e.g: /ip pool add name=static ranges=12.23.34.1-12.23.34-254 Then the users will get an IP from that pool and their netmask will automatically become 255.255.255.255. You can have only one pool which you define in ppp profiles setting assigning it to remote-address= Then you chose that profile for your PPPoE server and your users will get assigned IPs from that pool with correct mask. On Fri, 17 Jun 2005 13:39:33 -0400 "Cris Boisvert" <cris@usai.net> wrote:
I'm using a Microtik PPPOE Router solution
All my users are up and autheticated fine
But some of them are recieveing an incorrect Subnet Currently the customers are all receiving public IP addresses when authenticated, from a Pool. Of 64
I want them to received a 255.255.255.255 subnet...
But currently they are getting different ones.. 255.255.255.192 255.255.255.240 255.255.255.224
I have tried setting them in Freeradius but to no avail. 192 I would understand because that's the subnet their in.. But Not the others.
Is this something that should be defined in radius.. Or should the pppoe concentrator know To give them the correct subnet their?
Thanx Cris
- List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html
Cris Boisvert wrote:
I'm using a Microtik PPPOE Router solution
All my users are up and autheticated fine
But some of them are recieveing an incorrect Subnet Currently the customers are all receiving public IP addresses when authenticated, from a Pool. Of 64
I want them to received a 255.255.255.255 subnet...
But currently they are getting different ones.. 255.255.255.192 255.255.255.240 255.255.255.224
I have tried setting them in Freeradius but to no avail. 192 I would understand because that's the subnet their in.. But Not the others.
Is this something that should be defined in radius.. Or should the pppoe concentrator know To give them the correct subnet their?
Thanx Cris
- List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html
Normally this is defined in RADIUS. Are you using a MySQL backend or just the Users file? -- --------------------------- | Nick White | | Network Administrator | | Tele-NET Internet | | http://www.tele-net.net | | nwtech@tele-net.net | ---------------------------
participants (3)
-
Cris Boisvert -
Marcin Jessa -
N White