| Ramik  
 
 
 
 
 Group: Members
 Posts: 53
 Joined: Nov. 2006
 | 
|  | Posted: Nov. 24 2006,07:41 |  |  Two Questions:
 1. How do I configure my HP DeskJet 930C on LPT1 (or is it LPT0 ?, I'll try both
  ). 
 2. How do I set the an LPR to run at port 515, securely (no un\pass, just local IPs - 192.168.0.1-25), at boot-up (rc, not initx), and under the feed "raw0" - I need this cause I'm dual booting another linux that runs with the same configurations and I don't want to change it with all the other computers on Lan.
 
 *. Bonus Question: Since I'm to lazy to put a third post today, I was wandering  about how to get an FTP server going ? again, on boot-up, accepting "root" as a valid user and runs securely in Lan...
 
 I'm trying to transit from my current dist of choice (FreeSco) to DSL, I'm currently only using this box to access a 30GB HD with an ftp server and a print server LPR on port 515 with feed "raw0", the internal IP is 192.168.0.4 and the lan is 192.168.0.2-192.168.0.25.
 
 I'm still using Freesco as my router on another box...
 
 Thanks
 
 Edit:
 I found the command from Freesco using "ps":
 "lpd-o/dev/lp1-p515-rraw0/dev/lp1-ffeed0/dev/lp1"
 Which breaks-down to:
 "lpd -o /dev/lp1 -p 515 -r raw0 /dev/lp1 -f feed0 /dev/lp1"
 so its two feeds, one "raw0" and the other "feed0", since I only need raw0 this can go like this:
 "lpd -o /dev/lp1 -p 515 -r raw0"
 
 so where\how do I configure this to lprng (printcap) ?
 |