userdoc:tt-bridges

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
userdoc:tt-bridges [2012/10/21 07:50]
abelbeck
userdoc:tt-bridges [2023/07/27 11:33] (current)
mkeuter
Line 1: Line 1:
 ====== Network-Bridges (BRIDGE0) ====== ====== Network-Bridges (BRIDGE0) ======
  
-When you setup a network bridge in AstLinux, you need to careful to not lock out your network connection:+!!Note:!! This is outdated documentation, since AstLinux starting with 1.3.10 (07/2020) dynamically adds VLAN and BRIDGE entries to the interface list.
  
-**Q:** When I enter ''BRIDGE0="eth0 eth3"'' in the user.conf and reboot, why is then ''eth0'' not reachable over the network ?+----
  
-**A:** You would also need to set (temporarily) +!!When you setup a software network bridge in AstLinux, you need to be careful to not lock out your network connection:!!
  
-  EXTIF="br0" +**Q:** When I enter 
 + 
 +  BRIDGE0="eth0 eth3" 
 + 
 +in the ''user.conf'' and reboot, why is then ''eth0'' not reachable over the network ? 
 + 
 +**A:** If eth0 was on the external interface, you would also need to set (temporarily): 
 + 
 +  EXTIF="br0" 
 + 
 +**or** If eth0 was on the 1st internal interface: 
 + 
 +  INTIF="br0"
      
-in your ''user.conf''. Then after a reboot the (new) bridge will appear in the menu in the Network tab, select ''br0'' as normal and then remove the ''EXTIF'' entry in ''user.conf''.+in your ''user.conf''. Then after a reboot the (new) bridge will appear in the menu in the Network tab, select ''br0'' as normal and then remove the ''EXTIF'' (or ''INTIF''entry in ''user.conf''.
  
 I know, a little confusing, but it's the only way since we have nice little drop-down menus of the "current" active interfaces. I know, a little confusing, but it's the only way since we have nice little drop-down menus of the "current" active interfaces.
  
 Remember with a bridge, only the ''br0'' is the "real Interface" the one you bring up and down and set IP address to.  NOT eth0 or eth3 . Remember with a bridge, only the ''br0'' is the "real Interface" the one you bring up and down and set IP address to.  NOT eth0 or eth3 .
 +
 +Finally, be aware that software bridging carries a non-trivial performance penalty.  The maximum throughput will be reduced by at least 15% with a software bridge in the path.
  
  • userdoc/tt-bridges.1350823844.txt.gz
  • Last modified: 2012/10/21 07:50
  • by abelbeck