Skip to content

Webseite von Timotheus Pokorra

Menü

  • Home
  • Blog
  • Gewerbe
  • Frühere und aktuelle Projekte

Find IP address of a Pocket Print Server (e.g. DP-301P+)

on the linux console, type:

i=1; \
while [ $i != 254 ]; do \
ping -c 1 192.168.1.$i; \
i=`expr $i + 1`; \
done
arp -a

That should give a list of all computers on that subnet 192.168.1.0. The MAC address should tell you the IP address of the print server.

Find IP address of a Pocket Print Server (e.g. DP-301P+)
Markiert in: Bash    linux    networking
Timotheus November 17, 2007July 26, 2013 Software Development
  • ← VPN between 2 networks with same IP address scheme (Windows)
  • Quick RPM lookaround →
Loading RSS Feed

Tags

AL Coding ASP.Net Bash c# CentOS database discourse docker DynamicsNAV2018 Epel7 Fedora flarum Hostsharing i18n jiffybox Knowledge Tree Kolab Kolab-Updates konto_check Laravel LBS LightBuildServer linux LXC MediaWiki Mono MonoDevelop OBS OpenPetra OpenPetra.Now open source Open Source on Windows packaging perl PHP phpBB projects Python Roundcube rpm symfony Tbits.net windows Wo2OderMehr x2go

Seiten

  • Über meinen Namen
  • Über meine Zeit bei OM
  • Blog
  • Frühere und aktuelle Projekte
  • Laufergebnisse
  • Links
Copyright © 2025 Webseite von Timotheus Pokorra All rights reserved.Theme: Spacious Pro by ThemeGrill. Powered by: WordPress