My full configuration was included in a previous email about 'problems with
authbysql'.

I'm now having a problem with static IP addresses.

Note the file settings:
mysql > select * from SUBSCRIBERS
    -> where Username='testuser';
+----------+----------+-------------------+-----------+---------------------
-------------------------------------------------------------------------+
| USERNAME | PASSWORD | ENCRYPTEDPASSWORD | CHECKATTR | REPLYATTR
|
+----------+----------+-------------------+-----------+---------------------
-------------------------------------------------------------------------+
| testuser | xxxxxxxx | NULL              | NULL      | Framed-IP-Address =
"192.168.1.73",Framed-IP-Netmask = "255.255.255.252",Idle-Timeout = "0" |
+----------+----------+-------------------+-----------+---------------------
-------------------------------------------------------------------------+
1 row in set (0.00 sec)

And since I'm using authbysql followed by authbyfile with
continuewhileaccept this is important:
DEFAULT Service-Type = Framed-User
Service-Type = Framed-User,
        Framed-Protocol = PPP,
        Framed-Routing = None,
        Framed-MTU = 1500,
        Framed-Compression = Van-Jacobson-TCP-IP

However, I've just verified that when this user (testuser) logs in, they're
getting assigned an IP address from a pool defined on the router (via
255.255.255.254) instead of the specific IP address listed in SUBSCRIBERS
(as well as a host route of 255.255.255.255 instead of the 252 above).

Help!!!! (and THANKS IN ADVANCE!)

Jay West



===
Archive at http://www.thesite.com.au/~radiator/
To unsubscribe, email '[EMAIL PROTECTED]' with
'unsubscribe radiator' in the body of the message.

Reply via email to