- Joined
- 31 Dec 2003
- Posts
- 5,172
- Location
- Barrow-In-Furness
Just a quick check, i'm trying to deny traffic to a single address is this wildcard correct?
deny 172.30.0.1 0.0.0.254 out
deny 172.30.0.1 0.0.0.254 out
YES! Got it!
Sorry for the late reply, was busy last night/this morning.
What made it 'click'?
//TrX
Don't think so,
The range/netmask you have specified gives
10.0.0.0 - 10.7.255.255 addresses (network address 10.0.0.0, bcast 10.7.255.255)
with a full ACL mask of 0.7.255.255
So your allow range would be completely outside the range of the supernet itself.
//TrX