About 7,640 results
Open links in new tab
  1. How to find WSL2 machine's IP address from windows

    Sep 17, 2020 · With WSL2 running: - I run wsl hostname -I from powershell in windows and get 172.24.128.1 - But in WSL2 I run ifconfig and get 172.24.137.181 as the IPv4 address

  2. Find hostname of an Windows image - Super User

    Apr 5, 2020 · Find hostname of an Windows image Ask Question Asked 5 years, 7 months ago Modified 5 years, 2 months ago

  3. How to get device name from scan like nmap on Linux

    I know that I can use a tool like NMAP or arp-scan on Linux to identify the IP and MAC addresses of all devices on my local network. I also know that arp-scan will do a MAC address lookup to …

  4. How to get the ip address of a computer from its hostname?

    Aug 17, 2018 · I have the name of a computer on the network, and I need to know how to get the ip address of said computer from a batch file? Thanks.

  5. How to find the IP of a network printer from command line

    Feb 9, 2019 · How can I ping (from command prompt) a printer without knowing it's IP. How can I find the printer IP in the command prompt?

  6. Get hostname from MAC address on Windows - Super User

    Jun 3, 2016 · How can I Get Hostname from IP address/MAC address on Windows? (Win7, if it's version dependent) I know that arp -a will give me a table of IP and MAC. Is there something …

  7. Identify device on local network based on IPv6 address

    Dec 17, 2017 · I need to find that device and deal with it, so I enabled logging on my DNS server. Finally after four days a matching DNS lookup request was made, but to my dismay the …

  8. How can I get the hostname of the machine I work on?

    Jul 23, 2015 · 40 Use hostname or uname -n to get the kernel hostname (nodename). hostname -s will give just the first component of the same. Use hostname -f to get the FQDN – it …

  9. How to find the PCs name in a batch script? - Super User

    Dec 14, 2014 · How would I find the name of the PC running my batch program on it? I would like to find the name of a PC that is running my batch program and be able to store it as a variable. …

  10. Why is 'ping' unable to resolve a name when 'nslookup' works fine?

    Oct 30, 2012 · Explanation nslookup wolfman (name server lookup: wolfman) sends the hostname (wolfman) to the DNS (domain name system) to obtain the corresponding IP …