Hi, I have two ubuntu(14.04) hosts running bird(1.4.0) on it, my bird.conf is as follows, *On Host-1*, router id 192.168.1.101; protocol device { scan time 10; } protocol kernel { export all; scan time 15; } protocol static static_bgp { import all; } protocol bgp { import all; export where proto = "static_bgp"; local as 200; neighbor 10.0.6.2 as 1000; } *On Host-2* router id 192.168.1.102; protocol device { scan time 10; } protocol kernel { export all; scan time 15; } protocol static static_bgp { import all; } protocol bgp { import all; export where proto = "static_bgp"; local as 1000; neighbor 10.0.6.1 as 200; } I am not able establish connection between them,it say , no route to host in last error message. how do I configure bird between two ubuntu hosts? -- Thanks &Regards, Prashant Chougule.
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 On 13.11.2014 20:53, Prashant Chougule wrote:
Hi,
Hi Prashant, are those hosts directly reachable? Can you ping 10.0.6.2 from the host-1? The definition of the static protocol does not make sense to me, but that a different issue. Ondrej
I have two ubuntu(14.04) hosts running bird(1.4.0) on it, my bird.conf is as follows, *On Host-1*,
router id 192.168.1.101; protocol device { scan time 10; }
protocol kernel { export all; scan time 15; }
protocol static static_bgp { import all;
}
protocol bgp { import all; export where proto = "static_bgp";
local as 200; neighbor 10.0.6.2 as 1000; } * * *On Host-2* router id 192.168.1.102; protocol device { scan time 10; }
protocol kernel { export all; scan time 15; }
protocol static static_bgp { import all;
}
protocol bgp { import all; export where proto = "static_bgp";
local as 1000; neighbor 10.0.6.1 as 200; }
I am not able establish connection between them,it say , no route to host in last error message. how do I configure bird between two ubuntu hosts? -- Thanks &Regards, Prashant Chougule.
-----BEGIN PGP SIGNATURE----- Version: GnuPG v1 iQIcBAEBAgAGBQJUZTSXAAoJED82D4RIDoWPVAsP/3e0vxMplWK8PEuvNpcyfq1m Y4jNFgms4QeJ1ClUlHCWFPyJXzyAeBHf9wxVuxQ9t73dJP5bdt0EaUUDDRUcInyE tyy43E+Wbnfy1Z//h9R+CgbQv4XC6YY8g9aTCO8otwfLpcWRWMkBhiJEI0NdkpSQ Ly9HtNWE0D+EQCctuMv5I0ynVZBnZIdsNmlGiFrns65M22rX9xKGmKEvzdC8htSy alcybzylTQgz/INbjtM3P8ykgHpwwXd/Ury0FOB4waWTOsX0oAUBXw6zlqH3AC/O +wcQmNtgVn6+SUn3KguCG19B7w0DdTenUF9hbq7QkYKIO4jgRMLtNpgSeA32SznD ZxibA4UjhccDTcMppxOzB2LTu8/B2Tud9jNdz4m7bmU8cWLKbPOoAPb2Z1t5CeyE s4JLEbNg9mqowUB9NP3s/BlGT01hU59cnIXt/+rEq4tLq3MwLibo8Za3M2qI17oM BzB7U+fv+M1EM+7fRD/uvDxgP/o5lQSGfj7b+8gHTAKgR7lxdPdzNq+3wu/AkeGE AQt1sAIkbDJNH5GHJN6dicxJFLntN5qN7h3ze/Yp8GoOF7rFuODoIKy4HhhqN+WK +acvQR6M+CW6VDueOFL4nEkuT9gPixp+MnxWoKj1xZwsG5nJAPzE6mpOezLR1nlC 6thFB3RJpCoWFeYuKP6m =3nit -----END PGP SIGNATURE-----
participants (2)
-
Ondrej Filip -
Prashant Chougule