Friends I need some suggestion for how to proceed.

I want to each one of my terminals leave with a different IP.
By example, when I do this comand #tail -f /var/log/httpd/access_log 
in the web server of my intranet, and then to access to pages of my 
web server, I want to can view a terminal with an IP "A" access to a page
and a terminal with an IP "B" access to a other page.
Now I see the request to the server, but all from the same IP, the IP of 
my LTSP server.
I thought in this solution: to give several aliases to the server LTSP, 
by example:

ifcfg-eth0 = 192.168.1.80
ifcfg-eth0:1 = 192.168.1.81
ifcfg-eth0:2 = 192.168.1.82

and in lts.conf:

[ws001]
XDM_SERVER = 192.168.1.80

[ws002]
XDM_SERVER = 192.168.1.81

[ws003]
XDM_SERVER = 192.168.1.82

but when I check the log of the web server I see all the request to the 
web server was make from the same IP, the IP of ifcfg-eth0.

I want to know, how to change this behaviour, and do the applications the 
clients run, identify by the value of XDM_SERVER and not by the value of the
firts alias of the LTSP server.

I thing that other possible solution is to use Local Apps, but I'd been having
troubles to run mozillla as local app.

Thanks for you help.

Américo Sánchez C.
Ing Computación y Sistemas


-------------------------------------------------------
This SF.Net email sponsored by Black Hat Briefings & Training.
Attend Black Hat Briefings & Training, Las Vegas July 24-29 -
digital self defense, top technical experts, no vendor pitches,
unmatched networking opportunities. Visit www.blackhat.com
_____________________________________________________________________
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