Monday 30 April 2012

Thursday 19 April 2012

Networking Command

 Ping


For WindowsSyntax
ping[-t] [-a] [-n count] [-l size] [-f] [-i TTL] [-v TOS]

[-r count] [-s count] [[-j host-list] | [-k host-list]]

[-w timeout] destination-list
Options:
-tPings the specified host until stopped.
To see statistics and continue - type Control-Break;
To stop - press Ctrl +C
-aResolve addresses to hostnames.
-n countNumber of echo requests to send.
-l sizeSend buffer size.
-fSet Don't Fragment flag in packet.
-i TTL Time To Live.
-v TOSType Of Service.
-r count   Record route for count hops.
-s countTimestamp for count hops.
-j host-listLoose source route along host-list.
-k host-list Strict source route along host-list.
-w timeoutTimeout in milliseconds to wait for each reply.
Examples
ping localhost
Pings the local host, this will allow you to see if the computer is able to send information out and receive the information back. Note that this does not send information over a network but may allow you to see if the card is being seen.
ping xxx.xxx.xxx.xxx
Allows you to ping another computer where the x's are located are where you would place the IP address of the computer you are attempting to ping. If this is not able to complete, this should relay back an unsuccessful message, which could be an indication of cable issues, network card issues, hub issue, etc.
ping computerhope.com
PING computerhope.com (204.228.150.3) 56(84) bytes of data.
64 bytes from www.computerhope.com (204.228.150.3): icmp_seq=1 ttl=63 time=0.267 ms

--- computerhope.com ping statistics ---
1 packets transmitted, 1 received, 0% packet loss, time 0ms
rtt min/avg/max/mdev = 0.267/0.267/0.267/0.000 ms


For Linux
Syntax
ping -s [-d] [-l] [-L] [-n] [-r] [-R] [-v] [ -i interface_address ] [-I interval] [-t ttl] host [packetsize] [count]
-dSet the SO_DEBUG socket option.
-lLoose source route. Use this option in the IP header to send the packet to the given host and back again. Usually specified with the -R option.
-LTurn off loopback of multicast packets. Normally, if there are members in the host group on the out- going interface, a copy of the multicast packets will be delivered to the local machine.
-nShow network addresses as numbers. ping normally displays addresses as host names.
-rBypass the normal routing tables and send directly to a host on an attached network. If the host is not on a directly-attached network, an error is returned. This option can be used to ping a local host through an interface that has been dropped by the router daemon.
-RRecord route. Sets the IP record route option, which will store the route of the packet inside the IP header. The contents of the record route will only be printed if the -v option is given, and only be set on return packets if the target host preserves the record route option across echos, or the -l option is given.
-vVerbose output. List any ICMP packets, other than ECHO_RESPONSE, that are received.
-i interface_addressSpecify the outgoing interface address to use for multicast packets. The default interface address for multicast packets is determined from the (unicast) routing tables.
-I intervalSpecify the interval between successive transmissions. The default is one second.
-t ttlSpecify the IP time to live for unicast and multicast packets. The default time to live for unicast packets is set with ndd (using the icmp_def_ttl variable). The default time to live for multicast is one hop.
hostThe network host.
packetsizeSpecified size of packetsize. Default is 64.
countAmount of times to send the ping request.
Examples
ping google.com
Ping the host google.com to see if it is alive.
ping google.com -c 1
Ping the host google.com once and return to the command line as shown below.
PING google.com (204.228.150.3) 56(84) bytes of data.
64 bytes from www.google.com (204.228.150.3): icmp_seq=1 ttl=63 time=0.267 ms

--- google.com ping statistics ---
1 packets transmitted, 1 received, 0% packet loss, time 0ms
rtt min/avg/max/mdev = 0.267/0.267/0.267/0.000 ms

Reference : http://www.computerhope.com/issues/ch000444.htm#02

ipconfig

About ipconfig
Ipconfig is a DOS utility that can be used from MS-DOS and a MS-DOS shell to display the network settings currently assigned and given by a network. This command can be utilized to verify a network connection as well as to verify your network settings.

Windows 95, 98, and ME syntax
/AllDisplay detailed information.
/Batch [file]Write to file or ./WINIPCFG.OUT
/renew_allRenew all adapters.
/release_allRelease all adapters.
/renew NRenew adapter N.
/release NRelease adapter N.

Windows 2000 and XP syntax
ipconfig [/? | /all | /release [adapter] | /renew [adapter] | /flushdns | /registerdns | /showclassid adapter | /setclassid adapter [classidtoset] ]


