<?xml version="1.0"?>
<atom:feed xmlns:atom="http://www.w3.org/2005/Atom" xmlns:html="http://www.w3.org/1999/xhtml">
  <atom:id>http://bertrand.gotpike.org/atom/start/2006-08-16/1</atom:id>
  <atom:title type="text">Bertrand LUPART :: iproute2 debugging</atom:title>
  <atom:updated>2026-06-04T14:53:16-04:00</atom:updated>
  <atom:link href="http://bertrand.gotpike.org/atom/start/2006-08-16/1" type="application/atom+xml"></atom:link>
  <atom:link href="http://bertrand.gotpike.org/space/start/2006-08-16/1" type="text/html"></atom:link>
  <atom:link href="http://bertrand.gotpike.org/rss/start/2006-08-16/1" type="application/rss+xml"></atom:link>
  <atom:generator uri="http://modules.gotpike.org/blahblah/Public.Syndication.ATOM" version="0.1">Public.Syndication.ATOM (Pike v8.0 release 702)</atom:generator>
  <atom:icon>http://bertrand.gotpike.org/favicon.ico</atom:icon>
  <atom:logo>http://bertrand.gotpike.org/0</atom:logo>
  <atom:subtitle type="xhtml"><html:div xmlns:html="http://www.w3.org/1999/xhtml"><html:p>While adding some special routes for some machines i figured some errors on the router:</html:p><html:p class="paragraph"/>
<html:div class="code"><html:pre><html:pre>&#xD;
kernel: martian source 6827efd8 <html:b><html:font color="darkblue">for</html:font></html:b> f738d456, dev ppp0&#xD;
</html:pre></html:pre></html:div><html:p class="paragraph"/>
&#xD;
Some comments found on the net stated these were MAC addresses, while it appears those was too short. More, i couldn't find something that look like that in our servers MAC addresses.<html:p class="paragraph"/>
The light came after installing Pike's <html:a href="IP.v4" class="wiki_link_external">http://modules.gotpike.org/module_info.html?module_id</html:a> using <html:a href="monger" class="wiki_link_external">http://modules.gotpike.org/docs/UsingMonger.html</html:a>.<html:p class="paragraph"/>
<html:div class="code"><html:pre><html:pre>&#xD;
$ pike&#xD;
Pike v7.6 release 86 running Hilfe v3.5 (Incremental Pike Frontend)&#xD;
&gt; IP.v4.Address(0x6827efd8);&#xD;
(1) Result: IP.v4.Address(<html:i><html:font color="darkred">"104.39.239.216"</html:font></html:i>)&#xD;
&gt; IP.v4.Address(0xf738d456);&#xD;
(2) Result: IP.v4.Address(<html:i><html:font color="darkred">"247.56.212.86"</html:font></html:i>)&#xD;
</html:pre></html:pre></html:div><html:p class="paragraph"/>
&#xD;
It's now more clear that my router bothers about one of Google's IP (216.239.39.104) talking to my ppp0 IP (86.212.56.247) on the ppp0 interface.<html:p class="paragraph"/>
Now, i can make more tests using <html:b class="bold">ip route get</html:b> pointed out by <html:b class="bold">redax</html:b> on #pike:<html:p class="paragraph"/>
<html:div class="code"><html:pre><html:pre>&#xD;
<html:font color="brown"># ip route get 247.56.212.86 from 216.239.39.104 iif ppp0&#xD;
</html:font>RTNETLINK answers: Invalid argument&#xD;
</html:pre></html:pre></html:div><html:p class="paragraph"/>
&#xD;
Fixing this is a different story, but i can now name what's wrong.&#xD;
</html:div></atom:subtitle>
</atom:feed>
