access-list Outside_In permit ip host 66.179.26.136 any
access-list Outside_In permit tcp any host 193.100.1.20 eq 80
access-list Outside_In permit tcp any host 193.100.1.21 eq 80
access-list Outside_In permit ip any host 193.100.1.59
I started with this access list being tied to my outside interface.
But I could not contact host 193.100.1.20 via the static command.
So I went ahead and thought maybe it's because I can't ping it... so I made it this...
access-list Outside_In permit ip host 66.179.26.136 any
access-list Outside_In permit tcp any host 193.100.1.20 eq 80
access-list Outside_In permit icmp any host 193.100.1.20 echo-reply
access-list Outside_In permit icmp any host 193.100.1.20 source-quench
access-list Outside_In permit icmp any host 193.100.1.20 unreachable
access-list Outside_In permit icmp any host 193.100.1.20 time-exceeded
access-list Outside_In permit tcp any host 193.100.1.21 eq 80
access-list Outside_In permit icmp any host 193.100.1.21 echo-reply
access-list Outside_In permit icmp any host 193.100.1.21 source-quench
access-list Outside_In permit icmp any host 193.100.1.21 unreachable
access-list Outside_In permit icmp any host 193.100.1.21 time-exceeded
access-list Outside_In permit ip any host 193.100.1.59
but I still can't connect to the mail or web servers any longer after that... what's up with my config that I can't connect via the internet to the servers?
Computer/Network Technician
CCNA
access-list Outside_In permit tcp any host 193.100.1.20 eq 80
access-list Outside_In permit tcp any host 193.100.1.21 eq 80
access-list Outside_In permit ip any host 193.100.1.59
I started with this access list being tied to my outside interface.
But I could not contact host 193.100.1.20 via the static command.
So I went ahead and thought maybe it's because I can't ping it... so I made it this...
access-list Outside_In permit ip host 66.179.26.136 any
access-list Outside_In permit tcp any host 193.100.1.20 eq 80
access-list Outside_In permit icmp any host 193.100.1.20 echo-reply
access-list Outside_In permit icmp any host 193.100.1.20 source-quench
access-list Outside_In permit icmp any host 193.100.1.20 unreachable
access-list Outside_In permit icmp any host 193.100.1.20 time-exceeded
access-list Outside_In permit tcp any host 193.100.1.21 eq 80
access-list Outside_In permit icmp any host 193.100.1.21 echo-reply
access-list Outside_In permit icmp any host 193.100.1.21 source-quench
access-list Outside_In permit icmp any host 193.100.1.21 unreachable
access-list Outside_In permit icmp any host 193.100.1.21 time-exceeded
access-list Outside_In permit ip any host 193.100.1.59
but I still can't connect to the mail or web servers any longer after that... what's up with my config that I can't connect via the internet to the servers?
Computer/Network Technician
CCNA