/allDisplay full configuration information.
/releaseRelease the IP address for the specified adapter.
/renewRenew the IP address for the specified adapter.
/flushdnsPurges the DNS Resolver cache.
/registerdnsRefreshes all DHCP leases and re-registers DNS names
/displaydnsDisplay the contents of the DNS Resolver Cache.
/showclassidDisplays all the dhcp class IDs allowed for adapter.
/setclassidModifies the dhcp class id.
The default is to display only the IP address, subnet mask and default gateway for each adapter bound to TCP/IP.
For Release and Renew, if no adapter name is specified, then the IP address leases for all adapters bound to TCP/IP will be released or renewed.
For SetClassID, if no class id is specified, then the classid is removed.
Examples
To get your computers local network IP address, subnet mask, and default gateway typing ipconfig alone will display this information as shown below. Keep in mind this is only your local network information. If you're trying to determine your IP address used on the Internet we suggest viewing our system information page.
ipconfig
Ethernet adapter Local Area Connection:

Connection-specific DNS Suffix . : hsd1.ut.comcast.net.
IP Address. . . . . . . . . . . . : 192.168.201.245
Subnet Mask . . . . . . . . . . . : 255.255.255.0
Default Gateway . . . . . . . . . : 192.168.201.1
To get all local network information for your computer use the /all switch as shown below, followed by the results that would be seen when using this command.
ipconfig /all
Windows IP Configuration

Host Name . . . . . . . . . : COMPUTERH1
DNS Servers . . . . . . . . : 123.45.67.8
111.111.111.1
111.111.111.1
Node Type . . . . . . . . . : Broadcast
NetBIOS Scope ID. . . . . . :
IP Routing Enabled. . . . . : No
WINS Proxy Enabled. . . . . : No
NetBIOS Resolution Uses DNS : No

0 Ethernet adapter :

Description . . . . . . . . : PPP Adapter.
Physical Address. . . . . . : 44-44-44-54-00-00
DHCP Enabled. . . . . . . . : Yes
IP Address. . . . . . . . . : 123.45.67.802
Subnet Mask . . . . . . . . : 255.255.0.0
Default Gateway . . . . . . : 123.45.67.801
DHCP Server . . . . . . . . : 255.255.255.255
Primary WINS Server . . . . :
Secondary WINS Server . . . :
Lease Obtained. . . . . . . : 01 01 80 12:00:00 AM
Lease Expires . . . . . . . : 01 01 80 12:00:00 AM

1 Ethernet adapter :

Description . . . . . . . . : 3Com 3C90x Ethernet Adapter
Physical Address. . . . . . : 00-50-04-62-F7-23
DHCP Enabled. . . . . . . . : Yes
IP Address. . . . . . . . . : 111.111.111.108
Subnet Mask . . . . . . . . : 255.255.255.0
Default Gateway . . . . . . : 111.111.111.1
DHCP Server . . . . . . . . : 111.111.111.1
Primary WINS Server . . . . :
Secondary WINS Server . . . :
Lease Obtained. . . . . . . : 11 16 00 12:12:44 AM
Lease Expires . . . . . . . :


Reference: http://www.computerhope.com/ipconfig.htm



Hostname

About hostname
Display the hostname of the machine the command is being run on. Additional information about the term hostname can be found on our hostname dictionary definition.
Availability
The hostname command is an external command and is available in the below Microsoft operating systems.
Windows 2000
Windows XP
Windows Vista
Windows 7
Syntax
hostname
sethostname: Use the Network Control Panel Applet to set hostname.
hostname -s is not supported.
Examples
hostname
Running the command would display the hostname for the computer.

TRACERT and TRACEROUTE

For Windows

About tracert
The tracert command is used to visually see a network packet being sent and received and the amount of hops required for that packet to get to its destination.
Users with Microsoft Windows 2000 and Windows XP who need additional information network latency and network loss should also consider using the pathping command.
Availability
The tracert.exe command is an external command that is available in the below Microsoft operating systems.
MS-DOS 6.2
Windows 95
Windows 98
Windows ME
Windows NT
Windows 2000
Windows XP
Windows Vista
Windows 7
Syntax
tracert[-d] [-h maximum_hops] [-j host-list] [-w timeout] target_name
Options:
-dDo not resolve addresses to hostnames.
-h maximum_hopsMaximum number of hops to search for target.
-j host-listLoose source route along host-list.
-w timeoutWait timeout milliseconds for each reply.
Examples
Below is an example when we used tracert on www.computerhope.com. As you can see in the below example, we had a very short list and time to get to its destination because of the location we are.
tracert computerhope.com
1169 ms190 ms160 msslc1-tc.xmission.com [166.70.1.20]
2159 ms160 ms190 mscisco0-tc.xmission.com [166.70.1.1]
3165 ms189 ms159 mswww.computerhope.com [166.70.10.23]


 For Linux

