CentOS search/scan LAN printer IP Address

Source: Internet
Author: User

CentOS search/scan LAN printer IP Address

Suppose there is a network printer at 192.168.10. *, but we don't know its address. One stupid way is to enter 192.168.10.1 to 192.168.10.254 in the browser to check whether the management page appears.

Another idea is to use command scanning. The default port number of the network printer is 9100. You only need to find the host on which the port is opened.

First, make sure that the namp tool is available. If not, install it.

Run the following command:

Nmap-p 9100 -- open 192.168.10.1/24

The output is similar:

Nmap scan report for 192.168.10.xxx

Host is up...

PORT STATE SERVICE

9100/tcp open jetdirect

Then 192.168.10.xxx may be the printer.

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.