Community discussions

MikroTik App
 
MrBucket101
just joined
Topic Author
Posts: 3
Joined: Tue Feb 12, 2013 6:45 am

UPnP creating duplicate rules

Fri Sep 26, 2014 3:59 am

I have a bit of a weird situation. I have two xbox ones on my network, and I would like to provide both of them with an Open NAT for Xbox Live.

Xbox Live primarily uses port 3074 udp. If the xbox determines that port 3074 is not available, then it will attempt to connect through a randomly generated port. In a best case scenario, one xbox will have an open NAT, the other will have a moderate NAT.

Having two xboxes, the first xbox that is turned on claims port 3074, while the second attempts to use a random port. I have one xbox that I use more than the other, so I went ahead and defined NAT rules for that xbox; that way it will always have an open NAT.
 0   ;;; Xbox Live
     chain=dstnat action=dst-nat to-addresses=10.254.6.43 to-ports=3074 
     protocol=tcp src-address=!10.254.6.0/24 in-interface=ether1-gateway 
     dst-port=3074 

 1   chain=dstnat action=dst-nat to-addresses=10.254.6.43 to-ports=3074 
     protocol=udp src-address=!10.254.6.0/24 in-interface=ether1-gateway 
     dst-port=3074 

 2   chain=dstnat action=dst-nat to-addresses=10.254.6.43 to-ports=88 
     protocol=udp src-address=!10.254.6.0/24 in-interface=ether1-gateway 
     dst-port=88 

Due to the 2nd xbox trying to use a random port, I enabled UPnP to facilitate this. The problem I am running into is that the second xbox is generating a dynamic NAT rule for port 3074. Which I have already defined a static rule for.

It was my understanding that the tik should not allow a duplicate NAT rule to be created, and that it should report back to the xbox that this port is unavailiable, correct?

This issue has been plaguing me for a while now, and I cannot seem to come up with a viable solution. If I disable the static NAT rule, then both xbox's have a moderate NAT, or a strict/moderate NAT. Both of which can affect gameplay.

Xbox1 has IP 10.254.6.43
Xbox2 has IP 10.254.6.38
both are static.
 
MrBucket101
just joined
Topic Author
Posts: 3
Joined: Tue Feb 12, 2013 6:45 am

Re: UPnP creating duplicate rules

Thu Oct 02, 2014 12:18 am

bump
 
User avatar
SeaburyNorton
Frequent Visitor
Frequent Visitor
Posts: 65
Joined: Tue Sep 28, 2010 9:39 pm

Re: UPnP creating duplicate rules

Wed Jan 28, 2015 6:39 pm

I have a similar issue. When it was just one xbox360 on the network, upnp always created open NAT. Now that there is a 360 and an XBone, they're both getting moderate nat. UpNp enabled still. Would love to get a proper solution to this.

Who is online

Users browsing this forum: No registered users and 67 guests