Hello everyone.
I need little help with ACLs....not a cisco guru so don't laugh at my request.
So far I have natted out the paths I need I am just looking to lock down all the 'unused ports' including pings and echos and any reponse other than 2 ports used.
I am using 'outside source' since WAN IP is one of my secondary IPs and want the server to reflect it vs. gefault gateway.
Looking to lock down everything and allow ONLY SSL and SMTP as you can tell.
Many thanks for your time!
:--------------------------------------:
All around in my home town,
They tryin' to track me down...
I need little help with ACLs....not a cisco guru so don't laugh at my request.
So far I have natted out the paths I need I am just looking to lock down all the 'unused ports' including pings and echos and any reponse other than 2 ports used.
Code:
...
ip nat inside source static tcp 192.168.1.15 443 my.wan.ip.here 443 extendable
ip nat inside source static tcp 192.168.1.15 25 my.wan.ip.here 25 extendable
ip nat outside source static 192.168.1.15 my.wan.ip.here extendable
...
Looking to lock down everything and allow ONLY SSL and SMTP as you can tell.
Many thanks for your time!
:--------------------------------------:

All around in my home town,
They tryin' to track me down...