<html theme="themeKey88rand710" iconset="monochrome"><head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
</head><body text="#000000">Hi tg,<br>
<br>
Bird is probably not what you need here as it looks like you just want 
to get two machines to talk to each other.<br>
<br>
You should look at OpenVPN or WireGuard as a means to create encrypted 
tunnels between them.<br>
<br>
 - Barry<br>
<span>

</span><br>
<blockquote type="cite" 
cite="mid:DBBP190MB2036132E73FA9BE21B97ECC0E0572@DBBP190MB2036.EURP190.PROD.OUTLOOK.COM"
 style="border: 0px none ! important;">
  <div xmlns="http://www.w3.org/1999/xhtml" class="__pbConvHr" 
style="margin:30px 25px 10px 25px;"><div 
style="width:100%;border-top:2px solid 
rgba(146,154,163,0.7);padding-top:10px;">   <div 
style="display:inline-block;white-space:nowrap;vertical-align:middle;width:49%;">
        <a style="color:#485664 
!important;padding-right:6px;font-weight:500;text-decoration:none 
!important;" href="mailto:g_hisoka@hotmail.com" moz-do-not-send="true">t
 g</a></div>   <div 
style="display:inline-block;white-space:nowrap;vertical-align:middle;width:48%;text-align:
 right;">     <font color="#909AA4"><span style="padding-left:6px">2 
November 2024 at 17:58</span></font></div>    </div></div>
  <div xmlns="http://www.w3.org/1999/xhtml" class="__pbConvBody" 
__pbrmquotes="true" 
style="color:#909AA4;margin-left:24px;margin-right:24px;">
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<style type="text/css" style="display:none;"> P {margin-top:0;margin-bottom:0;} </style>


<div class="elementToProof" style="font-family: Calibri, Helvetica, 
sans-serif; font-size: 12pt; color: rgb(0, 0, 0);">
Thank you for your suggestion Yakov,</div>
<div class="elementToProof" style="font-family: Calibri, Helvetica, 
sans-serif; font-size: 12pt; color: rgb(0, 0, 0);">
I added the sections you had mentionned as below and the neighbor is 
still unreachable.</div>
<div class="elementToProof" style="font-family: Calibri, Helvetica, 
sans-serif; font-size: 12pt; color: rgb(0, 0, 0);">
I am not a network expert but i am wondering if such a set up is 
technically possible.</div>
<div class="elementToProof" style="font-family: Calibri, Helvetica, 
sans-serif; font-size: 12pt; color: rgb(0, 0, 0);">
Do you know?</div>
<div class="elementToProof" style="font-family: Calibri, Helvetica, 
sans-serif; font-size: 12pt; color: rgb(0, 0, 0);">
<br>
</div>
<div class="elementToProof" style="font-family: Calibri, Helvetica, 
sans-serif; font-size: 12pt; color: rgb(0, 0, 0);">
$ cat /etc/bird.conf</div>

