Community discussions

MikroTik App
 
manolo
just joined
Topic Author
Posts: 17
Joined: Wed May 16, 2007 6:01 pm

RDP filter

Tue May 10, 2011 12:05 pm

how to block all traffic and allow only RDP protocol to pass trough the router?
THX
 
User avatar
mrz
MikroTik Support
MikroTik Support
Posts: 7188
Joined: Wed Feb 07, 2007 12:45 pm
Location: Latvia
Contact:

Re: RDP filter

Tue May 10, 2011 12:09 pm

setup firewall filter rules in forward chain to accept RDP and last rule to block everything else.
 
manolo
just joined
Topic Author
Posts: 17
Joined: Wed May 16, 2007 6:01 pm

Re: RDP filter

Tue May 10, 2011 1:00 pm

setup firewall filter rules in forward chain to accept RDP and last rule to block everything else.
please help with sintax, I am not to friendly with command line :(

add chain=forward action=forward protocol=tcp port=3389
?????
 
User avatar
mrz
MikroTik Support
MikroTik Support
Posts: 7188
Joined: Wed Feb 07, 2007 12:45 pm
Location: Latvia
Contact:

Re: RDP filter

Tue May 10, 2011 1:03 pm

/ip firewall filter
add chain=forward protocol=tcp port=3389 action=accept
add chain=forward action=drop
 
manolo
just joined
Topic Author
Posts: 17
Joined: Wed May 16, 2007 6:01 pm

Re: RDP filter

Tue May 10, 2011 2:37 pm

:D
THX

Who is online

Users browsing this forum: cstrong and 60 guests