LinuxQuestions.org
Share your knowledge at the LQ Wiki.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Software
User Name
Password
Linux - Software This forum is for Software issues.
Having a problem installing a new program? Want to know which application is best for the job? Post your question in this forum.

Notices


Reply
  Search this Thread
Old 11-24-2012, 03:18 AM   #1
ButterflyMelissa
Senior Member
 
Registered: Nov 2007
Location: Somewhere on my hard drive...
Distribution: Manjaro
Posts: 2,766
Blog Entries: 23

Rep: Reputation: 411Reputation: 411Reputation: 411Reputation: 411Reputation: 411
Eclipse makes conn to the Net


...and, how do I keep it from doing this?
I noticed that the lookup (when you have a class, and enter the dot, that's when there's a list popping up) is very slow, moreover, I'm paranoid at to where eclipse sends what, here's the address netstat found

Quote:
169.100-78-194.aka
Am I paranoid or right in assuming this should not be?

Thanks

Thor
 
Old 11-27-2012, 10:29 AM   #2
unSpawn
Moderator
 
Registered: May 2001
Posts: 29,415
Blog Entries: 55

Rep: Reputation: 3600Reputation: 3600Reputation: 3600Reputation: 3600Reputation: 3600Reputation: 3600Reputation: 3600Reputation: 3600Reputation: 3600Reputation: 3600Reputation: 3600
Quote:
Originally Posted by Thor_2.0 View Post
I noticed that the lookup (when you have a class, and enter the dot, that's when there's a list popping up) is very slow,
Probably lack of DNS caching.


Quote:
Originally Posted by Thor_2.0 View Post
here's the address netstat found
Next time use netstat with the "-T" flag for wide output, or better, use for instance "-ntpe" to keep if from resolving names (slow), select only the required protocol and post process data. The address seems to be an Akamai one.


Quote:
Originally Posted by Thor_2.0 View Post
moreover, I'm paranoid at to where eclipse sends what,
There's no reason to be paranoid already because with tools like tcpdump and Wireshark you can investigate what data goes over the wire.


Quote:
Originally Posted by Thor_2.0 View Post
...and, how do I keep it from doing this?
If it's not a configuration or plugin setting then you can firewall outbound requests to the IP address or subnet but doing so w/o understanding what you block may cripple functionality.
 
1 members found this post helpful.
Old 11-27-2012, 09:38 PM   #3
ButterflyMelissa
Senior Member
 
Registered: Nov 2007
Location: Somewhere on my hard drive...
Distribution: Manjaro
Posts: 2,766

Original Poster
Blog Entries: 23

Rep: Reputation: 411Reputation: 411Reputation: 411Reputation: 411Reputation: 411
Hey unSpawn!

Thanks for a reply...just installed wireshark hzere and will try to find out if...
Quote:
The address seems to be an Akamai one.
...this is true.
Of course, paranoia is not in its place here, but it's second nature to me...heh so what if my second nature is somewhat "darker"

Maybe it's also my "busy body" side of me as well...

Thor
 
Old 11-28-2012, 06:05 AM   #4
unSpawn
Moderator
 
Registered: May 2001
Posts: 29,415
Blog Entries: 55

Rep: Reputation: 3600Reputation: 3600Reputation: 3600Reputation: 3600Reputation: 3600Reputation: 3600Reputation: 3600Reputation: 3600Reputation: 3600Reputation: 3600Reputation: 3600
Quote:
Originally Posted by Thor_2.0 View Post
Of course, paranoia is not in its place here, but it's second nature to me...heh so what if my second nature is somewhat "darker"
Maybe it's also my "busy body" side of me as well...
I wouldn't call it paranoia just possessing a vigilant and inquisitive mindset, which is only good IMO.
 
Old 11-28-2012, 10:52 AM   #5
ButterflyMelissa
Senior Member
 
Registered: Nov 2007
Location: Somewhere on my hard drive...
Distribution: Manjaro
Posts: 2,766

