Telnet To Quidway Wa1003a

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
 
Hi All I made a lot of progress in This topic now i am able to telnet the router see the configuration such as devices and network statics copying the some of the command results# cat /poc/cpuinfocat: /poc/cpuinfo: No such file or directory# cat /proc/cpuinfoprocessor : 0cpu model : MIPS 4KEc V4.8BogoMIPS : 149.91wait instruction : nomicrosecond timers : yesextra interrupt vector : yeshardware watchpoint : yesVCED exceptions : not availableVCEI exceptions : not available## cat /proc/meminfo total: used: free: shared: buffers: cached:Mem: 14741504 14147584 593920 0 1449984 3891200Swap: 0 0 0MemTotal: 14396 kBMemFree: 580 kBMemShared: 0 kBBuffers: 1416 kBCached: 3800 kBSwapCached: 0 kBActive: 5292 kBInactive: 1672 kBHighTotal: 0 kBHighFree: 0 kBLowTotal: 14396 kBLowFree: 580 kBSwapTotal: 0 kBSwapFree: 0 kB## cat /proc/versionLinux version 2.4.17_mvl21-malta-mips_fp_le (root@Jackal) (gcc version 2.95.3 20010315 (release/MontaVista)) #114 Mon Aug 1 18:26:13 CST 2005### ifconfig ppp0ppp0 Link encap😛oint-Point Protocol inet addr:**.92.**.** P-t-P:**.*2.**8.* Mask:255.255.255.255 UP POINTOPOINT RUNNING NOARP MULTICAST MTU:1492 Metric:1 ASYMMTU:1500 RX packets:87806 errors:0 dropped:0 overruns:0 frame:0 TX packets:93648 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:0 RX bytes:42504555 (40.5 Mb) TX bytes:25603324 (24.4 Mb)#what i wanted to do is , My network is something like 3 computer one 8 port switch and the wa1003a router all the computers are connected directly to the switch and the router is connected to the switch.Router ip address is 192.168.1.1 and all machines are having ip address in the range of 192.168.1.2 - 192.168.1.255 subnet mask 255.255.255.0 gateway is 192.168.1.1 primary dns 192.168.1.1 secondary the BSNL dns.internet is working fine on all machines..i wanted to know the netowrk utlization (MB downloaded and uploaded) by each machine is it possible to do this from the router or is there any utlity for that.second is i wanted to restric the speed to one computerplease help me
 


QUOTE(Simon George Mandy @ Aug 29 2006, 01:55 AM) [snapback]60360[/snapback]

i wanted to know the netowrk utlization (MB downloaded and uploaded) by each machine is it possible to do this from the router or is there any utlity for that.

second is i wanted to restric the speed to one computer

please help me
[/b]


Your modem don't provide these functionality by default, does it have options for same ?
Well data transfer calculation is pretty easy on linux boxen using iptables, bandwith throttling is also easy using tc and tc-ng on linux boxen.

Now though your modem uses linux as os, does it provide enough tools to do the same ? Does it provide a simple way to save your configuration in NVRAM ?
 
QUOTE(vichitra @ Aug 29 2006, 02:49 AM) [snapback]60362[/snapback]
Your modem don't provide these functionality by default, does it have options for same ?
Well data transfer calculation is pretty easy on linux boxen using iptables, bandwith throttling is also easy using tc and tc-ng on linux boxen.

Now though your modem uses linux as os, does it provide enough tools to do the same ? Does it provide a simple way to save your configuration in NVRAM ?
[/b]


Could you please elabrate a bit "Does it provide a simple way to save your configuration in NVRAM ?
" and what is "tc and tc-ng" the iptables command is running
 
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]


I have registered a domain name in www.n-ip.org and instaled Dynamic DNS update client.after that when i do a ping from my computer to the the newly created domain name i am able to get reply the ip its resolving is my BSNL public ip if i tried to open the domain name the page is opening is my routers admin page.

When i tried to ping this same domain name from a diff internet connection its resolving my ip address but no reply (could be bacuse icmp is blocked earlier also if i tried to ping my BSNL ip it will not give reply frm a diff network) but when i tried to open the website its not opening the router admin page.this is i need help..then how do i change my home page to diff page ? one more thing is how do i enable ICMP requests in my router (ping replies) mine is wa1003a router have got access to both telnet as well as http configuration page please assist
 
QUOTE(Simon George Mandy @ Aug 31 2006, 10:23 AM) [snapback]60609[/snapback]
I have registered a domain name in www.n-ip.org and instaled ...

When i tried to ping this same domain name from a diff internet ... ... mine is wa1003a router have got access to both telnet as well as http configuration page please assist
[/b]

Okay, from what I understand (your lack of punctuation makes it difficult to understand clearly what you have written), you want a different web page to come up if your domain name is browsed in a web browser. For that you need a web server installed in your computer.

To allow ping from external IPs, you need to enable ICMP. I think pages about advanced firewall rules in the router's web configuration have that option.
 
QUOTE(bsnluser @ Sep 2 2006, 10:48 PM) [snapback]60890[/snapback]
Okay, from what I understand (your lack of punctuation makes it difficult to understand clearly what you have written), you want a different web page to come up if your domain name is browsed in a web browser. For that you need a web server installed in your computer.

To allow ping from external IPs, you need to enable ICMP. I think pages about advanced firewall rules in the router's web configuration have that option.
[/b]


I enabled ICMP and remote administration in my router now i am able to ping my router from outside however the remote telneting and web configuration is still not working
 

Top