<div dir="ltr"><div dir="ltr" style="color:rgb(34,34,34);font-family:arial,sans-serif;font-size:12.8px;font-style:normal;font-variant-ligatures:normal;font-variant-caps:normal;font-weight:400;letter-spacing:normal;text-align:start;text-indent:0px;text-transform:none;white-space:normal;word-spacing:0px;background-color:rgb(255,255,255);text-decoration-style:initial;text-decoration-color:initial">Are you tried to use nbma for interface tap?</div><div class="gmail-yj6qo gmail-ajU" style="outline:none;padding:10px 0px;width:22px;margin:2px 0px 0px;color:rgb(34,34,34);font-family:arial,sans-serif;font-size:12.8px;font-style:normal;font-variant-ligatures:normal;font-variant-caps:normal;font-weight:400;letter-spacing:normal;text-align:start;text-indent:0px;text-transform:none;white-space:normal;word-spacing:0px;background-color:rgb(255,255,255);text-decoration-style:initial;text-decoration-color:initial"><br class="gmail-Apple-interchange-newline"></div><br></div><div class="gmail_extra"><br><div class="gmail_quote">2018-03-21 22:08 GMT+01:00 Michael McConnell <span dir="ltr"><<a href="mailto:michael@winkstreaming.com" target="_blank">michael@winkstreaming.com</a>></span>:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Hello all,<br>
<br>
I am trying to establish OSPF over OpenVPN without any luck. The client side always turns up with no neighbours. I’ve tried pointtopoint and exclusively listing my neighbours all with no luck.<br>
<br>
I originally was using the tun interface and switched to tap hoping that would help, but still nothing.<br>
<br>
Below are my configurations, does anyone see anything obvious that I am missing?<br>
<br>
Thanks so much for your time and thoughts!<br>
<br>
<br>
===<br>
show ospf<br>
ospf1:<br>
RFC1583 compatibility: disabled<br>
Stub router: No<br>
RT scheduler tick: 1<br>
Number of areas: 1<br>
Number of LSAs in DB:   1<br>
        Area: 0.0.0.0 (0) [BACKBONE]<br>
                Stub:   No<br>
                NSSA:   No<br>
                Transit:        No<br>
                Number of interfaces:   0<br>
                Number of neighbors:    0<br>
                Number of adjacent neighbors:   0<br>
<br>
<br>
Server ===<br>
<br>
protocol ospf {<br>
        import all;<br>
        export filter {<br>
                ospf_metric1 = 1000;<br>
                if source = RTS_STATIC then accept; else reject;<br>
        };<br>
        area 0 {<br>
                networks {<br>
                        <a href="http://10.40.32.0/24" rel="noreferrer" target="_blank">10.40.32.0/24</a>;<br>
                    <a href="http://10.10.10.32/27" rel="noreferrer" target="_blank">10.10.10.32/27</a>;<br>
                };<br>
<br>
                interface "bond1" {<br>
                        type broadcast;<br>
                        cost 5;<br>
                        hello 5;<br>
                        wait 10;<br>
                        dead 25;<br>
                        authentication cryptographic; password “boogers";<br>
                };<br>
<br>
                interface "tap*" {<br>
                        type broadcast;<br>
                        cost 5;<br>
                        hello 5;<br>
                        wait 10;<br>
                        dead 25;<br>
                        authentication cryptographic; password “boogers";<br>
                };<br>
<br>
<br>
<br>
                interface "*" {<br>
                        cost 1000;<br>
                        stub;<br>
                #type pointopoint;<br>
                };<br>
<br>
        };<br>
<br>
<br>
<br>
Client  ===<br>
protocol ospf {<br>
        import all;<br>
        export filter {<br>
                ospf_metric1 = 1000;<br>
                if source = RTS_STATIC then accept; else reject;<br>
        };<br>
        area 0 {<br>
                networks {<br>
                <a href="http://10.40.32.0/24" rel="noreferrer" target="_blank">10.40.32.0/24</a>;<br>
                    <a href="http://10.10.10.32/27" rel="noreferrer" target="_blank">10.10.10.32/27</a>;<br>
                };<br>
<br>
                interface "bond1" {<br>
                        type broadcast;<br>
                        cost 5;<br>
                        hello 5;<br>
                        wait 10;<br>
                        dead 25;<br>
                        authentication cryptographic; password “boogers";<br>
                };<br>
                interface "tap*" {<br>
                        type broadcast;<br>
                        cost 5;<br>
                        hello 5;<br>
                        wait 10;<br>
                        dead 25;<br>
                        authentication cryptographic; password "boogers";<br>
                };<br>
<br>
                interface "*" {<br>
                        cost 1000;<br>
                        stub;<br>
                #type pointopoint;<br>
                };<br>
        };<br>
<br>
<br>
--<br>
Michael McConnell<br>
WINK Streaming;<br>
email: <a href="mailto:michael@winkstreaming.com">michael@winkstreaming.com</a><br>
toll free: 877-GO-4-WINK x 7400<br>
direct: <a href="tel:%2B1%20312%20281-5434" value="+13122815434">+1 312 281-5434</a><br>
cell: <a href="tel:%2B506%208706-2389" value="+50687062389">+506 8706-2389</a><br>
skype: wink-michael<br>
web: <a href="http://winkstreaming.com" rel="noreferrer" target="_blank">http://winkstreaming.com</a><br>
<br>
<br>
<br>
</blockquote></div><br></div>