Xbox Live Open NAT, Filter Rules necessary?
Posted: Fri Aug 14, 2015 3:17 pm
Hi,
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
With the following rules in place the NAT shows as open in the Xbox Console. I have concerns about opening all those ports at the router. I have read the forums where users indicated the filter rules are not necessary, only NAT rules are. When I only use the NAT rules above, the NAT type in the Xbox shows as moderate. I, however, cannot attest functionality with or without the filter rules running. I am told the functionality for voice over/communication in multi-player games does not function properly without Open NAT listed.
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.
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.