If I'm using windows XP (don't tell anyone ) and I type in 'netstat' into command prompt while online I get something like:

TCP felix:1257 ev1s-67-15-52-203.ev1servers.net:http TIME_WAIT
TCP felix:1265 lm-in-f147.google.com:http ESTABLISHED

Which I find quite useful, but when in linux using netstat I get a different output, eg:

unix 2 [ ] DGRAM 123104
unix 3 [ ] STREAM CONNECTED 123100 /var/run/smpppd/ifcfg-ppp0

????

I know there will be differences but is there a way that the linux netstat can show my current internet connections - like what it shows with XP? I tried some of the switches like "--inet -a" but that didn't get me what I wanted...

Thanks