Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Over 90% answered within 24 hours! Click here to start participating now! Also, be sure to check out the New User Guide.
printing to an ip address
Name: Dave Date: July 11, 2002 at 01:24:24 Pacific
Comment:
Hi, I need to print to an ip address rather than a host name (because its easier then messing with hosts file etc, + i might not have permissions). I found I can telnet in and use the command "cat filename | telnet TCP/IP address 9100 " which sometimes works, but occasionally screws it up, if there are escape sequences in the file. What i want to know is can I use lp -d"ip address" "filename", if so what is the exact format of the command as i have tried lp -d128.12.122.96 file lp -d[128.12.122.96] file lp -d"128.12.122.96" file Ta
Summary: I am currently using sco and need to print to an ip address rather than a printer name. I have tried using lp -d150.1.3.125 (file) but this does not work is there another way to do this with out editi...
Summary: I want to use terminal to block any information going to a chosen IP address. I know it can be done, I just don't know how. There is a software that sends out information to an IP and I want it sto...
Summary: Hi all, I'm trying to write a ping program using threads. I'am able to receive and send the packets. But, I'm supposed to print my own IP address also in the output. I have tried to do so, but i...