<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=Content-Type content="text/html; charset=iso-8859-1">
<META content="MSHTML 6.00.2900.2180" name=GENERATOR>
<STYLE></STYLE>
</HEAD>
<BODY bgColor=#ffffff>
<DIV><FONT face=Arial size=2>Olá pessoal estou tentando fazer vpn bridge com 
openvpn no fedora 4</FONT></DIV>
<DIV><FONT face=Arial size=2>com chave estatica já consegui, mais com o bridge 
quando rodo</FONT></DIV>
<DIV><FONT face=Arial size=2>bridge-start o script,a interface interna para de 
funcionar.</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT> </DIV>
<DIV><FONT face=Arial size=2># Define Bridge Interface<BR>br="br0"</FONT></DIV>
<DIV> </DIV>
<DIV><FONT face=Arial size=2># Define list of TAP interfaces to be bridged,<BR># 
for example tap="tap0 tap1 tap2".<BR>tap="tap0"</FONT></DIV>
<DIV> </DIV>
<DIV><FONT face=Arial size=2># Define physical ethernet interface to be 
bridged<BR># with TAP interface(s) 
above.<BR>eth="eth0"<BR>eth_ip="192.168.5.1"<BR>eth_netmask="255.255.255.128"<BR>eth_broadcast="192.168.5.128"</FONT></DIV>
<DIV> </DIV>
<DIV><FONT face=Arial size=2>for t in $tap; do<BR>    openvpn 
--mktun --dev $t<BR>done</FONT></DIV>
<DIV> </DIV>
<DIV><FONT face=Arial size=2>brctl addbr $br<BR>brctl addif $br 
$eth</FONT></DIV>
<DIV> </DIV>
<DIV><FONT face=Arial size=2>for t in $tap; do<BR>    brctl addif 
$br $t<BR>done</FONT></DIV>
<DIV> </DIV>
<DIV><FONT face=Arial size=2>for t in $tap; do<BR>    ifconfig $t 
0.0.0.0 promisc up<BR>done</FONT></DIV>
<DIV> </DIV>
<DIV><FONT face=Arial size=2>#ifconfig $eth 0.0.0.0 up</FONT></DIV>
<DIV> </DIV>
<DIV><FONT face=Arial size=2>ifconfig $br $eth_ip netmask $eth_netmask broadcast 
$eth_broadcast<BR></FONT><FONT face=Arial size=2></FONT></DIV>
<DIV><FONT face=Arial size=2>esse é o script que estou rodando</FONT></DIV>
<DIV><FONT face=Arial size=2>eth0 interface interna, alguem sabe pq a INT para 
de responder?</FONT></DIV>
<DIV><FONT face=Arial size=2>Tipoww dou ping para fora da rede mais não 
responde</FONT></DIV>
<DIV><FONT face=Arial size=2>Valeuuu galeraa</DIV></FONT></BODY></HTML>