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 LADO PEER 1 peer_internet="10.0.1.1" meuip="10.0.1.10" # global configuration AS 65010 router-id $meuip listen on $meuip holdtime 180 holdtime min 3 fib-update no log updates #network we announce network 192.168.40.0/23 #Neighbor neighbor $peer_internet { remote-as 65001 descr PROVEDOR multihop 2 local-address $meuip passive holdtime 180 holdtime min 3 announce self } LADO PROVEDOR peer1="10.0.1.10" meuip="10.0.1.1" #global configuration AS 65001 router-id $meuip listen on $meuip holdtime 180 holdtime min 3 fib-update no log updates #network we announce network 192.168.50.0/23 #Neighbor neighbor $peer1 { remote-as 65010 descr PEER1 multihop 2 local-address $meuip passive holdtime 180 holdtime min 3 announce self } e veja o resultado - a sessão nao levanta... (root@local-peer1)[~]# bgp Neighbor AS MsgRcvd MsgSent OutQ Up/Down State/PrfRcvd PROVEDOR 65001 0 0 0 Never Active (root@local-provedor)[~]# bgp Neighbor AS MsgRcvd MsgSent OutQ Up/Down State/PrfRcvd PEER1 65010 0 0 0 Never Active /var/log/messages Apr 4 18:12:17 local-peer1 bgpd[2215]: no kernel support for PF_KEY alguem já teve este tipo de problema com OpenBGP? obrigado! ------------------------- Histórico: http://www.fug.com.br/historico/html/freebsd/ Sair da lista: https://www.fug.com.br/mailman/listinfo/freebsd