Heads Up :
The post you are writing will appear in a public forum. Please ensure all content is appropriate for public consumption. Review the employee guidelines for the community here.
Using the following configuration, on my first PIX 501, I am unable to provide a Mail server to the outside world and allowing inside clients to browse the Internet.:PIX Version 6.3(5)interface ethernet0 autointerface ethernet1 100fullnameif ethernet...
Arun,Yout right, using sh xlate and sh access-list outside show the translation is correct and request are passed through to my test machine. Little did I know that nowadays Windows XP machine do not answer request from outside networks on smtp and w...
Jay,MX record is not jet set because it is still in test environment. I used telnet 62.177.208.109 25 to see if I get any response and get connected to the internal mailserver.Bas
Thanks for all response.Deleting the access-group and access-list for the inside interface enables me to get access to the outside world from the inside network.Adjusting the static route configuration to include smtp does not resolve my outside to i...
Thanks Gene,This makes sense, only translating port 25, but even after adjusting my own typo:access-list outside permit tcp any host 62.177.209.109 eq smtpto:access-list outside permit tcp any host 62.177.208.109 eq smtpand a complete reload the foll...