Cannot connect two ospf-instances over tun-interface

Ondrej Zajicek santiago at crfreenet.org
Fri Mar 30 00:25:37 CEST 2018


On Thu, Mar 29, 2018 at 03:02:52PM +0200, dawid k wrote:
> Here my configuration (client):
> 
> ifconfig tun0:
> tun0      Link encap:UNSPEC  HWaddr
> 00-00-00-00-00-00-00-00-00-00-00-00-00-00-00-00
>           inet addr:10.29.0.10  P-t-P:10.29.0.9  Mask:255.255.255.255
> 
> bird_ospf.conf (included in bird.conf) :
> 
> protocol ospf myOSPF {
>         area 0.0.0.0 {
>                 interface "tun0" {
>                         cost 10;
>                         type ptp;
>                         stub no; hello 10; transmit delay 5; wait 10; dead
> 40;
>                         neighbors {
>                                 10.29.0.1;
>                         }; }; };

Hi

What do you get from:

ip addr list
birdc show interfaces
birdc show ospf interface
birdc show ospf neighbors
tcpdump -v -s 0  proto ospf -i tun0


Do you have anything interesting in logs?

-- 
Elen sila lumenn' omentielvo

Ondrej 'Santiago' Zajicek (email: santiago at crfreenet.org)
OpenPGP encrypted e-mails preferred (KeyID 0x11DEADC3, wwwkeys.pgp.net)
"To err is human -- to blame it on a computer is even more so."


More information about the Bird-users mailing list