[K12OSN] How to get ThinClient LAN finding DHCP and booting?

Leo Willems willems.leo at googlemail.com
Mon Mar 16 05:40:22 UTC 2009


On Fri, Mar 13, 2009 at 4:38 PM, Warren Togami <warren at togami.com> wrote:
> Leo Willems wrote:
>>
>> Thanks for the fast reply.
>>
>> A Permanent Network Setup
>>
>> 1. open /etc/sysconfig/network-scripts/ifcfg-ethN where the "N" in ethN
>> 2. add BRIDGE=ltspbr0, and make sure that NM_CONTROLLED=no and ONBOOT=yes
>> 3. restart the service network and NetworkManager, either from System
>> -> Administration -> Services in the GUI, or by running service
>> network restart and service NetworkManager restart in the terminal as
>> the root user
>>
>>
>> /etc/sysconfig/network-scripts/
>> ifcfg-lo ifdown-isdn ifup-aliases ifup-plip ifup-wireless
>> ifcfg-ltspbr0 ifdown-post ifup-bnep ifup-plusb init.ipv6-global
>> ifdown ifdown-ppp ifup-eth ifup-post net.hotplug ifdown-bnep
>> ifdown-routes ifup-ippp ifup-ppp network-functions ifdown-eth
>> ifdown-sit ifup-ipsec ifup-routes  network-functions-ipv6 ifdown-ippp
>> ifdown-sl ifup-ipv6 ifup-sit ifdown-ipsec ifdown-tunnel ifup-ipx
>> ifup-sl ifdown-ipv6 ifup ifup-isdn ifup-tunnel
>>
>>
>> I can not find any ifcfg-eth1 here.
>>
>> What to do?
>
> http://alt.fedoraproject.org/pub/alt/ltsp/k12linux-live-docs/k12linux-quick-start-guide.html
> There are several ways to do this, but do steps 1 through 15.  Note that you
> need to modify the instructions slightly because your device is named
> differently.
>
> Warren
>

Thanks Guys! really fast help. Terminal server works on eth1!

1. added eth0 and eth1  -> System -> Administration -> Network (first
in DHCP mode)
2. 'slaved' eth1 to ltspbr0 in /etc/sysconfig/network-scripts/ifcfg-eth1

# Please read /usr/share/doc/initscripts-*/sysconfig.txt
# for the documentation of these parameters.
TYPE=Ethernet
DEVICE=eth1
HWADDR=00:10:5a:82:48:55
BOOTPROTO=dhcp
ONBOOT=yes
USERCTL=no
PEERDNS=yes
IPV6INIT=no
BRIDGE=ltspbr0
NM_CONTROLLED=no

3. restart network and network manager -> System -> Administration -> Services




More information about the K12OSN mailing list