Nov 8, 2001 #1 new2unix Programmer Feb 5, 2001 143 US Hi, When I issued the netstat -a | grep tcp command, it didn't return any tcp protocol. Is there some kind of service for TCP/IP that I should start? Thanks Mike
Hi, When I issued the netstat -a | grep tcp command, it didn't return any tcp protocol. Is there some kind of service for TCP/IP that I should start? Thanks Mike
Nov 8, 2001 #2 lfoata IS-IT--Management Jul 12, 2001 301 CA I am not sure what you are trying to do but one thing for sure, if you want to find out for tcp with netstat try : netstat -a | grep -i ip It is normal that you do not see anything if you grep tcp Too bad I.T. is not cash business Luc Foata Unix sysadmin, Oracle DBA Upvote 0 Downvote
I am not sure what you are trying to do but one thing for sure, if you want to find out for tcp with netstat try : netstat -a | grep -i ip It is normal that you do not see anything if you grep tcp Too bad I.T. is not cash business Luc Foata Unix sysadmin, Oracle DBA
Nov 9, 2001 #3 faust2000 MIS Nov 6, 2001 2 CN I use netstat -a|more on sun e450, and see the tcp but use netstat -a|grep tcp, get nothing Upvote 0 Downvote
Nov 9, 2001 #4 KenCunningham Technical User Mar 20, 2001 8,475 GB Use grep TCP, but this will only show you the TCP header line! Upvote 0 Downvote