Click to See Complete Forum and Search --> : HP DirectJet printing


tjjuntunen
01-15-2003, 10:30 PM
I have an HP LaserJet 4 Plus printer with a DirectJet ethernet card in it. In order to communicate to the printer i need to send the command:

# route add -net 169.254.232.243 netmask 255.255.255.255 dev eth0

It is inconvenient to enter this in a terminal window each time I Boot RedHat 8.0. I have attempted to set the ethernet card setting in the RedHat 8.0 control pannel to add the gateway without success. Any suggestions are appreciated.

Tim

hlrguy
01-15-2003, 10:43 PM
If you put it in /etc/rc.d/rc.local it will be
executed at startup system wide.

hlrguy