On Sat, 25 Aug 2012, JJ wrote:
just fine on my persistant linux tun0. However, if I drop jnos, and run rip44d pointed at the same tun0, linux rip44d does not see any rip packets...(had to edit rip44 to change tunl0 to tun0)...so still "dead in the water", yes, waited more than 5 minutes, hi, waited 1 hour...not sure how to proceed after that...
I'm not familiar with jnos configuration, but I'm guessing tun0 is a tun/tap device. That device simulates a link-layer (ethernet) device (http://en.wikipedia.org/wiki/TUN/TAP).
That's what not rip44d uses. rip44d really requires tunl0, which is an IPIP tunnel device, completely different thing.
The commans to bring up tunl0 are shown on the rip44d wiki page:
http://wiki.ampr-gateways.org/index.php?title=Rip44d#Installation_of_rip44d
- Hessu