My game doesn't work under RouterOS
Posted: Sat Dec 07, 2013 7:21 pm
I have been pulling my hair out of this one. There is a game called Smite I used to play about 6 months back. About that time I got a RouterBOARD 2011UiAS. Since then I couldn't play the game at all, but everything else was working. At the time I thought it was a bug with Smite as it was still in beta. Since the game was "ok" I didn't really bother with it.
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.
Any ideas? The RB750 I was using doesn't do anything else. I just use it for when I have to use a router on the road.
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