About traceroute
Print the route packets take to network host.
Syntax
traceroute [-d] [-F] [-I] [-n] [-v] [-x] [-f first_ttl] [-g gateway [-g gateway] | -r] [-i iface] [-m max_ttl] [-p port] [-q nqueries] [-s src_addr] [-t tos] [-w waittime ] host [packetlen]
-dSet the SO_DEBUG socket option.
-FSet the "don't fragment" bit.
-IUse ICMP ECHO instead of UDP datagrams.
-nPrint hop addresses numerically rather than symbolically and numerically. This saves a nameserver address-to-name lookup for each gateway found on the path.
-vVerbose output. For each hop, the size and the destination of the response packets is displayed. Also ICMP packets received other than TIME_EXCEEDED and UNREACHABLE are listed as well.
-xPrevent traceroute from calculating checksums. Note that checksums are usually required for the last hop when using ICMP ECHO probes. See the -I option.
-f first_ttlSet the starting ttl value to first_ttl, to override the default value 1. traceroute skips processing for those intermediate gateways which are less than first_ttl hops away.
-g gatewaySpecify a loose source route gateway. The user can specify more than one gateway by using -g for each gateway. The maximum that can be set is 8.
-rBypass the normal routing tables and send directly to a host on an attached network. If the host is not on a directly-attached network, an error is returned. This option can be used to send probes to a local host through an interface that has been dropped by the router daemon.
-i ifaceSpecify a network interface to obtain the source IP address for outgoing probe packets. This is normally only useful on a multi-homed host. The -s option is also another way to do this. Note that this option does not provide a way to specify the interface on which the probe packets are sent.
-m max_ttlSet the maximum ttl used in outgoing probe packets. The default is 30 hops, which is the same default used for TCP connections.
-p portSet the base UDP port number used in probes. The default is 33434. traceroute hopes that nothing is listening on UDP ports (base+(nhops- 1)*nqueries) to (base+(nhops*nqueries)-1)at the destination host, so that an ICMP PORT_UNREACHABLE message will be returned to terminate the route tracing. If something is listening on a port in the default range, this option can be used to select an unused port range.nhops is defined as the number of hops between the source and the destination.
-q nqueriesSet the desired number of probe queries. The default is 3.
-s src_addrUse the following address, which usually is given as an IP address, not a hostname, as the source address in outgoing probe packets. On multi-homed hosts, those with more than one IP address, this option can be used to force the source address to be something other than the IP address traceroute picks by default. If the IP address is not one of this machine's interface addresses, an error is returned and nothing is sent. When used together with the -i option, the given IP address should be configured on the specified interface. Otherwise, an error will be returned.
-t tosSet the tos(type-of-service) in probe packets to the specified value. The default is zero. The value must be an integer in the range from 0 to 255. Gateways along the path may route the probe packet differently depending upon the tos value set in the probe packet.
-w waittimeSet the time, in seconds, to wait for a response to a probe. The default is five (5) seconds.
hostThe network host.
Examples
traceroute computerhope.com - would display results similar to the below example.
traceroute to computerhope.com (166.70.10.23), 30 hops max, 40 byte packets
1 198.60.22.1 (198.60.22.1) 2.303 ms 1.424 ms 2.346 ms
2 krunk3.xmission.com (198.60.22.6) 0.742 ms * 1.521 ms
Note: in this example because we are local to the address we are tracerouting the amount of hops is very minimal. However, when you traceroute computerhope.com you may hop more than we do.
This command is very useful for distinguishing network or router issues. If the domain does not work or is not available you can traceroute an IP.


