Telnet To Quidway Wa1003a

QUOTE(Simon George Mandy @ Aug 25 2006, 04:11 AM) [snapback]59876[/snapback]
Hi I am able to login with root and admin i have some doubts please see the images
......
The same results will come if telnet to my public ip also ( i got my public ip thru the site www.whatismyip.com)
[/b]

I am sorry, but does your image say something like "Remote linking forbidden"? If not, then there is a problem with your linked image.

Also, an easy way to always know your IP is by using a free dynamic DNS service. I use www.no-ip.org. It is free and you can choose a domain name of your choice (it will be a subdomain of no-ip.org or zapto.org or some other as choices given by no-ip). For example, you can choose your domain name to be sgmandy.no-ip.org. You would need to install a small daemon on your computer (available for both Linux and Windows) which will keep updating your IP address assaciated with your domain at regular intervals or at boot times. So you just connect to sgmandy.no-ip.org instead of having to know your IP address.

regards.
 
^ @bsnluser , pls see this Link for the images and analyze ...

< url edited to make it not clickable . pls copy & paste >
Code:
http://sim.gq.nu/images/Combined.JPG
 
QUOTE(seshu @ Aug 25 2006, 08:08 AM) [snapback]59894[/snapback]
^ @bsnluser , pls see this Link for the images and analyze ...
http://sim.gq.nu/images/Combined.JPG
[/b]

I don't know if its me or the way you guys have linked the image, but by clicking on the above link I get an image (text message really) that says 'remote linking is forbidden. File server does not support remote linking for files or image for FREE account. Please upgrade your account'.

Am I missing something here?
 
^ sorry friend , pls copy & paste the Link in your browser ...
Code:
http://sim.gq.nu/images/Combined.JPG
 
QUOTE(bsnluser @ Aug 25 2006, 07:27 AM) [snapback]59890[/snapback]
I am sorry, but does your image say something like \"Remote linking forbidden\"? If not, then there is a problem with your linked image.

Also, an easy way to always know your IP is by using a free dynamic DNS service. I use www.no-ip.org. It is free and you can choose a domain name of your choice (it will be a subdomain of no-ip.org or zapto.org or some other as choices given by no-ip). For example, you can choose your domain name to be sgmandy.no-ip.org. You would need to install a small daemon on your computer (available for both Linux and Windows) which will keep updating your IP address assaciated with your domain at regular intervals or at boot times. So you just connect to sgmandy.no-ip.org instead of having to know your IP address.

regards.
[/b]


Hi

i am sorry about the image they dont suport inserting image i will paste the url just copy and pasein your browser (please dont click on it)

http://sim.gq.nu/images/Combined.JPG

Regards
SImon
 
QUOTE(Simon George Mandy @ Aug 25 2006, 05:58 PM) [snapback]59950[/snapback]
Hi

i am sorry about the image they dont suport inserting image i will paste the url just copy and pasein your browser (please dont click on it)

http://sim.gq.nu/images/Combined.JPG

[/b]

Copying and pasting the link worked. Thanks.

So I see that the the modem is working on busybox and using ash shell. It appears that it is a commonly found OS in modems/routers. I found these couple of pages which will be useful to know more about his:

