I'm working with ip access-list extended.
I am building a new tunnel between my Cisco router and a 3rd party. They provided me a single public IP in the form: 1.1.1.1/32. With /32 on a single IP.
If I add these as: "permit ip 1.1.1.1 255.255.255.255 " is this not the same as "any"?
Doing "permit ip 1.1.1.1 [my private subnet][wildcardmask]" errors.
I want to only allow that single IP to my private subnet through the extended access-list.
Please help.