freeradius 1.1.0 with rp-pppoe 3.8 pppoe-server
root linux
rootlinux at yahoo.com
Thu May 18 06:56:01 CEST 2006
I have a Red Hat 9.0 system with the following
software: -
ppp 2.4.4b1
rp-pppoe 3.8
freeradius 1.1.0
I saw the following in
/usr/local/share/freeradius/dictionary.roaringpenguin
RP-Upstream-Speed-Limit
RP-Downstream-Speed-Limit
Below is my MySQL result: -
mysql> select * from radcheck;
+----+----------+-----------+----+-------+
| id | UserName | Attribute | op | Value |
+----+----------+-----------+----+-------+
| 1 | guest | Password | == | guest |
+----+----------+-----------+----+-------+
mysql> select * from radgroupcheck;
+----+--------------+------------------+----+-------+
| id | GroupName | Attribute | op | Value |
+----+--------------+------------------+----+-------+
| 1 | customer128k | Simultaneous-Use | := | 1 |
| 2 | customer128k | Auth-Type | := | Local |
+----+--------------+------------------+----+-------+
mysql> select * from radgroupreply;
+----+--------------+---------------------------+----+---------------------+------+
| id | GroupName | Attribute | op | Value | prio |
+----+--------------+---------------------------+----+---------------------+------+
| 1 | customer128k | Framed-Protocol | = | PPP | 0 |
| 2 | customer128k | Framed-Routing | = |
Broadcast-Listen | 0 |
| 3 | customer128k | Framed-Compression | = |
Van-Jacobson-TCP-IP | 0 |
| 4 | customer128k | RP-Upstream-Speed-Limit | = | 64
| 0 |
| 5 | customer128k | RP-Downstream-Speed-Limit | = |
128 | 0 |
| 6 | customer128k | Service-Type | = | Framed-User |
0 |
| 7 | customer128k | Framed-MTU | = | 1500 | 0 |
+----+--------------+---------------------------+----+---------------------+------+
mysql> select * from usergroup;
+----+----------+--------------+
| id | UserName | GroupName |
+----+----------+--------------+
| 1 | guest | customer128k |
+----+----------+--------------+
Below is my ppp options: -
require-pap
login
lcp-echo-interval 10
lcp-echo-failure 2
ms-dns x.y.100.8
ms-dns x.y.100.2
plugin radius.so
plugin radattr.so
Below is the command I run for pppoe-server: -
pppoe-server -I eth1 -k -L 10.3.0.1 -R 10.3.1.1
I configure a PPPoE client connecting in my Windows XP
desktop and successfully connect to the PPPoE server.
I did perform a download speed test and the download
speed is not correct. I can't get 128kbits but I get
the full speed of 1Mbps, why?
Doest the attribute field below works for FreeRADIUS?
RP-Upstream-Speed-Limit
RP-Downstream-Speed-Limit
Regards,
rootlinux
__________________________________________________
Do You Yahoo!?
Tired of spam? Yahoo! Mail has the best spam protection around
http://mail.yahoo.com
More information about the Freeradius-Users
mailing list