I have a Routerboard 600 and am trying to get my XBox NAT Type away from “Strict”.
I have done some reading and tried different dst-nat rules and have not had success. Tried also enabling upnp but also had no success.
Does anybody have a good guide on how to get this working properly. The best I can get is using a simple masquerade rule for the network my XBox is currently on. It is connected wirelessly and is on a static IP address.
I am on the very latest version, just upgraded it tonight to 5.14.
I tried moving the rules up and down in order in Winbox, and noticed that the amount of packets and bytes that these rules processed was 0. So they were not doing anything.
My WAN interface is ether1, which is connected to the wall in my apartment. I stay on a school’s campus and they provide the internet. So there is no DSL modem or anything that I use.
A friend of mine though, also stays in the same building and has a Cisco / Linksys router, and he got his setup to work with two XBoxes, so I know it’s not the school’s connection.
0 X ;;; place hotspot rules here
chain=unused-hs-chain action=passthrough to-addresses=0.0.0.0
1 X chain=dstnat action=dst-nat to-addresses=192.168.0.253 protocol=tcp src-address=10.10.10.175 dst-address=10.10.51.55 in-interface=ether1
2 X chain=dstnat action=dst-nat to-addresses=192.168.0.253 protocol=udp src-address=10.10.10.175 dst-address=10.10.51.55 in-interface=ether1
3 chain=srcnat action=masquerade src-address=192.168.0.0/24 dst-address=0.0.0.0/0
4 X chain=srcnat action=masquerade src-address=192.168.1.0/24 dst-address=0.0.0.0/0
5 chain=srcnat action=masquerade src-address=192.168.60.0/24 dst-address=0.0.0.0/0
6 ;;; XBox Live
chain=dstnat action=dst-nat to-addresses=192.168.60.15 protocol=udp dst-address-type="" in-interface=ether1 dst-port=3074
7 ;;; XBox Live
chain=dstnat action=dst-nat to-addresses=192.168.60.15 protocol=tcp in-interface=ether1 dst-port=3074
8 ;;; XBox Live
chain=dstnat action=dst-nat to-addresses=192.168.60.15 protocol=udp in-interface=ether1 dst-port=80
192.168.60.0 is my wireless network, the XBox has a manually configured IP address of 192.168.60.15. Should this be DHCP with a reservation instead?
192.168.0.0 is my wired network on ether2, and 192.168.1.0 is my second wired network on ether3 which I am not using right now.
ether1 is plugged into the wall which I am getting a static IP based on a reservation from the campus servers of 10.10.51.55. Rule 1 and 2 is what I use to access my PC from my office as I work on campus as well.
Use the rules I originally gave you. They work, I use them everyday. Except this time don’t mess up when you put them in. You used port 80 instead of 88 with my rules.
53 and 80 are DNS and HTTP traffic and will have no effect on your NAT type (they don’t on mine anyway).