#!/bin/sh
#
# Copyright (C) 1995  Lars Berntzon
#
PATH=$PATH:/etc
netstat -in | $AWK '$3 ~ /[0-9]/ {if ($3 != "127.0.0.0") print $3}'
