Hi Jay,

It sounds like "You can configure the existing LTSP DHCP server to handout
IP addresses and a unique gateway to non-PXE clients." is the way I need to
go.

How do I do that (how do configure the dhcp server to handout IP addresses
and a unique gateway to non-pxe clients)?


Here is my current dhcp config file ...

#
# Default LTSP dhcpd.conf config file.
#

authoritative;

subnet 192.168.0.0 netmask 255.255.255.0 {
    range 192.168.0.20 192.168.0.250;
    option domain-name "example.com";
    option domain-name-servers 192.168.0.1;
    option broadcast-address 192.168.0.255;
    option routers 192.168.0.1;
#    next-server 192.168.0.1;
#    get-lease-hostnames true;
    option subnet-mask 255.255.255.0;
    option root-path "/opt/ltsp/i386";
    if substring( option vendor-class-identifier, 0, 9 ) = "PXEClient" {
        filename "/ltsp/i386/pxelinux.0";
    } else {
        filename "/ltsp/i386/nbi.img";
    }
}


One thing I am concerned about is whether activating the currently
de-activated on board nic card will cause all the configurations of the
LTSP server to become trashed. I deactivated the on board nic during
install when it appeared that it was defaulting to eth0 and I couldn't
quite figure out how to leave it while still configuring the two pcie
gigabit nic cards. Is there a way to activate it so that it is named eth2
from the start? Or, if not, will I only have to assign new names to it and
the other two nics in the etc/udev/rules.d/70-persistent.net.rules file?
What I am afraid of is activating the onboard nic and Edubuntu creates a
bunch of automatic config files that I won't be able to correct.

Thanks too.

Robert


On Sun, Sep 23, 2012 at 10:42 AM, Jay Goldberg <jaymgoldb...@gmail.com>wrote:

> Hi Robert,
>
> I believe that the gateway can always be a machine or router that is
> separate from the LTSP server.
>
> Assuming that you are running thin clients, meaning that all of the thin
> clients _are_ the server, they will all have the same IP when we are
> talking about connecting to the open Internet from an LTSP terminal. In
> fact, thin clients don't even use NAT as you probably realize, they don't
> need to route anywhere except to the LTSP server.
>
> You can configure the existing LTSP DHCP server to handout IP addresses
> and a unique gateway to non-PXE clients. On this gateway you would run
> a hotspot product such as ChiliSpot. The gateway could very well be run on
> your extra eth2 or whatever.
>
> You would also have the option of assigning a different subnet for your
> non-PXE clients, you may want to do this for organization and security.
>
> Regards,
>
> On Fri, Sep 21, 2012 at 6:24 PM, Robert Lefebvre <
> robert.r.lefeb...@gmail.com> wrote:
>
>> Hi Dave,
>>
>> Well right now we have two gigabit nic cards on the server, one handles
>> the Internal network while the other goes directly to a static IP.  And
>> there is also a 100t onboard nic but that has been deactivated but I would
>> like to make that available to non-ltsp machines since there won't be too
>> many of those.
>>
>>
>>
>>
>> On Fri, Sep 21, 2012 at 6:10 PM, David Burgess <apt....@gmail.com> wrote:
>>
>>> On Fri, Sep 21, 2012 at 4:02 PM, Robert Lefebvre
>>> <robert.r.lefeb...@gmail.com> wrote:
>>> > Is it possible to offer a separate Internet connection through the
>>> network
>>> > that bypasses the Edubuntu DHCP server?
>>>
>>> Yes, and how you do it depends on your network configuration. I have
>>> set up an LTSP network where the LTSP server had only a single network
>>> interface. Clients that PXE-booted received an LTSP boot image, while
>>> non-PXE clients had "normal" access to the network and internet.
>>>
>>> db
>>>
>>>
>>> ------------------------------------------------------------------------------
>>> Got visibility?
>>> Most devs has no idea what their production app looks like.
>>> Find out how fast your code is with AppDynamics Lite.
>>> http://ad.doubleclick.net/clk;262219671;13503038;y?
>>> http://info.appdynamics.com/FreeJavaPerformanceDownload.html
>>> _____________________________________________________________________
>>> 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
>>>
>>
>>
>>
>> --
>> BungeeBones.com - A B2B Link Exchange - Free Links in limited locations -
>> human edited and reviewed - Networked online advertising business
>> opportunities available through our free, distributed web directory script
>>
>>
>> ------------------------------------------------------------------------------
>> Got visibility?
>> Most devs has no idea what their production app looks like.
>> Find out how fast your code is with AppDynamics Lite.
>> http://ad.doubleclick.net/clk;262219671;13503038;y?
>> http://info.appdynamics.com/FreeJavaPerformanceDownload.html
>> _____________________________________________________________________
>> 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
>>
>>
>
>
> --
> Jay Goldberg
>
>
> ------------------------------------------------------------------------------
> Everyone hates slow websites. So do we.
> Make your web apps faster with AppDynamics
> Download AppDynamics Lite for free today:
> http://ad.doubleclick.net/clk;258768047;13503038;j?
> http://info.appdynamics.com/FreeJavaPerformanceDownload.html
> _____________________________________________________________________
> 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
>
>


-- 
BungeeBones.com - A B2B Link Exchange - Free Links in limited locations -
human edited and reviewed - Networked online advertising business
opportunities available through our free, distributed web directory script
------------------------------------------------------------------------------
Everyone hates slow websites. So do we.
Make your web apps faster with AppDynamics
Download AppDynamics Lite for free today:
http://ad.doubleclick.net/clk;258768047;13503038;j?
http://info.appdynamics.com/FreeJavaPerformanceDownload.html
_____________________________________________________________________
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