[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: Linux y bridge



-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

> Suena realmente magistral, sólo una pregunta (debido a mi ignorancia e 
> inexperiencia en estos temas)... el puente br0 ¿qué es exactamente? Doy por 
> hecho que está implementado por software, ¿no? ¿cómo se hace?

Es una interfaz ficticia y si esta implementada por software, en ella
"agrupas" las tarjetas de red que se tiene que unir, despues de intalar:

bridge-utils - Utilities for configuring the Linux ethernet bridge

(que ya estan soportadas nativamente por kernel 2.6.XX)

Declaras la infertaz:
# /usr/sbin/brctl addbr br0

despues defines las tarjetas de red que son parte del bridge:

# /usr/sbin/brctl addif br0 eth0
# /usr/sbin/brctl addif br0 eth1

Le puedes poner ip o no, segun gustos, y bueno, mas info aunque un poco
pasada :p (con el kernel 2.6 ya no tienes que recompilar ni nanda, solo
instalas las bridge-utils)

http://www.conocimientopractico.com/comos/bridgelinux.php

- --
Christian Frausto Bernal
http://www.conocimientopractico.com
http://www.conpra.com/cfrausto.gpg
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.0 (MingW32)
Comment: Using GnuPG with Thunderbird - http://enigmail.mozdev.org

iD8DBQFCd8rAn9a3KM4uVGwRAoe5AJ9FWBFEeX+NBPKFT4L8UsECGMAsRQCePxJL
k00mB45XifZGbjLQELaH2FM=
=ASSr
-----END PGP SIGNATURE-----



Reply to: