If your Gateway is a CISCO router may you please send me the config file dealing with the interfaces ? (the Ethernet and the Tunnel ) ? and the route commands so can take it as a reference ? Thanks Forward Ronen - 4Z4ZQ http://www.ronen.org
----- Original Message ----- From: "Jesse Hindmarsh" jesse@hindmarsh.cc To: "44Net@hamradio.ucsd.edu" 44net@hamradio.ucsd.edu Sent: Monday, December 28, 2015 5:30 AM Subject: Re: [44net] Using Cisco Router as a gateway ?
(Please trim inclusions from previous messages) _______________________________________________ My apologies, I am using a different script. That one I sent was not correct…
Use http://ah6bw.ampr.org/encapconvertnew.pl
Thanks Jesse - WC3XS
On 12/27/15, 10:25 PM, "44Net on behalf of Jesse Hindmarsh" <44net-bounces+jesse=hindmarsh.cc@hamradio.ucsd.edu on behalf of jesse@hindmarsh.cc> wrote:
(Please trim inclusions from previous messages) _______________________________________________ Going with Linux is definitely easier day to day, but I still use a Cisco router. I am using a slightly modified script from KY9J that works well. I start out with a saved base config on my router, then apply the config generated by the script provided by KY9J. I don’t save the config after that as it is too cumbersome to remove all the config before applying a new config.
The website for the script is http://www.ky9j.com/tools/ and the file is encapconvert.pl
Thanks Jesse - WC3XS
On 12/27/15, 3:10 PM, "44Net on behalf of Rob Janssen" <44net-bounces+jesse=hindmarsh.cc@hamradio.ucsd.edu on behalf of pe1chl@amsat.org> wrote:
(Please trim inclusions from previous messages) _______________________________________________
Subject: [44net] Using Cisco Router as a gateway ? From: Drorap drorap@netvision.net.il Date: 12/26/2015 10:22 PM
To: AMPRNet working group 44net@hamradio.ucsd.edu
Hi there I have started to config a Cisco rouer to serve as a gateway for the AMPRNET I put in the command the following lines
interface Tunnel0 ip unnumbered Ethernet0 no ip directed-broadcast tunnel source Ethernet0 tunnel destination 132.239.255.131 tunnel mode ipip
Unfortunately due to the way tunnels work in Cisco and other commercial routers you will need to repeat that 300 times with different destinations and setup 500 routes to route the traffic, and repeat that regularly because the destinations and routes change all the time.
With a Linux system instead of the Cisco you can automate that very easily. There are possibilities to automate it on the Cisco (see that link Steve gave you) but still it will be a lot easier to just use a Raspberry Pi or other small Linux system.
Rob