J G Miller <mil...@yoyo.ORG> writes:
> On Wednesday, February 15th, 2012, at 14:56:30h -0500,
> Haines Brown asked:
>
>> HP LJ1320
>
> This appears to have an embedded web server.
> Point your browser at the web server on the printer using its current
> dynamically assigned IP address.
> Go to the setup configuration page, enter the administrator user name
> and password, change the IP type from dynamic/via DHCP to static and
> then assign an appropriate static IP address and netmask and maybe
> gateway address.
Directions seem to say that by pressing the go button on the printer 5
secs, the HP LJ will print out a configuration file that will indicate
the printer's IP address and status. The configuration file I get in
this way says nothing about TCP/IP or network status. Since I don't know
my printer's DHCP address I can't open its configuration interface in a
browswer.
HP says that the Jetdirect print server for its printers has default
address 192.0.0.192 or 169.254.x.x. The first just times out; I don't
know what to do with the latter. There is a Jetdirect Printer installer
utilty, but apparently not for my printer model. HP Jetadmin software to
set up a static address is apparently Windows only.
HP does provide directions for using telnet to set a static IP address
for a printer, but they are sketchy. Before I can use telnet, I have to
create a route. But I'm too ignorant to fathom the syntax. For example,
if I want to add the static address 192.168.1.100 for the printer to my
LAN, it would be with something like this:
# route add -net 192.168.1.0 192.168.1.100 netmask 255.255.255.0
but I suppose I would also have to append an interface file for the
printer, or maybe not. I can't find information on route add that refers
to adding a printer.
Once my LAN knows the route to the printer, maybe then I can open the
Jetdirect print server in my browser to configure the printer. Otherwise
it seems I can telnet to the printer to use its configuration utility:
# telnet 192.168.1.100
Then perhaps type:
SET LOCAL_ECHO
open 192.168.1.100
Enter
Enter
?
to get a list of commands to configure the printer's print server,
although I'm not sure at this point if this telnet syntax is correct,
what commands I'll find in this way, or what I'm supposed to be doing
with them.
Haines Brown