Miguel,
- The remote IP should be blank, you have to use the tunl0 to connect to all endpoints
- You must be able to access the underlying Debian system in order to install ampr-ripd (I haven't seen instructions on how to do this since it was called Vyatta)
- You cannot use RIPv2, you must use a RIP44 daemon (e.g. ampr-ripd)
73,
Lynwood KB3VWG
On 12/27/2016 03:00 PM, 44net-request@hamradio.ucsd.edu wrote:
Send 44Net mailing list submissions to 44net@hamradio.ucsd.edu
To subscribe or unsubscribe via the World Wide Web, visit http://hamradio.ucsd.edu/mailman/listinfo/44net or, via email, send a message with subject or body 'help' to 44net-request@hamradio.ucsd.edu
You can reach the person managing the list at 44net-owner@hamradio.ucsd.edu
When replying, please edit your Subject line so it is more specific than "Re: Contents of 44Net digest..."
Today's Topics:
1. AMPR + VyOS (Miguel Rodriguez)
Message: 1 Date: Tue, 27 Dec 2016 13:40:14 -0500 From: Miguel Rodriguez miguemely101@gmail.com To: AMPRNet working group 44net@hamradio.ucsd.edu Subject: [44net] AMPR + VyOS Message-ID: CANvo9Dh7iDAS5JTnTrohNtnSbJuzJjPX5-aFFTgZ8E5pHtUrjQ@mail.gmail.com Content-Type: text/plain; charset="utf-8"
Hello everyone!
Does anyone have any experience setting up VyOS for use on the AMPR network? I have the IPIP tunnel to UCSD set up, however, I don't know how to proceed from there in terms of RIP.
This is what I did so far: set interfaces tunnel tun0 set interfaces tunnel tun0 local-ip 'wanip' set interfaces tunnel tun0 remote-ip 169.228.66.251 set interfaces tunnel tun0 encap ipip set interfaces tunnel tun0 descr "Tunnel to AMPR Gateway" set interfaces tunnel tun0 multicast enable set protocols static table 1 interface-route 0.0.0.0/0 next-hop-interface tun0 set policy route SOURCE_ROUTE rule 10 set table 1 set policy route SOURCE_ROUTE rule 10 source address 44.0.0.0/16 set interfaces ethernet eth1 vif 44 policy route SOURCE_ROUTE set protocols rip interface eth1.44 set interfaces ethernet eth1 vif 44 ip rip authentication plaintext-password [therippass]