Community discussions

MikroTik App
 
GlacierFungus
just joined
Topic Author
Posts: 2
Joined: Mon Feb 16, 2015 4:17 pm

Xbox One DMZ?

Mon Feb 16, 2015 8:58 pm

Is there anyway to put Xbox one into DMZ? I've searched this forum, opened up all the ports I was told to open, and I cannot seem to get my NAT open. All the forums on this just seem to end with no resolution, does it work? If you have a fix, please post the Terminal here or something. Thank you ahead of time
 
User avatar
rgraham
Frequent Visitor
Frequent Visitor
Posts: 60
Joined: Thu May 05, 2005 10:50 pm
Location: USA Minneapolis, Minnesota

Re: Xbox One DMZ?

Wed Feb 18, 2015 2:09 am

What I've done is I give my XBOXs a static address in DHCP. Then create the necessary rule to permit that IP address to have full access.
 
GlacierFungus
just joined
Topic Author
Posts: 2
Joined: Mon Feb 16, 2015 4:17 pm

Re: Xbox One DMZ?

Wed Feb 18, 2015 3:02 am

Excellent, I'll give it a try, thanks!
 
francisuk1989
just joined
Posts: 2
Joined: Sat Feb 14, 2015 8:39 pm
Location: United Kingdom
Contact:

Re: Xbox One DMZ?

Sat Feb 21, 2015 1:39 am

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
/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
 
bhesterberg
newbie
Posts: 36
Joined: Wed Jul 06, 2016 8:27 pm
Location: Gifford, IL
Contact:

Re: Xbox One DMZ?

Fri Oct 06, 2017 9:40 pm

I've forwarded all these and still getting moderate or strict at times. What's the word on setting it up in a DMZ?
 
User avatar
pietroscherer
Trainer
Trainer
Posts: 170
Joined: Thu Mar 05, 2015 3:05 pm
Location: RS, Brazil
Contact:

Re: Xbox One DMZ?

Fri Oct 06, 2017 11:33 pm

 
djfrancis
Frequent Visitor
Frequent Visitor
Posts: 78
Joined: Thu Feb 02, 2012 12:01 am

Re: Xbox One DMZ?

Sat Oct 07, 2017 6:38 pm

Hi, disable or remove your xbox rules and try this rules to "make a DMZ". I use them and works very well:
/ip firewall nat
add chain=dstnat protocol=tcp dst-port=!8291 in-interface=YOUR_WAN_INTERFACE action=dst-nat to-addresses=YOUR_XBOX_IP comment="Redirect all TCP traffic except Winbox access to Xbox"
add chain=dstnat protocol=udp in-interface=YOUR_WAN_INTERFACE action=dst-nat to-addresses=YOUR_XBOX_IP comment="Redirect all UDP traffic to Xbox"
Replace YOUR_XBOX_IP to your Xbox IP address and YOUR_WAN_INTERFACE by your interface connected to internet (ether1, pppoe-out,...)

If this rules don't work for you, please check if you have another router before this Mikrotik and check port forwarding. If you don't have any router before your Mikrotik, call to your ISP and check if you have a public IP or if you are behind a NAT or CGNAT network..

Regards.
 
plankanater
Member Candidate
Member Candidate
Posts: 172
Joined: Wed Mar 14, 2012 3:56 am

Re: Xbox One DMZ?

Mon Oct 09, 2017 4:02 am

Setting up UPNP always fixes the strict nat settings for me.

Who is online

Users browsing this forum: No registered users and 19 guests