Saturday, October 21, 2006

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


0 Comments:

Post a Comment

<< Home