Page 1 of 1

GGM / pinging / GTR's

Posted: Tue Oct 29, 2013 6:32 am
by jonnn21
Hello,

We are setting up a 7 site GGM/GTR simulcast system.

For sake of trial and error, I have setup two of the GGMs. Both routers WAN ports (Port 2) are hooked into a Linksys router with a subnet of 192.168.1.x

Below is the setup for the Main site GGM:

Router 1 - Main

setd !1 -ip net=10.1.1.1 255.255.255.0
setd !2 -ip net=192.168.1.1 255.255.255.0

add !V101 -po vp ipip 192.168.11.1 192.168.11.2 ttl 10 <== Is this line nessesary
add !V102 -po vp ipip 192.168.12.1 192.168.12.2 ttl 10
add !V103 -po vp ipip 192.168.13.1 192.168.13.2 ttl 10
add !V104 -po vp ipip 192.168.14.1 192.168.14.2 ttl 10
add !V105 -po vp ipip 192.168.15.1 192.168.15.2 ttl 10
add !V106 -po vp ipip 192.168.16.1 192.168.16.2 ttl 10
add !V107 -po vp ipip 192.168.17.1 192.168.17.2 ttl 10

setd !V101 -ip net=192.168.11.1 255.255.255.0 <== Is this line nessesary
setd !V102 -ip net=192.168.12.1 255.255.255.0
setd !V103 -ip net=192.168.13.1 255.255.255.0
setd !V104 -ip net=192.168.14.1 255.255.255.0
setd !V105 -ip net=192.168.15.1 255.255.255.0
setd !V106 -ip net=192.168.16.1 255.255.255.0
setd !V107 -ip net=192.168.17.1 255.255.255.0

add -ip route 10.1.1.0 255.255.255.0 192.168.11.2 10 bfd <== Is this line nessesary
add -ip route 10.1.2.0 255.255.255.0 192.168.12.2 10 bfd
add -ip route 10.1.3.0 255.255.255.0 192.168.13.2 10 bfd
add -ip route 10.1.4.0 255.255.255.0 192.168.14.2 10 bfd
add -ip route 10.1.5.0 255.255.255.0 192.168.15.2 10 bfd
add -ip route 10.1.6.0 255.255.255.0 192.168.16.2 10 bfd
add -ip route 10.1.7.0 255.255.255.0 192.168.17.2 10 bfd

setd -ip cont=route
setd -mip cont=e
setd !1 -dvmrp cont=e
setd !2 -dvmrp cont=e

Example of config for Site 2:

Router 2

setd !1 -ip net=10.1.2.1 255.255.255.0
setd !2 -ip net=192.168.1.2 255.255.255.0

add !V100 -po vp ipip 192.168.12.2 192.168.12.1 ttl 10

setd !V100 -ip net=192.168.12.2 255.255.255.0

add -ip route 10.1.1.0 255.255.255.0 192.168.12.1 10 bfd

setd -ip cont=route
setd -mip cont=e
setd !1 -dvmrp cont=e
setd !2 -dvmrp cont=e

I have the GTR on the main site at 10.1.1.54
I have a laptop on Router 2 at 10.1.2.2

Should I be able to ping the GTR sitting on Router 1 from router 2?

If so then what in the world am I doing wrong?? :-(

THANKS!!

Re: GGM / pinging / GTR's

Posted: Thu Oct 31, 2013 9:00 am
by jonnn21
Anyone with experience between these devices?