Hello everyone well my question is simple i have been trying to simple port forward some ports so Steam could work but i have no luck at all.
The ports required for steam are these
UDP 3478 (Outbound)
UDP 4379 (Outbound)
UDP 4380 (Outbound)
I called my ISP provider but they dont know anything about these issue and they keep telling me that the ports are open but they are not. Please help me with these issue i have read alot in the forum but i just cant find the correct answer for these. Btw im ussing Mikrotik for connection to my ISP antena and another router for wireless connection in my house. The only rule i have its these.
Here is the export of my firewall config. Hope you guys can help me with these im not experienced with these kind of routers thanks!
set enabled=yes generic-timeout=10m icmp-timeout=10s tcp-close-timeout=10s
tcp-close-wait-timeout=10s tcp-established-timeout=1d tcp-fin-wait-timeout=
10s tcp-last-ack-timeout=10s tcp-syn-received-timeout=5s
tcp-syn-sent-timeout=5s tcp-syncookie=no tcp-time-wait-timeout=10s
udp-stream-timeout=3m udp-timeout=10s
/ip firewall filter
add action=accept chain=input comment=“default configuration” disabled=yes
protocol=icmp
add action=accept chain=input comment=“default configuration” connection-state=
established disabled=yes
add action=accept chain=input comment=“default configuration” connection-state=
related disabled=yes
add action=drop chain=input comment=“default configuration” disabled=yes
in-interface=wlan1-gateway
/ip firewall nat
add action=masquerade chain=srcnat disabled=no out-interface=wlan1-gateway
src-address=192.168.1.0/24
/ip firewall service-port
set ftp disabled=no ports=21
set tftp disabled=no ports=69
set irc disabled=no ports=6667
set h323 disabled=no ports=3478,4379,4380
set sip disabled=no ports=5060,5061 sip-direct-media=yes
set pptp disabled=no