Having problems...when I apply the ACL inbound - It blocks mostly everything. Here's a copy & paste of it. I can't figure out which port I'm not allowing.
begin
--------------------
Extended IP access list 102
deny ip 207.218.245.0 0.0.0.255 any
deny ip 206.154.105.0 0.0.0.255 any
deny ip 206.154.102.0 0.0.0.255 any
deny ip 208.240.240.0 0.0.0.255 any
deny ip 10.0.0.0 0.255.255.255 any
deny ip 172.16.0.0 0.15.255.255 any
deny ip 169.254.0.0 0.0.255.255 any
deny ip 192.168.0.0 0.0.255.255 any
deny udp any any range 135 netbios-ss
deny tcp any any range 135 139
deny tcp any any eq 554
deny tcp any any eq 6346
deny tcp any any range 8000 8001
deny tcp any any eq telnet
permit icmp any any echo-reply
permit icmp any any time-exceeded
permit icmp any any unreachable
deny icmp any any
permit tcp any eq 8080 host 81.31.197.161 gt 1023 established
permit tcp any eq
xx.xx.197.161 gt 1023 established
permit tcp any eq 995 host xx.xx.197.161 gt 1023 established (7 matches)
permit tcp any eq 443 host xx.xx.197.161 gt 1023 established (8 matches)
permit udp any eq domain host xx.xx.197.161 gt 1023 (36 matches)
permit tcp any eq pop3 host xx.xx.197.161 gt 1023 established
permit tcp any eq 3128 host xx.xx.197.161 gt 1023 established (5 matches)
permit tcp any eq smtp host xx.xx.197.161 gt 1023 established (1 match)
permit tcp any eq ftp host xx.xx.197.161 gt 1023 established (6 matches)
permit tcp any eq ftp-data host xx.xx.197.161 gt 1023 established
deny ip any any (106 matches)