How can i poll the system for IP's configured on the system, i could use ifconfig | grep inet but i was looking for a more clean option. Also would there be a way to only display IPs that dont have a certain port open, like netstat -an | grep :8080 so that it only show's IPs without port 8080 open. Thanks for your help 