<?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 DNS &amp;amp; Sendmail Help Needed in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/dns-amp-sendmail-help-needed/m-p/3078689#M573041</link>
    <description>Hi,&lt;BR /&gt;&lt;BR /&gt;I am in dead corner trying to have unix sendmail 8.9 working again.   It has been working for a year, and a power recycle make it failed to reach out.   In case it is the firewall issue, I purposely to open port 25 &amp;amp; 53 on the firewall for the server (it did not have to before), but nslookup still resolves nothing.&lt;BR /&gt;&lt;BR /&gt;Here are what I get:&lt;BR /&gt;&lt;BR /&gt;nslookup -swtrace&lt;BR /&gt;*** Can't find server name for address 198.77.71.176: No response from server&lt;BR /&gt;DNS Lookup (GetHostInfoByAddr) Unsuccessful&lt;BR /&gt;&lt;BR /&gt;Now that dns could not resolve anything, sendmail -v is meaningless as it is going nowhere.&lt;BR /&gt;&lt;BR /&gt;I use ISP dns in resolv.conf, the the same dns is used in other windows servers that are functioning very well.&lt;BR /&gt;&lt;BR /&gt;A call support to HP does not go anywhere.&lt;BR /&gt;&lt;BR /&gt;Can someone help as much as possible, PLEASE?  Where else I should find the fix?&lt;BR /&gt;&lt;BR /&gt;Thanks a lot,&lt;BR /&gt;&lt;BR /&gt;Steven&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
    <pubDate>Thu, 25 Sep 2003 14:39:59 GMT</pubDate>
    <dc:creator>Steven Chen_1</dc:creator>
    <dc:date>2003-09-25T14:39:59Z</dc:date>
    <item>
      <title>DNS &amp; Sendmail Help Needed</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/dns-amp-sendmail-help-needed/m-p/3078689#M573041</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;I am in dead corner trying to have unix sendmail 8.9 working again.   It has been working for a year, and a power recycle make it failed to reach out.   In case it is the firewall issue, I purposely to open port 25 &amp;amp; 53 on the firewall for the server (it did not have to before), but nslookup still resolves nothing.&lt;BR /&gt;&lt;BR /&gt;Here are what I get:&lt;BR /&gt;&lt;BR /&gt;nslookup -swtrace&lt;BR /&gt;*** Can't find server name for address 198.77.71.176: No response from server&lt;BR /&gt;DNS Lookup (GetHostInfoByAddr) Unsuccessful&lt;BR /&gt;&lt;BR /&gt;Now that dns could not resolve anything, sendmail -v is meaningless as it is going nowhere.&lt;BR /&gt;&lt;BR /&gt;I use ISP dns in resolv.conf, the the same dns is used in other windows servers that are functioning very well.&lt;BR /&gt;&lt;BR /&gt;A call support to HP does not go anywhere.&lt;BR /&gt;&lt;BR /&gt;Can someone help as much as possible, PLEASE?  Where else I should find the fix?&lt;BR /&gt;&lt;BR /&gt;Thanks a lot,&lt;BR /&gt;&lt;BR /&gt;Steven&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 25 Sep 2003 14:39:59 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/dns-amp-sendmail-help-needed/m-p/3078689#M573041</guid>
      <dc:creator>Steven Chen_1</dc:creator>
      <dc:date>2003-09-25T14:39:59Z</dc:date>
    </item>
    <item>
      <title>Re: DNS &amp; Sendmail Help Needed</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/dns-amp-sendmail-help-needed/m-p/3078690#M573042</link>
      <description>Hi Steven,&lt;BR /&gt;&lt;BR /&gt;Can you reach that DNS server, via ping or traceroute?&lt;BR /&gt;Do you have your default gateway setup?&lt;BR /&gt;Do a &lt;BR /&gt;netstat -nr&lt;BR /&gt;to verify you have the default route set up.&lt;BR /&gt;If not, you'll have to manually add it&lt;BR /&gt;route add default xxx.xxx.xxx.xxx 1&lt;BR /&gt;where xxx.xxx.xxx.xxx is the IP for the default router &amp;amp; the 1 is a hop count.&lt;BR /&gt;Then make sure it's set up in the /etc/rc.config.d/netconf file so it loads at the next boot.&lt;BR /&gt;&lt;BR /&gt;HTH,&lt;BR /&gt;Jeff</description>
      <pubDate>Thu, 25 Sep 2003 15:07:40 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/dns-amp-sendmail-help-needed/m-p/3078690#M573042</guid>
      <dc:creator>Jeff Schussele</dc:creator>
      <dc:date>2003-09-25T15:07:40Z</dc:date>
    </item>
    <item>
      <title>Re: DNS &amp; Sendmail Help Needed</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/dns-amp-sendmail-help-needed/m-p/3078691#M573043</link>
      <description>For each ip address in /etc/resolv.conf&lt;BR /&gt; &lt;BR /&gt;run this command.&lt;BR /&gt; &lt;BR /&gt;ping ip_address&lt;BR /&gt;traceroute ip_address&lt;BR /&gt;&lt;BR /&gt;If you can't ping it, you can't do nslookup successfully for it.&lt;BR /&gt; &lt;BR /&gt;If this problem is happening only once in a while, it could be an intermittant network problem.&lt;BR /&gt; &lt;BR /&gt;If port 53 is closed to all traffic on your firewall, this will cause your symptons.&lt;BR /&gt; &lt;BR /&gt;Port 53 must allow this traffic from inside your network to make this work.&lt;BR /&gt; &lt;BR /&gt;Another test:&lt;BR /&gt;ping or tracerotue 198.77.71.176&lt;BR /&gt; &lt;BR /&gt;It is possible that your firewall doesn't allow ping, so you'll need to work that out with the firewall admin.&lt;BR /&gt; &lt;BR /&gt;Your firewall may be able to act as an smtp firewall.  In that case you can change /etc/mail/sendmail.cf DS directive:&lt;BR /&gt;&lt;BR /&gt;DS&lt;BR /&gt; &lt;BR /&gt;becomes&lt;BR /&gt; &lt;BR /&gt;DSfirewallhostname&lt;BR /&gt; &lt;BR /&gt;save the file.&lt;BR /&gt; &lt;BR /&gt;/sbin/init.d/sendmail stop&lt;BR /&gt;/sbin/init.d/sendmail start&lt;BR /&gt; &lt;BR /&gt;Its also a good idea to look at /etc/nsswitch.conf and make sure DNS is how host resolution occurs.  I'm attaching mine as a reference.&lt;BR /&gt; &lt;BR /&gt;&lt;BR /&gt;SEP</description>
      <pubDate>Thu, 25 Sep 2003 15:14:01 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/dns-amp-sendmail-help-needed/m-p/3078691#M573043</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2003-09-25T15:14:01Z</dc:date>
    </item>
    <item>
      <title>Re: DNS &amp; Sendmail Help Needed</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/dns-amp-sendmail-help-needed/m-p/3078692#M573044</link>
      <description>Jeff,&lt;BR /&gt;&lt;BR /&gt;I cannot ping isp dns through, traceroute terminates right away like:&lt;BR /&gt;&lt;BR /&gt;********&lt;BR /&gt;traceroute to 198.77.71.176 (198.77.71.176), 30 hops max, 40 byte packets&lt;BR /&gt; 1  servername (192.168.100.100)  0.649 ms !N  0.209 ms !N  0.211 ms !N&lt;BR /&gt;********&lt;BR /&gt;&lt;BR /&gt;Help please.&lt;BR /&gt;&lt;BR /&gt;Thanks a lot,&lt;BR /&gt;&lt;BR /&gt;Steven</description>
      <pubDate>Thu, 25 Sep 2003 15:16:10 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/dns-amp-sendmail-help-needed/m-p/3078692#M573044</guid>
      <dc:creator>Steven Chen_1</dc:creator>
      <dc:date>2003-09-25T15:16:10Z</dc:date>
    </item>
    <item>
      <title>Re: DNS &amp; Sendmail Help Needed</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/dns-amp-sendmail-help-needed/m-p/3078693#M573045</link>
      <description>Hi (again) Steven,&lt;BR /&gt;&lt;BR /&gt;What does &lt;BR /&gt;netstat -nr &lt;BR /&gt;return?&lt;BR /&gt;Does it return a default route like:&lt;BR /&gt; &lt;BR /&gt;default  xxx.xxx.xxx.xxx  UG  0  lan0  0&lt;BR /&gt;&lt;BR /&gt;If it does return a route, can you ping *that* IP?&lt;BR /&gt;&lt;BR /&gt;Also, verify that you have the IP that you think you should &amp;amp; on the I/F you think you should - do&lt;BR /&gt;&lt;BR /&gt;netstat -in&lt;BR /&gt;&lt;BR /&gt;to make sure that the proper IP is being set up on the proper I/F.&lt;BR /&gt;&lt;BR /&gt;HTH,&lt;BR /&gt;Jeff</description>
      <pubDate>Thu, 25 Sep 2003 15:20:15 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/dns-amp-sendmail-help-needed/m-p/3078693#M573045</guid>
      <dc:creator>Jeff Schussele</dc:creator>
      <dc:date>2003-09-25T15:20:15Z</dc:date>
    </item>
    <item>
      <title>Re: DNS &amp; Sendmail Help Needed</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/dns-amp-sendmail-help-needed/m-p/3078694#M573046</link>
      <description>Does the default route help?&lt;BR /&gt; &lt;BR /&gt;The ping/traceroute thing is probably because icmp has been disabled on the firewall.&lt;BR /&gt; &lt;BR /&gt;Thats a common response to the Blaster virus.&lt;BR /&gt; &lt;BR /&gt;Try this:&lt;BR /&gt;nslookup&lt;BR /&gt;&amp;gt;&lt;BR /&gt;&lt;BR /&gt;198.77.71.176&lt;BR /&gt;&lt;BR /&gt;&lt;ENTER&gt;&lt;BR /&gt; &lt;BR /&gt;What does it say?&lt;BR /&gt;&lt;BR /&gt;checking files?&lt;BR /&gt;DNS?&lt;BR /&gt; &lt;BR /&gt;&lt;BR /&gt;If it works for the windows boxes, it should work for HP-UX.  Is the HP-UX box on the same network as the windows boxes?  Does the firewall allow the HP IP address to have the same set of services as the Windows boxes?&lt;BR /&gt; &lt;BR /&gt;A close look at /etc/rc.config.d/netconf might find a mistake.&lt;BR /&gt; &lt;BR /&gt;Fascinating.&lt;/ENTER&gt;</description>
      <pubDate>Thu, 25 Sep 2003 15:21:42 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/dns-amp-sendmail-help-needed/m-p/3078694#M573046</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2003-09-25T15:21:42Z</dc:date>
    </item>
    <item>
      <title>Re: DNS &amp; Sendmail Help Needed</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/dns-amp-sendmail-help-needed/m-p/3078695#M573047</link>
      <description>Default route is fine.  Server ip is fine without subnetting.&lt;BR /&gt;&lt;BR /&gt;Steven, can I see your attachment?&lt;BR /&gt;&lt;BR /&gt;Thanks a lot.</description>
      <pubDate>Thu, 25 Sep 2003 15:25:44 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/dns-amp-sendmail-help-needed/m-p/3078695#M573047</guid>
      <dc:creator>Steven Chen_1</dc:creator>
      <dc:date>2003-09-25T15:25:44Z</dc:date>
    </item>
    <item>
      <title>Re: DNS &amp; Sendmail Help Needed</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/dns-amp-sendmail-help-needed/m-p/3078696#M573048</link>
      <description>OK, let's see if you can resolve anything.&lt;BR /&gt;Do&lt;BR /&gt;nslookup&lt;BR /&gt; &lt;BR /&gt;&amp;gt;server 198.77.71.176&lt;BR /&gt;&lt;BR /&gt;This sets the resolver to that DNS server.&lt;BR /&gt;Now let's lookup something....&lt;BR /&gt; &lt;BR /&gt;&amp;gt;198.77.71.176&lt;BR /&gt;&lt;BR /&gt;And let's see if it can reverse resolve itself. If it can't, then you have to call the ISP &amp;amp; tell them to fix their own DNS server entry because sendmail demands that entries be resolved in both directions.&lt;BR /&gt;This is not uncommon &amp;amp; is *usually* not a problem - but definitely is for sendmail.&lt;BR /&gt;&lt;BR /&gt;HTH,&lt;BR /&gt;Jeff</description>
      <pubDate>Thu, 25 Sep 2003 15:31:58 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/dns-amp-sendmail-help-needed/m-p/3078696#M573048</guid>
      <dc:creator>Jeff Schussele</dc:creator>
      <dc:date>2003-09-25T15:31:58Z</dc:date>
    </item>
    <item>
      <title>Re: DNS &amp; Sendmail Help Needed</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/dns-amp-sendmail-help-needed/m-p/3078697#M573049</link>
      <description>Sorry about that. Forgot the attachment.&lt;BR /&gt; &lt;BR /&gt;Here it is.&lt;BR /&gt; &lt;BR /&gt;SEP</description>
      <pubDate>Thu, 25 Sep 2003 15:33:34 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/dns-amp-sendmail-help-needed/m-p/3078697#M573049</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2003-09-25T15:33:34Z</dc:date>
    </item>
    <item>
      <title>Re: DNS &amp; Sendmail Help Needed</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/dns-amp-sendmail-help-needed/m-p/3078698#M573050</link>
      <description>Jeff &amp;amp; Steven&lt;BR /&gt;&lt;BR /&gt;Jeff:  you raise an interesting point.   I have tried all dns entries with your method, none is working.   I am not sure ISP will buy the arguement, but I will try.   But ISP will say while Windows server can do so, why hpux cannot?!&lt;BR /&gt;&lt;BR /&gt;Steven:  on the firewall, ping is not allowed.   Ping fw or fw-ip is not allowed.  Thus do we still put fw-name or fw-ip on DS of sendmail.cf?&lt;BR /&gt;&lt;BR /&gt;I just do get this freaking problem!&lt;BR /&gt;&lt;BR /&gt;@!!!</description>
      <pubDate>Thu, 25 Sep 2003 15:51:42 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/dns-amp-sendmail-help-needed/m-p/3078698#M573050</guid>
      <dc:creator>Steven Chen_1</dc:creator>
      <dc:date>2003-09-25T15:51:42Z</dc:date>
    </item>
    <item>
      <title>Re: DNS &amp; Sendmail Help Needed</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/dns-amp-sendmail-help-needed/m-p/3078699#M573051</link>
      <description>For my suggestion to work, the firewall must have a smtp relay feature.  Symantec firewalls have this feature.&lt;BR /&gt; &lt;BR /&gt;The feature will have to be turned on and your HP server will have to be authorized for relay.&lt;BR /&gt; &lt;BR /&gt;If its a Symantec firewall, it will have to be fully patched otherwise it will have problem with certain mail attachments.  The patching argument goes for almost any firewall.&lt;BR /&gt; &lt;BR /&gt;Thought we usually don't do this here, could you post the following information for both the Windows and the HP-UX server:&lt;BR /&gt;&lt;BR /&gt;Windows:&lt;BR /&gt;ipconfig command&lt;BR /&gt; &lt;BR /&gt;HP-UX&lt;BR /&gt;ifconfig lan#&lt;BR /&gt; &lt;BR /&gt;Make the # the lan number of the interface thats trying to get to the internet.&lt;BR /&gt; &lt;BR /&gt;To list them: lanscan&lt;BR /&gt; &lt;BR /&gt;SEP&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 25 Sep 2003 15:55:26 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/dns-amp-sendmail-help-needed/m-p/3078699#M573051</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2003-09-25T15:55:26Z</dc:date>
    </item>
    <item>
      <title>Re: DNS &amp; Sendmail Help Needed</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/dns-amp-sendmail-help-needed/m-p/3078700#M573052</link>
      <description>Can we work around without dns?&lt;BR /&gt;&lt;BR /&gt;or should we add fw-ip on /etc/hosts while fw-ip (internal) is the gateway ip?&lt;BR /&gt;&lt;BR /&gt;Any help is greatly appreciated!&lt;BR /&gt;&lt;BR /&gt;Steven</description>
      <pubDate>Thu, 25 Sep 2003 16:21:56 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/dns-amp-sendmail-help-needed/m-p/3078700#M573052</guid>
      <dc:creator>Steven Chen_1</dc:creator>
      <dc:date>2003-09-25T16:21:56Z</dc:date>
    </item>
    <item>
      <title>Re: DNS &amp; Sendmail Help Needed</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/dns-amp-sendmail-help-needed/m-p/3078701#M573053</link>
      <description>Steven,&lt;BR /&gt; &lt;BR /&gt;DNS is how we turn internet names (isnamerica.com) to numbers.&lt;BR /&gt; &lt;BR /&gt;I would think if we established network connectivity to the firewall and got DNS informaiton from a local machine, this setup might work.&lt;BR /&gt; &lt;BR /&gt;Here is how I'd approach it.&lt;BR /&gt; &lt;BR /&gt;Set the first entry in the HP boxes /etc/resolv.conf file to a local DNS server inside the firewall.&lt;BR /&gt; &lt;BR /&gt;Make sure the local DNS server is able to pass DNS traffic to the inside network.&lt;BR /&gt; &lt;BR /&gt;DNS may not be required to pull this off in /etc/nsswitch.conf. I've never tried this.&lt;BR /&gt; &lt;BR /&gt;I think it would better if you had dns set up in nsswitch.conf, if not as the first option, the second.&lt;BR /&gt; &lt;BR /&gt;host file,dns&lt;BR /&gt; &lt;BR /&gt;Something like that.&lt;BR /&gt; &lt;BR /&gt;You will not those working Microsoft machines have DNS set.&lt;BR /&gt; &lt;BR /&gt;SEP</description>
      <pubDate>Thu, 25 Sep 2003 19:38:50 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/dns-amp-sendmail-help-needed/m-p/3078701#M573053</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2003-09-25T19:38:50Z</dc:date>
    </item>
    <item>
      <title>Re: DNS &amp; Sendmail Help Needed</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/dns-amp-sendmail-help-needed/m-p/3078702#M573054</link>
      <description>I put internal dns on resolv.conf, then I can resolve external IP.&lt;BR /&gt;&lt;BR /&gt;But I am still not able to sendmail out.   The message is:&lt;BR /&gt;&lt;BR /&gt;------------------------&lt;BR /&gt;Sep 26 10:32:49 quarry sendmail[14836]: KAA14836: to=lumboy@cablespeed.com, ctla&lt;BR /&gt;ddr=root (0/3), delay=00:00:46, xdelay=00:00:00, mailer=esmtp, relay=mail1.evdlo&lt;BR /&gt;h.cablespeed.com. [24.35.0.40], stat=Deferred: Network is unreachable&lt;BR /&gt;-----------------------&lt;BR /&gt;&lt;BR /&gt;What else is wrong in this case?&lt;BR /&gt;&lt;BR /&gt;Please help and thanks a millions.&lt;BR /&gt;&lt;BR /&gt;Steven&lt;BR /&gt;</description>
      <pubDate>Fri, 26 Sep 2003 10:19:53 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/dns-amp-sendmail-help-needed/m-p/3078702#M573054</guid>
      <dc:creator>Steven Chen_1</dc:creator>
      <dc:date>2003-09-26T10:19:53Z</dc:date>
    </item>
  </channel>
</rss>

