On 05/05/14 01:32, Marius Petrescu wrote:
(Please trim inclusions from previous messages) _______________________________________________ Hi Peter,
You should monitor your tunnel interface for the rip packets, not your ethernet iterface: "tcpdump -i tunl0 -f port 520"
The RIP broadcasts are sent IPIP encapsulated and emerge only on your tunnel interface.
Marius, YO2LOJ
Hi Marius,
Thank you for that, I found the problem, well it`s not actually a problem but something I was unaware of, I am using DD-WRT V24 *Standard* which does not support "tcpdump" thus it never worked when I ssh`ed to the router.
I tested on the Linux box and it worked thus my confusion.
When I originally tested this, I was using a different router with DD-WRT V24 *Mega* installed which does support "tcpdump"
Thank again for your suggestion.