Take 6 months down the line and I had just installed pfSense at a customer's location and on a whim I try the game again. After patching it works. Confused I used a crap backup linksys router and it still works. I use a rb750 I carry around with me and it doesn't work. So now I am confused.
For the sake of argument, lets asume its the router. I have done the whole reinstall of the game and support's answer was "use another router". Even if I don't play the game again, its driving me crazy on why a default installation of pfSense or a linksys works fine, but a very basic RouterOS settings blocks it.
Here is the Firewall filter and ip setup, as I said, basic.
Code: Select all
/ip firewall nat
add action=masquerade chain=srcnat comment="Added by webbox" out-interface=WAN0 src-address=192.168.8.0/24
/ip firewall filter
add chain=input comment="General Rules" connection-state=established
add chain=input connection-state=related
add action=drop chain=input connection-state=invalid
add chain=input in-interface=LAN0
add action=drop chain=input
add chain=forward connection-state=established
add chain=forward connection-state=related
add action=drop chain=forward connection-state=invalid
add chain=forward in-interface=LAN0
add action=drop chain=forward