<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Need help please - Exchange server/PIX in Network Security</title>
    <link>https://community.cisco.com/t5/network-security/need-help-please-exchange-server-pix/m-p/520944#M498302</link>
    <description>&lt;P&gt;I have installed a PIX firewall instead of our old belkin router, but just cant get my internal exchange server to work right.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;the mails are left in a queue with the information: "smtp could not find any DNS server"&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;That a pretty strange information considering that i have no problem browsing the internet from the server and clients. ive tried to open up for http, smtp and www to get the mailing to work but it seems that i get a DNS problem on the server in return. 192.168.1.200 is the mail server.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;PIX Version 6.3(5)&lt;/P&gt;&lt;P&gt;interface ethernet0 auto&lt;/P&gt;&lt;P&gt;interface ethernet1 100full&lt;/P&gt;&lt;P&gt;nameif ethernet0 outside security0&lt;/P&gt;&lt;P&gt;nameif ethernet1 inside security100&lt;/P&gt;&lt;P&gt;enable password xxx&lt;/P&gt;&lt;P&gt;passwd xxx&lt;/P&gt;&lt;P&gt;hostname pixfirewall&lt;/P&gt;&lt;P&gt;domain-name agms&lt;/P&gt;&lt;P&gt;fixup protocol dns maximum-length 4096&lt;/P&gt;&lt;P&gt;fixup protocol ftp 21&lt;/P&gt;&lt;P&gt;fixup protocol h323 h225 1720&lt;/P&gt;&lt;P&gt;fixup protocol h323 ras 1718-1719&lt;/P&gt;&lt;P&gt;fixup protocol http 80&lt;/P&gt;&lt;P&gt;fixup protocol rsh 514&lt;/P&gt;&lt;P&gt;fixup protocol rtsp 554&lt;/P&gt;&lt;P&gt;fixup protocol sip 5060&lt;/P&gt;&lt;P&gt;fixup protocol sip udp 5060&lt;/P&gt;&lt;P&gt;fixup protocol skinny 2000&lt;/P&gt;&lt;P&gt;fixup protocol smtp 25&lt;/P&gt;&lt;P&gt;fixup protocol sqlnet 1521&lt;/P&gt;&lt;P&gt;fixup protocol tftp 69&lt;/P&gt;&lt;P&gt;names&lt;/P&gt;&lt;P&gt;access-list outside_access_in permit tcp any eq smtp host 83.91.26.149 eq smtp&lt;/P&gt;&lt;P&gt;access-list outside_access_in permit tcp any eq https host 83.91.26.149 eq https&lt;/P&gt;&lt;P&gt;access-list outside_access_in permit tcp any eq www host 83.91.26.149 eq www&lt;/P&gt;&lt;P&gt;access-group outside_access_in in interface outside&lt;/P&gt;&lt;P&gt;pager lines 24&lt;/P&gt;&lt;P&gt;mtu outside 1500&lt;/P&gt;&lt;P&gt;mtu inside 1500&lt;/P&gt;&lt;P&gt;ip address outside dhcp setroute&lt;/P&gt;&lt;P&gt;ip address inside 192.168.1.1 255.255.255.0&lt;/P&gt;&lt;P&gt;ip audit info action alarm&lt;/P&gt;&lt;P&gt;ip audit attack action alarm&lt;/P&gt;&lt;P&gt;pdm logging informational 100&lt;/P&gt;&lt;P&gt;pdm history enable&lt;/P&gt;&lt;P&gt;arp timeout 14400&lt;/P&gt;&lt;P&gt;global (outside) 1 interface&lt;/P&gt;&lt;P&gt;nat (inside) 1 0.0.0.0 0.0.0.0 0 0&lt;/P&gt;&lt;P&gt;static (inside,outside) 192.168.1.200 83.91.26.149 netmask 255.255.255.255 0 0&lt;/P&gt;&lt;P&gt;timeout xlate 0:05:00&lt;/P&gt;&lt;P&gt;timeout conn 1:00:00 half-closed 0:10:00 udp 0:02:00 rpc 0:10:00 h225 1:00:00&lt;/P&gt;&lt;P&gt;timeout h323 0:05:00 mgcp 0:05:00 sip 0:30:00 sip_media 0:02:00&lt;/P&gt;&lt;P&gt;timeout sip-disconnect 0:02:00 sip-invite 0:03:00&lt;/P&gt;&lt;P&gt;timeout uauth 0:05:00 absolute&lt;/P&gt;&lt;P&gt;aaa-server TACACS+ protocol tacacs+&lt;/P&gt;&lt;P&gt;aaa-server TACACS+ max-failed-attempts 3&lt;/P&gt;&lt;P&gt;aaa-server TACACS+ deadtime 10&lt;/P&gt;&lt;P&gt;aaa-server RADIUS protocol radius&lt;/P&gt;&lt;P&gt;aaa-server RADIUS max-failed-attempts 3&lt;/P&gt;&lt;P&gt;aaa-server RADIUS deadtime 10&lt;/P&gt;&lt;P&gt;aaa-server LOCAL protocol local&lt;/P&gt;&lt;P&gt;http server enable&lt;/P&gt;&lt;P&gt;http 192.168.1.0 255.255.255.0 inside&lt;/P&gt;&lt;P&gt;no snmp-server location&lt;/P&gt;&lt;P&gt;no snmp-server contact&lt;/P&gt;&lt;P&gt;snmp-server community public&lt;/P&gt;&lt;P&gt;no snmp-server enable traps&lt;/P&gt;&lt;P&gt;floodguard enable&lt;/P&gt;&lt;P&gt;telnet timeout 5&lt;/P&gt;&lt;P&gt;ssh timeout 5&lt;/P&gt;&lt;P&gt;console timeout 0&lt;/P&gt;&lt;P&gt;dhcpd address 192.168.1.2-192.168.1.33 inside&lt;/P&gt;&lt;P&gt;dhcpd lease 3600&lt;/P&gt;&lt;P&gt;dhcpd ping_timeout 750&lt;/P&gt;&lt;P&gt;dhcpd auto_config outside&lt;/P&gt;&lt;P&gt;terminal width 80&lt;/P&gt;&lt;P&gt;Cryptochecksum:xxx&lt;/P&gt;&lt;P&gt;: end&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;please let me know what you see. ive been trying to get it to work for 3 days. first i was sure that i had made a mistake when trying to open port 25 but my server complain about DNS in the mail queue. thanks in advance&lt;/P&gt;</description>
    <pubDate>Fri, 21 Feb 2020 09:07:11 GMT</pubDate>
    <dc:creator>thomassadi</dc:creator>
    <dc:date>2020-02-21T09:07:11Z</dc:date>
    <item>
      <title>Need help please - Exchange server/PIX</title>
      <link>https://community.cisco.com/t5/network-security/need-help-please-exchange-server-pix/m-p/520944#M498302</link>
      <description>&lt;P&gt;I have installed a PIX firewall instead of our old belkin router, but just cant get my internal exchange server to work right.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;the mails are left in a queue with the information: "smtp could not find any DNS server"&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;That a pretty strange information considering that i have no problem browsing the internet from the server and clients. ive tried to open up for http, smtp and www to get the mailing to work but it seems that i get a DNS problem on the server in return. 192.168.1.200 is the mail server.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;PIX Version 6.3(5)&lt;/P&gt;&lt;P&gt;interface ethernet0 auto&lt;/P&gt;&lt;P&gt;interface ethernet1 100full&lt;/P&gt;&lt;P&gt;nameif ethernet0 outside security0&lt;/P&gt;&lt;P&gt;nameif ethernet1 inside security100&lt;/P&gt;&lt;P&gt;enable password xxx&lt;/P&gt;&lt;P&gt;passwd xxx&lt;/P&gt;&lt;P&gt;hostname pixfirewall&lt;/P&gt;&lt;P&gt;domain-name agms&lt;/P&gt;&lt;P&gt;fixup protocol dns maximum-length 4096&lt;/P&gt;&lt;P&gt;fixup protocol ftp 21&lt;/P&gt;&lt;P&gt;fixup protocol h323 h225 1720&lt;/P&gt;&lt;P&gt;fixup protocol h323 ras 1718-1719&lt;/P&gt;&lt;P&gt;fixup protocol http 80&lt;/P&gt;&lt;P&gt;fixup protocol rsh 514&lt;/P&gt;&lt;P&gt;fixup protocol rtsp 554&lt;/P&gt;&lt;P&gt;fixup protocol sip 5060&lt;/P&gt;&lt;P&gt;fixup protocol sip udp 5060&lt;/P&gt;&lt;P&gt;fixup protocol skinny 2000&lt;/P&gt;&lt;P&gt;fixup protocol smtp 25&lt;/P&gt;&lt;P&gt;fixup protocol sqlnet 1521&lt;/P&gt;&lt;P&gt;fixup protocol tftp 69&lt;/P&gt;&lt;P&gt;names&lt;/P&gt;&lt;P&gt;access-list outside_access_in permit tcp any eq smtp host 83.91.26.149 eq smtp&lt;/P&gt;&lt;P&gt;access-list outside_access_in permit tcp any eq https host 83.91.26.149 eq https&lt;/P&gt;&lt;P&gt;access-list outside_access_in permit tcp any eq www host 83.91.26.149 eq www&lt;/P&gt;&lt;P&gt;access-group outside_access_in in interface outside&lt;/P&gt;&lt;P&gt;pager lines 24&lt;/P&gt;&lt;P&gt;mtu outside 1500&lt;/P&gt;&lt;P&gt;mtu inside 1500&lt;/P&gt;&lt;P&gt;ip address outside dhcp setroute&lt;/P&gt;&lt;P&gt;ip address inside 192.168.1.1 255.255.255.0&lt;/P&gt;&lt;P&gt;ip audit info action alarm&lt;/P&gt;&lt;P&gt;ip audit attack action alarm&lt;/P&gt;&lt;P&gt;pdm logging informational 100&lt;/P&gt;&lt;P&gt;pdm history enable&lt;/P&gt;&lt;P&gt;arp timeout 14400&lt;/P&gt;&lt;P&gt;global (outside) 1 interface&lt;/P&gt;&lt;P&gt;nat (inside) 1 0.0.0.0 0.0.0.0 0 0&lt;/P&gt;&lt;P&gt;static (inside,outside) 192.168.1.200 83.91.26.149 netmask 255.255.255.255 0 0&lt;/P&gt;&lt;P&gt;timeout xlate 0:05:00&lt;/P&gt;&lt;P&gt;timeout conn 1:00:00 half-closed 0:10:00 udp 0:02:00 rpc 0:10:00 h225 1:00:00&lt;/P&gt;&lt;P&gt;timeout h323 0:05:00 mgcp 0:05:00 sip 0:30:00 sip_media 0:02:00&lt;/P&gt;&lt;P&gt;timeout sip-disconnect 0:02:00 sip-invite 0:03:00&lt;/P&gt;&lt;P&gt;timeout uauth 0:05:00 absolute&lt;/P&gt;&lt;P&gt;aaa-server TACACS+ protocol tacacs+&lt;/P&gt;&lt;P&gt;aaa-server TACACS+ max-failed-attempts 3&lt;/P&gt;&lt;P&gt;aaa-server TACACS+ deadtime 10&lt;/P&gt;&lt;P&gt;aaa-server RADIUS protocol radius&lt;/P&gt;&lt;P&gt;aaa-server RADIUS max-failed-attempts 3&lt;/P&gt;&lt;P&gt;aaa-server RADIUS deadtime 10&lt;/P&gt;&lt;P&gt;aaa-server LOCAL protocol local&lt;/P&gt;&lt;P&gt;http server enable&lt;/P&gt;&lt;P&gt;http 192.168.1.0 255.255.255.0 inside&lt;/P&gt;&lt;P&gt;no snmp-server location&lt;/P&gt;&lt;P&gt;no snmp-server contact&lt;/P&gt;&lt;P&gt;snmp-server community public&lt;/P&gt;&lt;P&gt;no snmp-server enable traps&lt;/P&gt;&lt;P&gt;floodguard enable&lt;/P&gt;&lt;P&gt;telnet timeout 5&lt;/P&gt;&lt;P&gt;ssh timeout 5&lt;/P&gt;&lt;P&gt;console timeout 0&lt;/P&gt;&lt;P&gt;dhcpd address 192.168.1.2-192.168.1.33 inside&lt;/P&gt;&lt;P&gt;dhcpd lease 3600&lt;/P&gt;&lt;P&gt;dhcpd ping_timeout 750&lt;/P&gt;&lt;P&gt;dhcpd auto_config outside&lt;/P&gt;&lt;P&gt;terminal width 80&lt;/P&gt;&lt;P&gt;Cryptochecksum:xxx&lt;/P&gt;&lt;P&gt;: end&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;please let me know what you see. ive been trying to get it to work for 3 days. first i was sure that i had made a mistake when trying to open port 25 but my server complain about DNS in the mail queue. thanks in advance&lt;/P&gt;</description>
      <pubDate>Fri, 21 Feb 2020 09:07:11 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/need-help-please-exchange-server-pix/m-p/520944#M498302</guid>
      <dc:creator>thomassadi</dc:creator>
      <dc:date>2020-02-21T09:07:11Z</dc:date>
    </item>
    <item>
      <title>Re: Need help please - Exchange server/PIX</title>
      <link>https://community.cisco.com/t5/network-security/need-help-please-exchange-server-pix/m-p/520945#M498304</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Make the following changes and see what happens...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;access-list outside_access_in permit tcp any host 83.91.26.149 eq smtp &lt;/P&gt;&lt;P&gt;access-list outside_access_in permit tcp any host 83.91.26.149 eq https &lt;/P&gt;&lt;P&gt;access-list outside_access_in permit tcp any host 83.91.26.149 eq www&lt;/P&gt;&lt;P&gt;static (inside,outside) 83.91.26.149 192.168.1.200 &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If this helps,please rate. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 18 Aug 2006 19:13:18 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/need-help-please-exchange-server-pix/m-p/520945#M498304</guid>
      <dc:creator>jwalker</dc:creator>
      <dc:date>2006-08-18T19:13:18Z</dc:date>
    </item>
    <item>
      <title>Re: Need help please - Exchange server/PIX</title>
      <link>https://community.cisco.com/t5/network-security/need-help-please-exchange-server-pix/m-p/520946#M498306</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Are you sure that your smtp server service is running?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 18 Aug 2006 19:15:42 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/need-help-please-exchange-server-pix/m-p/520946#M498306</guid>
      <dc:creator>mmorris11</dc:creator>
      <dc:date>2006-08-18T19:15:42Z</dc:date>
    </item>
    <item>
      <title>Re: Need help please - Exchange server/PIX</title>
      <link>https://community.cisco.com/t5/network-security/need-help-please-exchange-server-pix/m-p/520947#M498308</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;yes the service is running because everytime i change the pix with the belkin wireless/router, all problems are gone. but i need VPN support.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;jwalker, ill try it first thing tomorrow.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 18 Aug 2006 20:10:12 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/need-help-please-exchange-server-pix/m-p/520947#M498308</guid>
      <dc:creator>thomassadi</dc:creator>
      <dc:date>2006-08-18T20:10:12Z</dc:date>
    </item>
    <item>
      <title>Re: Need help please - Exchange server/PIX</title>
      <link>https://community.cisco.com/t5/network-security/need-help-please-exchange-server-pix/m-p/520948#M498310</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;1. Does the exchange have internet connection? &lt;/P&gt;&lt;P&gt;2. Can you try to use the browser or nslookup to see if it can reach the DNS servers.&lt;/P&gt;&lt;P&gt;3. Another thing is try to remove the smpt inspection&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;no fixup protocol smtp 25 &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Let me know if the above solves the problem&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 18 Aug 2006 21:56:53 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/need-help-please-exchange-server-pix/m-p/520948#M498310</guid>
      <dc:creator>m-haddad</dc:creator>
      <dc:date>2006-08-18T21:56:53Z</dc:date>
    </item>
    <item>
      <title>Re: Need help please - Exchange server/PIX</title>
      <link>https://community.cisco.com/t5/network-security/need-help-please-exchange-server-pix/m-p/520949#M498312</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;By the way your access list from outside to inside is incorrect. It should be like this&lt;/P&gt;&lt;P&gt;access-list outside_access_in permit tcp any  host 83.91.26.149 eq smtp &lt;/P&gt;&lt;P&gt;access-list outside_access_in permit tcp any  host 83.91.26.149 eq https &lt;/P&gt;&lt;P&gt;access-list outside_access_in permit tcp any host 83.91.26.149 eq www &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Let me know if this solves the problem,.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 18 Aug 2006 21:58:21 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/need-help-please-exchange-server-pix/m-p/520949#M498312</guid>
      <dc:creator>m-haddad</dc:creator>
      <dc:date>2006-08-18T21:58:21Z</dc:date>
    </item>
    <item>
      <title>Re: Need help please - Exchange server/PIX</title>
      <link>https://community.cisco.com/t5/network-security/need-help-please-exchange-server-pix/m-p/520950#M498314</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;okay i will try the access lists.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;yes the server has internet access. i tested this by browsing the internet, so DNS is working.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ive talked to the administrator who installed the server and i think the DNS error message might not be accurate. its just an indication that the mail server cannot send or recive. i need to run a few more test today so i can make sure which way is the problem, in or out.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 19 Aug 2006 05:53:28 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/need-help-please-exchange-server-pix/m-p/520950#M498314</guid>
      <dc:creator>thomassadi</dc:creator>
      <dc:date>2006-08-19T05:53:28Z</dc:date>
    </item>
    <item>
      <title>Re: Need help please - Exchange server/PIX</title>
      <link>https://community.cisco.com/t5/network-security/need-help-please-exchange-server-pix/m-p/520951#M498316</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The access-lists you wrote must be wrong too because if i default the pix im able to brows the internet fine, from ALL clients (192.168.1.x). when i type in this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;access-list outside_access_in permit tcp any host 83.91.26.149 eq www&lt;/P&gt;&lt;P&gt;static (inside,outside) 83.91.26.149 192.168.1.200&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;OR this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;access-list outside_access_in permit tcp any host 83.91.26.149 eq www &lt;/P&gt;&lt;P&gt;static (inside,outside) 83.91.26.149 192.168.1.200&lt;/P&gt;&lt;P&gt;access-group outside_access_in in interface outside&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i can no longer brows anything. as soon as i reverse those two commands, i can brows again.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 19 Aug 2006 09:13:51 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/need-help-please-exchange-server-pix/m-p/520951#M498316</guid>
      <dc:creator>thomassadi</dc:creator>
      <dc:date>2006-08-19T09:13:51Z</dc:date>
    </item>
    <item>
      <title>Re: Need help please - Exchange server/PIX</title>
      <link>https://community.cisco.com/t5/network-security/need-help-please-exchange-server-pix/m-p/520952#M498318</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;To get this to work, you will need to first make the static which translates hosts on a security zone to another security zone..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So&lt;/P&gt;&lt;P&gt;static (inside,outside) 83.91.26.149 192.168.1.200&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Then you need to make an access-list, to allow the hosts on the lower sec zone (outside) access to your statically translated host on the inside..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;access-list outside_access_in permit tcp any host 83.91.26.149 eq www&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Then you need to apply the access-list to the outside interface...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;access-group outside_access_in in interface outside&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;NOTE:  This is for inbound traffic ONLY!!  If you do not have another ACL on the inside interface (and access group), then ALL traffic will be allowed because it is the highest security zone (without ACLs security zones apply).  Also, hosts coming from the outside are only allowed to access 192.168.1.200 using the current ACL.  If you need smtp access, then use&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;access-list outside_access_in permit tcp any host 83.91.26.149 eq smtp&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;as well...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 19 Aug 2006 12:19:44 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/need-help-please-exchange-server-pix/m-p/520952#M498318</guid>
      <dc:creator>jwalker</dc:creator>
      <dc:date>2006-08-19T12:19:44Z</dc:date>
    </item>
    <item>
      <title>Re: Need help please - Exchange server/PIX</title>
      <link>https://community.cisco.com/t5/network-security/need-help-please-exchange-server-pix/m-p/520953#M498319</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;just a friendly reminder to everyone to please sanitize your configurations before you post them on a public web site such as this.  Here we have a config for a PIX that appears to be complete. Having that config is a master key to your security door for anyone that knows what they are doing.  &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sorry to be the heavy but it needs to be said&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 19 Aug 2006 12:22:58 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/need-help-please-exchange-server-pix/m-p/520953#M498319</guid>
      <dc:creator>travis-dennis_2</dc:creator>
      <dc:date>2006-08-19T12:22:58Z</dc:date>
    </item>
    <item>
      <title>Re: Need help please - Exchange server/PIX</title>
      <link>https://community.cisco.com/t5/network-security/need-help-please-exchange-server-pix/m-p/520954#M498320</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;yes, so far so good. with these commands im able to recive email (not send) and still brows the network&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;no fixup protocol smtp n25&lt;/P&gt;&lt;P&gt;access-list outside_in permit tcp any interface outside eq smtp&lt;/P&gt;&lt;P&gt;static (inside,outside) tcp interface smtp 192.168.1.200 smtp netmask 255.255.255.255 0 0&lt;/P&gt;&lt;P&gt;access-group outside_in in interface outside&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;again, im not able to send mails. its very weird since i have no restrictions outbound. ill paste the whole configuration:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;PIX Version 6.3(5)&lt;/P&gt;&lt;P&gt;interface ethernet0 auto&lt;/P&gt;&lt;P&gt;interface ethernet1 100full&lt;/P&gt;&lt;P&gt;nameif ethernet0 outside security0&lt;/P&gt;&lt;P&gt;nameif ethernet1 inside security100&lt;/P&gt;&lt;P&gt;enable password upF9MmPO.s3wsSNX encrypted&lt;/P&gt;&lt;P&gt;passwd 2KFQnbNIdI.2KYOU encrypted&lt;/P&gt;&lt;P&gt;hostname pixfirewall&lt;/P&gt;&lt;P&gt;domain-name agms.dk&lt;/P&gt;&lt;P&gt;fixup protocol dns maximum-length 4096&lt;/P&gt;&lt;P&gt;fixup protocol ftp 21&lt;/P&gt;&lt;P&gt;fixup protocol h323 h225 1720&lt;/P&gt;&lt;P&gt;fixup protocol h323 ras 1718-1719&lt;/P&gt;&lt;P&gt;fixup protocol http 80&lt;/P&gt;&lt;P&gt;fixup protocol rsh 514&lt;/P&gt;&lt;P&gt;fixup protocol rtsp 554&lt;/P&gt;&lt;P&gt;fixup protocol sip 5060&lt;/P&gt;&lt;P&gt;fixup protocol sip udp 5060&lt;/P&gt;&lt;P&gt;fixup protocol skinny 2000&lt;/P&gt;&lt;P&gt;no fixup protocol smtp 25&lt;/P&gt;&lt;P&gt;fixup protocol sqlnet 1521&lt;/P&gt;&lt;P&gt;fixup protocol tftp 69&lt;/P&gt;&lt;P&gt;names&lt;/P&gt;&lt;P&gt;access-list outside_in permit tcp any interface outside eq smtp&lt;/P&gt;&lt;P&gt;pager lines 24&lt;/P&gt;&lt;P&gt;mtu outside 1500&lt;/P&gt;&lt;P&gt;mtu inside 1500&lt;/P&gt;&lt;P&gt;ip address outside dhcp setroute&lt;/P&gt;&lt;P&gt;ip address inside 192.168.1.1 255.255.255.0&lt;/P&gt;&lt;P&gt;ip audit info action alarm&lt;/P&gt;&lt;P&gt;ip audit attack action alarm&lt;/P&gt;&lt;P&gt;pdm location 192.168.1.200 255.255.255.255 inside&lt;/P&gt;&lt;P&gt;pdm logging informational 100&lt;/P&gt;&lt;P&gt;pdm history enable&lt;/P&gt;&lt;P&gt;arp timeout 14400&lt;/P&gt;&lt;P&gt;global (outside) 1 interface&lt;/P&gt;&lt;P&gt;nat (inside) 1 0.0.0.0 0.0.0.0 0 0&lt;/P&gt;&lt;P&gt;static (inside,outside) tcp interface smtp 192.168.1.200 smtp netmask 255.255.255.255 0 0&lt;/P&gt;&lt;P&gt;access-group outside_in in interface outside&lt;/P&gt;&lt;P&gt;timeout xlate 0:05:00&lt;/P&gt;&lt;P&gt;timeout conn 1:00:00 half-closed 0:10:00 udp 0:02:00 rpc 0:10:00 h225 1:00:00&lt;/P&gt;&lt;P&gt;timeout h323 0:05:00 mgcp 0:05:00 sip 0:30:00 sip_media 0:02:00&lt;/P&gt;&lt;P&gt;timeout sip-disconnect 0:02:00 sip-invite 0:03:00&lt;/P&gt;&lt;P&gt;timeout uauth 0:05:00 absolute&lt;/P&gt;&lt;P&gt;aaa-server TACACS+ protocol tacacs+&lt;/P&gt;&lt;P&gt;aaa-server TACACS+ max-failed-attempts 3&lt;/P&gt;&lt;P&gt;aaa-server TACACS+ deadtime 10&lt;/P&gt;&lt;P&gt;aaa-server RADIUS protocol radius&lt;/P&gt;&lt;P&gt;aaa-server RADIUS max-failed-attempts 3&lt;/P&gt;&lt;P&gt;aaa-server RADIUS deadtime 10&lt;/P&gt;&lt;P&gt;aaa-server LOCAL protocol local&lt;/P&gt;&lt;P&gt;http server enable&lt;/P&gt;&lt;P&gt;http 192.168.1.0 255.255.255.0 inside&lt;/P&gt;&lt;P&gt;no snmp-server location&lt;/P&gt;&lt;P&gt;no snmp-server contact&lt;/P&gt;&lt;P&gt;snmp-server community public&lt;/P&gt;&lt;P&gt;no snmp-server enable traps&lt;/P&gt;&lt;P&gt;floodguard enable&lt;/P&gt;&lt;P&gt;telnet timeout 5&lt;/P&gt;&lt;P&gt;ssh timeout 5&lt;/P&gt;&lt;P&gt;console timeout 0&lt;/P&gt;&lt;P&gt;dhcpd address 192.168.1.2-192.168.1.33 inside&lt;/P&gt;&lt;P&gt;dhcpd lease 3600&lt;/P&gt;&lt;P&gt;dhcpd ping_timeout 750&lt;/P&gt;&lt;P&gt;dhcpd auto_config outside&lt;/P&gt;&lt;P&gt;terminal width 80&lt;/P&gt;&lt;P&gt;Cryptochecksum:xxxx&lt;/P&gt;&lt;P&gt;: end&lt;/P&gt;&lt;P&gt;pixfirewall#&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;do you see any problems?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 19 Aug 2006 12:25:39 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/need-help-please-exchange-server-pix/m-p/520954#M498320</guid>
      <dc:creator>thomassadi</dc:creator>
      <dc:date>2006-08-19T12:25:39Z</dc:date>
    </item>
    <item>
      <title>Re: Need help please - Exchange server/PIX</title>
      <link>https://community.cisco.com/t5/network-security/need-help-please-exchange-server-pix/m-p/520955#M498321</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;okay, maybe i should just assume the PIX is bugged and get RMA. i mean, ive never in my 10 years of networking seen so many problems trying to get an exchange server to SEND mail through a firewall from the inside to the outside.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Even with minimal configuration this should be possible, right? by minimum i mean just enough configuration to support all the internal network with internet access and then maybe with the "no fixup protocol smtp 25" added?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The reason why i mention "fixup" is because thats all i ever find trying to google for a solution. it just didnt help me.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 19 Aug 2006 16:22:11 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/need-help-please-exchange-server-pix/m-p/520955#M498321</guid>
      <dc:creator>thomassadi</dc:creator>
      <dc:date>2006-08-19T16:22:11Z</dc:date>
    </item>
    <item>
      <title>Re: Need help please - Exchange server/PIX</title>
      <link>https://community.cisco.com/t5/network-security/need-help-please-exchange-server-pix/m-p/520956#M498322</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You may try adding an acl on the inside (that allows all IP) interface to see if that solves the issue..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;access-list inside_access permit ip any any&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;access-group inside_access in interface inside&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 19 Aug 2006 18:06:22 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/need-help-please-exchange-server-pix/m-p/520956#M498322</guid>
      <dc:creator>jwalker</dc:creator>
      <dc:date>2006-08-19T18:06:22Z</dc:date>
    </item>
    <item>
      <title>Re: Need help please - Exchange server/PIX</title>
      <link>https://community.cisco.com/t5/network-security/need-help-please-exchange-server-pix/m-p/520957#M498323</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;thx but i already tried that in my desperation earlier today.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 19 Aug 2006 18:42:46 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/need-help-please-exchange-server-pix/m-p/520957#M498323</guid>
      <dc:creator>thomassadi</dc:creator>
      <dc:date>2006-08-19T18:42:46Z</dc:date>
    </item>
    <item>
      <title>Re: Need help please - Exchange server/PIX</title>
      <link>https://community.cisco.com/t5/network-security/need-help-please-exchange-server-pix/m-p/520958#M498324</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;i finally found the error!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;the problem was a misconfigured SMTP DNS IP. on the exchange server, there is a protocol folder where also SMTP has its info. when sending a mail, SMTP is sending 2 quieries using UDP to resolve the domain (hotmail.com, yahoo.com etc.) This IP was set to the internal IP of the gateway (inside address).  Somehow the old belkin router resolved this request from the server by default but the pix does not. This IP should not have been set to the inside address, but instead to the ISP external DNS address. as soon as i did that, all mails were send out the PIX.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks all for your help. it was great!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 20 Aug 2006 12:56:39 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/need-help-please-exchange-server-pix/m-p/520958#M498324</guid>
      <dc:creator>thomassadi</dc:creator>
      <dc:date>2006-08-20T12:56:39Z</dc:date>
    </item>
  </channel>
</rss>

