ip address manipulation

2008-09-23 Thread slanckma
the 500th ip address if we start at counting 1.1) Do I need to use an external script for this? What would you recommend? Thanks, Sven. -- View this message in context: http://www.nabble.com/ip-address-manipulation-tp19630827p19630827.html Sent from the FreeRadius - User mailing list archive

Re: ip address manipulation

2008-09-23 Thread tnt
I'm wondering what would be the best method do to math on IP addresses. I want to build my returned ip address based on the username and the NAS IP address. The NAS IP is simply a mapping from the source ip to a number Z The layout of the username is: [EMAIL PROTECTED] The resulting IP address

Re: ip address manipulation

2008-09-23 Thread rsg
If you are thinking of MySQL for this purpose, you could try using stored procedures to create required IP combinations/pools. On Tue, Sep 23, 2008 at 6:37 PM, [EMAIL PROTECTED] wrote: I'm wondering what would be the best method do to math on IP addresses. I want to build my returned ip