A 18:26 16/04/02 +0200, vous avez écrit :
>Hi.
>I have problem to get a bridge between my 2 nic's
>which are of the same brand. I use gnome setup bridge
>gbrctl
>and get port disabled or in unknown stae.
>Any idea???

try basic command line commands :

ifconfig eth0 down
ifconfig eth1 down

brctl addbr bridge
brctl stp bridge off
ifconfig eth0 0.0.0.0 up
brctl addif bridge eth0
ifconfig eth1 0.0.0.0 up
brctl addif bridge eth1

ifconfig bridge 192.168.1.1 netmask 255.255.255.0 up


then

brtcl show
ifconfig bridge

to see what happens

hth
                        - * - * - * - * - * - * -
Bien sûr que je suis perfectionniste !
Mais ne pourrais-je pas l'être mieux ?
        Thierry ITTY
eMail : [EMAIL PROTECTED]               FRANCE



_______________________________________________
Redhat-list mailing list
[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/redhat-list

Reply via email to