I use Script that take the encap file and make from it tunnel commands (and
corresponding route commands) and TFTP it to the router
here is the commands for the 44.60.44.x
interface tunnel 742140928
description Link to 44.60.44.0
ip unnumbered g0/0
tunnel source 10.0.0.180
tunnel destination 74.96.94.31
ip tcp adjust-mss 1436
ip access-group acl_44 in
!
tunnel mode ipip
!
ip route 44.60.44.0 255.255.255.0 tunnel742140928
!
ip route 74.96.94.31 255.255.255.255 g0/0 10.0.0.138
________________________________________
From: 44Net <44net-bounces+ronenp=hotmail.com(a)hamradio.ucsd.edu> on behalf of
lleachii--- via 44Net <44net(a)hamradio.ucsd.edu>
Sent: Monday, March 21, 2016 1:35 PM
To: 44net(a)hamradio.ucsd.edu
Cc: lleachii(a)aol.com
Subject: Re: [44net] ports / Protocoles needed to be opened for a gateway ?
(Please trim inclusions from previous messages)
_______________________________________________
Correct, that describes inbound.
But how do you route outbound traffic to their Gateways? Do you use
RIP44 or Encap.txt?
For example, how does your traffic reach 44.60.44.1? (traceroute)
- KB3VWG