Hey fellow mikrotik enthusiasts!
I recently discovered this device: RB2011UiAS-2HnD-IN.
It solved alot of problems in my home network but i cant seem to fix 1 thing…
… forward a specific port 64738, this port is used by mumble to connect but it just wont open on my mikrotik ![]()
I have tried several youtube videos, posts on the forum internet tutorials, none seem to work.
I have tried to give all information asked in other topics, posted below:
And thanks for helping me out! ![]()
###########################################################
Starting Nmap 7.01 ( https://nmap.org ) at 2017-11-26 13:52 UTC
Nmap scan report for 39-162-ftth.onsbrabantnet.nl (88.159.162.39)
Host is up (0.00034s latency).
PORT STATE SERVICE
64738/tcp closed unknown
Nmap done: 1 IP address (1 host up) scanned in 1.88 seconds
print of firewall nat
###########################################################
[admin@MikroTik] > ip firewall nat print
Flags: X - disabled, I - invalid, D - dynamic
0 ;;; defconf: masquerade
chain=srcnat action=masquerade out-interface-list=WAN
ipsec-policy=out,none
1 chain=dstnat action=dst-nat to-addresses=192.168.1.73 to-ports=22
protocol=tcp in-interface=ether1 dst-port=22 log=no log-prefix=“”
2 chain=dstnat action=dst-nat to-addresses=192.168.1.73 protocol=tcp
dst-address=88.159.162.39 in-interface=ether1 dst-port=22 log=no
log-prefix=“”
3 chain=dstnat action=dst-nat to-addresses=192.168.1.73 protocol=tcp
dst-address=88.159.162.39 in-interface=ether1 dst-port=64738 log=no
log-prefix=“”
4 chain=dstnat action=dst-nat to-addresses=192.168.1.73 to-ports=64738
protocol=tcp in-interface=ether1 dst-port=64738 log=no log-prefix=“”
5 chain=srcnat action=masquerade out-interface=ether1 log=no log-prefix=“”
###########################################################
Print of firewall filter:
###########################################################
[admin@MikroTik] > ip firewall filter print
Flags: X - disabled, I - invalid, D - dynamic
0 D ;;; special dummy rule to show fasttrack counters
chain=forward action=passthrough
1 ;;; defconf: accept established,related,untracked
chain=forward action=accept
connection-state=established,related,untracked log=no log-prefix=“”
2 ;;; defconf: drop invalid
chain=input action=drop connection-state=invalid log=no log-prefix=“”
3 ;;; defconf: accept ICMP
chain=input action=accept protocol=icmp log=no log-prefix=“”
4 ;;; defconf: drop all not coming from LAN
chain=input action=accept in-interface-list=!LAN log=no log-prefix=“”
5 ;;; defconf: accept in ipsec policy
chain=forward action=accept log=no log-prefix=“” ipsec-policy=in,ipsec
6 ;;; defconf: accept out ipsec policy
chain=forward action=accept log=no log-prefix=“” ipsec-policy=out,ipsec
7 ;;; defconf: fasttrack
chain=forward action=fasttrack-connection
connection-state=established,related log=no log-prefix=“”
8 ;;; defconf: accept established,related, untracked
chain=forward action=accept
connection-state=established,related,untracked log=no log-prefix=“”
9 ;;; defconf: drop invalid
chain=forward action=drop connection-state=invalid log=no log-prefix=“”
10 ;;; defconf: drop all from WAN not DSTNATed
chain=forward action=accept connection-state=established,related,new
connection-nat-state=!dstnat in-interface-list=WAN log=no log-prefix=“”
11 chain=forward action=accept connection-state=established,related,new log=n>
log-prefix=“”
12 chain=forward action=accept protocol=icmp log=no log-prefix=“”
13 chain=forward action=accept connection-state=established log=no
log-prefix=“”
14 chain=forward action=accept connection-state=related log=no log-prefix=“”
15 chain=forward action=accept in-interface=ether1 log=no log-prefix=“”