I've heard that it's possible to share my DVD burner across the network so my other computers can use it, but I haven't been able to find any info on it anywhere. Anyone know of a place where I could find some info about this??
chris


You should be able to add a device to the remote burner in any modern CD application like k3b or Gnomeburner (I think, try it and see).To access remote SCSI devices, you need to prepend the SCSI device name
by a remote device indicator. The remote device indicator is either
REMOTE:user@host: or REMOTE:host:
A valid remote SCSI device name may be: REMOTE:user@host: to allow
remote SCSI bus scanning or REMOTE:user@host:1,0,0 to access the SCSI
device at host connected to SCSI bus # 1,target 0 lun 0.

Nice, let us know if you get it working. rsh is port 544 I think. You should be able to tell it any port though in it's conf.d file.ctford0 wrote:well, it seems i have to setup rsh for this to work. For whatever reason rsh, rexec, nor rlogin are inserted into my /etc/services file. That means when I try to connect I'm denied since the rsh server is never executed. Anyone know what port etc. it should run on??
EDIT: Here are some of the instructions I found.
chris