On Apr 4, 2012, at 7:50 PM, Alisson wrote: > Boa noite Pessoal, > > tudo certo? > > estou tendo alguns problemas com o OpenBGP no FreeBSD para levantar sessões. > > fiz testes com AS e IPS invalidos. > > segue abaixo as configurações >
[snip] > LADO PEER 1 [snip] > neighbor $peer_internet { > remote-as 65001 > descr PROVEDOR > multihop 2 > local-address $meuip > passive ^^^^^^ > holdtime 180 > holdtime min 3 > announce self > > } > > LADO PROVEDOR [snip] > > #Neighbor > > neighbor $peer1 { > remote-as 65010 > descr PEER1 > multihop 2 > local-address $meuip > passive ^^^^^^ > holdtime 180 > holdtime min 3 > announce self > > } Remova os 'passive' da definição dos neighbors... De acordo com o manual (http://www.openbsd.org/cgi-bin/man.cgi?query=bgpd.conf): passive Do not attempt to actively open a TCP connection to the neighbor system. Att., Luiz ------------------------- Histórico: http://www.fug.com.br/historico/html/freebsd/ Sair da lista: https://www.fug.com.br/mailman/listinfo/freebsd