Accueil Crush your enemies... and create an EMPIRE!!! Space Empires V -- BUY NOW!!!

Connexion utilisateur

  • Créer un nouveau compte
  • Demander un nouveau mot de passe

Navigation

  • news
    • archive
    • blogs
    • books
    • forums
    • recent posts
    • groups
  • image galleries
  • projects & downloads
  • search
  • create content
  • agrégateur de nouvelles

Rechercher

Qui est en ligne

Il y a actuellement 2 utilisateurs et 191 invités en ligne.

Utilisateurs en ligne

  • General_Snuss
  • dguthner

Languages

  • English English
  • French French

Parcourir les archives

« October 2008  
Mo Tu We Th Fr Sa Su
    1 2 3 4 5
6 7 8 9 10 11 12
13 14 15 16 17 18 19
20 21 22 23 24 25 26
27 28 29 30 31    
Accueil » news » forums » Space Empires V » Space Empires V Multiplayer

Hi, i´m looking for players by tcp-ip

Soumis par Boores le Jeu, 2008-03-27 17:29 Space Empires V Multiplayer

my msn is . I´m noob but i love this game.

‹ Proportions v1.1 Test Game. 24hs turns ASTOCKGAME2 ›
» Vous devez vous identifier ou créer un compte pour écrire des commentaires

Options d'affichage des commentaires

Sélectionnez la méthode d'affichage des commentaires que vous préférez, puis cliquez sur "Sauvegarder les paramètres" pour activer vos changements.

Re: Hi, i´m looking for players by tcp-ip

Soumis par Vince278 le Jeu, 2008-03-27 18:39

Wouldn't TCPIP games make PCs vulnerable?

» Vous devez vous identifier ou créer un compte pour écrire des commentaires
Mod Designer

Re: Hi, i´m looking for players by tcp-ip

Soumis par Fyron le Jeu, 2008-03-27 19:55

Vince278 wrote:
Wouldn't TCPIP games make PCs vulnerable?
..what?


SpaceEmpires.net | Space Empires Wiki

» Vous devez vous identifier ou créer un compte pour écrire des commentaires

Re: Hi, i´m looking for players by tcp-ip

Soumis par Vince278 le Ven, 2008-03-28 16:10

A direct IP to IP connection to another computer could (intentionally or unintentionally) leave a PC vulnerable to malicious software.

» Vous devez vous identifier ou créer un compte pour écrire des commentaires
Mod Designer

Re: Hi, i´m looking for players by tcp-ip

Soumis par Fyron le Sam, 2008-03-29 00:55

No it couldn't. No malware in existence is written to try to piggy-back through a SE5 TCP/IP game connection. Even if SE5's net code were to have some random security hole in it, it is such a low profile target for an attack vector that noone would bother writing malware to exploit it.


SpaceEmpires.net | Space Empires Wiki

» Vous devez vous identifier ou créer un compte pour écrire des commentaires

Re: Hi, i´m looking for players by tcp-ip

Soumis par Vince278 le Sam, 2008-03-29 18:59

So, once the tcp/ip connection is made the SE5 software would keep out anything not explicitly using the connection?

» Vous devez vous identifier ou créer un compte pour écrire des commentaires
Mod Designer

Re: Hi, i´m looking for players by tcp-ip

Soumis par Fyron le Sam, 2008-03-29 23:32

All that a TCP/IP connection is is a series of packets sent from one application to another. At worst, a bot could try to glean all destination IP addresses from incoming and outgoing packets, which isn't all that useful.


SpaceEmpires.net | Space Empires Wiki

» Vous devez vous identifier ou créer un compte pour écrire des commentaires

Re: Hi, i´m looking for players by tcp-ip

Soumis par Vince278 le Dim, 2008-03-30 16:54

Sorry if I sound paranoid but I'm a networking engineer in the real world. (TCP is the layer 4 protocol that sets up the virtual circuit end-to-end, IP is the layer 3 protocol that handles the packets) When it comes to data security I'm not very trusting of peer-to-peer connections with someone else's PC or server. I've used data analyzers before but its the malicious software I worry about. Much of it is very sopisticated and difficult to detect. Smiling

» Vous devez vous identifier ou créer un compte pour écrire des commentaires

Re: Hi, i´m looking for players by tcp-ip

Soumis par dan3260 le Mar, 2008-04-01 17:54

