I need to confiure my firewall to only accept incoming smtp from certian ip address.THere are 8 ips that i want to accept traffic from. any help would be appreciated
access-list inbound permit tcp host <addr1> any eq smtp
access-list inbound permit tcp host <addr2> any eq smtp
... etc.
If the 8 addresses are contiguous then you might be able to use one statement with a subnet mask. Only if they're all in the same /29 "subnet", though.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.