simon.george
Newbie
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