S saikyan macrumors newbie Original poster 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 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