Hi Fewi ,
I tried to monitor the connections section of the mikrotik when trying to ssh or telnet to my internal server :
I am sending you all my firewall config and connections prints
#####Firewall Filters Rules######
[admin@MikroTik] /ip firewall filter> print
Flags: X - disabled, I - invalid, D - dynamic
0 chain=input action=accept connection-state=new
1 ;;; Allow Established connections
chain=input action=accept connection-state=established
2 chain=input action=accept connection-state=related
3 ;;; Allow ICMP
chain=input action=accept protocol=icmp
4 ;;; Drop Invalid connections
chain=input action=drop connection-state=invalid
####Firewall Nat Rule#######
[admin@MikroTik] /ip firewall nat> print
Flags: X - disabled, I - invalid, D - dynamic
0 chain=srcnat action=masquerade src-address=192.168.0.0/24
dst-address=0.0.0.0/0 out-interface=pppoe-out
1 chain=dstnat action=dst-nat to-addresses=192.168.0.1 to-ports=23
protocol=tcp in-interface=pppoe-out dst-port=23
2 chain=dstnat action=dst-nat to-addresses=192.168.0.1 to-ports=22
protocol=tcp in-interface=pppoe-out dst-port=22
#####Connections Monitoring#####
admin@MikroTik] /ip firewall connection> print
Flags: S - seen reply, A - assured
PR.. SRC-ADDRESS DST-ADDRESS TCP-STATE TIMEOUT
0 SA tcp 41.203.196.233:49807 196.200.57.200:8291 established 8m19s
1 tcp 41.203.196.233:53014 196.200.57.200:23 syn-sent 3s
[admin@MikroTik] /ip firewall connection> print
Flags: S - seen reply, A - assured
PR.. SRC-ADDRESS DST-ADDRESS TCP-STATE TIMEOUT
0 SA tcp 41.203.196.233:49807 196.200.57.200:8291 established 8m26s
[admin@MikroTik] /ip firewall connection> print
Flags: S - seen reply, A - assured
PR.. SRC-ADDRESS DST-ADDRESS TCP-STATE TIMEOUT
0 SA tcp 41.203.196.233:49807 196.200.57.200:8291 established 8m44s
1 udp 192.168.0.250:5678 255.255.255.255:5678 7s ### I dont understand this line###
####Here are the connection infos in the connection dialogue box###
Src Address :41.203.196.233 :52523
Dst Address :196.200.57.200 :22
Reply Src Address :192.168.0.1:22
Reply Dst Address: 41.203.196.233 :52523
Protocole=6 (tcp)
Connection Type:
Connection Mask:
P2P:
Time Out:00:00:30
Tcp State :syn sent
At the bottom right of the connection dialogue box it is written “unreplied”
Thanxs for your help