#!/bin/sh echo "Content-type: text/html" echo echo echo "
Network interface configuration:
" ifconfig echo "
Routing table:
" route -n echo "
resolv.conf:
" cat /etc/resolv.conf echo "