• Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Search
  • Register
  • Login
Netgate Discussion Forum
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Search
  • Register
  • Login

NAT Issues when playing games on two computers

Scheduled Pinned Locked Moved NAT
49 Posts 12 Posters 8.4k Views
Loading More Posts
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • D
    DaddyGo
    last edited by May 14, 2020, 3:26 PM

    It’s worth separating, because NAT-PMP and UPnP aren’t a beloved thing on firewalls, am I right? :-)

    Cats bury it so they can't see it!
    (You know what I mean if you have a cat)

    D 1 Reply Last reply May 15, 2020, 1:25 AM Reply Quote 0
    • D
      dmd1234498 @DaddyGo
      last edited by May 15, 2020, 1:25 AM

      @DaddyGo So if you don't mind, could you walk me through what to do? I'm afraid I am a little.novice as far as networking is concerned. 😅

      1 Reply Last reply Reply Quote 0
      • D
        DaddyGo
        last edited by May 15, 2020, 11:38 AM

        then let's see:

        First, create an independent interface for the game machines.
        This can be a physical interface, if you have an empty port on your hardware (NIC), or it can be a separate VLAN (on LAN interface)

        540de5ed-bbd9-4f1f-b532-edbd95f28099-image.png

        Second step, set a fixed IP address on the game machines or you can use dhcp too, if you record the IP addresses of the machines in the dhcp server "static mapping" - in this case run dhcp server on the interface which you created in the first step

        1ab72a84-5525-48f5-b987-f67a1d3d1b2d-image.png

        third step: add the default NAT rule of the interface (game interface), so that the interface has an internet connection, so:

        41204bcd-7b7e-4eb0-bcc4-b6ee384e27cf-image.png

        fourth step: create a hybrid outbound NAT mapping containing the IPs of the gaming machines (with / 32 subnets (no / 24!)), so:

        89e1927b-1a1d-4310-aece-9552938f071b-image.png

        step five: turn on UPnP & NAT-PMP for the game interface ONLY to separate game machines from other vulnerable network components

        0dcdca53-f0d4-4cbf-af36-053100fa88a4-image.png

        when you start a game machine (on this separated game interface) you can check the open ports in the menu: Status / UPnP & NAT-PMP

        b35d94a7-3e95-4eb6-87f0-ca40022b9d44-image.png

        As I mentioned on a firewall, UPnP & NAT-PMP is not a really good thing, so you need to separate this intarface.
        if you have any questions, I am at your disposal

        Cats bury it so they can't see it!
        (You know what I mean if you have a cat)

        D R 2 Replies Last reply May 15, 2020, 3:08 PM Reply Quote 3
        • D
          dmd1234498 @DaddyGo
          last edited by May 15, 2020, 3:08 PM

          @DaddyGo Firstly, thank you for walking me through this, I appreciate your time and recognize its value.

          So your guide differs from the one I followed only by adding a static port per-device instead of creating an alias and assigning a static port to it and by allowing UPnP to the entire "Gaming LAN" instead of doing default deny and entering the alias in the "ACL Entries" field. I only have two LANs, one for me and my wife and one for my parent that lives with us. I have three gaming desktops on my LAN (LAN1). I would like to have UPnP work for my two desktops, but not the third. It was my understanding that doing default deny and entering the alias containing the two desktops on which I wish to use UPnP into the "ACL Entries" field would accomplish this. Is this not true?

          1 Reply Last reply Reply Quote 0
          • D
            DaddyGo
            last edited by May 15, 2020, 3:20 PM

            Yes, I’ve run into a lot of obstacles, because of the games (PS4, XBox, etc) in the past, so I think this path of experience is appropriate.

            Because of these dangers (NGFW / UPnP & NAT-PMP), so without UPnP & NAT-PMP it would be a serious job to configure everything, I would further segment the network, if you needed to customize the game locations separately.
            Different game vendors, programmers - they use different ports (once for different purposes), so without UPnP & NAT-PMP it would be a serious job to configure everything.

            Cats bury it so they can't see it!
            (You know what I mean if you have a cat)

            D 1 Reply Last reply May 15, 2020, 4:36 PM Reply Quote 0
            • D
              dmd1234498 @DaddyGo
              last edited by May 15, 2020, 4:36 PM

              @DaddyGo I already did what you instructed over Teamviewer (@work at the moment), so I will check to see what the result is when I get home tonight. Are you suggesting doing a VLAN with just open access to UPnP for the gaming machines and a separate VLAN for the devices I wish to protect? To be honest I really only game on these computers and I am not terribly worried about security. My work stuff stays at work for the most part. This is more just me trying to learn a bit more about networks as I am traditionally a hardware/client-side technician. Also my old Nighthawk was garbage compared to PFsense when it came to download speeds!

              1 Reply Last reply Reply Quote 0
              • D
                DaddyGo
                last edited by May 15, 2020, 5:14 PM

                That's exactly it, so remember in today's world, you will be best surprised, if you experience an attack at home.
                You always have to be prepared, it’s no longer a joke, so there’s pfSense must be used properly.

                We are now past an SSH attack from 800 to 1000 IPs, it was because the networks are interconnected.
                Home to corporate / corporate to home

                Cats bury it so they can't see it!
                (You know what I mean if you have a cat)

                1 Reply Last reply Reply Quote 0
                • D
                  DaddyGo
                  last edited by May 15, 2020, 5:20 PM

                  if I can help you with anything, you know where to find me ☺

                  in case I helped you and you feel this, send one to me this 👍

                  Cats bury it so they can't see it!
                  (You know what I mean if you have a cat)

                  1 Reply Last reply Reply Quote 0
                  • D
                    dmd1234498
                    last edited by dmd1234498 May 15, 2020, 10:57 PM May 15, 2020, 10:57 PM

                    So it is still doing the same thing. I can actually go through the steps and track it back to when the problem starts. It's as soon as I switch to Hybrid NAT and set the mappings. Maybe I am doing that wrong?

                    f20e9288-1358-4d0c-b796-7820868369fc-image.png

                    1 Reply Last reply Reply Quote 0
                    • D
                      dmd1234498
                      last edited by May 15, 2020, 11:03 PM

                      Here is a screen shot of my desktop (192.168.1.5) successfully connecting to online services while my wife's desktop (192.168.1.6) is unable to connect.
                      9cc1c2e6-a74b-4b06-8dd4-33029c160a02-image.png

                      1 Reply Last reply Reply Quote 0
                      • D
                        DaddyGo
                        last edited by DaddyGo May 17, 2020, 12:42 PM May 17, 2020, 10:55 AM

                        Hi,

                        This seems very strange, because it seems like a good setting.
                        Well, then now comes the golden question ??? hihihihi

                        What games are these, on what hardware?
                        Afterwards, we need to read the game descriptions and cummunity experiences.
                        For a long time, I had similar problems in an acquaintance’s system with the following Dead by Daylight (these are individual cases).
                        Inside, it puts all game requests on the same port, hmmmm??? (as if it were just one game)
                        I think games cause this incompatible behavior, what exactly do you experience?

                        please add this
                        45893774-520f-4bbe-b669-b8c29f9d27eb-image.png

                        Cats bury it so they can't see it!
                        (You know what I mean if you have a cat)

                        1 Reply Last reply Reply Quote 0
                        • D
                          dmd1234498
                          last edited by May 18, 2020, 9:27 PM

                          I am only experiencing this on Modern Warfare 2019, though I haven't checked other games yet. That will be my next step. I will get this information to you as soon as I am out of work!

                          1 Reply Last reply Reply Quote 0
                          • D
                            DaddyGo
                            last edited by May 19, 2020, 8:07 AM

                            This question is very interesting, as you will have time and you want to continue and then write down what you have come up with.
                            I’ll read a little bit about Modern Warfare in the meantime, maybe I will find out something that can cause such a problem.

                            BTW, are we talking about two PCs or MACs? These are not consoles?

                            Cats bury it so they can't see it!
                            (You know what I mean if you have a cat)

                            1 Reply Last reply Reply Quote 0
                            • D
                              dmd1234498
                              last edited by May 19, 2020, 1:04 PM

                              These are two Windows 10 desktops. Maybe it has something to do with anti-cheat seeing something weird on the network? Their anti-cheat is really strict. I don't get a "cannot connect" error, rather a "You've been disconnected" error.

                              1 Reply Last reply Reply Quote 0
                              • D
                                DaddyGo
                                last edited by May 19, 2020, 1:27 PM

                                @dmd1234498 said in NAT Issues when playing games on two computers:

                                anti-cheat seeing

                                Does this happen, if you run the same game in a similar environment (win10) on the same network?
                                So what you say makes full sense: "anti-cheat seeing"
                                Have you tried to find out about this from the game manufacturer or publisher?

                                Cats bury it so they can't see it!
                                (You know what I mean if you have a cat)

                                1 Reply Last reply Reply Quote 0
                                • D
                                  DaddyGo
                                  last edited by May 19, 2020, 1:41 PM

                                  I'm still thinking of a solution, but it's likely that the game server is monitoring your public IP as well, because it's a pattern for old LAN games.

                                  Cats bury it so they can't see it!
                                  (You know what I mean if you have a cat)

                                  1 Reply Last reply Reply Quote 0
                                  • D
                                    dmd1234498
                                    last edited by May 19, 2020, 5:28 PM

                                    That would really suck because I can't have UPnP going if it's going to screw with that title. It's the only one we play to be honest. You're saying they may be monitoring the WAN instead of the LAN? Forgive my ignorance, I am winging it here lol

                                    1 Reply Last reply Reply Quote 0
                                    • D
                                      DaddyGo
                                      last edited by May 20, 2020, 8:51 AM

                                      One question, both versions of the software (on the two win10 pc) paid versions?
                                      because it can cause problems if not ....😉

                                      LAN - WAN question, the game manufacturers monitor the IP address and game serial number of those logging in to the server, so entering from one address with two identical IDs is not very possible.
                                      Older games, in which case only the internal LAN mode was allowed and it was not possible to play them online

                                      Cats bury it so they can't see it!
                                      (You know what I mean if you have a cat)

                                      1 Reply Last reply Reply Quote 0
                                      • D
                                        dmd1234498
                                        last edited by dmd1234498 May 20, 2020, 6:08 PM May 20, 2020, 6:07 PM

                                        They are both paid versions of the game ☺ I wanted to look a bit more into it last night however we just got evacuated due to some local dam failures and flash flooding. I will get back to you as soon as I can actually go back home lol (assuming my PFSense box isn't under water right now).

                                        1 Reply Last reply Reply Quote 0
                                        • D
                                          DaddyGo
                                          last edited by May 21, 2020, 9:22 AM

                                          I hope everything is fine with you?
                                          Such an "accident" is never missing.
                                          Pls let me know, if everything has returned to the old track

                                          Cats bury it so they can't see it!
                                          (You know what I mean if you have a cat)

                                          1 Reply Last reply Reply Quote 0
                                          27 out of 49
                                          • First post
                                            27/49
                                            Last post
                                          Copyright 2025 Rubicon Communications LLC (Netgate). All rights reserved.
                                            This community forum collects and processes your personal information.
                                            consent.not_received