Troubleshooting guide

rhinohost1:/etc/rc2.d/S99static_routes:
#!/bin/sh
# Probe addresses
/usr/sbin/route add rhinohost2-bge0 rhinohost2-bge0 -static
/usr/sbin/route add rhinohost2-bge1 rhinohost2-bge1 -static
# Savanna multicast traffic
route add -interface 224.0.55.0/24 rhinohost1-public
rhinohost2:/etc/rc2.d/S99static_routes:
#!/bin/sh
# Probe addresses
/usr/sbin/route add rhinohost1-bge0 rhinohost1-bge0 -static
/usr/sbin/route add rhinohost1-bge1 rhinohost1-bge1 -static
# Savanna multicast traffic
route add -interface 224.0.55.0/24 rhinohost2-public
Open Cloud Rhino 1.4.3 Administration Manual v1.1 181