* [Bridge] cannot ping network when i do addif br0 eth0
@ 2008-01-10 14:35 Ivan Hernandez
2008-01-10 14:55 ` Malcolm Scott
0 siblings, 1 reply; 2+ messages in thread
From: Ivan Hernandez @ 2008-01-10 14:35 UTC (permalink / raw)
To: bridge
i have a bridge to connect a tap0 interface with openvpn to my eth0 netwotk
the openvpn connections goes fine, but when i try to ping from the box
it does not work
the problem looks this way:
mail:~# brctl addif br0 eth0
mail:~# ping 10.1.27.161
PING 10.1.27.161 (10.1.27.161) 56(84) bytes of data.
--- 10.1.27.161 ping statistics ---
6 packets transmitted, 0 received, 100% packet loss, time 4999ms
mail:~# brctl delif br0 eth0
mail:~# ping 10.1.27.161
PING 10.1.27.161 (10.1.27.161) 56(84) bytes of data.
64 bytes from 10.1.27.161: icmp_seq=1 ttl=64 time=0.189 ms
64 bytes from 10.1.27.161: icmp_seq=2 ttl=64 time=0.161 ms
some tip to use my eth0 card while it's on the bridge? thanks a lot!
ivan
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: [Bridge] cannot ping network when i do addif br0 eth0
2008-01-10 14:35 [Bridge] cannot ping network when i do addif br0 eth0 Ivan Hernandez
@ 2008-01-10 14:55 ` Malcolm Scott
0 siblings, 0 replies; 2+ messages in thread
From: Malcolm Scott @ 2008-01-10 14:55 UTC (permalink / raw)
To: Ivan Hernandez; +Cc: bridge
At 12:35 today, Ivan Hernandez wrote:
> some tip to use my eth0 card while it's on the bridge?
You should add your IP address to the bridge interface (br0) rather than
eth0.
--
Malcolm Scott
Research Assistant
University of Cambridge Computer Laboratory
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2008-01-10 14:55 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-01-10 14:35 [Bridge] cannot ping network when i do addif br0 eth0 Ivan Hernandez
2008-01-10 14:55 ` Malcolm Scott
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.