#!/bin/bash

if  [ ! -n "$1" ];then
echo "$0 wan-ip lan-ip"

exit
fi
echo "test"