- About busybox (http://www.busybox.net/downloads/BusyBox.html)
- About the OS and telnet in router (http://www.cyberciti.biz/nixcraft/vivek/blogger/2005/09/hacking-dlink-502t-router.html)


So once you telnet to your modem, could you post the output to these command (in the following "#>" means the prompt):
#> cat /proc/cpuinfo
#> cat /proc/meminfo
#> cat /proc/version

thanks.
 
QUOTE(Simon George Mandy @ Aug 25 2006, 05:58 PM) [snapback]59950[/snapback]
Hi

i am sorry about the image they dont suport inserting image i will paste the url just copy and pasein your browser (please dont click on it)

http://sim.gq.nu/images/Combined.JPG

Regards
SImon
[/b]


Any one could tell what are all the basic commands i can use with telneting router like seeing intefcaes and ip addresses..any one familiar and one more thing is will i be able to do a remote telnet to my router please reffer the link provided on the prevous post

QUOTE(bsnluser @ Aug 25 2006, 07:12 PM) [snapback]59964[/snapback]
Copying and pasting the link worked. Thanks.

So I see that the the modem is working on busybox and using ash shell. It appears that it is a commonly found OS in modems/routers. I found these couple of pages which will be useful to know more about his:

- About busybox (http://www.busybox.net/downloads/BusyBox.html)
- About the OS and telnet in router (http://www.cyberciti.biz/nixcraft/vivek/blogger/2005/09/hacking-dlink-502t-router.html)
So once you telnet to your modem, could you post the output to these command (in the following \"#>\" means the prompt):
#> cat /proc/cpuinfo
#> cat /proc/meminfo
#> cat /proc/version

thanks.
[/b]


I am Sorry i didnt notice ur post so sorry for the delay Link u provided is really usefull i will play around with some basic command and will psot the images or out put .One more question is some of the frnds in this forum said each and every BSNL user will have a public ip in every sessiion and that ip will remain the same in that entire session.and morover when i checked the website whatismyip.com i got an ip address and i tried telenting to that and it was going to by router so does that mean i can telnet to my router from outside.but i tried pinging the same ip from a diff internet connection i am not getting reply.do i have to add any static route or something in my router please assist
 
QUOTE(Simon George Mandy @ Aug 28 2006, 03:43 PM) [snapback]60308[/snapback]

One more question is some of the frnds in this forum said each and every BSNL user will have a public ip in every sessiion and that ip will remain the same in that entire session.and morover when i checked the website whatismyip.com i got an ip address and i tried telenting to that and it was going to by router so does that mean i can telnet to my router from outside.but i tried pinging the same ip from a diff internet connection i am not getting reply.do i have to add any static route or something in my router please assist
[/b]

Yes you can telnet to your router from outside provided that you're not blocking telnet port access from your WAN side.
Your router might be dropping all ICMP packets blindly, hence no ping reply.
Check settings of
cat /proc/sys/net/ipv4/icmp_echo_ignore_all

Also check how netfilter is being configured by executing following command
iptables -L -v | grep icmp

And if rule is being set to drop ICMP packets by default then modify it accordingly.
 
QUOTE(vichitra @ Aug 28 2006, 04:22 PM) [snapback]60313[/snapback]
Yes you can telnet to your router from outside provided that you're not blocking telnet port access from your WAN side.
Your router might be dropping all ICMP packets blindly, hence no ping reply.

[/b]

I think in the web configuration of wa1003a, there a page called "remote access" or "remote management" or something like this. That page has an ICMP check box and a ping check box.

I am not sure what their purpose is, but one can try checking both the boxes, saving the configuration and restarting the router, and trying pinging again and trying telneting to the computer by its ip address.

I forgot to point out that it is *not* recommended to use telnet over the internet. Telnet sends its passwords in clear text so anybody snooping on your connection can easily read your username and password. So people who are very security concious or where security is critical never use telnet. The best alternative is ssh. But I don't think wa1003a runs an ssh server.

Having said that, you could try telneting just for the sake of experiments. But once you have done that, it will be a good precaution to change your login password in the modem/router.

But one can usually trust one's local network (LAN), e.g. at home, so it is okay to use telnet there.
 
QUOTE(bsnluser @ Aug 28 2006, 08:06 PM) [snapback]60322[/snapback]
I think in the web configuration of wa1003a, there a page called "remote access" or "remote management" or something like this. That page has an ICMP check box and a ping check box.

I am not sure what their purpose is, but one can try checking both the boxes, saving the configuration and restarting the router, and trying pinging again and trying telneting to the computer by its ip address.

I forgot to point out that it is *not* recommended to use telnet over the internet. Telnet sends its passwords in clear text so anybody snooping on your connection can easily read your username and password. So people who are very security concious or where security is critical never use telnet. The best alternative is ssh. But I don't think wa1003a runs an ssh server.

Having said that, you could try telneting just for the sake of experiments. But once you have done that, it will be a good precaution to change your login password in the modem/router.

But one can usually trust one's local network (LAN), e.g. at home, so it is okay to use telnet there.
[/b]


I will try out the steps you mentioned above but i dont think i have seen a page "remote access" or "remote management" in web configuration but still will give a try and let you know
 
Back