Jump to content

ip address


Rick
 Share

Recommended Posts

I was just thinking a nice feature of an MMO would be that it gets some kind of information about location from IP, or maybe even hardware information and stores it locally. Then when it detects the information is different it could send an email or text message to the original person on the account. Could maybe help fight getting hacked.

Link to comment
Share on other sites

You could check the IP and get reasonably accurate info about location, but IPs shuffle around a little so it's not 100%. But it could work as a layer of protection for people. I'd make sure there was an option to turn it off in case people got annoyed by it, but it's a good idea.

Windows 7 x64 - Q6700 @ 2.66GHz - 4GB RAM - 8800 GTX

ZBrush - Blender

Link to comment
Share on other sites

not ip but all lan card have mac address that never changes

you can get the machine mac address and if diffrent you not on the first machine. and by the way no two machine can have mac address unless someone has programed it in them self

 

but as most people can not get thge tools for that you safe

 

hope that helps

Asus ROG STRIX B350-F GAMMING

AMD Ryzen 7 1700x

32 gb ddr4

15 TB raid 5 HD

Nvidia EVGA 1060GTX

Win10 64bit

Link to comment
Share on other sites

What a lot of them do is create a GUID based off the MAC address. This is then stored with the account info. Just use an encryption key with the MAC.

 

Or you could try this

 

http://www.freebsd.org/cgi/man.cgi?query=gethostbyname&sektion=3&apropos=0&manpath=FreeBSD+7.0-stable

AMD Phenom II x6 1100T - 16GB RAM - ATI 5870 HD - OCZ Vertex 2 60GB SSD

76561197984667096.png

Link to comment
Share on other sites

There is also this that can be coded into the client.

 

http://www.codeguru.com/cpp/i-n/network/networkinformation/article.php/c5451/

 

Server sends remote command to pull the NIC MAC - or Adapter MAC, and send it back to the server, then convert it to an integer or hex code.

 

That would be a unique identifier

AMD Phenom II x6 1100T - 16GB RAM - ATI 5870 HD - OCZ Vertex 2 60GB SSD

76561197984667096.png

Link to comment
Share on other sites

  • 2 weeks later...

Do keep in mind that it is fairly easy to change one's MAC address and these tools are either built into your OS (Windows XP for sure) or are easy to get your hands on.

 

Additionally, because there are only 3 bytes interface specific, and there only being a handful of large scale vendors (Intel, Realtek (the other 3 bytes in a MAC address)) makes the GUID susceptible to brute forcing if not coupled with some other piece of information.

Link to comment
Share on other sites

only some board it easy to change (nivida)

most board it done when the firmware is installed and can not be changed unless you reinstall the firmware

 

and the os only show mac you find it can not changed

 

you find most network stuff have mac address that includes firewire as well.

Asus ROG STRIX B350-F GAMMING

AMD Ryzen 7 1700x

32 gb ddr4

15 TB raid 5 HD

Nvidia EVGA 1060GTX

Win10 64bit

Link to comment
Share on other sites

For Linux there is GNU MAC Changer (http://www.alobbs.com/macchanger/). If my memory is serving me incorrectly about Windows there is still SMAC to change the MAC address (http://www.klcconsulting.net/smac/) or simply go into the registry and make the appropriate modifications.

 

There is no need to modify the firmware at all and this works for all devices.

Link to comment
Share on other sites

yes i know of the linux one and it does not work on most of the board i work with

as i said a lot of the mac is inbeded into the firmware when it installed int he factury

 

NOW you do know a lot of boards have GUID but that can be changed, but there a lot of board that did not have this set in the factury

 

now most games do not know or care about the mac address

so it not a worry and you can alway check other id on the machine with mac to say yes or no

Asus ROG STRIX B350-F GAMMING

AMD Ryzen 7 1700x

32 gb ddr4

15 TB raid 5 HD

Nvidia EVGA 1060GTX

Win10 64bit

Link to comment
Share on other sites

Yeah. The idea was to make a way to tell when the user has logged on and the guid's don't match what they were using before. It won't disable anything, but just send a email or text message letting them know that we have a new guid here. Basically it means someone from different hardware has logged on using their uername and pw and could mean they are getting hacked. So the odds are the hackers aren't going to know that persons mac address to spoof it so the email or text doesn't go out.

Link to comment
Share on other sites

We can group this with a recent password change or email change and just hold the original email address before it was changed. These things grouped together could help make stopping hackers or catching them early and being able to restore things faster and more automated. This is for an MMO btw. Not sure if I mentioned that.

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

 Share

×
×
  • Create New...