<div class="elementToProof" style="direction: ltr; text-align: left; 
text-indent: 0px; background-color: rgb(255, 255, 255); margin: 0px; 
font-family: Consolas, Courier, monospace; font-size: 12pt; color: 
rgb(0, 0, 0);">
router id <public ip>;</div>
<div class="elementToProof" style="direction: ltr; text-align: left; 
text-indent: 0px; background-color: rgb(255, 255, 255); margin: 0px; 
font-family: Consolas, Courier, monospace; font-size: 12pt; color: 
rgb(0, 0, 0);">
<br>
</div>
<div class="elementToProof" style="direction: ltr; text-align: left; 
text-indent: 0px; background-color: rgb(255, 255, 255); margin: 0px; 
font-family: Consolas, Courier, monospace; font-size: 12pt; color: 
rgb(0, 0, 0);">
protocol bgp bgp_static {</div>
<div style="direction: ltr; text-align: left; text-indent: 0px; 
background-color: rgb(255, 255, 255); margin: 0px; font-family: 
Consolas, Courier, monospace; font-size: 12pt; color: rgb(0, 0, 0);">
   local as 65001;</div>
<div style="direction: ltr; text-align: left; text-indent: 0px; 
background-color: rgb(255, 255, 255); margin: 0px; font-family: 
Consolas, Courier, monospace; font-size: 12pt; color: rgb(0, 0, 0);">
   neighbor <server 2 public ip> as 65001;</div>
<div style="direction: ltr; text-align: left; text-indent: 0px; 
background-color: rgb(255, 255, 255); margin: 0px; font-family: 
Consolas, Courier, monospace; font-size: 12pt; color: rgb(0, 0, 0);">
   multihop 99;</div>
<div class="elementToProof" style="direction: ltr; text-align: left; 
text-indent: 0px; background-color: rgb(255, 255, 255); margin: 0px; 
font-family: Consolas, Courier, monospace; font-size: 12pt; color: 
rgb(0, 0, 0);">
<br>
</div>
<div style="direction: ltr; text-align: left; text-indent: 0px; 
background-color: rgb(255, 255, 255); margin: 0px; font-family: 
Consolas, Courier, monospace; font-size: 12pt; color: rgb(0, 0, 0);">
   ipv4 {</div>
<div class="elementToProof" style="direction: ltr; text-align: left; 
text-indent: 0px; background-color: rgb(255, 255, 255); margin: 0px; 
font-family: Consolas, Courier, monospace; font-size: 12pt; color: 
rgb(0, 0, 0);">
       import all;</div>
<div class="elementToProof" style="direction: ltr; text-align: left; 
text-indent: 0px; background-color: rgb(255, 255, 255); margin: 0px; 
font-family: Consolas, Courier, monospace; font-size: 12pt; color: 
rgb(0, 0, 0);">
       export filter {</div>
<div style="direction: ltr; text-align: left; text-indent: 0px; 
background-color: rgb(255, 255, 255); margin: 0px; font-family: 
Consolas, Courier, monospace; font-size: 12pt; color: rgb(0, 0, 0);">
           if net = 10.1.1.1/32 then accept;</div>
<div style="direction: ltr; text-align: left; text-indent: 0px; 
background-color: rgb(255, 255, 255); margin: 0px; font-family: 
Consolas, Courier, monospace; font-size: 12pt; color: rgb(0, 0, 0);">
           reject;</div>
<div class="elementToProof" style="direction: ltr; text-align: left; 
text-indent: 0px; background-color: rgb(255, 255, 255); margin: 0px; 
font-family: Consolas, Courier, monospace; font-size: 12pt; color: 
rgb(0, 0, 0);">
       };</div>
<div style="direction: ltr; text-align: left; text-indent: 0px; 
background-color: rgb(255, 255, 255); margin: 0px; font-family: 
Consolas, Courier, monospace; font-size: 12pt; color: rgb(0, 0, 0);">
   };</div>
<div class="elementToProof" style="direction: ltr; text-align: left; 
text-indent: 0px; background-color: rgb(255, 255, 255); margin: 0px; 
font-family: Consolas, Courier, monospace; font-size: 12pt; color: 
rgb(0, 0, 0);">
<br>
</div>
<div class="elementToProof" style="direction: ltr; text-align: left; 
text-indent: 0px; background-color: rgb(255, 255, 255); margin: 0px; 
font-family: Consolas, Courier, monospace; font-size: 12pt; color: 
rgb(0, 0, 0);">
   debug all;</div>
<div class="elementToProof" style="direction: ltr; text-align: left; 
text-indent: 0px; background-color: rgb(255, 255, 255); margin: 0px; 
font-family: Consolas, Courier, monospace; font-size: 12pt; color: 
rgb(0, 0, 0);">
}</div>
<div class="elementToProof" style="direction: ltr; text-align: left; 
text-indent: 0px; background-color: rgb(255, 255, 255); margin: 0px; 
font-family: Consolas, Courier, monospace; font-size: 12pt; color: 
rgb(0, 0, 0);">
protocol kernel {</div>
<div class="elementToProof" style="direction: ltr; text-align: left; 
text-indent: 0px; background-color: rgb(255, 255, 255); margin: 0px; 
font-family: Consolas, Courier, monospace; font-size: 12pt; color: 
rgb(0, 0, 0);">
    ipv4 {</div>
<div class="elementToProof" style="direction: ltr; text-align: left; 
text-indent: 0px; background-color: rgb(255, 255, 255); margin: 0px; 
font-family: Consolas, Courier, monospace; font-size: 12pt; color: 
rgb(0, 0, 0);">
          import all;</div>
<div class="elementToProof" style="direction: ltr; text-align: left; 
text-indent: 0px; background-color: rgb(255, 255, 255); margin: 0px; 
font-family: Consolas, Courier, monospace; font-size: 12pt; color: 
rgb(0, 0, 0);">
          export all;</div>
<div class="elementToProof" style="direction: ltr; text-align: left; 
text-indent: 0px; background-color: rgb(255, 255, 255); margin: 0px; 
font-family: Consolas, Courier, monospace; font-size: 12pt; color: 
rgb(0, 0, 0);">
    };</div>
<div class="elementToProof" style="direction: ltr; text-align: left; 
text-indent: 0px; background-color: rgb(255, 255, 255); margin: 0px; 
font-family: Consolas, Courier, monospace; font-size: 12pt; color: 
rgb(0, 0, 0);">
    learn;</div>
<div class="elementToProof" style="direction: ltr; text-align: left; 
text-indent: 0px; background-color: rgb(255, 255, 255); margin: 0px; 
font-family: Consolas, Courier, monospace; font-size: 12pt; color: 
rgb(0, 0, 0);">
    persist;</div>
<div class="elementToProof" style="direction: ltr; text-align: left; 
text-indent: 0px; background-color: rgb(255, 255, 255); margin: 0px; 
font-family: Consolas, Courier, monospace; font-size: 12pt; color: 
rgb(0, 0, 0);">
    scan time 20;</div>
<div class="elementToProof" style="direction: ltr; text-align: left; 
text-indent: 0px; background-color: rgb(255, 255, 255); margin: 0px; 
font-family: Consolas, Courier, monospace; font-size: 12pt; color: 
rgb(0, 0, 0);">
}</div>
<div class="elementToProof" style="direction: ltr; text-align: left; 
text-indent: 0px; background-color: rgb(255, 255, 255); margin: 0px; 
font-family: Consolas, Courier, monospace; font-size: 12pt; color: 
rgb(0, 0, 0);">
protocol direct {</div>
<div class="elementToProof" style="direction: ltr; text-align: left; 
text-indent: 0px; background-color: rgb(255, 255, 255); margin: 0px; 
font-family: Consolas, Courier, monospace; font-size: 12pt; color: 
rgb(0, 0, 0);">
    interface "*";</div>
<div class="elementToProof" style="direction: ltr; text-align: left; 
text-indent: 0px; background-color: rgb(255, 255, 255); margin: 0px; 
font-family: Consolas, Courier, monospace; font-size: 12pt; color: 
rgb(0, 0, 0);">
}</div>
<div class="elementToProof" style="direction: ltr; text-align: left; 
text-indent: 0px; background-color: rgb(255, 255, 255); margin: 0px; 
font-family: Consolas, Courier, monospace; font-size: 12pt; color: 
rgb(0, 0, 0);">
protocol device {</div>
<div class="elementToProof" style="direction: ltr; text-align: left; 
text-indent: 0px; background-color: rgb(255, 255, 255); margin: 0px; 
font-family: Consolas, Courier, monospace; font-size: 12pt; color: 
rgb(0, 0, 0);">
    scan time 10;</div>
<div class="elementToProof" style="direction: ltr; text-align: left; 
text-indent: 0px; background-color: rgb(255, 255, 255); margin: 0px; 
font-family: Consolas, Courier, monospace; font-size: 12pt; color: 
rgb(0, 0, 0);">
}</div>
<div class="elementToProof" style="direction: ltr; text-align: left; 
text-indent: 0px; background-color: rgb(255, 255, 255); margin: 0px; 
font-family: "Segoe UI Web (West European)", "Segoe 
UI", -apple-system, "system-ui", Roboto, "Helvetica 
Neue", sans-serif; font-size: 12pt; color: rgb(0, 0, 0);">
<br>
</div>
<div class="elementToProof" style="direction: ltr; text-align: left; 
text-indent: 0px; background-color: rgb(255, 255, 255); margin: 0px; 
font-family: "Segoe UI Web (West European)", "Segoe 
UI", -apple-system, "system-ui", Roboto, "Helvetica 
Neue", sans-serif; font-size: 12pt; color: rgb(0, 0, 0);">
Many Thanks,</div>
<div class="elementToProof" style="direction: ltr; text-align: left; 
text-indent: 0px; background-color: rgb(255, 255, 255); margin: 0px; 
font-family: "Segoe UI Web (West European)", "Segoe 
UI", -apple-system, "system-ui", Roboto, "Helvetica 
Neue", sans-serif; font-size: 12pt; color: rgb(0, 0, 0);">
tg</div>
<div class="elementToProof" style="font-family: Calibri, Helvetica, 
sans-serif; font-size: 12pt; color: rgb(0, 0, 0);">
<br>
</div>
<hr style="display: inline-block; width: 98%;">
<div id="divRplyFwdMsg" dir="ltr"><span style="font-family: Calibri, 
sans-serif; font-size: 11pt; color: rgb(0, 0, 0);"><b>De :</b> Yakov Sh.
 <a class="moz-txt-link-rfc2396E" href="mailto:yman@protonmail.ch"><yman@protonmail.ch></a><br>
