• Age of Empires 2 and Network play

    Locked
    3
    0 Votes
    3 Posts
    6k Views
    B
    Make sure UPnP is turned off on both ends. I've never been able to get an AOE II game to work correctly when having it enabled.
  • Wii rules straight from Sony and designed for pfSense

    Locked
    5
    0 Votes
    5 Posts
    5k Views
    Z
    ive turned on the static port option in the manual nat rules as well, and that doesnt seem to make any difference either
  • HELP–PFsense IPsec For Gaming (warcraftIII DOTA )

    Locked
    6
    0 Votes
    6 Posts
    7k Views
    S
    Hi, Did you mean pfSense does not support doing broadcasting over the IPsec tunnel?? Its not ment to be. Simply use Lancraft for clients dude :D http://www.lancraftwc3.com/2008/04/what-is-lancraft.html Start ur lancraft only on wc3 client and insert Wc3 Server IP. Then start game and u will see hosted langame. OPENVPN in brigdemode would work but is waste of effort. Cya
  • NAPT type and filtering for multiple Xbox 360 - no UPnP

    Locked
    4
    0 Votes
    4 Posts
    7k Views
    J
    Anyone? Perhaps I should post in the NAT forum.
  • MOVED: caching problem for game update

    Locked
    1
    0 Votes
    1 Posts
    2k Views
    No one has replied
  • Potential New XBoxLive / XBox 360 HOWTO for Review and Comment

    Locked
    4
    0 Votes
    4 Posts
    7k Views
    R
    I decided to put up a new-improved version for the benefit of future readers.  Please continue to comment.  The information content should be the same. –- PFSense XBox360 Setup NAT / Portforward WAN port 3074 to the XBox360 port 3074. NAT / Outbound Select:         (*)  Manual Outbound Rule Generation Create rules for each of your subnets.  Set "Static Port" to "YES"       on the subnet with the XBox360, "NO" on the others. My rules look like this, the XBox 360 is on the       192.168.243.0/24 network: WAN  192.168.240.0/24  *  *  *  *  *  NO           WAN  192.168.241.0/24  *  *  *  *  *  NO           WAN  192.168.243.0/24  *  *  *  *  *  YES XBox's network test declared the connection as "Strict" before setting       "Static Port", moving up to "Moderate" after setting "Static Port" Create a Fireall / Rule for WAN allowing the portforward of 3074 to get   through to the xbox360 port 3074: TCP/UDP  *        *          xbox360        3074 Create the following firewall rules allowing outgoing traffic from the   subnet hosting the XBox360 (Indicated here as "LAN_Net"): TCP/UDP  LAN_Net  *          IF IP Address  53(DNS)       TCP/UDP  LAN_Net  *          *              80(HTTP)       TCP/UDP  LAN_Net  *          *              88(KEREBOS)       TCP/UDP  LAN_Net  3074        *              1024-65535       TCP/UDP  LAN_Net  1024-65535  *              3074 That is all you have to do.  If you want to understand more, read the   explanation below. Explanation This setup assumes that you want to constraint the xbox360 as much as   possible without any compromises on the XBox functionality or play. Microsoft says to "open" or "Forward" ports 88 and 3074.  This is both   unnecessary and insufficient for pfsense if you have a "Default Deny"   rule-set.  I assume that these directions are appropriate for other   routers because of router behavior that Microsoft has assumed but not   stated. 88 is for kerebos authentication.  You have to let it out, but if you   are doing NAT then the NAT engine will generate a transient rule to   let the reponse in.  No port-forward is necessary.  If you put a port   forward in place for port 88, then no other machine on your network   will be able to use kerebos, since all responses will come back to   your XBox360! 3074 is used for all communication, but in various ways.  During play,   all communication goes out through 3074.  Some other players appear to   receive their incoming communication only on 3074, others on apparently   random registered and dynamic port numbers.  A single one minute trace   contained ports from 3976 to 63789.  You can block outgoing traffic   except for destination ports 88 and 3074 and receive an "Open" rating   (The highest) from the XBoxLive connection test, but as you play, there   will be many outgoing packets going to registered and dynamic ports   that are blocked.  You will seem to be much harder to kill. Since all outgoing communication during play originates on port 3074,   it would seem to make sense to move the 3074 requirement from the   destination to the source, restricting your xbox to sending on 3074   but allow it to send to any port.  This would enable your xbox to   contact all other players.  With this change, you will be able to   play fine, an examination of your Firewall log will not show anything   blocked, and Packet Capture will not show any packets being sent to   anything you have blocked.  However the XBoxLive connection test will   fail completely, saying that your MTU is too small.  This is not true;   the XBoxLive connection test sends from ports 1258, 1259, maybe 1257,   and less frequently on 1256.  Those packets are blocked from going   out.  Microsoft is testing on ports not being used for play, and   playing on ports not tested! In all observed cases either the source or destination was port 3074. Short of openning everything wide, allow both: Source (xbox) on port 3074 to any registered (1024-49151) or         dynamic (49152-65536) port.   and         Source (xbox) on any registered (1024-49151) or dynamic         (49152-65536) port to destination port 3074. This appears to be the tightest constraint that provides an "Open"   XBoxLive connection and does not block any packets during test or play. I have not seen any xbox traffic to date (other than 53(DNS) or   80(HTTP) or 88(Kerebos) that did not have 3074 as either the soure or   the destination port.
  • Steam and Dual Wan

    Locked
    2
    0 Votes
    2 Posts
    4k Views
    jimpJ
    Did you get this working? I seem to recall someone asking about this on IRC last night, thought the nickname was the same. If so you might post a little summary here in the thread in case someone else comes along and wants the answer.
  • 0 Votes
    8 Posts
    9k Views
    F
    Yes, by going to Firewall>Nat>Outbound>Manual outbound rule generation and disabling "static port" on the rule I created there.  I had to create a static port rule to fix other NAT issues I had with BF:1943(PS3), Men of War and also my son's Nintendo DS not connecting to his friend's game.
  • Need some clarification

    Locked
    17
    0 Votes
    17 Posts
    12k Views
    B
    seems odd that an ISP would arbitrarily block a high range port (mainly they just do that for things like port 25 etc..) this may be a silly question, but I didn't specifically see it addressed, is there a firewall on the actual L4D2 server box? I had issues setting up an L4D2 server (issues relating to NAT reflection i believe) I went to 2.0 and it all just worked. For my server all I forward in from the outside is 27015 UDP I don't even use the manual outbound NAT with static ports (Valve has resolved alot of the NAT issues) Let me know if you want any more detail on how mine is setup
  • Anyone able to acheive open NAT for COD MW2 on the PC?

    Locked
    6
    0 Votes
    6 Posts
    8k Views
    T
    Ok so I was getting ready to throw in the towel and decided to give a UPnP a shot. Guess what it works! No need for anything, not even port forwarding. Is this an anomaly as I have read that UPnP in PF is not very useful. Anyway I'm glad I give this a shot and hope this may help someone else.
  • 5 pcs, 5 Static ip's one game with one port

    Locked
    12
    0 Votes
    12 Posts
    9k Views
    B
    I will give that a try when i get the chance. Thank you all for the help :) ill let yall know if it worked
  • Poor ping in L4D2 listening server.

    Locked
    6
    0 Votes
    6 Posts
    7k Views
    V
    Sorry, newest version (1.2.3 release), full install to HDD. [image: pfsense.jpg] [image: pfsense.jpg_thumb]
  • Xbox 360 and dual wan? (w/diagram)

    Locked
    3
    0 Votes
    3 Posts
    5k Views
    L
    That's the correct way. Anything on the lan should be before the firewall.
  • Disable Xbox

    Locked
    3
    0 Votes
    3 Posts
    7k Views
    E
    To block WoW, you could block connections on your LAN with destination port 3724.  I don't know whether it is TCP or UDP, though.  This will block attempts to log in from the game client.
  • PfSense and Latency

    Locked
    5
    0 Votes
    5 Posts
    7k Views
    Y
    For just a single player with online gaming, and not much other traffic from your LAN at the same time, the SMC gateway that Comcast ships with their biz installs is actually quite a powerful little gateway.  The advantages of PFSense with its QoS will not come into play.  There are certain setups to setup your own router from behind the SMC so your own router gets the next static IP in your block, effectively bypassing the router/NAT features of the SMC, and if you use PFSense and you have quite a bit of other LAN traffic, the QoS/traffic shaping abilities that PFSense has will help out your online gaming quite a bit.
  • 3 xbox's behind pfsense cannot play with each other - help

    Locked
    3
    0 Votes
    3 Posts
    5k Views
    GruensFroeschliG
    Since you have 1:1 mappings, you try to access the external public IP from the inside. Meaning a request comes from the LAN, goes to the WAN and should go back into the LAN. This is not possible. (Due to the way NAT works). Also 1:1 NAT does not work with NAT reflection. Why do you use 1:1 NAT? Is upnp not working for you to forward the ports dynamically? If you could use dynamically created normal NAT mappings, you could try to enable NAT reflection.
  • CS:1.6 & W:ET UDP

    Locked
    2
    0 Votes
    2 Posts
    4k Views
    GruensFroeschliG
    Can you post screenshots of your firewall, nat, aon rules? From where do you connect? How is your network set up? (ASCII art?) if someone connects from external side, what is the error they get? Any entries in the firewall log? Any entries in the server log? What does a TCP dump on the WAN show?
  • 2 x XBOX 360 and WHS

    Locked
    1
    0 Votes
    1 Posts
    3k Views
    No one has replied
  • World of Warcraft with Higher than normal latency

    Locked
    10
    0 Votes
    10 Posts
    12k Views
    R
    Would device polling be a detriment here? I wonder because Im in the exact same situation as the OP.
  • UPnP With Bridging

    Locked
    2
    0 Votes
    2 Posts
    5k Views
    jimpJ
    Try this: http://forum.pfsense.org/index.php/topic,13887.msg94807.html#msg94807
Copyright 2025 Rubicon Communications LLC (Netgate). All rights reserved.