Sunteți pe pagina 1din 1

To connect a client directly to Server

Step 1) Create a New User using YaST say abc

Step 2) Goto home directory of abc cd /home/abc (Enter)

Now create a new .telnetrc file as


vi .telnetrc (Enter)

FE928 {Branch Host Name)


enviorn define TCLTYPE abc
enviorn define TCLADRS {IP of Client machine}
enviorn define PRINTER dmp4 {4 is the last digit of
IP address}
enviorn export TCLTYPE
enviorn export TCLADRS
enviorn export PRINTER

Save and Quit from file (Esc : wq)

Step 3) Create new .bash_profile file as


Vi .bash_profile (Enter)

tput clear
telnet 192.168.0.103 (IP address of server)

Save and Quit from file (Esc : wq)

S-ar putea să vă placă și