Re: [EXIM] CISCO 2501 access control list - Help!

Página superior
Eliminar este mensaje
Responder a este mensaje
Autor: Piete Brooks
Fecha:  
A: Imran Zalfackruddin
Cc: exim-users
Asunto: Re: [EXIM] CISCO 2501 access control list - Help!
> access-list 101 deny tcp 0.0.0.0 255.255.255.255 111.111.111.2 0.0.0.0 eq 25
> access-list 101 permit tcp 0.0.0.0 255.255.255.255 111.111.111.1 0.0.0.0 eq 25
> access-list 101 permit ip 0.0.0.0 255.255.255.255 111.111.111.0 0.0.0.255


> When I tried to save the above I got an error on the cisco - "unable to
> find domain server 255.255.255.255".


What we have is:

access-list 101 permit tcp any <address1> <netmask1> eq smtp
access-list 101 permit tcp any host <address2> eq smtp
access-list 101 permit tcp any host <address3> eq smtp
access-list 101 permit tcp any host <address4> eq smtp
access-list 101 deny tcp any <<network> <netmask> eq smtp

so my guess (I am not a Cisco guru) is that you might do well to try changing
"0.0.0.0 255.255.255.255" to "any"

--
*** Exim information can be found at http://www.exim.org/ ***