Hi,
 
Has anyone successfully implemented a running prepaid service? I'd appreciate it if any of you out there could share the config file with me. Second question is.....how can I implement a fixed IP service? Currently, our NAS handles the assignment of all IPs through a dynamic IP pool automatically. Our radiators only return these attributes to get a pooled IP.        
 
        AddToReply Framed-Protocol = PPP,\
        Service-Type = Framed-User,\
        Framed-Routing = Listen,\
        Framed-MTU = 1500,\
        Framed-Compression = Van-Jacobson-TCP-IP
Now, to get a fixed IP I've tried adding 2 extra reply attributes which are
 
       Framed-Address = xxx.xxx.xxx.xxx
       Framed-Netmask = 255.255.255.255
 
but this config doesn't seem to work as users still get an IP assigned from the IP pool. Are these 2 attributes enough, or do I need to send some other reply attributes? Thanks for the help.
 
 
- Elias -

Reply via email to