Hi,
On Mon, Sep 07, 2015 at 08:33:15PM +0530, Ajay Raut ( Tech Ops ) wrote:
> I m trying to run BGP through the GRE tunnel, Tunnel is working fine.
> auto gre-vpn
> iface gre-vpn inet tunnel
> address 10.200.206.249
> mode gre
> endpoint 10.200.206.6
> dstaddr 10.200.206.250
> local 10.200.206.4
> ttl 255
> netmask 255.255.255.252
You have redundant information here: "dstaddr 10.200.206.250" will insert
a /32 route towards 10.200.206.250. But since you configured
10.200.206.249/30 on the interface, you should already be able to reach
10.200.206.250, since the kernel will create the route 10.200.206.248/30
through the tunnel.
This could be the source of your issue, since (IIRC) Bird sometimes has
trouble with peers that are reachable with a /32 route.
If removing the /32 route doesn't work, maybe adding a "protocol device"
and "protocol direct" would solve the issue.
Baptiste
------------------------------
This email and any files transmitted with it are confidential and intended solely for the use of the individual or entity to whom they are addressed. If you have received this email in error please notify the system manager. This message contains confidential information and is intended only for the individual named. If you are not the named addressee you should not disseminate, distribute or copy this e-mail. Please notify the sender immediately by e-mail if you have received this e-mail by mistake and delete this e-mail from your system. If you are not the intended recipient you are notified that disclosing, copying, distributing or taking any action in reliance on the contents of this information is strictly prohibited. Although Flipkart has taken reasonable precautions to ensure no viruses are present in this email, the company cannot accept responsibility for any loss or damage arising from the use of this email or attachments