Hiya,
I’ve having some issues getting my xbox 360 and upnp to play nicely. It currently reports my NAT as being moderate. I’ve enabled upnp, set ether-1 as external, set ether-2 as internal and also tried setting ether-5 (my 360s port) to internal. Nothing seems to work, no rules get added under firewall => nat as I assume they should ![]()
I’m pretty much running the default config on my new RB951G-2HnD running 5.23. I’ve changed the dhcp pool ip’s to 192.168.1.50-192.168.1.255 and the router IP to 192.168.1.1.
[admin@MikroTik] > /ip firewall filter print
Flags: X - disabled, I - invalid, D - dynamic
0 ;;; default configuration
chain=input action=accept protocol=icmp
1 ;;; default configuration
chain=input action=accept connection-state=established
2 ;;; default configuration
chain=input action=accept connection-state=related
3 X ;;; default configuration
chain=input action=drop in-interface=ether1-gateway
[admin@MikroTik] > /ip firewall nat print
Flags: X - disabled, I - invalid, D - dynamic
0 ;;; default configuration
chain=srcnat action=masquerade to-addresses=0.0.0.0
out-interface=ether1-gateway
[admin@MikroTik] > /ip upnp print
enabled: yes
allow-disable-external-interface: yes
show-dummy-rule: yes
[admin@MikroTik] > /ip upnp interfaces print
Flags: X - disabled
# INTERFACE TYPE FORCED-EXTERNAL-IP
0 ether1-gateway external
1 ether2-master-local internal
2 ether5-slave-local internal
Am I doing something wrong?