can't open port 25, is there anything obvious in this acl?

hi, trying to open up port 25 to a single IP. Am able to do this to port 22, why 25 doesn't open up is a mystery. The port is listening and can connect to it from internal. The data center does not block smtp as a rule. I cannot get lines 358 and/or 359 to work. 357, however does. This is the only access-list (101). How can I tell which rule is blocking/denying me...when i attempt to telnet to port

25 it fails, but i don't see any hit counters for the listed rules. the only deny statements are lines 10 and 20. Ping works to the 10.100.5.142 host.

thx:

10 deny ip any 10.200.0.0 0.0.255.255 20 deny ip 10.100.5.128 0.0.0.63 any 30 permit tcp any 10.100.5.128 0.0.0.63 established 40 permit tcp any host 10.100.5.137 eq 443 50 permit tcp any host 10.100.5.137 eq www 60 permit tcp any host 10.100.5.138 eq 443 70 permit tcp any host 10.100.5.138 eq www 80 permit tcp any host 10.100.5.139 eq 443 90 permit tcp any host 10.100.5.139 eq www 100 permit tcp any host 10.100.5.136 eq 443 110 permit tcp any host 10.100.5.136 eq www 120 permit tcp any host 10.100.5.135 eq 443 130 permit tcp any host 10.100.5.135 eq www 140 permit icmp any host 10.100.5.142 echo 150 permit icmp any host 10.100.5.142 echo-reply 160 permit tcp any host 10.100.5.142 eq domain 170 permit udp any host 10.100.5.142 eq domain 180 permit tcp any eq domain host 10.100.5.142 gt 1023 190 permit udp any eq domain host 10.100.5.142 gt 1023 200 permit tcp any host 10.100.5.151 eq domain 210 permit udp any host 10.100.5.151 eq domain 220 permit tcp any eq domain host 10.100.5.151 gt 1023 230 permit udp any eq domain host 10.100.5.151 gt 1023 240 permit ip 208.65.183.56 0.0.0.7 any 250 permit tcp host 208.65.183.52 any eq 22 260 permit tcp host 71.202.150.91 any eq 22 270 permit udp any any eq ntp ... 357 permit tcp host 75.36.191.183 any eq 22 358 permit tcp host 75.36.191.183 host 10.100.5.142 eq smtp 359 permit tcp host 75.36.191.183 host 10.100.5.151 eq smtp ... 420 permit ip 66.166.200.64 0.0.0.15 any 430 permit tcp any host 10.100.5.140 eq 443 440 permit tcp any host 10.100.5.140 eq www 450 permit ip host 64.147.167.152 host 10.100.5.133 460 permit tcp 64.147.161.0 0.0.0.255 host 10.100.5.133 eq 22 470 permit ip host 64.147.167.152 host 10.100.5.134 480 permit tcp 64.147.161.0 0.0.0.255 host 10.100.5.134 eq 22
Reply to
steve9
Loading thread data ...

Are there any denies in the ACL's you omited? I.E. lines 280-356. Did you build the applicable NAT statement as well?

Reply to
Brian V

You can use the 'log' keyword so it logs matches on the statements. Also, how do you have this ACL applied (i.e. which interface in relation to the source)? Lastly, the ACL as is looks good, but as a previous posted pointed out, there are omitted statements.

Reply to
Trendkill

nope, no additional denies in the omitted lines, just more of the same for different hosts (ssh, http allows). I don't have a corresponding NAT statement. since and ssh connection can be established, made the assumption that smtp could as well...clearly i'm missing something...here are the route statements from the config:

interface Vlan70 ip address 10.100.5.130 255.255.255.192 no ip redirects standby ip 10.100.5.129 standby priority 250 standby preempt standby track GigabitEthernet0/2 ! ip default-gateway 64.75.3.105 ip classless ip route 0.0.0.0 0.0.0.0 64.75.3.105 ip route 0.0.0.0 0.0.0.0 64.75.18.162 10 ip route 10.200.20.0 255.255.255.0 10.100.5.132 ip route 10.100.5.128 255.255.255.192 64.75.19.162 10 ip route 64.127.101.5 255.255.255.255 10.100.5.134 ip http server

thx

Reply to
steve9

According to your acl, the only host that is allowed to open a connection on port 25 to 10.100.5.142 is 75.36.191.183.

Reply to
Thrill5

yes, therein lies the problem, as that host cannot open a connection...

Reply to
steve9

If you're not hitting the ACL, could it be that your ISP is blocking port 25 ?

Reply to
brink

Cabling-Design.com Forums website is not affiliated with any of the manufacturers or service providers discussed here. All logos and trade names are the property of their respective owners.