Block incoming traffic at home via static IP

1

I have a static IP to be whitelisted on a number of services I have to use from home.

However this means that my home router is now accessible by the web, ftp etc.

My routers firewall (ASUS DSL-G31) only allows blocking of specific IP addresses but I want to prevent all incoming traffic request to the IP, or at least ones that may be attempting to access my router an local machines via the router.

Is there anything else I can do apart from get a better router (suggestions!), my ISP can't help.

Obviously I have the router password set but that could be hacked over time I'm sure.

These are the settings I'm trying in my Firewall

Source IP    
*.*.*.* 

Port Range
1:65535

Destination IP
82.555.80.168

Port Range
80

Protocol
TCP

Where 82.555.80.168 would be my static IP.

lewis

Posted 2014-09-04T10:42:22.843

Reputation:

I don't understand, do you host the services or are you trying to access services which need your IP white-listed? If the latter then there's no reason to have inbound ports open, so just block inbound traffic on 80, 20, etc. – None – 2014-09-04T11:13:48.723

It's the latter but my route firewall is very basic and asks for an IP for each rule, i.e block only certain IP's – None – 2014-09-04T14:10:17.050

See the settings I'm trying in the edited question – None – 2014-09-04T14:16:38.627

I'm very unclear about what you're asking. Are you asking if your syntax is correct or if your approach is correct, or if you are blocking the correct ports? – schroeder – 2014-09-04T14:49:11.000

All of the above, I don't know if what I'm asking makes sense. All I know is my router login is available via the web and I want that inaccessible, it seems these settings are the only way to do that. – None – 2014-09-04T15:57:13.953

No answers