answersLogoWhite

0


Best Answer

There are network sniffing programs available, (some which are free), that allow you to see all clients and gateways on your network. Do a Google search for "network sniffers".

User Avatar

Wiki User

12y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: How do you find ALL the gateways in the given network Note the stress here is on finding all the gateways not the default one which is configured in the routing table which we can get using netstat?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

What commands can you use in Windows to display information about the subnet mask configured for a particular NIC?

a. ipconfig b. ping c. cmd d. netstat Use your textbook to find out instead of being lazy.


How would you find all current IP session on a PC?

NETSTAT


What is the netstat command in Linux?

netstat----------most useful and very versatile for finding connection to and from the host. you can find out all the mulitcast groups (network) subscribed by this host by issuing "netstat -g"netstat -nap | grep port will display process id of application which is using that portnetstat -a will display all connections including tcp and udpnetstat --tcp will display only tcp connectionnetstat --udp will display only udp connectionnetstat -g will display all multicast network subscribed by this host.


Formula of finding how many computers in a network?

on the server you could run netstat on the command line/insatall an app to ping all IP's on a node


What is the command for finding the port number of NFS in Linux?

netstat - input will give a list of all ports in use on a machine with the service running on that port.


What parameter can be added to the netstat command so that you can see what program is responsible fora network connection?

The Windows netstat command; netstat -b (show the executable involved in creating each connection) netstat /? (list of available parameters)


What paramenter can be added to the netstat command so that you can see what program is resopnsible for a network connection?

netstat -b


What commands can be used to view a host routing table?

netstat -r and route print


What is the most common static route used in a host computer?

the default gateway is the most common static route used in a host computer. netstat -r is the command line command to obtain the routing table.


What program should you use if you wanted to see how many sessions are running on a TCP network?

You should use "netstat":netstat -p TCP


What is the use of netstat-ano and netstat-an?

Hi ! These two command tools are the most useful in Exchange Servers( 2003 ) . a. "netstat -an"........it shows a list of listening and connected sockets of websites in Exchange Server. ( tcp, udp, ftp, https, smtp, pop3 and so forth ). b. "netstat -ano"......it shows the process ID (PID) that created the socket. It merely does the same as the first one. swapan.


How do you determine what ports are in the listening state in Linux?

netstat -a