ROUTE
About route
Command to manually configure the routes in the routing table.
Availability
The route.exe command is an external command that is available in the below Microsoft operating systems.
Syntax
ROUTE [-f] [-p] [command [destination] [MASK netmask] [gateway] [METRIC metric] [IF interface]
 
-fClears the routing tables of all gateway entries. If this is used in conjunction with one of the commands, the tables are cleared prior to running the command.
-pWhen used with the ADD command, makes a route persistent across boots of the system. By default, routes are not preserved when the system is restarted. When used with the PRINT command, displays the list of registered persistent routes. Ignored for all other commands, which always affect the appropriate persistent routes. This option is not supported Windows'95. command
commandOne of these: PRINT Prints a route
ADD Adds a route
DELETE Deletes a route
CHANGE Modifies an existing route destination
destinationSpecifies the host.
MASKSpecifies that the next parameter is the 'netmask' value.
netmaskSpecifies a subnet mask value for this route entry.  If not specified, it defaults to 255.255.255.255.
gatewaySpecifies gateway.
interfacethe interface number for the specified route.
METRICSpecifies the metric, ie. cost for the destination.
All symbolic names used for destination are looked up in the network database file NETWORKS. The symbolic names for gateway are looked up in the host name database file HOSTS.
If the command is PRINT or DELETE. Destination or gateway can be a wildcard, (wildcard is specified as a star '*'), or the gateway argument may be omitted.
If Dest contains a * or ?, it is treated as a shell pattern, and only matching destination routes are printed. The '*' matches any string, and '?' matches any one char. Examples: 157.*.1, 157.*, 127.*, *224*.
Diagnostic Notes:
Invalid MASK generates an error, that is when (DEST & MASK) != DEST.
Example> route ADD 157.0.0.0 MASK 155.0.0.0 157.55.80.1 IF 1
The route addition failed: The specified mask parameter is invalid.
(Destination & Mask) != Destination.
Examples
Examples:
> route PRINT
>route ADD 157.0.0.0
                     ^destination
MASK 255.0.0.0
             ^mask
    157.55.80.1  
    ^gateway
METRIC 3
               ^metric
IF 2
     ^Interface
If IF is not given, it tries to find the best interface for a given
gateway.
> route PRINT
> route PRINT 157* .... Only prints those matching 157*
> route DELETE 157.0.0.0
> route PRINT
One way to use this would be as follows: You can't ping the server that you are connecting to, but you know the ip address to be 127.16.16.10
>route PRINT
Interface List
0x1 ........................... MS TCP Loopback interface
0x2 ...00 14 a4 c3 44 20 ...... Xircom CardBus Ethernet 10/100 Adapter
0x3 ...00 b0 d0 43 55 a5 ...... 3Com EtherLink PCI
0x4 ...00 01 b0 8f 8f 80 ...... NdisWan Adapter
Active Routes:
Network Destination Netmask Gateway Interface Metric
0.0.0.0 0.0.0.0 127.16.8.14 127.16.8.14 1
127.0.0.0 255.0.0.0 127.0.0.1 127.0.0.1 1
127.16.0.0 255.255.0.0 127.16.8.14 127.16.8.14 1
127.16.8.14 255.255.255.255 127.0.0.1 127.0.0.1 1
192.168.50.0 255.255.255.0 192.168.50.65 192.168.50.65 2
192.168.50.65 255.255.255.255 127.0.0.1 127.0.0.1 1
192.168.50.255 255.255.255.255 192.168.50.65 192.168.50.65 1
224.0.0.0 224.0.0.0 127.16.8.14 127.16.8.14 1
224.0.0.0 224.0.0.0 192.168.50.65 192.168.50.65 1
255.255.255.255 255.255.255.255 192.168.50.65 192.168.50.65 1
** notice that no gateway for the current ip goes to 255.255.255.0, so it must be added. Now do the below command.
>route ADD 127.16.0.0 MASK 255.255.255.0 <your current ip from winntcfg or winipcfg> METRIC 1
**Then do the below command:
>route print
Active Routes:
Network Destination Netmask Gateway Interface Metric
0.0.0.0 0.0.0.0 127.16.8.14 127.16.8.14 1
127.0.0.0 255.0.0.0 127.0.0.1 127.0.0.1 1
127.16.0.0 255.255.0.0 127.16.8.14 127.16.8.14 1
** 127.16.0.0 255.255.255.0 127.16.8.14 127.16.8.14 1
127.16.8.14 255.255.255.255 127.0.0.1 127.0.0.1 1
192.168.50.0 255.255.255.0 192.168.50.65 192.168.50.65 2
192.168.50.65 255.255.255.255 127.0.0.1 127.0.0.1 1
192.168.50.255 255.255.255.255 192.168.50.65 192.168.50.65 1
224.0.0.0 224.0.0.0 127.16.8.14 127.16.8.14 1
224.0.0.0 224.0.0.0 192.168.50.65 192.168.50.65 1
255.255.255.255 255.255.255.255 192.168.50.65 192.168.50.65 1
**Notice the ** ip address gives me the default gateway.

Monday 9 April 2012

নেটওয়ার্ক ম্যানেজমেন্টের টুল

নেটওয়ার্ক ম্যানেজমেন্টের টুল

সব নেটওয়ার্ক ম্যানেজারকে একসেট কৌশলী টুল রাখতে হয়, যা প্রতিদিনের কাজগুলো যেমন নেটওয়ার্ক মনিটরিং ও ম্যানেজমেন্ট, হার্ডওয়্যার ট্রাবলশূটিং ও ইনভেন্টরি ইত্যাদি পারফর্ম করতে পারে৷ এবার নেটওয়ার্ক বিভাগে এ ধরনের প্রয়োজনীয় কিছু টুল নিয়ে আলোচনা করা হয়েছে৷

কিছু কিছু বিষয় রয়েছে, যেগুলো নেটওয়ার্ক ম্যানেজিংয়ের ক্ষেত্রে অবহেলা করা উচিত নয়৷ যেমন- সিকিউরিটি, সফটওয়্যার বা হার্ডওয়্যার ফেইল্যুর এবং ইনভেন্টরির পরিবর্তন৷ উপরোল্লিখিত বিষয়গুলো যথাযথভাবে ম্যানেজ করার জন্য দরকার একসেট টুল৷ ভালো মানের কার্যকর একসেট টুল দিয়ে নেটওয়ার্ক ম্যানেজার তার নেটওয়ার্ক সিস্টেমকে অত্যন্ত কার্যকর হিসেবে প্রতিষ্ঠা করতে পারেন৷ এসব টুল নেটওয়ার্ক ম্যানেজারকে বিভিন্ন ঝামেলা থেকে রক্ষা করতে পারবে৷ এই টুলগুলো যথাযথভাবে ব্যবহার করে নেটওয়ার্ক ম্যানেজার তাদের সিস্টেমের ব্যাপারে নিশ্চিন্ত থাকতে পারেন৷

নেটওয়ার্ক মনিটরিং

অজানা কারণে হার্ডওয়্যার/সফটওয়্যার ফেইল্যুরের মুখোমুখি হবেন না, এমনটি নিশ্চিত হতে পারবেন নিয়মিতভাবে সেগুলো মনিটর করে এবং এর কার্যকারিতা স্থবির হবার আগে ত্রুটিপূর্ণ মেশিনারিগুলোকে সংশোধন বা প্রতিস্থাপন করার মাধ্যমে৷ এছাড়া আপনার নেটওয়ার্কের ব্যবহারকারী ও তাদের কার্যকলাপও ট্র্যাক করতে হবে৷ নিচে বর্ণিত টুল দুটি আপনাকে একাজে সহায়তা করতে পারবে৷

এনটপ :

ইন্টারনেট গেটওয়ের মাধ্যমে যে ডাটা প্রবাহ হয়, সেগুলো এই টুল ক্যাপচার করে এবং তা উপস্থাপন করে খুবই সমন্বিত গ্রাফ ও চার্টে৷ এনটপ টুল দিয়ে মনিটর করতে পারবেন সর্বমোট ব্যবহার হওয়া ব্যান্ডউইডথ, প্রোটকল লেভেল এবং ইউজার লেভেলে ব্যবহার হওয়া ব্যান্ডউইডথ৷ এনটপ ব্যবহার করা যেতে পারে উইন্ডোজ বা লিনআক্সে৷ তবে মনে রাখতে হবে, সবচেয়ে ভালো ফলাফল পেতে হলে গেটওয়েতে এনটপ ইনস্টল করতে হবে৷ গেটওয়ে যেই অপারেটিং সিস্টেমেই রান করুক না কেন এনটপ ভার্সন যেনো হয়, তা খেয়াল রাখতে হবে৷


চিত্র-১ : এনটপ নেটওয়ার্ক সিস্টেমের ডিটেইল ভিউ

এনটপের ইনস্টলেশন প্রক্রিয়াটি খুবই সহজ৷ উইন্ডোজ ভার্সনে ইনস্টলার রান করে কয়েকবার নেক্সট-এ ক্লিক করলেই হবে৷ সিস্টেম ইনস্টল হবার পরপরই ক্লক সিস্টেম বার-এর পাশে NTop xtra -এর আইকন দেখা যাবে৷ এই আইকনে ডবল ক্লিক করলে একটি উইন্ডো খুলবে৷

এবার Start NTop Service -এ ক্লিক করে এনটপ অপশন রান করুন৷ এর ফলে http://localhost:3000 অ্যাড্রেসসহ একটি আইই উইন্ডো ওপেন হবে৷ এটি হচ্ছে সেই লোকেশন যেখান থেকে ভবিষ্যতে এনটপ পেজে এক্সেস করা যাবে৷ এ সিস্টেমটি অত্যন্ত স্বব্যাখ্যামূলক এবং কোনোরকম ঝামেলা ছাড়াই ব্যবহার করা যাবে৷ এটি ফ্রি ডাউনলোড করা যাবে http://openextra.co.uk সাইট থেকে৷

ওপেনএনএমএস :

ওপেনএনএমএস হচ্ছে একটি ওপেন সোর্স নেটওয়ার্ক ম্যানেজমেন্ট সিস্টেম, যা যেকোনো অপারেটিং সিস্টেমে রান করে৷ এটি জাভা ও টমক্যাট সাপোর্ট করে৷ এই সফটওয়্যারটি এসএনএমপি (SNMP) সার্ভিস জরিপ, ডাটা সংগ্রহ, বিজ্ঞপ্তি প্রদান এবং ইভেন্ট ম্যানেজমেন্ট করতে পারে৷


চিত্র-২ : ওপেনএনএমএস প্রদর্শিত সার্ভিসের স্ট্যাটাস

এই সফটওয়্যার ব্যবহার করে গুরুত্বপূর্ণ সার্ভার এবং স্বতন্ত্র সার্ভিসকে মনিটর করতে পারবেন যেগুলো এইচটিটিপি, এফটিপি, মাইএসকিউএলে রান করে৷

ওপেনএনএমএসের ইনস্টলেশন প্রক্রিয়া কিছুটা বিরক্তিকর এবং আপনাকে কয়েকটি কম্পোনেন্ট যেমন জাভা ও টমক্যাট কনফিগার করতে হবে কাজ করার জন্য৷ এটি ফ্রি ডাউনলোড করা যাবে http://openNMS.org সাইট থেকে৷

হার্ডওয়্যার ইনভেন্টরি

নেটওয়ার্ক মনিটরিং ছাড়া নেটওয়ার্ক ম্যানেজমেন্ট টুলের পরবর্তী গুরুত্বপূর্ণ বিষয় হলো আপনার মালিকানাধীন সম্পদকে মনিটর করা৷ যেকোনো প্রতিষ্ঠানের জন্য হার্ডওয়্যার/সফটওয়্যার এবং তাদের পরিবর্তনকে ট্র্যাক করা অত্যন্ত গুরুত্বপূর্ণ৷ এর ফলে গুরুত্বপূর্ণ ডাটা অনাকাঙিক্ষত ব্যক্তিদের হাত থেকে রক্ষা পাবে, শুধু তাই নয় রিসোর্সের অপব্যবহারকেও দমন করা যাবে৷ এটি ত্রুটিপূর্ণ ইক্যুইপমেন্টকে ট্র্যাক করে এবং ক্ষেত্রবিশেষ সতর্কও করে ফেইল্যুরের আগে৷

নিচে বর্ণিত টুলগুলো দিয়ে এ কাজগুলো সহজেই করা যায় :

সিসএইড :

এটি একটি পরিপূর্ণ অ্যাসেট ম্যানেজমেন্ট এবং আইটি হেল্প ডেস্ক ম্যানেজমেন্ট সফটওয়্যার৷ এই সফটওয়্যার ও সহযোগী এজেন্ট দিয়ে আপনার নেটওয়ার্কের সব রানিং মেশিনের হার্ডওয়্যার ও সফটওয়্যার কম্পোনেন্টকে ট্র্যাক করা যাবে৷


চিত্র-৩ : সিসএইড দিয়ে এরর সাবমিট করা

এই অ্যাপ্লিকেশনের বাড়তি সুবিধা হলো এটিকে হেল্প ডেস্ক সিস্টেম হিসেবে ব্যবহার করা যায়৷ সিসএইড সফটওয়্যারের ইনস্টলেশন প্রক্রিয়া খুব সহজ এবং ব্যবহারকারীরা তাদের অভিযোগ সরাসরি একই এজেন্টে উইজার্ড ম্যানেজারে জানাতে পারেন৷ সিসএইড সার্ভারের ইনস্টলেশন প্রক্রিয়াটি খুব সহজ৷ এজন্য ইনস্টলার স্টার্ট করে উইজার্ড অনুসরণ করুন৷ এখানে আপনাকে একমাত্র ভ্যালু উইজার্ডে দিতে হবে৷ আর তা হচ্ছে মেইল সার্ভার এবং অ্যাড্রেস ও পোর্টে রিপ্লাই করতে হবে, যা সিসএইড পোর্টালে এক্সেসযোগ্য হবে৷

এজেন্ট ইনস্টলেশন প্রক্রিয়াও সহজ৷ এজন্য সার্ভার মেশিনে ম্যানুয়ালভাবে এজেন্ট সেটআপ ফাইল ইনস্টল করতে হবে৷ এখানে আপনার কাছে কেবল সার্ভারের আইপি অ্যাড্রেস এবং এজেন্ট ইনস্টলেশন ফাইলের সিরিয়াল নম্বর জানতে চাইবে৷ যদি আপনি ফ্রি ভার্সন সফটওয়্যার ব্যবহার করেন, তাহলে সিরিয়াল নম্বরও ফ্রি পাবেন৷ তবে এই সেটআপ শুধু ১০০ ব্যবহারকারীর জন্য প্রযোজ্য হবে বা তিন অ্যাডমিনিস্ট্রেটরের জন্য প্রযোজ্য৷ এটি ফ্রি ডাউনলোড করা যাবে http://ilient.com সাইট থেকে৷

আলকেমি আই :

এই অ্যাপ্লিকেশনটি সার্ভার ও হার্ডওয়্যার কম্পোনেন্টের পর্যাপ্ততার প্রতি লক্ষ রাখে৷ যদি কোনো কারণে ফেইল্যুর হয় বা হার্ডওয়্যার কম্পোনেন্টের পরিবর্তন করা হয়, তখন এটি তাত্ক্ষণিকভাবে ই-মেইলের মাধ্যমে অ্যাডমিনিস্ট্রেটরের কাছে সতর্ক বার্তা পাঠিয়ে বা এসএমএস করে৷

উইজার্ড অনুসরণ করে খুব সহজেই আলকেমি আই ইনস্টল করা যায়৷ ইনস্টলেশনের পর অ্যাপ্লিকেশন রান করুন৷ এজন্য ফাইল মেনুতে গিয়ে Scan Network অপশনে ক্লিক করুন৷ স্ক্যান নেটওয়ার্ক উইজার্ড আবির্ভূত হবার পর যে মেশিন শনাক্ত করতে চান তার আইপি রেঞ্জ দিন৷

আইপি রেঞ্জ দেয়ার পর সার্ভিস সিলেক্ট করুন, যার জন্য স্ক্যান করতে চান৷ Start বাটনে ক্লিক করে সার্চ প্রসেস শুরু করুন৷ নেটওয়ার্কে কয়টি মেশিন রয়েছে, তার ওপর ভিত্তি করে কিছু সময় লাগবে এর জন্য৷ স্ক্যান সম্পন্ন হবার পর নেটওয়ার্কের সব সচল মেশিনের লিস্ট প্রদর্শিত হবে৷ ওএসসহ রানিং সার্ভিসের লিস্টও প্রদর্শন করবে৷ এরপর কাঙিক্ষত সার্ভিসের জন্য মেশিনে নজরদারিও সেট করতে পারেন৷ ICMP-ping বাইডিফল্ট সব মেশিনের জন্য এনাবল থাকে৷ এ কাজটি সম্পন্ন করার পর ওকে করলে মেইন উইন্ডো আবির্ভূত হবে৷ এর ফলে মেইন উইন্ডো থেকে মেশিনের স্ট্যাটাস দেখতে পারবেন এবং লক্ষ রাখতে পারবেন সার্ভিসের প্রতি৷ ওয়েবসাইট : http:/ www.alchemy-lab.com/products/eye ৷

নেটওয়ার্ক ম্যানেজমেন্ট

মনিটরিং গুরুত্বপূর্ণ, তবে তথ্য মনিটরিংয়ের পর কি করবেন বা যদি কোনো এরর থাকে তাহলে কী কী উচিত, এ বিষয়টি যথেষ্ট গুরুত্বপূর্ণ৷ সুতরাং পরবর্তী ধাপটি হচ্ছে এসব তথ্যকে ভালোভাবে ম্যানেজ করা এবং ত্রুটিপূর্ণ ডিভাইসকে ম্যানেজ করা৷

নিচে বর্ণিত সফটওয়্যারটি এব্যাপারে সহায়তা করতে পারে :

ল্যান সার্ভেয়র :

এটি আপনার নেটওয়ার্ক ম্যাপিংয়ের জন্য একটি চমত্কার ফিচারসমৃদ্ধ অ্যাপ্লিকেশন৷ এর ৩০ দিনের ট্রায়াল ভার্সন ফ্রি পাওয়া যাবে http://neon.com সাইট থেকে৷


চিত্র-৪ : ল্যান সার্ভেয়রে তৈরি করা নেটওয়ার্ক ম্যাপ

এর ইনস্টলেশন প্রক্রিয়াটি খুব সহজ৷ উইজার্ড অনুসরণ করে কয়েক মিনিটের মধ্যেই ইনস্টল করতে পারবেন৷ ইনস্টলেশনের পর এটি একটি উইজার্ড স্টার্ট করবে৷

এখানে আপনাকে নেটওয়ার্ক সাবনেটের বিস্তারিত তথ্য দিতে হবে৷ উদাহরণস্বরূপ বলা যায়, আপনি ক্লাস C নেটওয়ার্ক 192.168.0.X ব্যবহার করছেন৷ সুতরাং আপনি 192.168.0.1 থেকে 192.168.0.254-এর মধ্যে সব মেশিনে সার্চ করতে চাইতে পারেন৷ সিস্টেমে এই ভ্যালু প্রদান করুন এবং LANSurveyor -এ আপনার কাঙিক্ষত নম্বরটি উল্লেখ করুন যেটি আপনি সার্চ করতে চাচ্ছেন৷
এই পেজের নিচে উল্লেখ করতে পারেন, আপনার নেটওয়ার্কের কোন ধরনের নোড খুঁজে পেতে চান৷ যেমন ICPM রেসপন নোড, নেটবায়োস ক্লায়েন্ট, SIP ক্লায়েন্ট ইত্যাদি৷

এরপর Ok -তে ক্লিক করলে সার্চ প্রসেস শুরু হবে৷ নেটওয়ার্কের সাইজের ওপর নির্ভর করে এবং সাবনেট ক্লাসের ওপর ভিত্তি করে সার্চ কার্যক্রম শুরু হবে, যা কয়েক মিনিট থেকে শুরু করে কয়েক ঘণ্টার মধ্যে সম্পন্ন হবে৷ সার্চ সম্পন্ন হলে এটি লিঙ্ক কানেকশনসহ আপনার নেটওয়ার্কের ম্যাপসহ উপস্থিত হবে৷ এই ম্যাপে সিলেক্ট করতে পারবেন এবং যেকোনো মেশিনের ত্রুটির জন্য বা লিঙ্ক রেসপন্সের জন্য সতর্কতা সৃষ্টি করতে পারবেন৷ এমনকি নিয়ন এজেন্টকে তাদের ওয়েবসাইট থেকে কিনতে বা ডাউনলোড করতে পারবেন৷

Sunday 1 April 2012

Supernetting

Supernetting, also called Classless Inter-Domain Routing (CIDR), is a way to aggregate multiple Internet addresses of the same class. The original Internet Protocol (IP) defines IP addresses in four major classes of address structure, Classes A through D. Each class allocates one portion of the 32-bit Internet address format to a network address and the remaining portion to the specific host machines
Learn More

    Network Design
    Networking Resources

within the network. Using supernetting, the network address 192.168.2.0/24 and an adjacent address 192.168.3.0/24 can be merged into 192.168.2.0/23. The "23" at the end of the address says that the first 23 bits are the network part of the address, leaving the remaining nine bits for specific host addresses. Supernetting is most often used to combine Class C network addresses and is the basis for most routing protocols currently used on the Internet.

Supernetting was created as a way to solve the problem of routing tables growing beyond the ability of current software and people to manage and to provide a solution to the exhaustion of Class B network address space. Supernetting allows one routing table entry to represent an aggregation of networks much like one area code represents an aggregation of telephone numbers in an area.

How to login block website

“Protect your privacy when you're surfing”
 
 
 
 
Ultrasurf is a product of Ultrareach Internet Corporation. Originally created to help internet users in China find security and freedom online, Ultrasurf has now become one of the world's most popular anti-censorship, pro-privacy software, with millions of people using it to bypass internet censorship and protect their online privacy.
Details for UltraSurf
Download UltraSurf


What is Tor?
Tor is free software and an open network that helps you defend against a form of network surveillance that threatens personal freedom and privacy, confidential business activities and relationships, and state security known as traffic analysis.
Details for Tor
Download Tor