Lets play with the modem provided by Airtel,BSNL !!!!
Info about the Beetel ADSL Modem :
1.Router is based upone Broadcom BCM6338 chipset.
2.Currently this modem is being used by Airtel,BSNL and other ISPs in India.
3.Default Userid:admin & password:password
4.Default IP:192.168.1.1
Fun starts here:
1.Telnet to the default ip with the userid and password.
2.Dont waste time hitting CTRL+C,CTRL+D.Just type 'sh' and hit enter key at arrow prompt.
3.Enter 'help' to list out available commands.
4.ls and dir have been removed.
5.But there is a work around for that- type 'echo *'
6.To work with advanced web based configuration type:http://ip//main.html.
7.Get more info abt the router hardware:
cat /proc/cpuinfo ---> Display CPU Information
cat /proc/meminfo ---> Display RAM Information
cat /proc/version ---> Display Linux versions
8.To query all the running process:
ps
9.To list all the kernel process:
cat /proc/modules
10.Display list of network interfaces
ifconfig
11.Get default routing information i.e. find out your ISP's router
route
12.Display Iptables rules
iptables -L -n
Saturday, October 21, 2006
Previous Posts
- Looking for a Change in your Career. Need Consulta...
- Info About java.sql.DriverManager......... All j...
- Questions on JDBC.................. What is JDB...
- Difference Betweeen Appraisal and Resignation........
- You can listen to any PDF instead of reading with ...
- Java Messaging Service - An Overview Required com...
- J2EE Connector Architecture - JCA Why JCA Enterpr...
- Basic Questions on Database: what is SQL? Structu...
- Capturing your desktop using Java: import java.aw...
- Usage of Find command in Unix Example:1 find . ...

0 Comments:
Post a Comment
<< Home