LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Software (https://www.linuxquestions.org/questions/linux-software-2/)
-   -   Eclipse makes conn to the Net (https://www.linuxquestions.org/questions/linux-software-2/eclipse-makes-conn-to-the-net-4175438524/)

ButterflyMelissa 11-24-2012 03:18 AM

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

unSpawn 11-27-2012 10:29 AM

Quote:

Originally Posted by Thor_2.0 (Post 4835941)
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 (Post 4835941)
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 (Post 4835941)
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 (Post 4835941)
...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.

ButterflyMelissa 11-27-2012 09:38 PM

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

unSpawn 11-28-2012 06:05 AM

Quote:

Originally Posted by Thor_2.0 (Post 4838465)
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.

ButterflyMelissa 11-28-2012 10:52 AM

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... :D

Thor

unSpawn 11-28-2012 11:14 AM

So do you have plenty of packets by now? Let me know if you need help with payload analysis.

ButterflyMelissa 11-28-2012 11:42 AM

Quote:

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

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... :D

unSpawn 11-28-2012 01:02 PM

Cool. Please mark this thread solved BTW, TIA.

ButterflyMelissa 11-28-2012 01:25 PM

Quote:

Cool. Please mark this thread solved BTW, TIA.
Done and done!!!

Thor


All times are GMT -5. The time now is 06:44 AM.