You are on page 1of 2

:Setting up thin client:

dhcpd.conf:

ddns-update-style ad-hoc;

subnet 192.168.0.0 netmask 255.255.255.0


{
option subnet-mask 255.255.255.0;
option domain-name "";
option routers 192.168.0.1;
option domain-name-servers 203.145.184.13, 202.56.250.5;
range dynamic-bootp 192.168.0.100 192.168.0.200;
default-lease-time 3600;
next-server 192.168.0.161;
filename "enjay-tc.0";
max-lease-time 7200;

host 1 { hardware ethernet 00:E0:4C:9F:0B:6F; fixed-address


192.168.0.99; }
host 2 { hardware ethernet 00:E0:4C:40:31:A8; fixed-address
192.168.0.98; }
host 3 { hardware ethernet 00:E0:4C:8F:04:06; fixed-address
192.168.0.97; }
}

NOTE: Add new resrvation of the card manually only and not through web access of
smoothwall.

copy files from enjay cd which is available with card to /tftpboot on


192.168.0.161 i.e dell server.

Files to be copied from cd are to /tftboot:


<MAC address file> and file from config folder <MAC address.config>

Edit following file from dell server:

vi /tftpboot/enjay-tc.cfg/default

and add entries as:

label 1

kernel enjay1
append ramdisk_size=10480 console=null ASKO=0 rae=0 rce=1 SESSION_DEFAULT='rdp'
rdp=192.168.0.11 csn=192.168.0.161 initrd=00E04C9F0B6F root=/dev/ram

label 2
kernel enjay1
append ramdisk_size=10480 console=null ASKO=1 SESSION_DEFAULT='xdm' xm=direct
xdm=192.168.0.161 rce=1 csn=192.168.0.161 initrd=00E04C9F0B6F root=/dev/ram

Now if you want to add new card


then copy above lines as it is and change initrd field i.e. MAC address and their
labels.
i.e label 5 and label 6 and so on..
and at client side please access the windows or linux according to labels are set.

You might also like