[CentOS-pt-br] Roteamento...

Andrez eduardo.andrez em gmail.com
Segunda Agosto 1 06:54:49 EDT 2011


Olá Gilberto,



2011/7/28 Gilberto Nunes <gilberto.nunes32 em gmail.com>

>
> $IPTABLES -A FORWARD -s 192.168.206.0 -d 192.168.1.0 -j ACCEPT
> $IPTABLES -A FORWARD -s 192.168.1.0 -d 192.168.206.0 -j ACCEPT
> iptables -A FORWARD -i br0 -o br1 -j ACCEPT
> iptables -A FORWARD -i br1 -o br0 -j ACCEPT
>
>
Não está faltando um /xy no -s e no menos -d não?

Assim:

$IPTABLES -A FORWARD -s 192.168.206.0/24 -d 192.168.1.0/24 -j ACCEPT
$IPTABLES -A FORWARD -s 192.168.1.0/24 -d 192.168.206.0/24 -j ACCEPT


-- 
Atenciosamente.
-------------- Próxima Parte ----------
Um anexo em HTML foi limpo...
URL: http://lists.centos.org/pipermail/centos-pt-br/attachments/20110801/359619c2/attachment.html 


Mais detalhes sobre a lista de discussão CentOS-pt-br