Hi all,
Where I can find docs about config a bridge interface under CentOS 4.3?? I can not find anything on Redhat and CentOS sites about this.
many thanks
On Thu, Jul 06, 2006 at 03:31:11PM +0200, carlopmart enlightened us:
Where I can find docs about config a bridge interface under CentOS 4.3?? I can not find anything on Redhat and CentOS sites about this.
many thanks
A combination of google and reading the startup scripts in /etc/sysconfig/network scripts led me to the following ifcfg-br0:
DEVICE=br0 BOOTPROTO=static IPADDR=x.x.x.x NETMASK=x.x.x.x ONBOOT=yes TYPE=Bridge
In the respective ifcfg-ethX files, configure as usual but include
BRIDGE=br0
That seems to be the cleanest way to do things.
Matt
Many thanks Matt.
Matt Hyclak wrote:
On Thu, Jul 06, 2006 at 03:31:11PM +0200, carlopmart enlightened us:
Where I can find docs about config a bridge interface under CentOS 4.3?? I can not find anything on Redhat and CentOS sites about this.
many thanks
A combination of google and reading the startup scripts in /etc/sysconfig/network scripts led me to the following ifcfg-br0:
DEVICE=br0 BOOTPROTO=static IPADDR=x.x.x.x NETMASK=x.x.x.x ONBOOT=yes TYPE=Bridge
In the respective ifcfg-ethX files, configure as usual but include
BRIDGE=br0
That seems to be the cleanest way to do things.
Matt
The following link will help:
http://linux-net.osdl.org/index.php/Bridge
Kirti
-----Original Message----- From: centos-bounces@centos.org [mailto:centos-bounces@centos.org] On Behalf Of carlopmart Sent: Thursday, July 06, 2006 9:31 AM To: centos@centos.org Subject: [CentOS] Question about setting up a bridge
Hi all,
Where I can find docs about config a bridge interface under CentOS 4.3?? I can not find anything on Redhat and CentOS sites about this.
many thanks