Hello group,
what can cause ampr-ripd to stay at " waiting for RIPV2 Broadcast".I opened the DMZ port of my main routerwhere my raspbery PI is connected. I know the DMZ work. I tested if from outside.
Any tought?
73 de Jean
On 07/11/18 09:41, Jean Létourneau wrote:
Hello group,
what can cause ampr-ripd to stay at " waiting for RIPV2 Broadcast".Iopened the DMZ port of my main routerwhere my raspbery PI is connected. I know the DMZ work. I tested if from outside.
Any tought?
73 de Jean
Hi Jean,
Just a thought, have you opened port 520 UDP to your RasPi ?
Ah, where are you getting the ampr-ripd from ?
I do not use DMZ here anymore as I open specific ports to the URONode machine and use iptables to keep out all the nasties.
Regards ..... Peter ZL2BAU
n Tue, Nov 6, 2018 at 4:36 PM Peter Mallett peter.zl2bau@gmail.com wrote:
Hello Peter,
Hi Jean,
Just a thought, have you opened port 520 UDP to your RasPi ?
Just did
Ah, where are you getting the ampr-ripd from ?
169.228.34.84
I do not use DMZ here anymore as I open specific ports to the URONode machine and use iptables to keep out all the nasties.
well I have all other port's working but still same problem. Thanks for you help I will keep looking.
Regards ..... Peter ZL2BAU 73 de Jean
Hello, I am seeing the same issue. I am running ampr-ripd 2.3 compiled from http://www.yo2loj.ro/hamprojects/%C2%A0%C2%A0 it says Calling home over and over.. when i run tcpdump i can see the packets coming in past the firewall. 23:55:01.340394 IP 44.0.0.1.520 > 224.0.0.9.520: RIPv2, Response, length: 50423:55:01.396155 IP 44.0.0.1.520 > 224.0.0.9.520: RIPv2, Response, length: 50423:55:01.451895 IP 44.0.0.1.520 > 224.0.0.9.520: RIPv2, Response, length: 50423:55:01.507863 IP 44.0.0.1.520 > 224.0.0.9.520: RIPv2, Response, length: 50423:55:01.563557 IP 44.0.0.1.520 > 224.0.0.9.520: RIPv2, Response, length: 50423:55:01.619404 IP 44.0.0.1.520 > 224.0.0.9.520: RIPv2, Response, length: 284 Jon Lundy K7XUU
On Tuesday, November 6, 2018, 6:20:12 PM MST, Jean Létourneau ve2pkt@gmail.com wrote:
n Tue, Nov 6, 2018 at 4:36 PM Peter Mallett peter.zl2bau@gmail.com wrote:
Hello Peter,
Hi Jean,
Just a thought, have you opened port 520 UDP to your RasPi ?
Just did
Ah, where are you getting the ampr-ripd from ?
169.228.34.84
I do not use DMZ here anymore as I open specific ports to the URONode machine and use iptables to keep out all the nasties.
well I have all other port's working but still same problem. Thanks for you help I will keep looking.
Regards ..... Peter ZL2BAU 73 de Jean
I am using the script Brian (N1URO) wrote, and if I do a tcpdump -i tunl0 there is no trafic at all, even if I try a ping to any 44 stations. I guess I have a routing problem, or this will start orking only once I receiced the broadcast?
Jean
On Wed, Nov 7, 2018 at 11:06 AM yahoo.com Lundy via 44Net < 44net@mailman.ampr.org> wrote:
Hello, I am seeing the same issue. I am running ampr-ripd 2.3 compiled from http://www.yo2loj.ro/hamprojects/
it says Calling home over and over.. when i run tcpdump i can see the packets coming in past the firewall. 23:55:01.340394 IP 44.0.0.1.520 > 224.0.0.9.520: RIPv2, Response, length: 50423:55:01.396155 IP 44.0.0.1.520 > 224.0.0.9.520: RIPv2, Response, length: 50423:55:01.451895 IP 44.0.0.1.520 > 224.0.0.9.520: RIPv2, Response, length: 50423:55:01.507863 IP 44.0.0.1.520 > 224.0.0.9.520: RIPv2, Response, length: 50423:55:01.563557 IP 44.0.0.1.520 > 224.0.0.9.520: RIPv2, Response, length: 50423:55:01.619404 IP 44.0.0.1.520
224.0.0.9.520: RIPv2, Response, length: 284
Jon Lundy K7XUU
Hello Jean.
If you have ampr-ripd installed, very simple way to check IF YOU'RE RECEIVING rip44v2 broadcast is shown in the file: /path/to/ampr-ripd-2.3/examples/find_pass.sh
#!/bin/sh # # Running ampr-ripd without any options except debug and the interface name # allows you to find your RIPv2 password if it ever changes from the default. # You need to adapt the interface name to your setup. #
/path/to/ampr-ripd -d -v -i ampr0
Replace ampr0 by whatever your AMPRNet tunnel interface is. In your case looks like it is tunl0
Not later than after five minutes you should see something similar:
root@linux:/# ampr-ripd -d -v -i tunl0
Using metric 0 for routes. Using TCP window 840 for routes. Using gateway 192.168.0.1 for direct 44net endpoints via interface eth0. Waiting for RIPv2 broadcasts... Simple password: <obfuscated> Simple password: <obfuscated> Simple password: <obfuscated> Simple password: <obfuscated> Simple password: <obfuscated> Simple password: <obfuscated> Simple password: <obfuscated> Simple password: <obfuscated> Simple password: <obfuscated> Simple password: <obfuscated> Simple password: <obfuscated> Simple password: <obfuscated> Simple password: <obfuscated> Simple password: <obfuscated> Simple password: <obfuscated> Simple password: <obfuscated> Simple password: <obfuscated> Simple password: <obfuscated> Simple password: <obfuscated> Simple password: <obfuscated> Simple password: <obfuscated> Simple password: <obfuscated> Simple password: <obfuscated> Simple password: <obfuscated> Simple password: <obfuscated> Simple password: <obfuscated> Simple password: <obfuscated> Simple password: <obfuscated> Simple password: <obfuscated>
root@linux:/#
If not, port 520 on your device is closed. For this test to work, no need to have routing already set up, as this will be your next step...
Best regards.