On 5/6/08, Nelson Serafica <[EMAIL PROTECTED]> wrote: > > I have 1 proxy radius and 5 backend radius. I'm plannning to consolidate > them to 1 backend radius since dialup nowadays is almost dead. > > One of my solution is another another daemon listening to different port and > different config to the backend server. In my 5 backend server, 2 is > freeradius and 3 is icradius. My proxy radius is freeradius also.
well i havent touch radius for so long and i dont know whats new with freeradius and icradius... and also im not so sure what do you really want as you are not specific to it.. but here are the possibilities that suited to your needs: first.. you can run multiple instances of those radius software at different ports by forcing it to listen on that particular port number both for authentication and accounting... just take note the log files of each instance must be unique to avoid overwriting each other.. second... you can run only one radius software and listen to only one port and let your radius software do the routing inside based on the incoming realm.. since the purpose of radius proxy is to route to another radius server not within your controlled realm... third... you can run multiple radius software on the same port number but bind on different ip addresses on the same server... your log files must be unique also... if you could be more specific.. i can further help you to ease your problem... fooler. _________________________________________________ Philippine Linux Users' Group (PLUG) Mailing List http://lists.linux.org.ph/mailman/listinfo/plug Searchable Archives: http://archives.free.net.ph

