On Tue, 2004-07-06 at 22:44, asanchez wrote:
> 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.
Interesting problem. If you are not running too many clients why not fix
ip from dhcpd.conf at boot time? Then use combination of squid and proxy
settings to achieve what you want. 

> 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 doubt this would work unless you are running multiple instances of
LTSP each on a multiple virtual interface. In that case you should
assign ip's like 192.168.0.254, 192.168.1.254, 192.168.2.254 etc.... may
be possible then. But it will be too cumbersome as it means running one
server instance for one client! I do not really know it will work.
-- 
Sudev Barar
Learning Linux



-------------------------------------------------------
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