<div dir="ltr">Hi, <div>I have two ubuntu(14.04) hosts running bird(1.4.0) on it, my bird.conf is as follows,</div><div><b>On Host-1</b>,</div><div><br></div><div>router id 192.168.1.101;</div><div>protocol device {</div><div>        scan time 10;</div><div>}</div><div><br></div><div>protocol kernel {<br></div><div>        export all;</div><div>        scan time 15;</div><div>}</div><div><br></div><div>protocol static static_bgp {</div><div>        import all;</div><div><br></div><div>}</div><div><br></div><div>protocol bgp {<br></div><div>        import all;</div><div>        export where proto = "static_bgp";</div><div><br></div><div>        local as 200;</div><div>        neighbor 10.0.6.2 as 1000;</div><div>}</div><div><b><br></b></div><div><b>On Host-2</b></div><div>router id 192.168.1.102;</div><div>protocol device {<br></div><div>        scan time 10;</div><div>}</div><div><br></div><div>protocol kernel {<br></div><div>        export all;</div><div>        scan time 15;</div><div>}</div><div><br></div><div>protocol static static_bgp {</div><div>        import all;</div><div><br></div><div>}</div><div><br></div><div>protocol bgp {</div><div>        import all;</div><div>        export where proto = "static_bgp";</div><div><br></div><div>        local as 1000;</div><div>        neighbor 10.0.6.1 as 200;</div><div>} </div><div><br></div><div>I am not able establish connection between them,it say ,</div><div>no route to host in last error message.</div><div> how do I configure bird between two ubuntu hosts? <br>-- <br><div class="gmail_signature">Thanks &Regards,<div><div>Prashant Chougule.</div></div></div>
</div></div>