| 1 | === Network Printing === |
| 2 | |
| 3 | EPSON LQ-590IIN Ethernet |
| 4 | |
| 5 | Printer set to DHCP so had to find it's IP address. |
| 6 | |
| 7 | Using NMAP on PC terminal: |
| 8 | |
| 9 | {{{ |
| 10 | nmap -T4 -F -oN C:\temp\scan_q.txt 10.1.0-5.* |
| 11 | |
| 12 | … |
| 13 | |
| 14 | Nmap scan report for 10.1.5.123 |
| 15 | Host is up (0.00034s latency). |
| 16 | Not shown: 95 closed tcp ports (reset) |
| 17 | PORT STATE SERVICE |
| 18 | 80/tcp open http |
| 19 | 443/tcp open https |
| 20 | 515/tcp open printer |
| 21 | 631/tcp open ipp |
| 22 | 9100/tcp open jetdirect |
| 23 | MAC Address: DC:CD:2F:C6:15:E3 (Seiko Epson) |
| 24 | }}} |
| 25 | |
| 26 | … |
| 27 | |
| 28 | For production environment you would need to set printer to use a static IP or setup your router/DHCP server to always assign the same IP address based on the printer's MAC address (static DHCP) |