answersLogoWhite

0

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

13y ago

What else can I help you with?

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


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

netstat -a


How do you find ports in use on Linux?

netstat -l