HOW CAN I CHANGE ROUTER ESSID BY USING FREERADIUS OR CHILL OR ETC.
Hi there, How can i change router ESSID by using freeradius or chillispot with combination php.mysql etc... I have created Web Administrator system (using php,mysql,apache,freeradius,chillispot)..but i also need to change ESSID or restart router through my system.. How can i????????????/ Any help appreciated.. Thanks.. Durjan Hussain M.Sc,SCJP1.4,SCWCD --------------------------------- Ahhh...imagining that irresistible "new car" smell? Check outnew cars at Yahoo! Autos.
durjan hussain wrote:
Hi there,
How can i change router ESSID by using freeradius or chillispot with combination php.mysql etc...
I have created Web Administrator system (using php,mysql,apache,freeradius,chillispot)..but i also need to change ESSID or restart router through my system..
How can i????????????/
Any help appreciated..
Thanks..
Durjan Hussain M.Sc,SCJP1.4,SCWCD
Ahhh...imagining that irresistible "new car" smell? Check out new cars at Yahoo! Autos. <http://us.rd.yahoo.com/evt=48245/*http://autos.yahoo.com/new_cars.html;_ylc=X3oDMTE1YW1jcXJ2BF9TAzk3MTA3MDc2BHNlYwNtYWlsdGFncwRzbGsDbmV3LWNhcnM->
------------------------------------------------------------------------
- List info/subscribe/unsubscribe? See http://www.freeradius.org/list/devel.html
Wrong Protocol. The RADIUS protocol deals with AAA stuff only, configuring ESSIDs is not part of AAA. You want SNMP. Or if your NASs are being difficult/don't support SNMP, theres always interactive shell sessions using the PHPs ssh2 extensions. http://uk.php.net/manual/en/ref.ssh2.php It's what i'm playing with ATM to push out mass configurations. -- Arran Cudbard-Bell (A.Cudbard-Bell@sussex.ac.uk) Authentication, Authorisation and Accounting Officer Infrastructure Services | ENG1 E1-1-08 University Of Sussex, Brighton EXT:01273 873900 | INT: 3900
Thanks Arran, You mean i can change the ESSID or restart the router using PHPs ssh2 extensions. Is it right???? thanks Durjan.. Arran Cudbard-Bell <A.Cudbard-Bell@sussex.ac.uk> wrote: durjan hussain wrote:
Hi there,
How can i change router ESSID by using freeradius or chillispot with combination php.mysql etc...
I have created Web Administrator system (using php,mysql,apache,freeradius,chillispot)..but i also need to change ESSID or restart router through my system..
How can i????????????/
Any help appreciated..
Thanks..
Durjan Hussain M.Sc,SCJP1.4,SCWCD
Ahhh...imagining that irresistible "new car" smell? Check out new cars at Yahoo! Autos.
------------------------------------------------------------------------
- List info/subscribe/unsubscribe? See http://www.freeradius.org/list/devel.html
Wrong Protocol. The RADIUS protocol deals with AAA stuff only, configuring ESSIDs is not part of AAA. You want SNMP. Or if your NASs are being difficult/don't support SNMP, theres always interactive shell sessions using the PHPs ssh2 extensions. http://uk.php.net/manual/en/ref.ssh2.php It's what i'm playing with ATM to push out mass configurations. -- Arran Cudbard-Bell (A.Cudbard-Bell@sussex.ac.uk) Authentication, Authorisation and Accounting Officer Infrastructure Services | ENG1 E1-1-08 University Of Sussex, Brighton EXT:01273 873900 | INT: 3900 - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/devel.html --------------------------------- Get your own web address. Have a HUGE year through Yahoo! Small Business.
durjan hussain wrote:
Thanks Arran,
You mean i can change the ESSID or restart the router using PHPs ssh2 extensions. Is it right????
You'll be able to send commands to the router, like you would if you were logged in with an interactive shell session... this is assuming your router supports SSH. If you can use SNMP to change the ESSID / restart the router, you should. Far better way of doing things ! Look for the mib files for your router to see what capabilities it has. -- Arran Cudbard-Bell (A.Cudbard-Bell@sussex.ac.uk) Authentication, Authorisation and Accounting Officer Infrastructure Services | ENG1 E1-1-08 University Of Sussex, Brighton EXT:01273 873900 | INT: 3900
participants (2)
-
Arran Cudbard-Bell -
durjan hussain