<?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 enabling nslookups via rules - help in Network Security</title>
    <link>https://community.cisco.com/t5/network-security/enabling-nslookups-via-rules-help/m-p/662325#M1034688</link>
    <description>&lt;P&gt;I can't do nslookups through our pix from my PC, what do I need to do?&lt;/P&gt;</description>
    <pubDate>Mon, 11 Mar 2019 09:14:13 GMT</pubDate>
    <dc:creator>whiteford</dc:creator>
    <dc:date>2019-03-11T09:14:13Z</dc:date>
    <item>
      <title>enabling nslookups via rules - help</title>
      <link>https://community.cisco.com/t5/network-security/enabling-nslookups-via-rules-help/m-p/662325#M1034688</link>
      <description>&lt;P&gt;I can't do nslookups through our pix from my PC, what do I need to do?&lt;/P&gt;</description>
      <pubDate>Mon, 11 Mar 2019 09:14:13 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/enabling-nslookups-via-rules-help/m-p/662325#M1034688</guid>
      <dc:creator>whiteford</dc:creator>
      <dc:date>2019-03-11T09:14:13Z</dc:date>
    </item>
    <item>
      <title>Re: enabling nslookups via rules - help</title>
      <link>https://community.cisco.com/t5/network-security/enabling-nslookups-via-rules-help/m-p/662326#M1034690</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;What error are you getting?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Have you tried specifiying a specific DNS to query? Internal or external? &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Have you tried "dig"? "dig" is not available on MS Windows, but can be downloaded. It is the "new nslookup" and gives more/better information.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Let us know&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Scott&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 30 Dec 2006 15:25:17 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/enabling-nslookups-via-rules-help/m-p/662326#M1034690</guid>
      <dc:creator>scottmac</dc:creator>
      <dc:date>2006-12-30T15:25:17Z</dc:date>
    </item>
    <item>
      <title>Re: enabling nslookups via rules - help</title>
      <link>https://community.cisco.com/t5/network-security/enabling-nslookups-via-rules-help/m-p/662327#M1034691</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;sorry it's nslookups to external Internet addresses like &lt;A class="jive-link-custom" href="http://www.google.com." target="_blank"&gt;www.google.com.&lt;/A&gt;  Internal is fine, so I believe it must be a Pix rule I need to create?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 30 Dec 2006 15:33:58 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/enabling-nslookups-via-rules-help/m-p/662327#M1034691</guid>
      <dc:creator>whiteford</dc:creator>
      <dc:date>2006-12-30T15:33:58Z</dc:date>
    </item>
    <item>
      <title>Re: enabling nslookups via rules - help</title>
      <link>https://community.cisco.com/t5/network-security/enabling-nslookups-via-rules-help/m-p/662328#M1034692</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It may be the configuration of your internal DNS. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;By default, nslookup will use the DNS defined for that PC. IF that DNS doesn't have the record (either defined or cached), it should kick it up to the next level of DNS.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can specify a specific DNS to use:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Commands:   (identifiers are shown in uppercase, [] means optional)&lt;/P&gt;&lt;P&gt;NAME            - print info about the host/domain NAME using default server&lt;/P&gt;&lt;P&gt;NAME1 NAME2     - as above, but use NAME2 as server&lt;/P&gt;&lt;P&gt;help or ?       - print info on common commands&lt;/P&gt;&lt;P&gt;set OPTION      - set an option&lt;/P&gt;&lt;P&gt;    all                 - print options, current server and host&lt;/P&gt;&lt;P&gt;    [no]debug           - print debugging information&lt;/P&gt;&lt;P&gt;    [no]d2              - print exhaustive debugging information&lt;/P&gt;&lt;P&gt;    [no]defname         - append domain name to each query&lt;/P&gt;&lt;P&gt;    [no]recurse         - ask for recursive answer to query&lt;/P&gt;&lt;P&gt;    [no]search          - use domain search list&lt;/P&gt;&lt;P&gt;    [no]vc              - always use a virtual circuit&lt;/P&gt;&lt;P&gt;    domain=NAME         - set default domain name to NAME&lt;/P&gt;&lt;P&gt;    srchlist=N1[/N2/.../N6] - set domain to N1 and search list to N1,N2, etc.&lt;/P&gt;&lt;P&gt;    root=NAME           - set root server to NAME&lt;/P&gt;&lt;P&gt;    retry=X             - set number of retries to X&lt;/P&gt;&lt;P&gt;    timeout=X           - set initial time-out interval to X seconds&lt;/P&gt;&lt;P&gt;    type=X              - set query type (ex. A,ANY,CNAME,MX,NS,PTR,SOA,SRV)&lt;/P&gt;&lt;P&gt;    querytype=X         - same as type&lt;/P&gt;&lt;P&gt;    class=X             - set query class (ex. IN (Internet), ANY)&lt;/P&gt;&lt;P&gt;    [no]msxfr           - use MS fast zone transfer&lt;/P&gt;&lt;P&gt;    ixfrver=X           - current version to use in IXFR transfer request&lt;/P&gt;&lt;P&gt;server NAME     - set default server to NAME, using current default server&lt;/P&gt;&lt;P&gt;lserver NAME    - set default server to NAME, using initial server&lt;/P&gt;&lt;P&gt;finger [USER]   - finger the optional NAME at the current default host&lt;/P&gt;&lt;P&gt;root            - set current default server to the root&lt;/P&gt;&lt;P&gt;ls [opt] DOMAIN [&amp;gt; FILE] - list addresses in DOMAIN (optional: output to FILE)&lt;/P&gt;&lt;P&gt;    -a          -  list canonical names and aliases&lt;/P&gt;&lt;P&gt;    -d          -  list all records&lt;/P&gt;&lt;P&gt;    -t TYPE     -  list records of the given type (e.g. A,CNAME,MX,NS,PTR etc.)&lt;/P&gt;&lt;P&gt;view FILE           - sort an 'ls' output file and view it with pg&lt;/P&gt;&lt;P&gt;exit            - exit the program&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can get the above list by just entering "nslookup" at the command prompt. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;nslookup uses the same port(s) as DNS to get through the firewall, so if an external query (like &lt;A class="jive-link-custom" href="http://www.google.com)" target="_blank"&gt;www.google.com)&lt;/A&gt; works, nslookup should work too (unless specifically restricted to the internal DNS as a source address in some access-list).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Try using the DNS of your home ISP (or other DNS that exists outside of your network - use the "name2" option, like nslookup &lt;A class="jive-link-custom" href="http://www.google.com" target="_blank"&gt;www.google.com&lt;/A&gt; &lt;SOME external="" dns="" name="" or="" address=""&gt; ).&lt;/SOME&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Good Luck&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Scott&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 30 Dec 2006 19:13:55 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/enabling-nslookups-via-rules-help/m-p/662328#M1034692</guid>
      <dc:creator>scottmac</dc:creator>
      <dc:date>2006-12-30T19:13:55Z</dc:date>
    </item>
    <item>
      <title>Re: enabling nslookups via rules - help</title>
      <link>https://community.cisco.com/t5/network-security/enabling-nslookups-via-rules-help/m-p/662329#M1034693</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;thing is I can resolve internet pages fine, if I do ping &lt;A class="jive-link-custom" href="http://www.google.com" target="_blank"&gt;www.google.com&lt;/A&gt; it comes back with the IP, but nslookup won't, just isn't my area of knowledge here.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 30 Dec 2006 20:10:30 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/enabling-nslookups-via-rules-help/m-p/662329#M1034693</guid>
      <dc:creator>whiteford</dc:creator>
      <dc:date>2006-12-30T20:10:30Z</dc:date>
    </item>
  </channel>
</rss>

