gcmartin
Joined: 14 Oct 2005 Posts: 2637 Location: Earth
Posted: Mon 27 Sep 2010, 12:51 Post subject:
Network ICON on your desktop tray Subject description: Good tools and an information report
Original Post from 5.1.1 forum wrote:
Right clicking the "networking" icon on the desktop tray (bottom of screen) brings up list. Selecting "Network Status Information" from that list will run a utility which allows us to see 5 tabs of information about the PCs network status.
Does anyone know which command will show/print/file the data on the Statistics" tab???
Thanks in advance.....to anyone that does.
Have since, been guided to the running "ipinfo" in a terminal window to gather this same data. ... Thanks for the guidance. _________________ Get ACTIVE; Create Circles; Do those good things which benefit the people's needs!
We are all related ... Its time to show that we know this!
Google's Puppy Search Engine
gcmartin
Joined: 14 Oct 2005 Posts: 2637 Location: Earth
Posted: Mon 27 Sep 2010, 13:00 Post subject:
Look at this. Look at yours. Do you see the same thing I see
I see this in my statistics section:
Network Statistics Tab
Code:
Active Internet connections (servers and established)
Proto Recv-Q Send-Q Local Address Foreign Address State
tcp 0 0 127.0.0.1:631 0.0.0.0:* LISTEN
tcp 1 1 192.168.1.204:46053 174.143.209.250:80 LAST_ACK
tcp 0 0 192.168.1.204:47589 208.109.22.214:80 TIME_WAIT
What do you make of the IP address, 174.143.209.250, shown?
What applications in my Puppy (192.168.1.204) are this ports?
I have it on ALL Puppy PCs, I start.
Just trying to explain what this means. Thanks. _________________ Get ACTIVE; Create Circles; Do those good things which benefit the people's needs!
We are all related ... Its time to show that we know this!
Google's Puppy Search Engine
gcmartin
Joined: 14 Oct 2005 Posts: 2637 Location: Earth
Posted: Fri 01 Oct 2010, 14:36 Post subject:
What it shows on the Statistics Tab
Every time I start my system from scratch and tell Puppy to Connect ETH0 DHCP, Puppy ALWAYS starts a internet session to this IP address ===> 174.143.209.250:80
I have checked with other users of Puppy in my area. This is happening with EVERY location where Puppy is being run in this area.
Anyone know why this is happening? Anyone know how I can find which Puppy application is connecting to that internet location? _________________ Get ACTIVE; Create Circles; Do those good things which benefit the people's needs!
We are all related ... Its time to show that we know this!
Google's Puppy Search Engine
Anyone know how I can find which Puppy application is connecting to that internet location?
Yes, it's ipinfo itself. At line 21 of the script it calls var0="`wget -O - -q icanhazip.com`" and icanhazip.com is the ip you are questioning. If you add a new line - sleep 1 - right after the wget call you won't see that ip in the Statistics tab anymore.
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum You cannot attach files in this forum You can download files in this forum