S saikyan macrumors newbie Original poster Jan 12, 2007 22 0 Jan 24, 2007 #1 Is there any way to view current and/or past network connections via the terminal or some network utility?
Is there any way to view current and/or past network connections via the terminal or some network utility?
4np macrumors 6502a Feb 23, 2005 972 2 The Netherlands Jan 24, 2007 #2 saikyan said: Is there any way to view current and/or past network connections via the terminal or some network utility? Click to expand... tail -f /var/log/system.log ? or do you mean the open sockets? netstat -l or check your firewall log tail -f -n 100 /var/log/ipfw.log
saikyan said: Is there any way to view current and/or past network connections via the terminal or some network utility? Click to expand... tail -f /var/log/system.log ? or do you mean the open sockets? netstat -l or check your firewall log tail -f -n 100 /var/log/ipfw.log