44net-request(a)hamradio.ucsd.edu wrote:
> Subject:
> [44net] Pings to 44... from Internet not returning
> From:
> Pedro Converso <pconver(a)gmail.com>
> Date:
> 05/19/2014 11:26 PM
>
> To:
> AMPRNet working group <44net(a)hamradio.ucsd.edu>
>
>
> Hello fellows 44 crew
>
> I have a ping not returning syndrome from my 44 address via Internet.
It looks like you are not sending your pings back encapped to 169.228.66.251
You send them directly without encap.
That may work if you have a bad ISP, but normally it should not work.
You should have separate route tables for net-44 and public-IP traffic and send
all traffic originating at net-44 back out via 169.228.66.251.
I don't think jnos can do that. It really is outdated, you should consider migrating
to Linux where this is no problem. (see earlier recipes provided on this list)
Rob
Wow!
Nice and elegant solution !!
I did it that way, it works !
route lookup shows now correct despicte amprgw sets wider route.
Thanks!!!
73, lu7abf, Pedro
>
> On Mon, May 19, 2014 at 3:26 AM, Steve Fraser <sfraser(a)sky.apana.org.au> wrote:
>> Hi Pedro
>>
>> (oops, typo)
>>
>> I think if you have two static routes that are smaller (more specific) than
>> the amprgw route (e.g. /24) then they should take priority over the /23
>> amprgw route.
>>
>> So add routes to 44.153.0.0/24 and 44.153.1.0/24 , to your default.
>>
>> regards
>>
>> Steve, vk5asf
>>
>> On 19/05/14 15:16, Pedro Converso wrote:
>>>
>>> (Please trim inclusions from previous messages)
>>> _______________________________________________
>>> Hello fellow crew aboard this 44 ship,
>>>
>>> I receive ok every 5 min update routes from amprgw in my jnos2 using rip2.
>>>
>>> Along with all gateways my own gateway is included affecting my local
>>> route that should be pointing to my default route, not to my gw
>>> internet IP.
>>>
>>> Question is: how I can avoid receive/load my own gateway entry ? or
>>> else how I can drop this entry coming from amprgw from my route table
>>> ? or how to make a permanent route that is not overlaid ?
>>>
>>> I tried with an at command: at 15 "route drop 44.153.0.0/23 encap+"
>>> but in less than 5 minutes the route is again overlaid with my gw
>>> entry from amprgw.
>>>
>>> Appreciate any suggestion/advice,
>>> Tks in advance
>>> lu7abf, Pedro Converso
>>>
>>> 73, lu7abf, Pedro
>>> _________________________________________
>>> 44Net mailing list
>>> 44Net(a)hamradio.ucsd.edu
>>> http://hamradio.ucsd.edu/mailman/listinfo/44net
>>
>>
Ok, I finally took the time to setup my VPN.
I made all the necessary CRT and KEY files, and was able to connect with
OpenVPN for Android. I haven't had any success reaching any 44 hosts
while connected, except the 44 devices local to the VPN server (I
assume). Any ideas anyone?
-KB3VWG
Hello fellow crew aboard this 44 ship,
I receive ok every 5 min update routes from amprgw in my jnos2 using rip2.
Along with all gateways my own gateway is included affecting my local
route that should be pointing to my default route, not to my gw
internet IP.
Question is: how I can avoid receive/load my own gateway entry ? or
else how I can drop this entry coming from amprgw from my route table
? or how to make a permanent route that is not overlaid ?
I tried with an at command: at 15 "route drop 44.153.0.0/23 encap+"
but in less than 5 minutes the route is again overlaid with my gw
entry from amprgw.
Appreciate any suggestion/advice,
Tks in advance
lu7abf, Pedro Converso
73, lu7abf, Pedro
Thanks Marius;
I'll give it a shot when I get home.
Sent via the Samsung Galaxy Note® 3, an AT&T 4G LTE smartphone
<div>-------- Original message --------</div><div>From: Marius Petrescu <marius(a)yo2loj.ro> </div><div>Date:05/18/2014 11:37 AM (GMT-05:00) </div><div>To: 'AMPRNet working group' <44net(a)hamradio.ucsd.edu> </div><div>Subject: Re: [44net] Pi Query </div><div>
</div>(Please trim inclusions from previous messages)
_______________________________________________
Hi Brian,
Try to set the TTL at tunnel creation:
ip tun add tunl0 mode ipip ttl 64 local <your_local_ip>
I had the same problem and it works for me.
Marius, YO2LOJ
-----Original Message-----
From: 44net-bounces+marius=yo2loj.ro(a)hamradio.ucsd.edu
[mailto:44net-bounces+marius=yo2loj.ro@hamradio.ucsd.edu] On Behalf Of Brian
Sent: Sunday, May 18, 2014 16:15
To: AMPRNet working group
Subject: Re: [44net] Pi Query
(Please trim inclusions from previous messages)
_______________________________________________
On Sat, 2014-05-17 at 17:08 -0400, lleachii.aol.com spake:
> If your referring to what I think you are. My startup script mentions the
command to make traceroute work on a Linux tunnel.
> http://44.60.44.13/startampr
I use the same command on my boxes and it works fine, however, on the Pi
with the latest wheezy (and updates) it does not:
root@gw:/home/n1uro# ip tunnel change ttl 64 mode ipip tunl0
add tunnel tunl0 failed: No such file or directory
root@gw:/proc# cat version
Linux version 3.10.25+ (dc4@dc4-arm-01) (gcc version 4.7.2 20120731
(prerelease) (crosstool-NG linaro-1.13.1+bzr2458 - Linaro GCC 2012.08) )
#622 PREEMPT Fri Jan 3 18:41:00 GMT 2014
root@gw:/proc# ip -V
ip utility, iproute2-ss120521
--
73 de Brian Rogers - N1URO
email: <n1uro(a)n1uro.ampr.org>
Web: http://www.n1uro.net/
Ampr1: http://n1uro.ampr.org/
Ampr2: http://nos.n1uro.ampr.org
Linux Amateur Radio Services
axMail-Fax & URONode
AmprNet coordinator for:
Connecticut, Delaware, Maine,
Maryland, Massachusetts,
New Hampshire, Pennsylvania,
Rhode Island, and Vermont.
_________________________________________
44Net mailing list
44Net(a)hamradio.ucsd.edu
http://hamradio.ucsd.edu/mailman/listinfo/44net
_________________________________________
44Net mailing list
44Net(a)hamradio.ucsd.edu
http://hamradio.ucsd.edu/mailman/listinfo/44net
Brian,
If your referring to what I think you are. My startup script mentions the command to make traceroute work on a Linux tunnel.
http://44.60.44.13/startampr
- KB3VWG
Greetings list members;
I'm just wondering if anyone's been able (besides creating dupe tunnel
interfaces) to fix the traceroute bug on the Raspberry Pi units when
tracing through a standard tunl0 ipencap tunnel interface on the updated
wheezy distro?
--
73 de Brian Rogers - N1URO
email: <n1uro(a)n1uro.ampr.org>
Web: http://www.n1uro.net/
Ampr1: http://n1uro.ampr.org/
Ampr2: http://nos.n1uro.ampr.org
Linux Amateur Radio Services
axMail-Fax & URONode
AmprNet coordinator for:
Connecticut, Delaware, Maine,
Maryland, Massachusetts,
New Hampshire, Pennsylvania,
Rhode Island, and Vermont.
My OpenVPN server doesn't use keys compatible with LoTW like Hessu's.
It's mostly just for myself and other local applications. However if
you wanted I could email you a ovpn file and the keys off-list.
In reality adding a OpenVPN server to your own gateway is a snap.
My bad, I missed the part that you were using Hessu's VPN server.
I have not tried that yet. Nor do I know how he has things configured.
I do run a OpenVPN server on my IPIP gateway. And as I mentioned; the
OpenVPN server hands out a 44 address in my subnet and routes all 44
client traffic back to the OpenVPN / IPIP server and it works great.
73'
Steve, KB9MWR