> I don't think this would be wise because then the DDoS'ers would
> be targeting the 44-net address as well, thus impacting that router.
> - Brian
Is it now running on a machine at home on some private DSL line? (as the whois for the IP suggests)
In that case it should be possible to make it a little more resistant against this kind of malevolents...
(not that I volunteer to host it on our internet connection, we have DDoS experience as well...)
Is there any indication who is behind this? Is there any activity on that system that could grief
someone or some group? Any message telling what has to be stopped or done?
Rob
Probably more denial of service stuff going on.
I know www.ampr.org and portal.ampr.org are not on 44net space, but I
wonder if there would be a possible advantage to being accessible both
from the normal internet and via a private 44 route. In DDoS cases
maybe things could be as normal for connects within the network?
That is the same thought I had to the login required for the
gw.ampr.org stats. Maybe their could be no login required within the
network to view?
Just some thinking out loud.
Is www.ampr.org<http://www.ampr.org> working ?
Is it accessible from NON 44 IP
if answers are Yes to all I cant contact it
Ronen - 4Z4ZQ
Amateur Radio Digital Communications | Managing the ...<http://www.ampr.org/>
www.ampr.org
Looking for technical information or how to get a subnet allocation? Be sure to visit our WIKI, and interact with us on the Portal. You may join our discussion ...
Hi All.
Apologies for sending this to the list, but I've discovered I haven't
got valid email addresses for everyone that connects to my system.
After switching from ADSL to the Australian national broadband network
the IP address my system was allocated for the last 10 years had to
change: For those who may have been connecting to FBB or AXIP/UDP
directly to my commercial IP address, please change your configuration
From: 203.59.134.49
To: 203.59.7.248
The IPIP gateway IP has already been changed and
vk6hgr.ampr.org/44.136.204.77 should be reachable.
73, Gavin
--
Gavin Rogers | Amateur radio station VK6HGR
http://www.livingwaters.com/good | http://vk6hgr.ampr.org/
MSN/Skype/Email: grogers(a)vk6hgr.echidna.id.au
As Marius said, there is no plug and play / universal setup, which I
believe is good. Yes its frustrating at first, but when you do get it
going at least you can say you learned something.
Everyones setup will be different, as is their understanding of Linux
and networking.
I remember looking at the same wiki page quite some time back, and I
was stumped at almost the very first step
> ip link set dev ampr0 up
I'd get no such device returned as an error. I discovered the ampr0
naming convention wasn't liked by my flavor of Linux, it pretty much
had to be tunl0 for me.
And from there many more things that took my mind quite a while to
understand, specifically with the need for policy routing etc.
This is what I wrote after I had it working. An explanation that made
sense to me. And I have tried to keep it to date in a minimal fashion
to help others.
http://www.qsl.net/k/kb9mwr//wapr/tcpip/ampr-ripd.html
I have since done things differently. Rather than adding a USB
network eth1, I use VLAN tags and a switch. And I never did really
document the firewall stuff, which I do now as well.
Start small and work up from there is my suggestion. I always
recommend starting by installing tcpdump and connecting directly to
your modem (in a bridged mode if needed), and verifying the RIP
traffic. From there you can see if your equipment can forward
protocol 4 or DMZ correctly to whatever your gateway machine will be.
Steve, KB9MWR
Hi All,
I am working on creating a gateway using the example at
http://wiki.ampr.org/wiki/Ubuntu_Linux_Gateway_Example however I am
running into a few problems.
!. When I try to input the iptables command||
|"sudo iptables -A OUTPUT -i lo -j ACCEPT"|
||under the protecting the gateway section, i get this error:
"iptables v1.6.0: Can't use -i with OUTPUT
Try `iptables -h' or 'iptables --help' for more information."
2. after seemingly successfully making and installing ampr-ripd 2.3,
when I try to run "sudo ./find_pass.sh" It gives me the standard "sudo:
./find_pass.sh: command not found" and I cant figure out what to do.
Further when I try to run the "./ampr-ripd -d -v -i ampr0" line from
within the shell script, I get "-bash: ./ampr-ripd: No such file or
directory"
Help with either problem would be appreciated.
73,
Augustine W8AWT
||
||
First off, thanks Brian for the encap on gw.ampr.org. I was always
annoyed by the ancient non-standard CIDR format of the other one.
Michael
This is how I retrieve it
curl -u <user>:<pw> https://gw.ampr.org/private/encap.txt > encap.txt
wget works too.
You don't need a 44 route, because gw.ampr.org is in the DNS and is
reachable from the normal internet.
Steve, KB9MWR
Trying to download ftp://
<ftp://<user>:<pw>@amprgw.ucsd.edu/private/encap.txt>
<user>:<pw>@amprgw.ucsd.edu/private/encap.txt
but amprgw is refusing connection.
I could swear this worked before.
Michael
N6MEF