<div dir="auto">Oh god, you are right, i known it was a stupid things, thanks a lot, tomorrow i'll try to change my conf<div dir="auto">Mattia</div></div><br><div class="gmail_quote"><div dir="ltr">Il mar 15 mag 2018, 00:02 Mikhail Mayorov <<a href="mailto:mm@tagan.ru">mm@tagan.ru</a>> ha scritto:<br></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Hi Mattia!<br>
<br>
It isn't kernel protocol. Use direct proto for import local connected<br>
network.<br>
<br>
protocol direct {<br>
<br>
<br>
<br>
    ipv4 {<br>
<br>
<br>
<br>
        import all;<br>
<br>
<br>
<br>
        export none;<br>
<br>
<br>
<br>
    };<br>
<br>
<br>
<br>
    ipv6 {<br>
<br>
<br>
<br>
        import all;<br>
<br>
<br>
<br>
        export none;<br>
<br>
<br>
<br>
    };<br>
<br>
<br>
<br>
};<br>
<br>
<br>
<br>
<br>
14.05.2018 23:58, Mattia Milani пишет:<br>
> Hello all, i'm having a little problem, (Probabily is somthing so<br>
> stupid) but i can't find the solution.<br>
> <br>
> I have this conf file:<br>
> <br>
> log "logTwo.log" all;<br>
> router id 10.0.2.15;<br>
> <br>
> protocol kernel {<br>
>   metric 0;<br>
>   ipv4{<br>
>       import all;<br>
>       export all;<br>
>   };<br>
> }<br>
> <br>
> protocol device {<br>
> }<br>
> <br>
> protocol direct {<br>
>   interface "lo";<br>
> }<br>
> <br>
> <br>
> The pourpose of the deamon that i need is simple, read the route address<br>
> that i put in the "lo" interface and put it with the route of the deamon.<br>
> <br>
> i run the conf file with no error.<br>
> Then i add a route in the lo interface, for example with this command:<br>
> <br>
> ip a add <a href="http://192.168.4.0/24" rel="noreferrer noreferrer" target="_blank">192.168.4.0/24</a> <<a href="http://192.168.4.0/24" rel="noreferrer noreferrer" target="_blank">http://192.168.4.0/24</a>> dev lo<br>
> <br>
> and if i check the address with the commadn "ip addr" i can see it in<br>
> the lo interface.<br>
> <br>
> but if i run the command:<br>
> <br>
> birdc show route all<br>
> <br>
> I cannot see the new route address that i just addedd in the "lo" interface<br>
> <br>
> How can i do that?<br>
> <br>
> Thanks to everyone that could help me, it will be so apreciated.<br>
> <br>
> Mattia<br>
<br>
-- <br>
Regards,<br>
Mikhail V. Majorov<br>
<br>
Megalink Company, Director of engineering<br>
318, Chehova street, Taganrog, Russia, 347932<br>
tel work: +7 8634 431431 (ext 101)<br>
tel mobile: +7 918 5565520<br>
sip: <a href="mailto:000101@tagan.ru" target="_blank" rel="noreferrer">000101@tagan.ru</a><br>
<a href="http://www.tagan.ru" rel="noreferrer noreferrer" target="_blank">www.tagan.ru</a><br>
</blockquote></div>