Asmo Koskinen kirjoitti:

> Alkis Georgopoulos kirjoitti:
> 
>>       * If the LTSP server has 2 or more NICs, the "public" one is
>>         configured in proxy-dhcp mode (because a DHCP server is assumed
>>         to be already present there), and the "private" ones are
>>         configured in normal DHCP server mode. That should cover the
>>         classical 2-switches setup usually proposed for LTSP.
> 
> I tested this - works really great.

I changed little these lines, client boots very well.

r...@ubuntu-ltsp5:~# cat /etc/dnsmasq.d/ltsp-server-pnp.conf

[--]
# This range is for the public interface, where dnsmasq functions as a
# proxy DHCP server providing boot information but no IP leases.
# Any ip in the subnet will do, so the broadcast address is used.
interface=eth0
dhcp-range=192.168.1.255,proxy

# This range(s) is for the private network on 2-NIC servers,
# where dnsmasq functions as a normal DHCP server, providing IP leases.
interface=eth1
dhcp-range=192.168.0.100,192.168.0.250

# For static client IPs, and only for the private subnets,
# you may put entries like this:
dhcp-host=00:22:64:49:7f:f5,192.168.0.100,ltsp100,infinite


Jun  9 08:10:38 ubuntu-ltsp5 dnsmasq-dhcp[4198]: 1699315701 
DHCPREQUEST(eth1) 192.168.0.100 00:22:64:49:7f:f5
Jun  9 08:10:38 ubuntu-ltsp5 dnsmasq-dhcp[4198]: 1699315701 
DHCPACK(eth1) 192.168.0.100 00:22:64:49:7f:f5 ltsp100


r...@ubuntu-ltsp5:~# ping 192.168.0.100
PING 192.168.0.100 (192.168.0.100) 56(84) bytes of data.
64 bytes from 192.168.0.100: icmp_seq=1 ttl=64 time=0.212 ms
64 bytes from 192.168.0.100: icmp_seq=2 ttl=64 time=0.135 ms

Best Regards Asmo Koskinen.

------------------------------------------------------------------------------
Crystal Reports - New Free Runtime and 30 Day Trial
Check out the new simplified licensing option that enables unlimited
royalty-free distribution of the report engine for externally facing 
server and web deployment.
http://p.sf.net/sfu/businessobjects
_____________________________________________________________________
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