#!/bin/sh

echo "Gateway 2 IP is `gwip2`"
echo "Gateway 2 device is `gw2`"
echo "ping -c 3 -W 5 `gwip2`"
ping -c 3 -W 5 `gwip2`
