#!/bin/sh

/sbin/route -n|grep ^0.0.0.0|sort -k 5 -d|tail -n 1|awk {'print $2'}