<b>Envoyé :</b> samedi 2 novembre 2024 12:36<br>
<b>À :</b> Talal Gharsa <a class="moz-txt-link-rfc2396E" href="mailto:g_hisoka@hotmail.com"><g_hisoka@hotmail.com></a><br>
<b>Cc :</b> <a class="moz-txt-link-abbreviated" href="mailto:bird-users@network.cz">bird-users@network.cz</a> <a class="moz-txt-link-rfc2396E" href="mailto:bird-users@network.cz"><bird-users@network.cz></a><br>
<b>Objet :</b> Re: [BGP] Set up bgp through the internet on public 
servers</span>
<div> </div>
</div>
<div style="font-family: Arial, sans-serif; font-size: 14px;">Hi,</div>
<div style="font-family: Arial, sans-serif; font-size: 14px;">Since you 
have only BGP protocol defined, BIRD knows nothing about any routes that
 could exist on your system. If you want to import local routes into 
BIRD you need to add some other protocols, usually
 it's 'device', 'direct' and 'kernel'.</div>
<div style="font-family: Arial, sans-serif; font-size: 14px;"><br>
</div>
<div style="font-family: Arial, sans-serif; font-size: 14px;">Yakov Sh.</div>
<div style="font-family: Arial, sans-serif; font-size: 14px;">telegram: 
@darkyman</div>
<div style="font-family: Arial, sans-serif; font-size: 14px;"><br>
</div>
<div style="font-family: Arial, sans-serif; font-size: 14px;">Sent with <a
 href="https://proton.me/mail/home" 
id="OWA9e3bb068-ebca-bd5f-dbe9-59d382f447df" class="OWAAutoLink" 
data-auth="NotApplicable" moz-do-not-send="true">
Proton Mail</a> secure email.</div>
<div style="font-family: Arial, sans-serif; font-size: 14px;"><br>
</div>
<div>On Saturday, November 2nd, 2024 at 11:34, Talal Gharsa 
<a class="moz-txt-link-rfc2396E" href="mailto:g_hisoka@hotmail.com"><g_hisoka@hotmail.com></a> wrote:</div>

<br>





  </div>
</blockquote>
<br>
<div class="moz-signature">-- <br><br>


Kind regards,
<br>


Barry O'Donovan
<br>
INEX Operations<br>
<br>


<a class="moz-txt-link-freetext" href="https://www.inex.ie/support/">https://www.inex.ie/support/</a>
<br>


+353 1 531 3339<br>


<br>


<br>


</div>
</body></html>