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

    Windows Defender and pfSense

    Scheduled Pinned Locked Moved NAT
    39 Posts 5 Posters 4.8k 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.
    • johnpozJ
      johnpoz LAYER 8 Global Moderator
      last edited by johnpoz

      @nthly said in Windows Defender and pfSense:

      TCP: 3074, 27014-27050
      UDP: 3478, 4379-4380, 27000-27031, 27036

      And is there anything in front of pfsense? Does pfsense have public IP on its wan? Did you validate that all those ports actually get to pfsense.. Simple enough to do from out on the internet create traffic on those ports... Do they hit pfsense, do they get forwarded to where pfsense was told to send them.. If so then any issues your having has nothing to do with pfsense.

      Here is one thing I know for SURE... The documentation given by game makers for what ports are required for their games is very LACKING to put it nicely.. They almost never clearly state what ports are need to be allowed outbound and what are needed to be forwarded. I see for example 53 and 80 stated all the time.. You sure and the F are not going to be forwarding 53 inbound to your PC or console.. And 80 inbound is blocked by many a ISP so good luck getting your game to work if that is needed inbound..

      Does your NAT come up OK if you enable UPnP? If so look to see what ports are being opened..

      Part of the problems with many of these games is they need the source to match the dest port. So for example in your 3074 example the game might create a connection to 3074 outbound, from source port 3074... Out of the box pfsense when it does outbound nat will change that source port to something esle.. That is how NAPT works... Unless you tell pfsense to do its outbound nat static.. And not change that source port..

      This is where the game makers really need to step up their game on documentation of how their games actually function through a firewall..

      Allowing UPnP to be used - should show you what the game is wanting to do.. So you can do it with manual forwarding. And manipulation of your outbound nats (if needed).

      An intelligent man is sometimes forced to be drunk to spend time with his fools
      If you get confused: Listen to the Music Play
      Please don't Chat/PM me for help, unless mod related
      SG-4860 24.11 | Lab VMs 2.8, 24.11

      N 1 Reply Last reply Reply Quote 0
      • N
        Nthly
        last edited by Nthly

        @ johnpoz. I do not believe being anything wrong with pfSense. I am just unable to understand what am i doing wrong.

        I see, I believe you have a good point. Game makers are all secretive, sloppy maybe? About what the requirements are. Nothing is really documented. I believe the assumption is, "You Wire your PC to the Modem. Period".
        While that may be useful for gaming, it may be kinda problematic for everything else. But again the former is certainly a possibility.
        I'm now asking myself, should i buy a switch and plug in my PC into om DMZ dedicated Ethernet card and plug it back to my switch every time i want to play, ir can i do something else that may allow my pc to move to an un-firewalled ares for the time i wish to play?

        1 Reply Last reply Reply Quote 0
        • johnpozJ
          johnpoz LAYER 8 Global Moderator
          last edited by

          I can almost promise you some of those ports need to use specific source port.. Which NAPT breaks by its very nature..

          Takes all of 2 minutes to enable UPnP validate your game gives the correct NAT you want, and then look to see what ports and if static or not were opened.. Then create those in port forwards and outbound nat configurations.

          An intelligent man is sometimes forced to be drunk to spend time with his fools
          If you get confused: Listen to the Music Play
          Please don't Chat/PM me for help, unless mod related
          SG-4860 24.11 | Lab VMs 2.8, 24.11

          N 3 Replies Last reply Reply Quote 0
          • KOMK
            KOM @Nthly
            last edited by

            @nthly Yes, but what does that have to do with Windows Defender and pfSense, the title of this post??? Granted I can't really tell what the original post was about due to it being deleted.

            N 1 Reply Last reply Reply Quote 0
            • N
              Nthly @KOM
              last edited by

              @kom
              my bad, here is the copy of it.

              "
              N
              Nthly about 2 hours ago

              Hello,

              i am running pfSense before my desktop which runs windows 10. Windows 10 has defender that does some fire-walling. My question is, what should I do with Defender, keep it, disable it, or customize either pfSense or Defender so not to run into issues, and what issues may i expect from this combo?"

              1 Reply Last reply Reply Quote 0
              • N
                Nthly @johnpoz
                last edited by

                @johnpoz
                Thank you. I will try to see if i can do as you described.

                1 Reply Last reply Reply Quote 0
                • N
                  Nthly @johnpoz
                  last edited by Nthly

                  @johnpoz
                  Nothing in front of pfSense, it is running and i use some of my devices with it, including Xbox over a dedicated NIC and LANDMZ with UPnP enabled and firewall disabled completely. That is the only way i was able to have an open NAT with it.
                  The rest is a bit hard for me as first i have to become familiar on a few things, before being able to understand how to do it. The ISP said they are not filtering any ports.

                  1 Reply Last reply Reply Quote 0
                  • N
                    Nthly @johnpoz
                    last edited by Nthly

                    @johnpoz

                    I did it, I now have an open NAT.

                    What i did is the following.
                    Assign a static Mapping to the PC. (I had already done this). Added static ports.
                    Firewall > Aliases > Create an Alias for my gaming pc.
                    Firewall > NAT > Outbound > add PC there > add pc to ACL.
                    Port Forwarding was already created for the specific game.

                    Tested the game and it has now open NAT.

                    I thank everyone for pointing me in the right direction. I have another question. Is what i have done correct or would it expose me to some atrocious threats?

                    1 Reply Last reply Reply Quote 0
                    • johnpozJ
                      johnpoz LAYER 8 Global Moderator
                      last edited by johnpoz

                      You did what? You set everything from that PC to be static outbound? Yeah that is NOT the right way to do it.. Unless that PC is the only device on your network behind the napt..

                      What I said to do was look to see which ports the game used that were static, and then set those up as static outbound.. Not EVERY connection from the PC..

                      Your going to run into issues with such a setup.. What happens when device A used port X as source.. And then your PC wants to use X as source as well.. Now what happens? The more devices you have the more sessions they create the more likely you going to conflict with the source ports the PC wants to use.

                      You need to find the ports the game uses that require static source ports. Not set every port your pc ever uses on every connection as static.

                      An intelligent man is sometimes forced to be drunk to spend time with his fools
                      If you get confused: Listen to the Music Play
                      Please don't Chat/PM me for help, unless mod related
                      SG-4860 24.11 | Lab VMs 2.8, 24.11

                      1 Reply Last reply Reply Quote 0
                      • N
                        Nthly
                        last edited by Nthly

                        Oh... hmmm.
                        i may have to do some more digging then.
                        Sadly, I believe my whole setup is well, how to put it, just ... meh.

                        1 Reply Last reply Reply Quote 0
                        • N
                          Nthly
                          last edited by

                          Does anyone know of a good and easy book that would help me with the basic of networking so that i may be better equipped (and use it as a reference) to better follow advice on this forum and/or the available manual?

                          1 Reply Last reply Reply Quote 0
                          • johnpozJ
                            johnpoz LAYER 8 Global Moderator
                            last edited by

                            Have you read the pfsense book?
                            Linked too in my sig..

                            Or you looking for something more basic to tcp?

                            An intelligent man is sometimes forced to be drunk to spend time with his fools
                            If you get confused: Listen to the Music Play
                            Please don't Chat/PM me for help, unless mod related
                            SG-4860 24.11 | Lab VMs 2.8, 24.11

                            1 Reply Last reply Reply Quote 0
                            • N
                              Nthly
                              last edited by

                              I am reading the pfSense book here and there, meaning as needed. Yeah, i definitely need something more basic, to fill in some knowledge the pfSense book assumes.

                              1 Reply Last reply Reply Quote 0
                              • johnpozJ
                                johnpoz LAYER 8 Global Moderator
                                last edited by

                                Have you checked out
                                http://www.tcpipguide.com/

                                An intelligent man is sometimes forced to be drunk to spend time with his fools
                                If you get confused: Listen to the Music Play
                                Please don't Chat/PM me for help, unless mod related
                                SG-4860 24.11 | Lab VMs 2.8, 24.11

                                N 1 Reply Last reply Reply Quote 0
                                • N
                                  Nthly @johnpoz
                                  last edited by

                                  @johnpoz Thank you very much. I will work a bit with it. Whenever i need to lknow what the pfSense book is talking about i can fall back on the TCP/IP guide.

                                  1 Reply Last reply Reply Quote 0
                                  • N
                                    Nthly @johnpoz
                                    last edited by

                                    @johnpoz

                                    What does it mean to validate my game? How can i do so? Where do i look for what ports are open and if static or not?

                                    1 Reply Last reply Reply Quote 0
                                    • johnpozJ
                                      johnpoz LAYER 8 Global Moderator
                                      last edited by

                                      When you enable UPnP - you can look in the interface of UPnP and see what ports got opened and if static or not, etc.

                                      An intelligent man is sometimes forced to be drunk to spend time with his fools
                                      If you get confused: Listen to the Music Play
                                      Please don't Chat/PM me for help, unless mod related
                                      SG-4860 24.11 | Lab VMs 2.8, 24.11

                                      N 1 Reply Last reply Reply Quote 0
                                      • N
                                        Nthly @johnpoz
                                        last edited by Nthly

                                        I reversed the modifications i previously had done.
                                        I restored pfSense to a previous configuration.
                                        I enabled UPnP on my LAN as well. Nothing shows up under StatusUPnP & NAT-PMP. It is completely empty.
                                        As far as firewall logs go, nothing from my PC tries to connect to any of the ports listed by the game provider. Yet i keep having that strict NAT.

                                        in the states all i can see is this:

                                        LAN udp .192.168.xxx.xxx:3074 -> 185.34.107.128:3074 MULTIPLE:MULTIPLE 117 / 2 6 KiB / 86 B
                                        LAN tcp .192.168.xxx.xxx:65145 -> 185.34.107.238:3074 ESTABLISHED:ESTABLISHED 296 / 287 63 KiB / 151 KiB
                                        LAN tcp .192.168.xxx.xxx:49240 -> 52.200.29.218:3074 CLOSED:SYN_SENT 2 / 0 104 B / 0 B
                                        LAN tcp .192.168.xxx.xxx:49241 -> 52.200.29.218:3074 CLOSED:SYN_SENT 3 / 0 156 B / 0 B
                                        LAN tcp .192.168.xxx.xxx:49242 -> 52.200.29.218:3074 CLOSED:SYN_SENT 1 / 0 52 B / 0 B
                                        LAN tcp .192.168.xxx.xxx:49244 -> 52.204.177.40:3074 CLOSED:SYN_SENT 3 / 0 156 B / 0 B
                                        LAN udp .192.168.xxx.xxx:3074 -> 199.116.119.101:30380 MULTIPLE:MULTIPLE 46 / 43 6 KiB / 32 KiB

                                        1 Reply Last reply Reply Quote 0
                                        • N
                                          Nthly
                                          last edited by Nthly

                                          Is this the right way to do what I am trying to do?

                                          https://www.youtube.com/watch?v=whGPRC9rQYw

                                          Is the person in the video showing "the right way"?

                                          1 Reply Last reply Reply Quote 0
                                          • johnpozJ
                                            johnpoz LAYER 8 Global Moderator
                                            last edited by johnpoz

                                            States can show you sure.. But just look in the UPnP interface.. It shows you what was requested and what was opened.
                                            0_1545332639902_status.png

                                            An intelligent man is sometimes forced to be drunk to spend time with his fools
                                            If you get confused: Listen to the Music Play
                                            Please don't Chat/PM me for help, unless mod related
                                            SG-4860 24.11 | Lab VMs 2.8, 24.11

                                            N 1 Reply Last reply Reply Quote 0
                                            • First post
                                              Last post
                                            Copyright 2025 Rubicon Communications LLC (Netgate). All rights reserved.