So many games over the years have had the ability to connect directly via TCP/IP. Even the ones that dont connect in this way are still using a specified port to connect to a server somewhere, normally this port must be opened to allow the traffic.
Its possible that if you connected to someone you didnt know they could have a prog that might gain entry to your computer using the tcp/ip connection, but thats a paranoid way of thinking Smiling
If you worry so much about security, get rid of windows and move to Linux, although I cant say from experience, but I have come very close to getting rid of windows and moving to Linux.

» Vous devez vous identifier ou créer un compte pour écrire des commentaires

Re: Hi, i´m looking for players by tcp-ip

Soumis par Vince278 le Mar, 2008-04-01 19:47

dan3260 wrote:
Its possible that if you connected to someone you didnt know

Which would be about everyone...
(Show of hands, how many of you know me?)

dan3260 wrote:
they could have a prog that might gain entry to your computer using the tcp/ip connection, but thats a paranoid way of thinking Smiling

Exactly...

dan3260 wrote:
If you worry so much about security, get rid of windows and move to Linux, although I cant say from experience, but I have come very close to getting rid of windows and moving to Linux.

With Linux, like Mac, security is just an illusion. If more people would use either then hackers would find it more worth their time.

» Vous devez vous identifier ou créer un compte pour écrire des commentaires

Re: Hi, i´m looking for players by tcp-ip

Soumis par dan3260 le Mer, 2008-04-02 11:50

Vince278 wrote:
With Linux, like Mac, security is just an illusion. If more people would use either then hackers would find it more worth their time.

Yes you are probably correct, however there is a difference in the way programs are run in Linux and Windows, which is supposed to make Linux more secure, but I cant remember why that is Smiling
I read a lot about it when I was thinking of changing OSs to Linux, but it was a while ago. I kept windows xp purely for the gaming benefits.

» Vous devez vous identifier ou créer un compte pour écrire des commentaires
Image de RogerN

Re: Hi, i´m looking for players by tcp-ip

Soumis par RogerN le Mer, 2008-04-02 14:11

Quote:
Its possible that if you connected to someone you didnt know they could have a prog that might gain entry to your computer using the tcp/ip connection, but thats a paranoid way of thinking

TCP/IP connections are everywhere. Your web browser uses a TCP/IP connection. Your instant messaging client uses a TCP/IP connection. Your e-mail program probably uses a TCP/IP connection. Most networked games use UDP, but that's techically even *less* secure than TCP/IP.

Malicious software must be customized to exploit vulnerabilities in specific programs. In other words, it must be targeted at something very specific: for example, a hacker might write an exploit which targets a specific version of Internet Explorer.

As another posted already mentioned, the probability that someone would even bother to write an exploit for Space Empires 5 is almost zero. There's no point. A hacker could spend hours searching the Internet without finding a single computer running SE5, much less accepting TCP/IP connections.

Furthermore, an exploit might not even be possible. If Aaron has done a good job writing the SE5 network code then there's no way for a hacker to break in. There must be a pre-existing bug in the application, specifically related to how network data is transfered, in order for a hacker to do something malicious.

It is much, much more likely that you will catch a virus from clicking a random link in your web browser than from SE5. Browsers are popular targets among hackers, and zero-day exploits* are not uncommon.

-----

* Zero-day exploits are malicious bug exploits which appear in the wild (on the Internet) before a bug fix is available from the program's manufacturer.

» Vous devez vous identifier ou créer un compte pour écrire des commentaires

Re: Hi, i´m looking for players by tcp-ip

Soumis par Vince278 le Mer, 2008-04-02 17:49

Some malicious software can scan for and use any open TCP/UDP ports. UDP is best used on single hops (such as from you to your ISP), using it as an end-to-end virtual circuit substitute for TCP is very unreliable. I've read that giving out an IP address can be as dangerous as giving out your social security number. Many things can be done with an IP address, even without (initially at least) knowing what TCP ports may be open.

A knowledgable owner of firewall software (such as Norton 360 or Internet Security) is ahead of the game but nothing is foolproof. Years ago I had software monitoring my Internet usage and noticed I was being probed from the outside at least a dozen times an hour from sources all over the world. There was one probe I even isolated down to a particular room in a particular dorm in the University of Taipei (I sent them an email asking them to check into it Laughing out loud ).

» Vous devez vous identifier ou créer un compte pour écrire des commentaires

Re: Hi, i´m looking for players by tcp-ip

Soumis par dan3260 le Mer, 2008-04-02 18:47

