Gamer.Site Web Search

Search results

  1. Results From The WOW.Com Content Network
  2. 1. Use of the netstat -a command will give you a list of connections to your system/server where you are executing the command. For example it will display as below, where 35070 is the port number. TCP 10.144.0.159:**52121** sd-s-fgh:35070 ESTABLISHED. edited Sep 30, 2016 at 17:21.

  3. For port 80, the command would be : netstat -an | find "80" For port n, the command would be : netstat -an | find "n" Here, netstat is the instruction to your machine -a : Displays all connections and listening ports -n : Displays all address and instructions in numerical format (This is required because output from -a can contain machine names)

  4. So you can try a PING to your network broadcast address. For example, you have ip 192.168.1.1 and subnet 255.255.255.0. ping 192.168.1.255. stop the ping after 5 seconds. watch the devices replies : arp -a. Note : on step 3. you get the lists of the MAC-to-IP cached entries, so there are also the hosts in your subnet you exchange data to in the ...

  5. Find the host name and port using PSQL commands

    stackoverflow.com/questions/5598517

    282. This command will give you postgres port number. \conninfo. If Postgres is running on a Linux server, you can also use the following command. OR (if it comes as postmaster) and you will see something similar as this. In this case, the port number is 5432 which is also the default port number. credit: link.

  6. -n Displays addresses and port numbers in numerical form.-o Displays the owning process ID associated with each connection. Find the Port that you are listening on under "Local Address" Look at the process name directly under that. NOTE: To find the process under Task Manager. Note the PID (process identifier) next to the port you are looking at.

  7. find IP address/machine connected to a cisco switch port

    community.cisco.com/t5/other-network-architecture-subjects/find-ip-address...

    Once you have done that, you can do one of two things: - if the switch is a L3 switch, issue the command 'sh ip arp' to see if the MAC address is one that has been resolved recently. In that case, the IP address associated with that MAC address is the IP of the device connected to that port. - if the switch is not a L2 switch, go to the router ...

  8. Commands to find mac-address and IP on a port

    community.cisco.com/t5/switching/commands-to-find-mac-address-and-ip-on-a-port/...

    Options. 06-07-2016 09:05 AM. sh mac address-table interface gigabitEthernet x/x. Then on layer 3 device to resolve it to ip address take the mac from above and run. show ip arp x.x.x. View solution in original post. 28 Helpful.

  9. I know this is an old post, but perhaps this solution can be usefull when you want to retrieve the IP address and TCP port from a Shared Memory connection (e.g. from a script run in SSMS locally on the server).

  10. How to find the IP address of a device connected to a specific...

    community.cisco.com/t5/switching/how-to-find-the-ip-address-of-a-device...

    By using show mac address-table interface I can see the mac's of the devices connected to the interface, is there any way that I can find the IP address on the device connected that perticular interface, lets say for example I connect a PC to fast ethernet port 4 of cisco 2960, by using: show mac a...

  11. adb command for getting ip address assigned by operator

    stackoverflow.com/questions/13169249

    Try: adb shell ip addr show rmnet0 It will return something like that: 3: rmnet0: <UP,LOWER_UP> mtu 1500 qdisc htb state UNKNOWN qlen 1000 link/[530] inet 172.22.1.100/29 scope global rmnet0 inet6 fc01:abab:cdcd:efe0:8099:af3f:2af2:8bc/64 scope global dynamic valid_lft forever preferred_lft forever inet6 fe80::8099:af3f:2af2:8bc/64 scope link valid_lft forever preferred_lft forever