Re: netstat for reporting only TCP and UDP end points

2010-02-20 Thread René Berber
Karthik Balaguru wrote: > I have been trying to use the command of 'netstat -a -n -f inet' to > generate a report on all network end points not just the ESTABLISHED > (-a option) by printing the IP addresses as dotted-decimal numbers(-n > option), but only for TCP and UDP end points(-f inet option

Re: netstat for reporting only TCP and UDP end points

2010-02-20 Thread Karthik Balaguru
On Sat, Feb 20, 2010 at 9:54 PM, Christopher Faylor wrote: > On Sat, Feb 20, 2010 at 06:11:46PM +0530, Karthik Balaguru wrote: >>I have been trying to use the command of 'netstat -a -n -f inet' to >>generate a report on all network end points not just the ESTABLISHED >>(-a option) by printing the

Re: netstat for reporting only TCP and UDP end points

2010-02-20 Thread Karthik Balaguru
On Sat, Feb 20, 2010 at 10:14 PM, Gregg Levine wrote: > On Sat, Feb 20, 2010 at 11:38 AM, Karthik Balaguru > wrote: >> On Sat, Feb 20, 2010 at 9:54 PM, Christopher Faylor >> <..> wrote: >>> On Sat, Feb 20, 2010 at 06:11:46PM +0530, Karthik Balaguru wrote: I have been trying to use

Re: netstat for reporting only TCP and UDP end points

2010-02-20 Thread Christopher Faylor
On Sat, Feb 20, 2010 at 10:08:03PM +0530, Karthik Balaguru wrote: >On Sat, Feb 20, 2010 at 9:54 PM, Christopher Faylor > wrote: >> On Sat, Feb 20, 2010 at 06:11:46PM +0530, Karthik Balaguru wrote: >>>I have been trying to use the command of 'netstat -a -n -f inet' to >>>generate a report on all net

Re: netstat for reporting only TCP and UDP end points

2010-02-20 Thread Gregg Levine
On Sat, Feb 20, 2010 at 11:38 AM, Karthik Balaguru wrote: > On Sat, Feb 20, 2010 at 9:54 PM, Christopher Faylor > <..> wrote: >> On Sat, Feb 20, 2010 at 06:11:46PM +0530, Karthik Balaguru wrote: >>>I have been trying to use the command of 'netstat -a -n -f inet' to >>>generate a report

Re: netstat for reporting only TCP and UDP end points

2010-02-20 Thread Karthik Balaguru
On Sat, Feb 20, 2010 at 9:54 PM, Christopher Faylor wrote: > On Sat, Feb 20, 2010 at 06:11:46PM +0530, Karthik Balaguru wrote: >>I have been trying to use the command of 'netstat -a -n -f inet' to >>generate a report on all network end points not just the ESTABLISHED >>(-a option) by printing the

Re: netstat for reporting only TCP and UDP end points

2010-02-20 Thread Christopher Faylor
On Sat, Feb 20, 2010 at 06:11:46PM +0530, Karthik Balaguru wrote: >I have been trying to use the command of 'netstat -a -n -f inet' to >generate a report on all network end points not just the ESTABLISHED >(-a option) by printing the IP addresses as dotted-decimal numbers(-n >option), but only for

netstat for reporting only TCP and UDP end points

2010-02-20 Thread Karthik Balaguru
Hi, I have been trying to use the command of 'netstat -a -n -f inet' to generate a report on all network end points not just the ESTABLISHED (-a option) by printing the IP addresses as dotted-decimal numbers(-n option), but only for TCP and UDP end points(-f inet option). But, strangely, the '-f i