Telnet To Quidway Wa1003a

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:Point-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
 
Back