Original Poster
Blog Entries: 23

Rep: Reputation: 411Reputation: 411Reputation: 411Reputation: 411Reputation: 411
Quote:
I wouldn't call it paranoia just possessing a vigilant and inquisitive mindset, which is only good IMO.
Thanks...this is one of the reasons I use Linux today, there's always something new to learn. This could be completely innocent (nobody would be interested in what I write anyway) but it's a sparkt to learn something...

Thor
 
Old 11-28-2012, 11:14 AM   #6
unSpawn
Moderator
 
Registered: May 2001
Posts: 29,415
Blog Entries: 55

Rep: Reputation: 3600Reputation: 3600Reputation: 3600Reputation: 3600Reputation: 3600Reputation: 3600Reputation: 3600Reputation: 3600Reputation: 3600Reputation: 3600Reputation: 3600
So do you have plenty of packets by now? Let me know if you need help with payload analysis.
 
Old 11-28-2012, 11:42 AM   #7
ButterflyMelissa
Senior Member
 
Registered: Nov 2007
Location: Somewhere on my hard drive...
Distribution: Manjaro
Posts: 2,766

Original Poster
Blog Entries: 23

Rep: Reputation: 411Reputation: 411Reputation: 411Reputation: 411Reputation: 411
Quote:
Let me know if you need help with payload analysis.
Oooooooh, dont worry, I'll find you...

Thor
Edit - just did a capture, okay, this is an eye-opener...on my knowledge. A slightly humbling experience (in a good way, don’t worry) - I need to brush up on THAT stuff, I love Wireshark, GOOD suggestion from you part....thanks...
Edit 2 - Hey! it's Eclipse downloading help pages! Innit cool?

Quote:
15 0.102624 192.168.1.214 23.62.98.179 HTTP 265 GET /javase/6/docs/api/java/awt/Container.html HTTP/1.1
Filtered on HTTP protocol...all GET requests, clearly ... no spyware this stuff...

Last edited by ButterflyMelissa; 11-28-2012 at 12:27 PM.
 
Old 11-28-2012, 01:02 PM   #8
unSpawn
Moderator
 
Registered: May 2001
Posts: 29,415
Blog Entries: 55

Rep: Reputation: 3600Reputation: 3600Reputation: 3600Reputation: 3600Reputation: 3600Reputation: 3600Reputation: 3600Reputation: 3600Reputation: 3600Reputation: 3600Reputation: 3600
Cool. Please mark this thread solved BTW, TIA.

Last edited by unSpawn; 11-28-2012 at 01:04 PM.
 
Old 11-28-2012, 01:25 PM   #9
ButterflyMelissa
Senior Member
 
Registered: Nov 2007
Location: Somewhere on my hard drive...
Distribution: Manjaro
Posts: 2,766

Original Poster
Blog Entries: 23

Rep: Reputation: 411Reputation: 411Reputation: 411Reputation: 411Reputation: 411
Quote:
Cool. Please mark this thread solved BTW, TIA.
Done and done!!!

Thor
 
  


Reply

Tags
eclipse, internet, network



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



Similar Threads
Thread Thread Starter Forum Replies Last Post
LXer: Netherlands makes net neutrality a law LXer Syndicated Linux News 0 06-23-2011 03:31 PM
No net connectivity after crash, port doesn't light up, switch makes humming noise kav Linux - Networking 2 02-25-2011 08:00 PM
LXer: Migrate .NET apps from Visual Studio to Eclipse LXer Syndicated Linux News 0 04-30-2008 06:20 PM
LXer: Collabnet makes Eclipse distributed LXer Syndicated Linux News 0 06-09-2007 12:46 AM
iptables and I-net Conn. sharing problems anwar_lpk Linux - Networking 2 06-25-2003 12:26 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Software

All times are GMT -5. The time now is 12:50 AM.

Main Menu
Advertisement
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
Open Source Consulting | Domain Registration