LinuxQuestions.org
Go Job Hunting at the LQ Job Marketplace
Go Back   LinuxQuestions.org > Forums > Non-*NIX Forums > General
User Name
Password
General This forum is for non-technical general discussion which can include both Linux and non-Linux topics. Have fun!

Notices

Reply
 
LinkBack Search this Thread
Old 01-30-2012, 02:07 PM   #1
Mes9
LQ Newbie
 
Registered: Jan 2012
Posts: 6

Rep: Reputation: Disabled
Netstat


I'm running a Fedora 16 on my computer. But I have a question about NETSTAT on a famile members computer running Vista.
Hope its not a violation posting question's not Linux related, and if it is I'll delete the thread.

C:\>NETSTAT

Active Connections

Proto Local Address Foreign Address State

TCP 192.168.1.2:55542_______ec2-107-20-249-139:https__CLOSE_WAIT
TCP 192.168.1.2:55543_______sjc-not8:http_____________ESTABLISHED
TCP 192.168.1.2:55655_______ox:http___________________TIME_WAIT
TCP 192.168.1.2:55657_______ox:http___________________TIME_WAIT

How can there be addresses which are not ip related?
What can I do to know which service is using that connection?

Last edited by Mes9; 01-30-2012 at 02:09 PM.
 
Old 01-30-2012, 02:16 PM   #2
corp769
Guru
 
Registered: Apr 2005
Location: /proc/self/
Distribution: Custom version of Fedora 16, 64 bit, custom 3.2.7 kernel
Posts: 5,647
Blog Entries: 9

Rep: Reputation: 913Reputation: 913Reputation: 913Reputation: 913Reputation: 913Reputation: 913Reputation: 913Reputation: 913
Not to bust your bubble, but just because you have linux installed on your computer, doesn't mean to use linux forums for windows based questions. At a minimum, this thread needs to be moved. Reported....

Cheers,

Josh
 
Old 01-30-2012, 02:55 PM   #3
acid_kewpie
Moderator
 
Registered: Jun 2001
Location: UK
Distribution: Gentoo, RHEL, Fedora, Centos
Posts: 39,822

Rep: Reputation: 1116Reputation: 1116Reputation: 1116Reputation: 1116Reputation: 1116Reputation: 1116Reputation: 1116Reputation: 1116Reputation: 1116
1) "not ip related"? you mean that they are names? That's just a DNS reverse lookup.
2) on windows? I very much doubt you can
3) nothing to do with Linux, merely owning a copy doesn't count. moved to General.
 
Old 01-30-2012, 03:14 PM   #4
thund3rstruck
Member
 
Registered: Nov 2005
Location: East Coast, USA
Distribution: Fedora 16, Slackware64 13.37, Win7
Posts: 271

Rep: Reputation: 21
Quote:
Originally Posted by acid_kewpie View Post
2) on windows? I very much doubt you can
why would you make a remark like this, netstat is just as robust on Windows as it is in UNIX.

Code:
:: display TCP connection based on owning process
netstat -tb

:: display all of netstats options
netstat --help
Linux is no better than Windows, its just different. Hate mongering does no one any good.

Cheers!
 
Old 01-30-2012, 03:27 PM   #5
acid_kewpie
Moderator
 
Registered: Jun 2001
Location: UK
Distribution: Gentoo, RHEL, Fedora, Centos
Posts: 39,822

Rep: Reputation: 1116Reputation: 1116Reputation: 1116Reputation: 1116Reputation: 1116Reputation: 1116Reputation: 1116Reputation: 1116Reputation: 1116
Quote:
Originally Posted by thund3rstruck View Post
Hate mongering does no one any good.

Cheers!
Hate Mongering?? I hope this is just a joke.
 
Old 01-30-2012, 03:33 PM   #6
thund3rstruck
Member
 
Registered: Nov 2005
Location: East Coast, USA
Distribution: Fedora 16, Slackware64 13.37, Win7
Posts: 271

Rep: Reputation: 21
Quote:
Originally Posted by acid_kewpie View Post
Hate Mongering?? I hope this is just a joke.
I don't know, was this a joke?

Code:
2) on windows? I very much doubt you can
Sounds to me like you're insinuating that Windows is somehow inferior.
 
Old 01-30-2012, 10:13 PM   #7
Mes9
LQ Newbie
 
Registered: Jan 2012
Posts: 6

Original Poster
Rep: Reputation: Disabled
Quote:
Originally Posted by thund3rstruck View Post
why would you make a remark like this, netstat is just as robust on Windows as it is in UNIX.

Code:
:: display TCP connection based on owning process
netstat -tb

:: display all of netstats options
netstat --help
Linux is no better than Windows, its just different. Hate mongering does no one any good.

Cheers!
Thank´s man
I've been using Linux since 2007 on and off, still a novice,
 
Old 01-31-2012, 06:45 AM   #8
thund3rstruck
Member
 
Registered: Nov 2005
Location: East Coast, USA
Distribution: Fedora 16, Slackware64 13.37, Win7
Posts: 271

Rep: Reputation: 21
Quote:
Originally Posted by Mes9 View Post
Thank´s man
I've been using Linux since 2007 on and off, still a novice,
My pleasure!
 
Old 01-31-2012, 09:49 PM   #9
jschiwal
Moderator
 
Registered: Aug 2001
Location: Fargo, ND
Distribution: SuSE AMD64
Posts: 15,263

Rep: Reputation: 562Reputation: 562Reputation: 562Reputation: 562Reputation: 562Reputation: 562
In Linux at least, sockets can be used for interprocess communications, between two processes, including when both are on the same host. The first line in your printout does look like a hostname however.
Software written following the server/client paradigm may use sockets.

One problem with MS network shell commands, is they may behave differently then they are supposed to. For example, arp looks like its Unix cousin, until you try to permanently try to fix an IP to a MAC address. It simply doesn't do what it says. Bug fixes of this type may take 20 years.
 
  


Reply


Thread Tools Search this Thread
Search this Thread:

Advanced Search

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Trackbacks are Off
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
netstat saini_mw Linux - Networking 2 09-16-2009 10:57 AM
netstat Smooth Solaris / OpenSolaris 4 11-17-2006 12:30 AM
netstat -s r_213 Linux - Networking 2 01-27-2005 06:45 AM
netstat -i r_213 Linux - Networking 4 09-09-2004 06:10 AM
netstat sopiaz57 Linux - Networking 1 10-14-2003 03:39 PM


All times are GMT -5. The time now is 02:40 AM.

Main Menu
 
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
identi.ca: @linuxquestions
Facebook: @linuxquestions
Open Source Consulting | Domain Registration