Access to a intern WWW/SMTP Server

Hi all,

i have a little problem with a ASA 5505 (Firmware 7.2(2)).

What must i configurate the ASA 5505 then i will connect to a WWW Server from the outside to the inside of the network.

The outside WAN ip address is 123.123.123.121/29 and the intern WWW Server has 192.168.1.2.

I have add a security Policy rule that permit in the incoming direction from the Outgoing interface. The source is any and the destination is the WWW server. The protocol ist tcp an the destination port is http.

Then i try from the outside to connect to the WWW Server, i become no connection.

What make i wrong? Can me help someone please.

Bye, Tora

Reply to
Tora
Loading thread data ...

make sure you have

access-list outside_access_in extended permit tcp any interface outside eq www static (inside,outside) tcp interface www 192.168.1.2 www netmask

255.255.255.255 access-group outside_access_in in interface outside

changing the ACL names as needed.

add the same stuff for port 25 for the mail machine.

Reply to
Cydrome Leader

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.