[K12OSN] LTSP server with 3 NICs? SOME SUCCESS!

Joseph Bishay joseph.bishay at gmail.com
Wed Dec 24 20:07:38 UTC 2008


Hello,

I've put my responses inline below:

> I see one problem with /etc/exports.  Change this line:
> /opt/ltsp/i386            192.168.3.0/255.255.255.0(ro,no_root_squash,sync)
> to
> /opt/ltsp/i386-3
> 192.168.3.0/255.255.255.0(ro,no_root_squash,sync)

Done.

> So, just do a "cp -Rpv /opt/ltsp/i386 /opt/ltsp/i386-3", and that should do

As per the suggestion in your previous email, I copied the directory
over to i386-3 by using MC (I'm still newish to the command line!) and
made sure to make it recursive copy and maintain permissions.

> Then modify your /etc/dhcpd.conf file, which we did earlier this week, to
> point your second scope (192.168.3.0, in your case) to /opt/ltsp/i386-3.

Check - I've pasted dhcpd.conf below.

> Restart DHCPD.

[root at LTSP ~]# /sbin/service dhcpd restart
Shutting down dhcpd:                                       [  OK  ]
Starting dhcpd:                                            [  OK  ]


> modify /opt/ltsp/i386-3/lts.conf so that there is only one "SERVER = "
> line.  Make sure that this points to 192.168.3.254.

Check
opt/ltsp/i386 has one line for SERVER = 192.168.2.254
opt/ltsp/i386-3 has one line for server = 192.168.3.254


> *Now* try booting a thin client on both 192.168.2.x and 192.168.3.x and let
> us know.

Client boots up successfully on 192.168.2.XXX but still hangs on
192.168.3.XXX.  Just to make sure here are the relevant files:

I appreciate your help!

/etc/exports

## LTS-begin ##
#
# The lines between the 'LTS-begin' and the 'LTS-end' were added
# on: Wed Nov 28 11:19:42 PST 2001 by the ltsp installation script.
# For more information, visit the ltsp homepage
# at http://www.ltsp.org
#

## Modified the below to reflect the new network address - Joseph
Bishay - December 24, 2008

# Original below:
# /opt/ltsp/i386            192.168.0.0/255.255.255.0(ro,no_root_squash,sync)
# /var/opt/ltsp/swapfiles   192.168.0.0/255.255.255.0(rw,no_root_squash,async)


# New for subnet 1
/opt/ltsp/i386            192.168.2.0/255.255.255.0(ro,no_root_squash,sync)
/var/opt/ltsp/swapfiles   192.168.2.0/255.255.255.0(rw,no_root_squash,async)

# New for subnet 2
/opt/ltsp/i386-3            192.168.3.0/255.255.255.0(ro,no_root_squash,sync)
/var/opt/ltsp/swapfiles   192.168.3.0/255.255.255.0(rw,no_root_squash,async)



#
# The following entries need to be uncommented if you want
# Local App support in ltsp
#
#/home                    192.168.0.0/255.255.255.0(rw,root_squash,sync)


## LTS-end ##

## LTS-begin ##
#
# The lines between the 'LTS-begin' and the 'LTS-end' were added
# on: Wed Nov 28 11:19:42 PST 2001 by the ltsp installation script.
# For more information, visit the ltsp homepage
# at http://www.ltsp.org
#


## Original below:
#/usr/X11R6/lib/X11/fonts   192.168.0.0/255.255.255.0(ro,no_root_squash,sync)
#/usr/share/AbiSuite/fonts  192.168.0.0/255.255.255.0(ro,no_root_squash,sync)
#/usr/share/fonts           192.168.0.0/255.255.255.0(ro,no_root_squash,sync)
#/usr/lib/openoffice/share/fonts
192.168.0.0/255.255.255.0(ro,no_root_squash,sync)

## New for subnet 1
/usr/X11R6/lib/X11/fonts   192.168.2.0/255.255.255.0(ro,no_root_squash,sync)
/usr/share/AbiSuite/fonts  192.168.2.0/255.255.255.0(ro,no_root_squash,sync)
/usr/share/fonts           192.168.2.0/255.255.255.0(ro,no_root_squash,sync)
/usr/lib/openoffice/share/fonts
192.168.2.0/255.255.255.0(ro,no_root_squash,sync)

## New for subnet 2
/usr/X11R6/lib/X11/fonts   192.168.3.0/255.255.255.0(ro,no_root_squash,sync)
/usr/share/AbiSuite/fonts  192.168.3.0/255.255.255.0(ro,no_root_squash,sync)
/usr/share/fonts           192.168.3.0/255.255.255.0(ro,no_root_squash,sync)
/usr/lib/openoffice/share/fonts
192.168.3.0/255.255.255.0(ro,no_root_squash,sync)


## LTS-end ##


## LTS-end ##

## LTS-begin ##
#
# The lines between the 'LTS-begin' and the 'LTS-end' were added
# on: Wed Nov 28 11:19:42 PST 2001 by the ltsp installation script.
# For more information, visit the ltsp homepage
# at http://www.ltsp.org
#

/opt/ltsp/ppc            192.168.0.0/255.255.255.0(ro,no_root_squash,sync)

## LTS-end ##

--------------------------------------------------------------------------------------------------------------------
/opt/ltsp/i386/etc/lts.conf

#
# Copyright (c) 2002 by James A. McQuillan (McQuillan Systems, LLC)
#
# This software is licensed under the Gnu General Public License.
# The full text of which can be found at http://www.LTSP.org/license.txt
#
#
# Config file for the Linux Terminal Server Project (www.ltsp.org)
#

[Default]
        # IP address of the LTSP server
## changed below by Joseph Bishay
#        SERVER             = 192.168.0.254
	SERVER             = 192.168.2.254
#	SERVER             = 192.168.3.254

        # LTSP 4.2 now defaults to restricting the video driver to 90%
        # of the total memory available on the terminal. Setting this
        # somewhere between 90 and 100 may help terminals with a marginal
        # mount of memory, but it is probably a better idea to set
        # USE_NBD_SWAP=Y for such terminals (see examples below)
        XRAMPERC = 90

        # Video drivers for the terminals
        XSERVER            = "auto"
            # XFree 4 drivers: ati cirrus cyrix fbdev i128 i740 i810 mga
            #      neomagic nv r128 radeon rendition s3 s3virge savage
            #      siliconmotion sis tdfx tga trident tseng vesa vga via

	X4_MODULE_01 = glx
            # add the GLX module by default, blender and the like need it


    ## Uncomment the following line to enable remote monitoring/control of
    ## terminals, especially if you use fl_teachertool:
	# X4_MODULE_02 = vnc

        # Mice drivers for the terminals
	X_MOUSE_PROTOCOL   = "auto"
 	X_USBMOUSE_PROTOCOL = "auto"
            # Mouse protocols: ExplorerPS/2 GlidePoint GlidePointPS/2
            #      IMPS/2 IntelliMouse Microsoft MouseManPlusPS/2
            #      NetMousePS/2 NetScrollPS/2 PS/2 ThinkingMouse
            #      ThinkingMousePS/2 usb
	X_MOUSE_DEVICE     = "/dev/psaux"
 	X_USBMOUSE_DEVICE   = "/dev/input/mice"
	X_MOUSE_RESOLUTION = 400
 	X_USBMOUSE_RESOLUTION = 400
	X_MOUSE_BUTTONS    = 3
 	X_USBMOUSE_BUTTONS   = 3
 	USBEMULATE_3_BUTTONS = "off"

        # Keyboards
        XkbSymbols         = "us(pc101)"
        XkbModel           = "pc101"
        XkbLayout          = "us"
            # Example of setting a different (German) keyboard mapping,
            #    XkbLayout = "de"
            # also see:
            #   http://www.xfree86.org/current/XKB-Config2.html
            #   http://www.ltsp.org/documentation/ltsp-3.0-4-en.html#AEN1213
            #   /opt/ltsp/i386/usr/X11R6/lib/X11/xkb/rules/xfree86.lst
            #   (/opt/ltsp/i386/usr/X11R6/lib/X11/xkb/symbols/)
            #   (/opt/ltsp/i386/usr/X11R6/lib/X11/xkb/keymap/xfree86)

	USE_XFS            = N
	LOCAL_APPS         = N
	SCREEN_01          = startx
	#SCREEN_02          = shell
	#SCREEN_03          = telnet
		# TELNET_HOST = 192.168.0.254
	#SCREEN_04          = rdesktop
		# RDP_SERVER = your.2k.server
		# RDP_OPTIONS = -F -u fred -d ltsp

       # local storage device (USB keys, cdrom, etc)
       LOCAL_STORAGE = Y
       LTSPFSD_OPTIONS=""

	# uncomment the following line to enable SNMP support
	#SNMPD = Y

        # enable sound by default
        SOUND              = Y
        # choose either esd or nasd to be the default (esd only on x86_64)
	SOUND_DAEMON       = "esd"
	# SOUND_DAEMON     = "nasd"

        # default sound volume
        VOLUME             = 75

        ### For ISA sound cards, you have to specify the module to use:
        # SMODULE_01       = "sb io=0x220 irq=5 dma=1"

-----------------------------------------------------------------------------------------------------------------------------------------
/opt/ltsp/i386-3/etc/lts.conf

#
# Copyright (c) 2002 by James A. McQuillan (McQuillan Systems, LLC)
#
# This software is licensed under the Gnu General Public License.
# The full text of which can be found at http://www.LTSP.org/license.txt
#
#
# Config file for the Linux Terminal Server Project (www.ltsp.org)
#

[Default]
        # IP address of the LTSP server
## changed below by Joseph Bishay
#        SERVER             = 192.168.0.254
#	SERVER             = 192.168.2.254
	SERVER             = 192.168.3.254

        # LTSP 4.2 now defaults to restricting the video driver to 90%
        # of the total memory available on the terminal. Setting this
        # somewhere between 90 and 100 may help terminals with a marginal
        # mount of memory, but it is probably a better idea to set
        # USE_NBD_SWAP=Y for such terminals (see examples below)
        XRAMPERC = 90

        # Video drivers for the terminals
        XSERVER            = "auto"
            # XFree 4 drivers: ati cirrus cyrix fbdev i128 i740 i810 mga
            #      neomagic nv r128 radeon rendition s3 s3virge savage
            #      siliconmotion sis tdfx tga trident tseng vesa vga via

	X4_MODULE_01 = glx
            # add the GLX module by default, blender and the like need it


    ## Uncomment the following line to enable remote monitoring/control of
    ## terminals, especially if you use fl_teachertool:
	# X4_MODULE_02 = vnc

        # Mice drivers for the terminals
	X_MOUSE_PROTOCOL   = "auto"
 	X_USBMOUSE_PROTOCOL = "auto"
            # Mouse protocols: ExplorerPS/2 GlidePoint GlidePointPS/2
            #      IMPS/2 IntelliMouse Microsoft MouseManPlusPS/2
            #      NetMousePS/2 NetScrollPS/2 PS/2 ThinkingMouse
            #      ThinkingMousePS/2 usb
	X_MOUSE_DEVICE     = "/dev/psaux"
 	X_USBMOUSE_DEVICE   = "/dev/input/mice"
	X_MOUSE_RESOLUTION = 400
 	X_USBMOUSE_RESOLUTION = 400
	X_MOUSE_BUTTONS    = 3
 	X_USBMOUSE_BUTTONS   = 3
 	USBEMULATE_3_BUTTONS = "off"

        # Keyboards
        XkbSymbols         = "us(pc101)"
        XkbModel           = "pc101"
        XkbLayout          = "us"
            # Example of setting a different (German) keyboard mapping,
            #    XkbLayout = "de"
            # also see:
            #   http://www.xfree86.org/current/XKB-Config2.html
            #   http://www.ltsp.org/documentation/ltsp-3.0-4-en.html#AEN1213
            #   /opt/ltsp/i386/usr/X11R6/lib/X11/xkb/rules/xfree86.lst
            #   (/opt/ltsp/i386/usr/X11R6/lib/X11/xkb/symbols/)
            #   (/opt/ltsp/i386/usr/X11R6/lib/X11/xkb/keymap/xfree86)

	USE_XFS            = N
	LOCAL_APPS         = N
	SCREEN_01          = startx
	#SCREEN_02          = shell
	#SCREEN_03          = telnet
		# TELNET_HOST = 192.168.0.254
	#SCREEN_04          = rdesktop
		# RDP_SERVER = your.2k.server
		# RDP_OPTIONS = -F -u fred -d ltsp

       # local storage device (USB keys, cdrom, etc)
       LOCAL_STORAGE = Y
       LTSPFSD_OPTIONS=""

	# uncomment the following line to enable SNMP support
	#SNMPD = Y

        # enable sound by default
        SOUND              = Y
        # choose either esd or nasd to be the default (esd only on x86_64)
	SOUND_DAEMON       = "esd"
	# SOUND_DAEMON     = "nasd"

        # default sound volume
        VOLUME             = 75

        ### For ISA sound cards, you have to specify the module to use:
        # SMODULE_01       = "sb io=0x220 irq=5 dma=1"

----------------------------------------------------------------------------------------------------------------------------

/etc/hosts

# Do not remove the following line, or various programs
# that require network functionality will fail.
# 192.168.2.X is the school's LTSP Network range
# 192.168.3.X is the Church's LTSP Network range

::1	localhost.localdomain	localhost
192.168.2.1	ws2001.ltsp	ws2001
192.168.2.2	ws2002.ltsp	ws2002
192.168.2.3	ws2003.ltsp	ws2003
192.168.2.4	ws2004.ltsp	ws2004
192.168.2.5	ws2005.ltsp	ws2005
192.168.2.6	ws2006.ltsp	ws2006
192.168.2.7	ws2007.ltsp	ws2007
192.168.2.8	ws2008.ltsp	ws2008
192.168.2.9	ws2009.ltsp	ws2009
192.168.2.10	ws2010.ltsp	ws2010
192.168.2.11	ws2011.ltsp	ws2011
192.168.2.12	ws2012.ltsp	ws2012
192.168.2.13	ws2013.ltsp	ws2013
192.168.2.14	ws2014.ltsp	ws2014
192.168.2.15	ws2015.ltsp	ws2015
192.168.2.16	ws2016.ltsp	ws2016
192.168.2.17	ws2017.ltsp	ws2017
192.168.2.18	ws2018.ltsp	ws2018
192.168.2.19	ws2019.ltsp	ws2019
192.168.2.20	ws2020.ltsp	ws2020
192.168.2.21	ws2021.ltsp	ws2021
192.168.2.22	ws2022.ltsp	ws2022
192.168.2.23	ws2023.ltsp	ws2023
192.168.2.24	ws2024.ltsp	ws2024
192.168.2.25	ws2025.ltsp	ws2025
192.168.2.26	ws2026.ltsp	ws2026
192.168.2.27	ws2027.ltsp	ws2027
192.168.2.28	ws2028.ltsp	ws2028
192.168.2.29	ws2029.ltsp	ws2029
192.168.2.30	ws2030.ltsp	ws2030
192.168.2.31	ws2031.ltsp	ws2031
192.168.2.32	ws2032.ltsp	ws2032
192.168.2.33	ws2033.ltsp	ws2033
192.168.2.34	ws2034.ltsp	ws2034
192.168.2.35	ws2035.ltsp	ws2035
192.168.2.36	ws2036.ltsp	ws2036
192.168.2.37	ws2037.ltsp	ws2037
192.168.2.38	ws2038.ltsp	ws2038
192.168.2.39	ws2039.ltsp	ws2039
192.168.2.40	ws2040.ltsp	ws2040
192.168.2.41	ws2041.ltsp	ws2041
192.168.2.42	ws2042.ltsp	ws2042
192.168.2.43	ws2043.ltsp	ws2043
192.168.2.44	ws2044.ltsp	ws2044
192.168.2.45	ws2045.ltsp	ws2045
192.168.2.46	ws2046.ltsp	ws2046
192.168.2.47	ws2047.ltsp	ws2047
192.168.2.48	ws2048.ltsp	ws2048
192.168.2.49	ws2049.ltsp	ws2049
192.168.2.50	ws2050.ltsp	ws2050
192.168.2.51	ws2051.ltsp	ws2051
192.168.2.52	ws2052.ltsp	ws2052
192.168.2.53	ws2053.ltsp	ws2053
192.168.2.54	ws2054.ltsp	ws2054
192.168.2.55	ws2055.ltsp	ws2055
192.168.2.56	ws2056.ltsp	ws2056
192.168.2.57	ws2057.ltsp	ws2057
192.168.2.58	ws2058.ltsp	ws2058
192.168.2.59	ws2059.ltsp	ws2059
192.168.2.60	ws2060.ltsp	ws2060
192.168.2.61	ws2061.ltsp	ws2061
192.168.2.62	ws2062.ltsp	ws2062
192.168.2.63	ws2063.ltsp	ws2063
192.168.2.64	ws2064.ltsp	ws2064
192.168.2.65	ws2065.ltsp	ws2065
192.168.2.66	ws2066.ltsp	ws2066
192.168.2.67	ws2067.ltsp	ws2067
192.168.2.68	ws2068.ltsp	ws2068
192.168.2.69	ws2069.ltsp	ws2069
192.168.2.70	ws2070.ltsp	ws2070
192.168.2.71	ws2071.ltsp	ws2071
192.168.2.72	ws2072.ltsp	ws2072
192.168.2.73	ws2073.ltsp	ws2073
192.168.2.74	ws2074.ltsp	ws2074
192.168.2.75	ws2075.ltsp	ws2075
192.168.2.76	ws2076.ltsp	ws2076
192.168.2.77	ws2077.ltsp	ws2077
192.168.2.78	ws2078.ltsp	ws2078
192.168.2.79	ws2079.ltsp	ws2079
192.168.2.80	ws2080.ltsp	ws2080
192.168.2.81	ws2081.ltsp	ws2081
192.168.2.82	ws2082.ltsp	ws2082
192.168.2.83	ws2083.ltsp	ws2083
192.168.2.84	ws2084.ltsp	ws2084
192.168.2.85	ws2085.ltsp	ws2085
192.168.2.86	ws2086.ltsp	ws2086
192.168.2.87	ws2087.ltsp	ws2087
192.168.2.88	ws2088.ltsp	ws2088
192.168.2.89	ws2089.ltsp	ws2089
192.168.2.90	ws2090.ltsp	ws2090
192.168.2.91	ws2091.ltsp	ws2091
192.168.2.92	ws2092.ltsp	ws2092
192.168.2.93	ws2093.ltsp	ws2093
192.168.2.94	ws2094.ltsp	ws2094
192.168.2.95	ws2095.ltsp	ws2095
192.168.2.96	ws2096.ltsp	ws2096
192.168.2.97	ws2097.ltsp	ws2097
192.168.2.98	ws2098.ltsp	ws2098
192.168.2.99	ws2099.ltsp	ws2099
192.168.2.100	ws2100.ltsp	ws2100
192.168.2.101	ws2101.ltsp	ws2101
192.168.2.102	ws2102.ltsp	ws2102
192.168.2.103	ws2103.ltsp	ws2103
192.168.2.104	ws2104.ltsp	ws2104
192.168.2.105	ws2105.ltsp	ws2105
192.168.2.106	ws2106.ltsp	ws2106
192.168.2.107	ws2107.ltsp	ws2107
192.168.2.108	ws2108.ltsp	ws2108
192.168.2.109	ws2109.ltsp	ws2109
192.168.2.110	ws2110.ltsp	ws2110
192.168.2.111	ws2111.ltsp	ws2111
192.168.2.112	ws2112.ltsp	ws2112
192.168.2.113	ws2113.ltsp	ws2113
192.168.2.114	ws2114.ltsp	ws2114
192.168.2.115	ws2115.ltsp	ws2115
192.168.2.116	ws2116.ltsp	ws2116
192.168.2.117	ws2117.ltsp	ws2117
192.168.2.118	ws2118.ltsp	ws2118
192.168.2.119	ws2119.ltsp	ws2119
192.168.2.120	ws2120.ltsp	ws2120
192.168.2.121	ws2121.ltsp	ws2121
192.168.2.122	ws2122.ltsp	ws2122
192.168.2.123	ws2123.ltsp	ws2123
192.168.2.124	ws2124.ltsp	ws2124
192.168.2.125	ws2125.ltsp	ws2125
192.168.2.126	ws2126.ltsp	ws2126
192.168.2.127	ws2127.ltsp	ws2127
192.168.2.128	ws2128.ltsp	ws2128
192.168.2.129	ws2129.ltsp	ws2129
192.168.2.130	ws2130.ltsp	ws2130
192.168.2.131	ws2131.ltsp	ws2131
192.168.2.132	ws2132.ltsp	ws2132
192.168.2.133	ws2133.ltsp	ws2133
192.168.2.134	ws2134.ltsp	ws2134
192.168.2.135	ws2135.ltsp	ws2135
192.168.2.136	ws2136.ltsp	ws2136
192.168.2.137	ws2137.ltsp	ws2137
192.168.2.138	ws2138.ltsp	ws2138
192.168.2.139	ws2139.ltsp	ws2139
192.168.2.140	ws2140.ltsp	ws2140
192.168.2.141	ws2141.ltsp	ws2141
192.168.2.142	ws2142.ltsp	ws2142
192.168.2.143	ws2143.ltsp	ws2143
192.168.2.144	ws2144.ltsp	ws2144
192.168.2.145	ws2145.ltsp	ws2145
192.168.2.146	ws2146.ltsp	ws2146
192.168.2.147	ws2147.ltsp	ws2147
192.168.2.148	ws2148.ltsp	ws2148
192.168.2.149	ws2149.ltsp	ws2149
192.168.2.150	ws2150.ltsp	ws2150
192.168.2.151	ws2151.ltsp	ws2151
192.168.2.152	ws2152.ltsp	ws2152
192.168.2.153	ws2153.ltsp	ws2153
192.168.2.154	ws2154.ltsp	ws2154
192.168.2.155	ws2155.ltsp	ws2155
192.168.2.156	ws2156.ltsp	ws2156
192.168.2.157	ws2157.ltsp	ws2157
192.168.2.158	ws2158.ltsp	ws2158
192.168.2.159	ws2159.ltsp	ws2159
192.168.2.160	ws2160.ltsp	ws2160
192.168.2.161	ws2161.ltsp	ws2161
192.168.2.162	ws2162.ltsp	ws2162
192.168.2.163	ws2163.ltsp	ws2163
192.168.2.164	ws2164.ltsp	ws2164
192.168.2.165	ws2165.ltsp	ws2165
192.168.2.166	ws2166.ltsp	ws2166
192.168.2.167	ws2167.ltsp	ws2167
192.168.2.168	ws2168.ltsp	ws2168
192.168.2.169	ws2169.ltsp	ws2169
192.168.2.170	ws2170.ltsp	ws2170
192.168.2.171	ws2171.ltsp	ws2171
192.168.2.172	ws2172.ltsp	ws2172
192.168.2.173	ws2173.ltsp	ws2173
192.168.2.174	ws2174.ltsp	ws2174
192.168.2.175	ws2175.ltsp	ws2175
192.168.2.176	ws2176.ltsp	ws2176
192.168.2.177	ws2177.ltsp	ws2177
192.168.2.178	ws2178.ltsp	ws2178
192.168.2.179	ws2179.ltsp	ws2179
192.168.2.180	ws2180.ltsp	ws2180
192.168.2.181	ws2181.ltsp	ws2181
192.168.2.182	ws2182.ltsp	ws2182
192.168.2.183	ws2183.ltsp	ws2183
192.168.2.184	ws2184.ltsp	ws2184
192.168.2.185	ws2185.ltsp	ws2185
192.168.2.186	ws2186.ltsp	ws2186
192.168.2.187	ws2187.ltsp	ws2187
192.168.2.188	ws2188.ltsp	ws2188
192.168.2.189	ws2189.ltsp	ws2189
192.168.2.190	ws2190.ltsp	ws2190
192.168.2.191	ws2191.ltsp	ws2191
192.168.2.192	ws2192.ltsp	ws2192
192.168.2.193	ws2193.ltsp	ws2193
192.168.2.194	ws2194.ltsp	ws2194
192.168.2.195	ws2195.ltsp	ws2195
192.168.2.196	ws2196.ltsp	ws2196
192.168.2.197	ws2197.ltsp	ws2197
192.168.2.198	ws2198.ltsp	ws2198
192.168.2.199	ws2199.ltsp	ws2199
192.168.2.200	ws2200.ltsp	ws2200
192.168.2.201	ws2201.ltsp	ws2201
192.168.2.202	ws2202.ltsp	ws2202
192.168.2.203	ws2203.ltsp	ws2203
192.168.2.204	ws2204.ltsp	ws2204
192.168.2.205	ws2205.ltsp	ws2205
192.168.2.206	ws2206.ltsp	ws2206
192.168.2.207	ws2207.ltsp	ws2207
192.168.2.208	ws2208.ltsp	ws2208
192.168.2.209	ws2209.ltsp	ws2209
192.168.2.210	ws2210.ltsp	ws2210
192.168.2.211	ws2211.ltsp	ws2211
192.168.2.212	ws2212.ltsp	ws2212
192.168.2.213	ws2213.ltsp	ws2213
192.168.2.214	ws2214.ltsp	ws2214
192.168.2.215	ws2215.ltsp	ws2215
192.168.2.216	ws2216.ltsp	ws2216
192.168.2.217	ws2217.ltsp	ws2217
192.168.2.218	ws2218.ltsp	ws2218
192.168.2.219	ws2219.ltsp	ws2219
192.168.2.220	ws2220.ltsp	ws2220
192.168.2.221	ws2221.ltsp	ws2221
192.168.2.222	ws2222.ltsp	ws2222
192.168.2.223	ws2223.ltsp	ws2223
192.168.2.224	ws2224.ltsp	ws2224
192.168.2.225	ws2225.ltsp	ws2225
192.168.2.226	ws2226.ltsp	ws2226
192.168.2.227	ws2227.ltsp	ws2227
192.168.2.228	ws2228.ltsp	ws2228
192.168.2.229	ws2229.ltsp	ws2229
192.168.2.230	ws2230.ltsp	ws2230
192.168.2.231	ws2231.ltsp	ws2231
192.168.2.232	ws2232.ltsp	ws2232
192.168.2.233	ws2233.ltsp	ws2233
192.168.2.234	ws2234.ltsp	ws2234
192.168.2.235	ws2235.ltsp	ws2235
192.168.2.236	ws2236.ltsp	ws2236
192.168.2.237	ws2237.ltsp	ws2237
192.168.2.238	ws2238.ltsp	ws2238
192.168.2.239	ws2239.ltsp	ws2239
192.168.2.240	ws2240.ltsp	ws2240
192.168.2.241	ws2241.ltsp	ws2241
192.168.2.242	ws2242.ltsp	ws2242
192.168.2.243	ws2243.ltsp	ws2243
192.168.2.244	ws2244.ltsp	ws2244
192.168.2.245	ws2245.ltsp	ws2245
192.168.2.246	ws2246.ltsp	ws2246
192.168.2.247	ws2247.ltsp	ws2247
192.168.2.248	ws2248.ltsp	ws2248
192.168.2.249	ws2249.ltsp	ws2249
192.168.2.250	ws2250.ltsp	ws2250
192.168.2.251	ws2251.ltsp	ws2251
192.168.2.252	ws2252.ltsp	ws2252
192.168.2.253	ws2253.ltsp	ws2253
192.168.2.254	server02.ltsp	server02

# below added by Joseph Bishay for secondary LTSP network

192.168.3.1	ws001.ltsp	ws001
192.168.3.2	ws002.ltsp	ws002
192.168.3.3	ws003.ltsp	ws003
192.168.3.4	ws004.ltsp	ws004
192.168.3.5	ws005.ltsp	ws005
192.168.3.6	ws006.ltsp	ws006
192.168.3.7	ws007.ltsp	ws007
192.168.3.8	ws008.ltsp	ws008
192.168.3.9	ws009.ltsp	ws009
192.168.3.10	ws010.ltsp	ws010
192.168.3.11	ws011.ltsp	ws011
192.168.3.12	ws012.ltsp	ws012
192.168.3.13	ws013.ltsp	ws013
192.168.3.14	ws014.ltsp	ws014
192.168.3.15	ws015.ltsp	ws015
192.168.3.16	ws016.ltsp	ws016
192.168.3.17	ws017.ltsp	ws017
192.168.3.18	ws018.ltsp	ws018
192.168.3.19	ws019.ltsp	ws019
192.168.3.20	ws020.ltsp	ws020
192.168.3.21	ws021.ltsp	ws021
192.168.3.22	ws022.ltsp	ws022
192.168.3.23	ws023.ltsp	ws023
192.168.3.24	ws024.ltsp	ws024
192.168.3.25	ws025.ltsp	ws025
192.168.3.26	ws026.ltsp	ws026
192.168.3.27	ws027.ltsp	ws027
192.168.3.28	ws028.ltsp	ws028
192.168.3.29	ws029.ltsp	ws029
192.168.3.30	ws030.ltsp	ws030
192.168.3.31	ws031.ltsp	ws031
192.168.3.32	ws032.ltsp	ws032
192.168.3.33	ws033.ltsp	ws033
192.168.3.34	ws034.ltsp	ws034
192.168.3.35	ws035.ltsp	ws035
192.168.3.36	ws036.ltsp	ws036
192.168.3.37	ws037.ltsp	ws037
192.168.3.38	ws038.ltsp	ws038
192.168.3.39	ws039.ltsp	ws039
192.168.3.40	ws040.ltsp	ws040
192.168.3.41	ws041.ltsp	ws041
192.168.3.42	ws042.ltsp	ws042
192.168.3.43	ws043.ltsp	ws043
192.168.3.44	ws044.ltsp	ws044
192.168.3.45	ws045.ltsp	ws045
192.168.3.46	ws046.ltsp	ws046
192.168.3.47	ws047.ltsp	ws047
192.168.3.48	ws048.ltsp	ws048
192.168.3.49	ws049.ltsp	ws049
192.168.3.50	ws050.ltsp	ws050
192.168.3.51	ws051.ltsp	ws051
192.168.3.52	ws052.ltsp	ws052
192.168.3.53	ws053.ltsp	ws053
192.168.3.54	ws054.ltsp	ws054
192.168.3.55	ws055.ltsp	ws055
192.168.3.56	ws056.ltsp	ws056
192.168.3.57	ws057.ltsp	ws057
192.168.3.58	ws058.ltsp	ws058
192.168.3.59	ws059.ltsp	ws059
192.168.3.60	ws060.ltsp	ws060
192.168.3.61	ws061.ltsp	ws061
192.168.3.62	ws062.ltsp	ws062
192.168.3.63	ws063.ltsp	ws063
192.168.3.64	ws064.ltsp	ws064
192.168.3.65	ws065.ltsp	ws065
192.168.3.66	ws066.ltsp	ws066
192.168.3.67	ws067.ltsp	ws067
192.168.3.68	ws068.ltsp	ws068
192.168.3.69	ws069.ltsp	ws069
192.168.3.70	ws070.ltsp	ws070
192.168.3.71	ws071.ltsp	ws071
192.168.3.72	ws072.ltsp	ws072
192.168.3.73	ws073.ltsp	ws073
192.168.3.74	ws074.ltsp	ws074
192.168.3.75	ws075.ltsp	ws075
192.168.3.76	ws076.ltsp	ws076
192.168.3.77	ws077.ltsp	ws077
192.168.3.78	ws078.ltsp	ws078
192.168.3.79	ws079.ltsp	ws079
192.168.3.80	ws080.ltsp	ws080
192.168.3.81	ws081.ltsp	ws081
192.168.3.82	ws082.ltsp	ws082
192.168.3.83	ws083.ltsp	ws083
192.168.3.84	ws084.ltsp	ws084
192.168.3.85	ws085.ltsp	ws085
192.168.3.86	ws086.ltsp	ws086
192.168.3.87	ws087.ltsp	ws087
192.168.3.88	ws088.ltsp	ws088
192.168.3.89	ws089.ltsp	ws089
192.168.3.90	ws090.ltsp	ws090
192.168.3.91	ws091.ltsp	ws091
192.168.3.92	ws092.ltsp	ws092
192.168.3.93	ws093.ltsp	ws093
192.168.3.94	ws094.ltsp	ws094
192.168.3.95	ws095.ltsp	ws095
192.168.3.96	ws096.ltsp	ws096
192.168.3.97	ws097.ltsp	ws097
192.168.3.98	ws098.ltsp	ws098
192.168.3.99	ws099.ltsp	ws099
192.168.3.100	ws100.ltsp	ws100
192.168.3.101	ws101.ltsp	ws101
192.168.3.102	ws102.ltsp	ws102
192.168.3.103	ws103.ltsp	ws103
192.168.3.104	ws104.ltsp	ws104
192.168.3.105	ws105.ltsp	ws105
192.168.3.106	ws106.ltsp	ws106
192.168.3.107	ws107.ltsp	ws107
192.168.3.108	ws108.ltsp	ws108
192.168.3.109	ws109.ltsp	ws109
192.168.3.110	ws110.ltsp	ws110
192.168.3.111	ws111.ltsp	ws111
192.168.3.112	ws112.ltsp	ws112
192.168.3.113	ws113.ltsp	ws113
192.168.3.114	ws114.ltsp	ws114
192.168.3.115	ws115.ltsp	ws115
192.168.3.116	ws116.ltsp	ws116
192.168.3.117	ws117.ltsp	ws117
192.168.3.118	ws118.ltsp	ws118
192.168.3.119	ws119.ltsp	ws119
192.168.3.120	ws120.ltsp	ws120
192.168.3.121	ws121.ltsp	ws121
192.168.3.122	ws122.ltsp	ws122
192.168.3.123	ws123.ltsp	ws123
192.168.3.124	ws124.ltsp	ws124
192.168.3.125	ws125.ltsp	ws125
192.168.3.126	ws126.ltsp	ws126
192.168.3.127	ws127.ltsp	ws127
192.168.3.128	ws128.ltsp	ws128
192.168.3.129	ws129.ltsp	ws129
192.168.3.130	ws130.ltsp	ws130
192.168.3.131	ws131.ltsp	ws131
192.168.3.132	ws132.ltsp	ws132
192.168.3.133	ws133.ltsp	ws133
192.168.3.134	ws134.ltsp	ws134
192.168.3.135	ws135.ltsp	ws135
192.168.3.136	ws136.ltsp	ws136
192.168.3.137	ws137.ltsp	ws137
192.168.3.138	ws138.ltsp	ws138
192.168.3.139	ws139.ltsp	ws139
192.168.3.140	ws140.ltsp	ws140
192.168.3.141	ws141.ltsp	ws141
192.168.3.142	ws142.ltsp	ws142
192.168.3.143	ws143.ltsp	ws143
192.168.3.144	ws144.ltsp	ws144
192.168.3.145	ws145.ltsp	ws145
192.168.3.146	ws146.ltsp	ws146
192.168.3.147	ws147.ltsp	ws147
192.168.3.148	ws148.ltsp	ws148
192.168.3.149	ws149.ltsp	ws149
192.168.3.150	ws150.ltsp	ws150
192.168.3.151	ws151.ltsp	ws151
192.168.3.152	ws152.ltsp	ws152
192.168.3.153	ws153.ltsp	ws153
192.168.3.154	ws154.ltsp	ws154
192.168.3.155	ws155.ltsp	ws155
192.168.3.156	ws156.ltsp	ws156
192.168.3.157	ws157.ltsp	ws157
192.168.3.158	ws158.ltsp	ws158
192.168.3.159	ws159.ltsp	ws159
192.168.3.160	ws160.ltsp	ws160
192.168.3.161	ws161.ltsp	ws161
192.168.3.162	ws162.ltsp	ws162
192.168.3.163	ws163.ltsp	ws163
192.168.3.164	ws164.ltsp	ws164
192.168.3.165	ws165.ltsp	ws165
192.168.3.166	ws166.ltsp	ws166
192.168.3.167	ws167.ltsp	ws167
192.168.3.168	ws168.ltsp	ws168
192.168.3.169	ws169.ltsp	ws169
192.168.3.170	ws170.ltsp	ws170
192.168.3.171	ws171.ltsp	ws171
192.168.3.172	ws172.ltsp	ws172
192.168.3.173	ws173.ltsp	ws173
192.168.3.174	ws174.ltsp	ws174
192.168.3.175	ws175.ltsp	ws175
192.168.3.176	ws176.ltsp	ws176
192.168.3.177	ws177.ltsp	ws177
192.168.3.178	ws178.ltsp	ws178
192.168.3.179	ws179.ltsp	ws179
192.168.3.180	ws180.ltsp	ws180
192.168.3.181	ws181.ltsp	ws181
192.168.3.182	ws182.ltsp	ws182
192.168.3.183	ws183.ltsp	ws183
192.168.3.184	ws184.ltsp	ws184
192.168.3.185	ws185.ltsp	ws185
192.168.3.186	ws186.ltsp	ws186
192.168.3.187	ws187.ltsp	ws187
192.168.3.188	ws188.ltsp	ws188
192.168.3.189	ws189.ltsp	ws189
192.168.3.190	ws190.ltsp	ws190
192.168.3.191	ws191.ltsp	ws191
192.168.3.192	ws192.ltsp	ws192
192.168.3.193	ws193.ltsp	ws193
192.168.3.194	ws194.ltsp	ws194
192.168.3.195	ws195.ltsp	ws195
192.168.3.196	ws196.ltsp	ws196
192.168.3.197	ws197.ltsp	ws197
192.168.3.198	ws198.ltsp	ws198
192.168.3.199	ws199.ltsp	ws199
192.168.3.200	ws200.ltsp	ws200
192.168.3.201	ws201.ltsp	ws201
192.168.3.202	ws202.ltsp	ws202
192.168.3.203	ws203.ltsp	ws203
192.168.3.204	ws204.ltsp	ws204
192.168.3.205	ws205.ltsp	ws205
192.168.3.206	ws206.ltsp	ws206
192.168.3.207	ws207.ltsp	ws207
192.168.3.208	ws208.ltsp	ws208
192.168.3.209	ws209.ltsp	ws209
192.168.3.210	ws210.ltsp	ws210
192.168.3.211	ws211.ltsp	ws211
192.168.3.212	ws212.ltsp	ws212
192.168.3.213	ws213.ltsp	ws213
192.168.3.214	ws214.ltsp	ws214
192.168.3.215	ws215.ltsp	ws215
192.168.3.216	ws216.ltsp	ws216
192.168.3.217	ws217.ltsp	ws217
192.168.3.218	ws218.ltsp	ws218
192.168.3.219	ws219.ltsp	ws219
192.168.3.220	ws220.ltsp	ws220
192.168.3.221	ws221.ltsp	ws221
192.168.3.222	ws222.ltsp	ws222
192.168.3.223	ws223.ltsp	ws223
192.168.3.224	ws224.ltsp	ws224
192.168.3.225	ws225.ltsp	ws225
192.168.3.226	ws226.ltsp	ws226
192.168.3.227	ws227.ltsp	ws227
192.168.3.228	ws228.ltsp	ws228
192.168.3.229	ws229.ltsp	ws229
192.168.3.230	ws230.ltsp	ws230
192.168.3.231	ws231.ltsp	ws231
192.168.3.232	ws232.ltsp	ws232
192.168.3.233	ws233.ltsp	ws233
192.168.3.234	ws234.ltsp	ws234
192.168.3.235	ws235.ltsp	ws235
192.168.3.236	ws236.ltsp	ws236
192.168.3.237	ws237.ltsp	ws237
192.168.3.238	ws238.ltsp	ws238
192.168.3.239	ws239.ltsp	ws239
192.168.3.240	ws240.ltsp	ws240
192.168.3.241	ws241.ltsp	ws241
192.168.3.242	ws242.ltsp	ws242
192.168.3.243	ws243.ltsp	ws243
192.168.3.244	ws244.ltsp	ws244
192.168.3.245	ws245.ltsp	ws245
192.168.3.246	ws246.ltsp	ws246
192.168.3.247	ws247.ltsp	ws247
192.168.3.248	ws248.ltsp	ws248
192.168.3.249	ws249.ltsp	ws249
192.168.3.250	ws250.ltsp	ws250
192.168.3.251	ws251.ltsp	ws251
192.168.3.252	ws252.ltsp	ws252
192.168.3.253	ws253.ltsp	ws253
192.168.3.254	server03.ltsp	server03




More information about the K12OSN mailing list