1. Welcome Guest! In order to create a new topic or reply to an existing one, you must register first. It is easy and free. Click here to sign up now!.
    Dismiss Notice

Within Ip Address The Router

Discussion in 'Networking' started by randomnii, Aug 6, 2012.

  1. randomnii

    randomnii

    Joined:
    Aug 6, 2012
    Messages:
    8
    Location:
    Russia
    Operating System:
    Windows 95
    There is a router. Firmware dd-wrt. Port forwarding, set up a server for one game on the computer with the address 192.168.1.100. When you connect to this server players from internet, the game shows that each of players ips = 192.168.1.1: (this port, each its own.) As a result, when people kick by ping, other people can not go, because was ip 192.168.1.1 blacklisted. The question is how to make the game showed the "real" IP addresses connected? Please answer.
     
  2. BeeCeeBee

    BeeCeeBee ADMINISTRATOR IN MEMORY

    Joined:
    Apr 20, 2009
    Messages:
    7,201
    Location:
    New Jersey "Stronger than the Storm"
    Operating System:
    Windows 7
    I really don't understand your question. Is it a question? The IP addresses are router addresses. Perhaps it is because you are from Russia and not the USA where you claim to live that I am not following?
     
  3. randomnii

    randomnii

    Joined:
    Aug 6, 2012
    Messages:
    8
    Location:
    Russia
    Operating System:
    Windows 95
    sorry for bad english,very sorry that you did not understand the matter. When I insert the cable internet to the computer directly - players ip shows normally. But when i try it through router - there are problem. How i can configure my router t o show the global ip'adresses?

    Yes, I'm from Russia.I'm chose a random country in my profile, but if you do not like it, I certainly put Russia.
     
  4. BeeCeeBee

    BeeCeeBee ADMINISTRATOR IN MEMORY

    Joined:
    Apr 20, 2009
    Messages:
    7,201
    Location:
    New Jersey "Stronger than the Storm"
    Operating System:
    Windows 7
    I will change your address for you and remove your moderation. We do demand truthfulness. It does not matter if you are from Russia as long as you are honest about it.

    What game are you referring to that gives you the ip address of every player? Clearly it is simply showing everyone coming through your router I am just not at all sure what, if anything can or should be done about that. I am not a gamer so perhaps someone who comes along later will have a better understanding of the subject.
     
  5. randomnii

    randomnii

    Joined:
    Aug 6, 2012
    Messages:
    8
    Location:
    Russia
    Operating System:
    Windows 95
    Game is Soldat 2d.
    Game shows ip address of my router as the address of all connected players, it should show the real ip adresses of connected players, as in the case without a router.
     
  6. BeeCeeBee

    BeeCeeBee ADMINISTRATOR IN MEMORY

    Joined:
    Apr 20, 2009
    Messages:
    7,201
    Location:
    New Jersey "Stronger than the Storm"
    Operating System:
    Windows 7
    If you click on the follow this topic button on the very top of this thread you will be notified when there is a new reply as long as you have set your notifications properly when you logged in.
     
  7. Match

    Match Registered Members

    Joined:
    Apr 23, 2009
    Messages:
    4,175
    Location:
    Wolverhampton, UK.
    Computer Brand or Motherboard:
    Abit AN52
    CPU:
    AMD Athlon dual core 5000+
    Memory:
    4 Gig Corsair
    Hard Drive:
    160 Gb Hitachi 500 Gb Western Digital
    Graphics Card:
    Radion XFX 4650
    Power Supply:
    550W EZcool
    I think what your referring to is Port Forwarding, which would require asking loads of information then I would just go to THIS site and relay the info to you, as to your poor English and my None existent Russian I think it would be easier for you to translate the site yourself :)

    http://portforward.com/
     
  8. randomnii

    randomnii

    Joined:
    Aug 6, 2012
    Messages:
    8
    Location:
    Russia
    Operating System:
    Windows 95
    On my router port forwarding is configured properly.
     
  9. DSTM (Dougie)

    DSTM (Dougie) Registered Members

    Joined:
    May 3, 2009
    Messages:
    8,270
    Location:
    SYDNEY AUSTRALIA
    Operating System:
    Windows 7
    I don't know the answer and other sites where you have posted this problem haven't an answer either.
     
  10. woodyblade

    woodyblade Inactive Staff Member

    Joined:
    Dec 20, 2009
    Messages:
    720
    Operating System:
    Windows 8
    Assuming all port forwarding is set correctly and no other software should interfere, I would say the game is displaying the IP addresses how it should or in the only way it can.

    You are hosting the server on your local network, so since the people on your server will connect by <YourIPAddress>.192.168.1.100:<PortNumber> (or something roughly like that) it will show them on the default gateway of your router (192.168.1.1) which is your access to the internet in effect.

    On a guess there may be some network settings in the game to change so the proper external IP addresses are shown, but I doubt it's a problem with your computers, server or router.
     
  11. randomnii

    randomnii

    Joined:
    Aug 6, 2012
    Messages:
    8
    Location:
    Russia
    Operating System:
    Windows 95
    I solved the problem myself.
    it was necessary to prescribe masquerading.
    I put this line in the router's firewall:
    Code:
    iptables-t nat-I POSTROUTING -o br0 -s 192.168.1.0/24 -d 192.168.1.0/24 -j MASQUERADE
    Topic can be closed. Thank you all.
     
  12. BeeCeeBee

    BeeCeeBee ADMINISTRATOR IN MEMORY

    Joined:
    Apr 20, 2009
    Messages:
    7,201
    Location:
    New Jersey "Stronger than the Storm"
    Operating System:
    Windows 7
    Well we learn something new every day. Glad you got it sorted out.
     

Share This Page