[K12OSN] LTSPBR0 not setup correctly on F10

Warren Togami wtogami at redhat.com
Mon Jan 12 04:46:07 UTC 2009


Almquist Burke wrote:
> -----BEGIN PGP SIGNED MESSAGE-----
> Hash: SHA1
> 
> When using the F10 liveDVD installer (at least on x86_64),  ltspbr0 
> doesn't have a static IP setup by default like it used to. So simply 
> adding BRIDGE=ethN to to the ifcfg-ethN file in 
> /etc/sysconfig/network-scripts isn't working like it should according to 
> the file on the desktop.  You have to manually add IPADDR=172.31.100.254 
> and NETMASK=255.255.255.0 to get it working, and then restart the 
> network and ltsp-dhcpd services.

Huh?  What is the exact content of /etc/sysconfig/ifcfg-ltspbr0 
immediately after boot?

cat etc/sysconfig/network-scripts/ifcfg-ltspbr0
# Sample Configuration for Initscript Driven Bridge
# Put this into /etc/sysconfig/network-scripts/ifcfg-ltspbr0
# Note that this network range does not match the defaults in dhcpd.conf
DEVICE=ltspbr0
TYPE=Bridge
ONBOOT=yes
BOOTPROTO=static
STP=off
DELAY=0.1
USERCTL=no
IPV6INIT=no
PEERDNS=yes
NETMASK=255.255.255.0
IPADDR=172.31.100.254
ARP=yes

This is the exact contents shipped on the x86_64 image.

What does "brctl show" show immediately after boot?


Warren Togami
wtogami at redhat.com




More information about the K12OSN mailing list