Page 1 of 1
Firewall problem
Posted: Sat Oct 05, 2013 9:23 pm
by unclemick
Hi
Why doesn't the below work? Cannot figure out why unless there is something obvious I have missed. All I need is port 3389 (rdp) to go to a specific computer on my network but allow only a certain IP address.
Every time I add the rule, it's completely ignored.

Re: Firewall problem
Posted: Sun Oct 06, 2013 1:26 pm
by sabre999uk
Hi,
Have you set up port 3389 under configuration>virtual server>port mapping ? See my post here:
viewtopic.php?f=17&t=106
Steve
Re: Firewall problem
Posted: Mon Oct 07, 2013 5:26 pm
by unclemick
I wanted to be able to restrict an IP address - this cannot be done in virtual server.
Can anyone clarify how to use the firewall on this router? Whatever I add makes no difference.
Re: Firewall problem
Posted: Mon Oct 07, 2013 8:12 pm
by sabre999uk
Hi,
Virtual server opens the port then firewall rules decide what to allow through, try:
in virtual server:
Application RDP
Protocol TCP/UDP
External Port 3389
Internal IP Address 10.10.2.10
Internal Port 3389
Time Schedule Always On
Then in port mapping setup 2 rules:first allows 1 ip access
Rule name 3389.2
IP version IPv4
Internal IP address 10.10.2.10 - 10.10.2.10
External IP address (the public ip you wish to allow access from)
Protocol TCP/UDP
Internal port 3389
External port Any (leave empty)
Direction Incoming
Action Allow
Time Schedule Always on
Log Yes
Second blocks access for everyone else:
Rule name 3389.2block
IP version IPv4
Internal IP address 10.10.2.10 - 10.10.2.10
External IP address Any (leave blank)
Protocol TCP/UDP
Internal port 3389
External port Any (leave empty)
Direction Incoming
Action Drop
Time Schedule Always on
Log Yes
Traffic from IP's other than the one you want to allow will not match the first rule & will be dropped by the second. I've got rules setup on mine for http, ftp & webdav access and the firewall log shows them working fine.
Steve
Re: Firewall problem
Posted: Tue Oct 08, 2013 8:39 am
by unclemick
Excellent - That works - Thanks very much.
Re: Firewall problem
Posted: Tue Oct 08, 2013 11:49 am
by sabre999uk
Hi,
Glad I could help.
Steve