#3053: Network Configuration - ifup, ifdown, bridge, ipv4-static
-------------------------+--------------------------------------------------
 Reporter:  qrux         |       Owner:  bdubbs@…                               
  
     Type:  enhancement  |      Status:  assigned                               
  
 Priority:  normal       |   Milestone:  7.2                                    
  
Component:  Bootscripts  |     Version:  SVN                                    
  
 Severity:  normal       |    Keywords:  network, bridge, ifup, ifdown, ipv4, 
dhcp
-------------------------+--------------------------------------------------

Comment(by qrux):

 Sample Bridge Configuration:

 {{{
 ONBOOT=yes
 PHYS="eth0"
 SERVICE="bridge ipv4-static"
 BRIDGE_IF="br0"
 STP=no
 IPV4_IF="br0"
 IP=192.168.0.250
 GATEWAY=192.168.0.1
 PREFIX=24
 }}}

 Sample Vanilla Configuration:

 {{{
 ONBOOT=yes
 PHYS=eth0
 SERVICE="ipv4-static"
 IP=192.168.0.250
 GATEWAY=192.168.0.1
 PREFIX=24
 }}}

 These are meant to be used with the attached
 ifup/ifdown/ipv4-static/bridge.  This has not been reviewed for support of
 virtual interfaces (e.g., eth0:1...or br0:1--if that's even possible).

-- 
Ticket URL: <http://wiki.linuxfromscratch.org/lfs/ticket/3053#comment:4>
LFS Trac <http://wiki.linuxfromscratch.org/lfs/>
Linux From Scratch: Your Distro, Your Rules.
-- 
http://linuxfromscratch.org/mailman/listinfo/lfs-book
FAQ: http://www.linuxfromscratch.org/lfs/faq.html
Unsubscribe: See the above information page

Reply via email to