04-16-2009 05:43 AM - edited 03-11-2019 08:19 AM
I need to restrict outbound smtp traffic to internal host 192.168.1.12 I have applied the following but no success:
access-list outgoing permit tcp host 192.168.1.12 any eq smtp
access-list outgoing deny tcp host 192.168.1.0 any eq smtp
access-list outgoing permit ip any any
access-group outgoing in interface inside
Solved! Go to Solution.
04-16-2009 05:49 AM
Change...
access-list outgoing deny tcp host 192.168.1.0 any eq smtp
to
access-list outgoing deny tcp 192.168.1.0 255.255.255.0 any eq smtp
04-16-2009 05:49 AM
Change...
access-list outgoing deny tcp host 192.168.1.0 any eq smtp
to
access-list outgoing deny tcp 192.168.1.0 255.255.255.0 any eq smtp
04-16-2009 06:14 AM
That worked, thank you much!
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide