Miquel Sanuy escribi�:
Hola Miguel tu problema puede ser que la tarjeta de red que tienes conectada no la reconozca linux (cosa poco probable) o bien que tengas alg�n problema en la configuraci�n del archivo, te mando un ejemplo del archivo que tienes que poner en el pc.Gracias a todos por responder.
Ya se que no es muy etico en el foro, pero me podeis decir alguna p�gina donde os sirvan los thinclient.
Por otro lado he probado linux thinstation, y no consigo conectar con el AS, por mucho que pongo la IP, en el archivo de configuracion del diskette, siempre me dice que no puede conectar a 127.0.0.1.
Saludos y Gracias Miquel Sanuy
Nosotros los terminales que utilizamos para thinclient son de la marca computer lab y funcionan muy bien, tanto el cliente AS400 como el Windows Terminal Server
Saludos.
# --- Network configuration
# Give a different name to each PC NET_HOSTNAME=MyThinclient # If you want to use a DHCP server, comment out these params: NET_USE_DHCP=Off # IP del cliente NET_IP_ADDRESS=192.168.0.76 NET_MASK=255.255.255.0 NET_GATEWAY=192.168.0.252 NET_DNS1=192.168.0.16 #NET_DNS2=192.168.0.3 #NET_DNS_SEARCH=cartoons.org.nz # --- Session Options # # Note: X is a number equal to or greater than 0 # # SESSION_TITLE Title description for SESSION # SESSION_TYPE Package type, choose beetwen: # - vncviewer Start vncviewer in X # - rdesktop Start rdesktop in X # - x Start x-terminal session (xdm) # - ssh Start ssh client in linux console # - telnet Start telnet client in linux console # - ica Start Citrix ICA client in X # - tn5250 Start AS400 client in linux console # SESSION_[PACKAGE]_SERVER IP address/hostname of the server # SESSION_[PACKAGE]_OPTIONS Command line options for the session type # Imporatant: You can have multiple sessions, but make sure you start at SESSION 0. # Otherwise you will get an error on boot. # If you only have one session, it is a good idea to uncomment this line: AUTOSTART=On SESSION_0_TITLE="AS400 server" SESSION_0_TYPE=tn5250 #direcci�n ip del AS400 SESSION_0_TN5250_SERVER=192.168.0.40 # Note: use '-a 16' and '-a 24' to get true-color with Windows 2003+ # Older servers don't support these color depths, wrong settings may cause connection to fail. #SESSION_1_TITLE="Windows 2003 terminal server (16 bit color depth)" #SESSION_1_TYPE=rdesktop #SESSION_1_RDESKTOP_SERVER=192.168.1.1 #SESSION_1_RDESKTOP_OPTIONS="-u user -p password -a 16" #SESSION_2_TITLE="Citrix server" #SESSION_2_TYPE=ica #SESSION_2_ICA_APPLICATION_SET="Microsoft Word" #SESSION_2_ICA_OPTIONS="-username donald -password qwak" # ICA: Instead of connecting to an "application set", # you can directly connect to a specific server desktop #SESSION_3_TITLE="Citrix server" #SESSION_3_TYPE=ica #SESSION_3_ICA_SERVER=ICA #SESSION_4_TITLE="Unix server" #SESSION_4_TYPE=x #SESSION_4_X_SERVER=192.168.1.2 # Default is '-query' ##SESSION_4_X_OPTIONS="-indirect" # You should set also "SCREEN_X_FONT_SERVER", below #SESSION_5_TITLE="Tarantella server" #SESSION_5_TYPE=tarantella #SESSION_5_TARANTELLA_SERVER=192.168.1.2 #SESSION_6_TITLE="VNC server" #SESSION_6_TYPE=vncviewer #SESSION_6_VNCVIEWER_SERVER=192.168.1.2 #SESSION_7_TITLE="Telnet server" #SESSION_7_TYPE=telnet #SESSION_7_TELNET_SERVER=192.168.1.2 #SESSION_8_TITLE="SSH server" #SESSION_8_TYPE=ssh #SESSION_8_SSH_SERVER=192.168.1.2 # --- General Options # # KEYBOARD_MAP Keyboard layout # TIME_ZONE Used to set time zone on TS client # AUTOPLAYCD If enabled this will autoplay music cds when inserted. # RECONNECT_PROMPT Will prompt for reconnection to server, otherwise Autoconnects, On/Off KEYBOARD_MAP=es #TIME_ZONE=US #AUTOPLAYCD=On #RECONNECT_PROMPT=On # --- XServer Options # # SCREEN_RESOLUTION Screen resolutions available in the workstations # SCREEN_COLOR_DEPTH Number of bits per pixel (8,16,24) # SCREEN_HORIZSYNC Monitor horizontal sync frequency in Khz. # SCREEN_VERTREFRESH Monitor vertical refresh frecuency in Hz. # SCREEN_X_FONT_SERVER IP address or hostname of the font server for X # MOUSE_PROTOCOL Mouse protocol type (Microsoft, PS/2, etc.) # (mouse is autodetected, use this only if it fails) # MOUSE_DEVICE Mouse device: /dev/ttyS0 -> COM1 # /dev/ttyS1 -> COM2 # /dev/ttyS2 -> COM3 # /dev/ttyS3 -> COM4 # /dev/psaux -> PS/2 mouse port # /dev/input/mice -> USB mouse (needs USB package) # MOUSE_RESOLUTION Mouse resolution SCREEN_RESOLUTION="800x600" #SCREEN_RESOLUTION="1024x768" SCREEN_COLOR_DEPTH="16" SCREEN_HORIZSYNC="30-64" SCREEN_VERTREFRESH="56-87" #SCREEN_X_FONT_SERVER=192.168.1.2:7100 #MOUSE_PROTOCOL=PS/2 #MOUSE_DEVICE=/dev/psaux MOUSE_RESOLUTION=100 # --- Ica Specific Options # # GLOBAL Settings #ICA_USE_SERVER_KEYBOARD Use default server keyboard, otherwise use KEYBOARD_MAP # variable #ICA_BROWSER_PROTOCOL Broswer protocol, can be HTTPonTCP or UDP # # APPLICATION SET settings #ICA_ENCRYPTION Encryption level for ICA #ICA_COMPRESS Compression, On/Off #ICA_APPLICATION_SET Published Application (Not needed if using # ICA_SERVER) #ICA_SERVER Server to Connect to (Not needed if using # ICA_APPLICATION_SET, but needed if the ICA-Masterbrowser # is not on the local network.) # #ICA_USE_SERVER_KEYBOARD=Off #ICA_BROWSER_PROTOCOL=HTTPonTCP #ICA_SERVER= #ICA_ENCRYPTION=Basic #ICA_COMPRESS=On #ICA_SEAMLESS_WINDOW=Off # --- Printing Options # # PRINTER_0_NAME Workstation Printer Name, Can be Any Valid Name # PRINTER_0_DEVICE Workstation printer device (if not specified devices # are not loaded). # /dev/printers/[0-2] for parallel ports # /dev/ttyS[0-3] for serial ports # /dev/usb/lp[0-2] for USB printers # # PRINTER_0_TYPE N for network, P for parallel, S for serial, U for USB printer # PRINTER_0_OPTIONS Serial port options. # PRINTER_1_* See PRINTER_0_* # PRINTER_2_* See PRINTER_0_* # PRINTER_3_* See PRINTER_0_* PRINTER_0_NAME=paralelo76 PRINTER_0_DEVICE=/dev/printers/0 PRINTER_0_TYPE=P #PRINTER_1_NAME=serial #PRINTER_1_DEVICE=/dev/ttyS1 #PRINTER_1_TYPE=S #PRINTER_1_OPTIONS="speed 38400 -imaxbel" #PRINTER_2_NAME=usb #PRINTER_2_DEVICE=/dev/usb/lp0 #PRINTER_2_TYPE=U
