You are on page 1of 1

Hello 8)

Just wonted to post my NAT rules as theses work for me on v6.27 - Just replace
192.168.1.6 with you Xbox One LAN IP :)

Ports i used from the Microsoft Xbox Live website;


http://support.xbox.com/en-GB/xbox-one/ ... -xbox-live

Code: Select all

/ip firewall nat


add chain=dstnat action=dst-nat to-addresses=192.168.1.6 to-ports=3074 protocol=tcp
dst-port=3074 log=no
add chain=srcnat action=src-nat to-addresses=192.168.1.6 to-ports=3074 protocol=udp
src-port=3074 log=no
add chain=srcnat action=src-nat to-addresses=192.168.1.6 to-ports=500 protocol=udp
src-port=500 log=no
add chain=srcnat action=src-nat to-addresses=192.168.1.6 to-ports=3544 protocol=udp
src-port=3544 log=no
add chain=srcnat action=src-nat to-addresses=192.168.1.6 to-ports=4500 protocol=udp
src-port=4500 log=no

You might also like