shooter40sw,
Are you connecting directly to the Internet with the Asus router or are you going through another router. If you have port forwarding setup on the ISP Router then GRC will show that the port is open but once it hits the ASUS router it will be blocked. I am trying to understand what you are doing with this rule.
Code:
ACCEPT tcp -- 190.xxx.xxx.xxx 190-xxx-xxx-xxx.dyn.dsl.xxxx.net tcp dpt:webcache
Do you want allow SSH/VPN only from a specific IP? Your dport in the previous command is webcache, port 2048. Is there a reason for this? Also, if I am not mistaken webcache is UDP not TCP. Try change the "--dport" command with the port number of the services that you are running (TCP 22 for SSH for example) and post results. There should be an implicit deny rule also at the end of the INPUT chain. Can you post the output of this command
Make sure to hide private info like IP, etc.
This is the output, my setup is like follows,
I have my ISP ADSL Modem and I connect to the Asus router to the WAN
I have enabled SSH and Openvpn enabled on the router as services I dont forward anything to other machines I use them to browse securely on untrusted networks, I want to be able to reach the router just by one public IP at this time, I want these services just to work on a fixed IP that I know and block any other IPs. I tested a moment ago with SSH and it worked like I wanted but not with openvpn
With SSH I turned off the switch in the GUI of the router so It cant be reached from the WAN and then applied the following
iptables -I INPUT -i eth0 -s xxx.xxx.xxx.xxx -p TCP --dport PPP -j ACCEPT
This worked because the GRC shields up could not reach the SSH por but the IP that I placed did work, but cant do the same with the openvpn I just start the service and its open to all, I want to to do the same as SSH
Thanks for the help
o@RT-N66U:/tmp/home/root# iptables -L INPUT -v
Chain INPUT (policy ACCEPT 0 packets, 0 bytes)
pkts bytes target prot opt in out source destination
228 11574 DROP all -- any any anywhere anywhere state INVALID
12299 1601K ACCEPT all -- any any anywhere anywhere state RELATED,ESTABLISHED
14 3476 ACCEPT all -- lo any anywhere anywhere state NEW
6661 747K ACCEPT all -- br0 any anywhere anywhere state NEW
0 0 ACCEPT udp -- any any anywhere anywhere udp spt:bootps dpt:bootpc
570 280K DROP all -- any any anywhere anywhere