Hello
I have Ubuntu 14.04 and VirtualBox 4.3.10 on my laptop. I installed on 
VirtualBox a ltsp-server(Ubuntu 14.04) and I configured a ltsp-client 
too. For the network I use Internal Network and Bridged Adapter, it 
worked fine in both cases. On the ltsp-client the usb memory sticks or 
external hard-drive also work fine too.
But when I try to configured I printer on the ltsp-client(HP Deskjet 
d2460 or Epson lx 300 +) it doesn't work. I added the printer on the 
ltsp-server and it worked fine.  Then for the client I installed p910nd 
and configured an AppSockect/HP jetDirect (socket:/192.168.1.2:9101), 
the ip of the ltsp-client. I wasn't sure at this point so I tried also 
with the server ip too (socket:/192.168.1.1:9101) anyway , it didn't 
work. The telnet 192.168.1.1 on port 9101 is connected, ltsp-server...
Then I also tried without VirtualBox, with two real world pcs. I got the 
same results.

Now I don't really know what to do? I hope you can help me :-)
Have a nice day.

I have listed below my configurations files.
-----------------------------------------------------------------------------

#
# dhcpd.conf
#

authoritative;

subnet 192.168.0.0 netmask 255.255.255.0 {
     range 192.168.0.20 192.168.0.250;
     option domain-name "example.com";
     option domain-name-servers 192.168.0.1;
     option broadcast-address 192.168.0.255;
     option routers 192.168.0.1;
#    next-server 192.168.0.1;
#    get-lease-hostnames true;
     option subnet-mask 255.255.255.0;
     option root-path "/opt/ltsp/amd64";
     if substring( option vendor-class-identifier, 0, 9 ) = "PXEClient" {
         filename "/ltsp/amd64/pxelinux.0";
     } else {
         filename "/ltsp/amd64/nbi.img";
     }
}

host ltsp-client {
  hardware ethernet 08:00:27:7A:F0:B5;
  fixed-address 192.168.0.2;
}

--------------------------------------------------------------------------------
#P910ND

# Printer number, if not 0
P910ND_NUM="1"
# Additional daemon arguments, see man 8 p910nd
P910ND_OPTS="-f /dev/usblp0 -b"


# Debian specific (set to 1 to enable start by default)
P910ND_START=1

------------------------------------------------------------------------------------

# lts.conf.

[Default]

LDM_DIRECTX=True

RM_SYSTEM_SERVICES="dnsmasq nbd-server"

RM_THIN_SYSTEM_SERVICES="qemu-kvm virtualbox"

USE_LOCAL_SWAP=True

X_HORZSYNC=30.0-88.0
X_VERTREFRESH=50.0-88.0


ALLOW_UNKNOWN_USB=true
HOTPLUG=true

[08:00:27:7A:F0:B5]
  HOSTNAME=ltsp-client
  PRINTER_0_DEVICE=/dev/usblp0
  PRINTER_0_TYPE=U
  PRINTER_0_PORT=9101

----------------------------------------------------------------------------------------------









--
Nunca digas nunca, di mejor: gracias, permiso, disculpe.

Este mensaje le ha llegado mediante el servicio de correo electronico que 
ofrece Infomed para respaldar el cumplimiento de las misiones del Sistema 
Nacional de Salud. La persona que envia este correo asume el compromiso de usar 
el servicio a tales fines y cumplir con las regulaciones establecidas

Infomed: http://www.sld.cu/


------------------------------------------------------------------------------
_____________________________________________________________________
Ltsp-discuss mailing list.   To un-subscribe, or change prefs, goto:
      https://lists.sourceforge.net/lists/listinfo/ltsp-discuss
For additional LTSP help,   try #ltsp channel on irc.freenode.net

Reply via email to