Hehe, did you ever get a reply?
Chances are though you must have been tagged in someway by this person, by downloading a malicious piece of software that would identify your location to the hacker.
I just googled this, and with current technology, there is a maximum of 4,294,967,296 IP addresses, so it would take someone 1361 years to contact every IP address using one pc taking 10 seconds per try.
In a few years, newer technology will increase the number of IP addresses to 2^128, which would take someone 107828975245563180806960797852740 years to check them all:) That number is so big i dont know what it is Smiling

» Vous devez vous identifier ou créer un compte pour écrire des commentaires

Re: Hi, i´m looking for players by tcp-ip

Soumis par Vince278 le Mer, 2008-04-02 19:53

IPv6 will transform the internet. Smiling

BTW, I received no reply from Taipei. I thought giving them a building and room number would make it easy. I think that was about two PCs ago for me. Laughing out loud

» Vous devez vous identifier ou créer un compte pour écrire des commentaires

Re: Hi, i´m looking for players by tcp-ip

Soumis par Krec7 le Jeu, 2008-04-03 17:45

i have played using Hamachi with no problems , let me know if you want to try.

ICQ 27609820 or
email:

» Vous devez vous identifier ou créer un compte pour écrire des commentaires
Mod Designer

Re: Hi, i´m looking for players by tcp-ip

Soumis par Fyron le Jeu, 2008-04-03 17:56

Vince278 wrote:
Sorry if I sound paranoid but I'm a networking engineer in the real world.
Then you should know better than to post completely inane things like this...

Vince278 wrote:
Some malicious software can scan for and use any open TCP/UDP ports
Which is not useful if the only thing "open" about such a port is that the router forwards packets to the machine, and the machine forwards the packets to a specific application... If SE5 gets random malware packet connections on the ports it listens on, it will not know what to do with them and drop them.

XP has a built in firewall, Vista has a built in firewall, Linux is easy to add a firewall to (if the distro doesn't come with AppArmor or SELinux already), Mac OSX probably has trivial to install firewalls too... Random port pinging is only useful against ancient OSes.

dan3260 wrote:
Hehe, did you ever get a reply? I just googled this, and with current technology, there is a maximum of 4,294,967,296 IP addresses, so it would take someone 1361 years to contact every IP address using one pc taking 10 seconds per try.
Only pinging 1 address every 10 seconds is doing things on the scale of the entire history of the universe as far as computing is concerned. Eye-wink


SpaceEmpires.net | Space Empires Wiki

» Vous devez vous identifier ou créer un compte pour écrire des commentaires

Re: Hi, i´m looking for players by tcp-ip

Soumis par Vince278 le Sam, 2008-04-05 19:46

Fyron wrote:
Then you should know better than to post completely inane things like this...

Not really. I've learned to assume nothing about what other people may know or not know...

Fyron wrote:
If SE5 gets random malware packet connections on the ports it listens on, it will not know what to do with them and drop them.

This, plus firewall software blocking unused ports, should take care of most concerns but nothing is ever 100%, is it? Those who find the possible threat as completely inane may be the most at risk. Smiling

» Vous devez vous identifier ou créer un compte pour écrire des commentaires

Re: Hi, i´m looking for players by tcp-ip

Soumis par Darkhog le Dim, 2008-09-21 01:47

if you are using Kaspersky Internet Security or Hamachi, then i think it's rather secure. Resistance Is Futile. Darkhog

» Vous devez vous identifier ou créer un compte pour écrire des commentaires

Options d'affichage des commentaires

Sélectionnez la méthode d'affichage des commentaires que vous préférez, puis cliquez sur "Sauvegarder les paramètres" pour activer vos changements.

Now on STEAM

Now on STEAM!Space Empires V via STEAMSpace Empires IV via STEAMSTEAM online by Valve Corporation

Contenu populaire

Aujourd'hui :

  • Star Wars SEV ship set available
  • No Point Defence in Technology in Balance mod
  • Research By Percentage SUCKS
  • New Engine System
  • Space Empires V and VI: Expansions and the Future: Tell the Company What's on Your Wish List

Depuis toujours :

  • Space Empires V and VI: Expansions and the Future: Tell the Company What's on Your Wish List
  • Space Empires V
  • Gritty Galaxy Fleet Clash
  • Damn Dirty Bugs/Annoyances
  • Space Empires V: General Thoughts, Observations, and Suggestions

Dernier accès :

  • Screen resolution problem
  • Mod coding help
  • Hey im new, well not quite
  • revelation...
  • Space Empires V 1.74
(c) Strategy First, Inc. All rights reserved.