On Fri, September 22, 2006 17:08, David Hubbard wrote: > Anyone know how to make netstat stop appending > the ipv6 crap? Just a simple netstat -n for example > produces: > > xxxxxx ::ffff:69.57.247.21:51096 TIME_WAIT Turn off ipv6 in /etc/modprobe.conf and you'll get rid of this and a bunch of other issues: alias ipv6 off alias net-pf-10 off