I have used the link below to identify and open the required ports for an Xbox One.
http://support.xbox.com/en-US/xbox-one/ ... -xbox-live
Here are the rules being used, where xbox ip address = the reserved local IP address of the Xbox
Code: Select all
/ip firewall filter=
add chain=forward comment="xbox filter rules - TCP" dst-port=53,80,3074 protocol=tcp
add chain=forward comment="xbox filter rules - UDP" dst-port=53,500,3544,3074,4500 \
protocol=udp
/ip firewall nat
add action=dst-nat chain=dstnat comment="xbox one NAT rules - UDP" dst-port=\
3074,88,500,3544,4500,53,3075 in-interface=ether1-gateway protocol=udp \
to-addresses=xbox ip address
add action=dst-nat chain=dstnat comment="xbox one NAT rules - TCP" dst-port=\
53,80,3074,3075 in-interface=ether1-gateway protocol=tcp to-addresses=\
xbox ip address
Question -
Are the NAT rules sufficient for an Xbox even though the type shows as Moderate or do I need the filter rules as well for multi-player games to work properly?
I am hoping someone with an Xbox who plays such games can weigh in.
Thanks in advance.