Hi Marius...
does this look right?
My local Public is 24.115.112.147
My AMPRnet allocation is 44.56.53.1/28
I've defined 44.56.53.1/28 on physical ether 3
I was a little confused about the /8 on the ip address below seeing your
defining the full /8 for AMPR net?
Having a real world commented example in the script would help.
many thanks 73 leon
====================
/interface ipip add !keepalive clamp-tcp-mss=yes
local-address=24.115.112.147 \
remote-address=169.228.66.251 name=ucsd-gw
/ip address add address=44.56.53.1/8 interface=ucsd-gw network=44.0.0.0
# To be able to receive RIPv2 broadcasts into a specific table, first
create a VRF:
/ip route vrf add interfaces=ucsd-gw routing-mark=44rip
# and activate passive RIP for that routing table:
/routing rip set garbage-timer=20m routing-table=44rip timeout-timer=10m
update-timer=5m
/routing rip interface add authentication=simple
authentication-key=ThePAssword \
in-prefix-list=all interface=ucsd-gw out-prefix-list= none
passive=yes receive=v2
/routing rip network add network=44.0.0.0/8