[nos-bbs] RIP Error (JNOS)

maiko at pcsinternet.ca maiko at pcsinternet.ca
Mon Feb 6 14:05:02 EST 2023


1) You 'could' try and do the following ...

    Add this define to your config.h :

      #define IGNORE_RIP_TAG

    Then do a small recompile as follows :

      rm rip.o ; make

2) Here is the reasoning, Gus was probably using a similar setup :

#ifndef IGNORE_RIP_TAG
         /*
          * 09Mar2010, Maiko, Only accept IPIP routes right now. Brian 
indicated
          * to me that there is at least one IPUDP route in the RIP 
updates, but
          * for this initial version, just ignore it, even though JNOS 
has the
          * code to handle it - just want to get this initial version 
working.
          *
          * 04Aug2013, Maiko, Seems that Gus is getting RIP routes for 
which the
          * tag field is NOT being set, which effectively makes JNOS 
ignore ALL the
          * RIP broadcasts. Add '#define IGNORE_RIP_TAG' to config.h to 
fix this.
          */
         if (ep->rip_tag != 4)
         {
         rip_trace (2, "Route %s/%u is not ipip - ignore type %d (for 
now)",
                         inet_ntoa (target), bits, ep->rip_tag);

                 return;
         }
#endif

Maiko / VE4KLM


On 2023-02-06 12:39, Chris Maness wrote:
> I am using YO2JOL (I think) C version of ampr-ripd, and it is working
> fine.  However, I would like to simplify my setup and just do RIP in
> JNOS since I have figured out port forwarding to the tun0 device.  It
> looks like I am getting packets, but JNOS does not like them, any
> suggestions?
> 
> 6 10:36:17 2023 - Route 44.185.113.0/24 is not ipip - ignore type 44 
> (for now)



More information about the nos-bbs mailing list