(E-Mail Removed) wrote:
> I'm trying to configure a HP network printer, but somehow I can't
> connect to this fine piece of hardware.
> The manual says, HP printer assumes an IP adress 192.0.0.192
> automatically within 5 minutes after turning it on.
> I have done the following:
> ifconfig eth0:0 192.0.0.1
> route add -net 192.0.0.0 netmask 255.255.255.0 dev eth0:0
I'd only use
ifconfig eth0:0 192.0.0.1
since it should create the old class C network route automagically.
> ..and now I'd like to telnet to the printer to access the
> configuration:
> telnet 192.0.0.192
> However, all I get is
> Trying 192.0.0.192...
> telnet: connect to address 192.0.0.192: No route to host
> What went wrong, possibly? Did I do something wrong (with ifconfig
> and friends), or is it an issue with the printer?
You can get this message when ARP requests aren't answered. Use tcpdump
on eth0:0 to find out if they are generated. If so then the problem
is at the printer. That's assuming the printer and host are on the
same physical network and the subnet for the printer (if one exists)
lies within the class C network.
--
Clifford Kite Email: "echo
xvgr_yvahk-(E-Mail Removed)|rot13"
PPP-Q&A links, downloads:
http://ckite.no-ip.net/
/* Bluffing in a poker game can win big; bluffing in a newsgroup
only attracts sharks. */