SCOUG-HELP Mailing List Archives
Return to [ 18 |
January |
2005 ]
<< Previous Message <<
>> Next Message >>
Content Type: text/plain
=====================================================
If you are responding to someone asking for help who
may not be a member of this list, be sure to use the
REPLY TO ALL feature of your email program.
=====================================================
Hi John,
Not sure what your problem is, but I jam new RESOLV2 information
into the file with my STARTUP.CMD file, as follows:
:: Change from Verizon DNS to Earthlink DNS.
:: PROBLEM: SendMail outgoing has 60 second delay when using the Verizon DNS.
:: It appears to be a DNS delay.
:: SOLUTION: Use a different DNS. There is no delay when using the Earthlink DNS.
echo -------------------------------------------------------------------------------
echo Setting desired DNS . . .
G:
cd \MPTN\ETC
:: The two RESOLV files:
:: resolv - dynamically built by IAK dialer to make Internet domain
:: name and nameserver available
:: resolv2 - stores LAN based domain name and nameserver address(es)
call Resolv2-CopyFromEarthlink
cd \
Here's the Resolv2-CopyFromEarthlink.cmd file:
@echo off
G:
cd \MPTN\ETC
if exist RESOLV2 goto OK1
echo Can't find RESOLV2 file.
goto EndOfCmd
:OK1
if exist RESOLV2-20000806-2218-Earthlink goto OK2
echo Can't find RESOLV2-20000806-2218-Earthlink file.
goto EndOfCmd
:OK2
echo ========== OLD ==========
type RESOLV2
copy RESOLV2-20000806-2218-Earthlink RESOLV2
echo ========== NEW ==========
type RESOLV2
echo ========== end ==========
:EndOfCmd
and here's my RESOLV2 file (at least at this moment):
domain earthlink.net
nameserver 207.217.126.81
nameserver 207.217.120.83
My ISP is Verizon but Earthlink's DNS works with sendmail
and Verizon's DNS doesn't, at least here.
iirc the info is stored in one of the OS2*.INI files and
is reset on each boot, hence I use STARTUP.CMD to modify
the contents.
- Peter
_____
John A. Morrow, Jr. wrote:
>
> =====================================================
> If you are responding to someone asking for help who
> may not be a member of this list, be sure to use the
> REPLY TO ALL feature of your email program.
> =====================================================
>
> --- Steven Levine wrote:
>
> > From: "Steven Levine"
> > Date: Fri, 14 Jan 2005 10:38:03 -0800
> > To: "John A. Morrow, Jr."
> > Subject: Re: SCOUG-Help: Partition Problems
> >
> > In <20050111175708.32986.qmail@web41011.mail.yahoo.com>, on
> > 01/11/05
> > at 09:57 AM, "John A. Morrow, Jr."
> > said:
> >
> > A couple of corrections. I alwys get RESOLV and RESOLV2
> > backward. RESOLV
> > is was gets updated for dialup. So...
> >
> > Sorry for the slow feedback. I'm buried.
> >
> > >Assistant to setup the IBM Dialer. I had a slightly better
> > >experience than with Injoy as the connection completed and I
> > wasn't
> > >kicked out. However, when I open Mozilla I cannot reach any
> > web sites -
> > >it just times out. Can't ping anything either.
> >
> > This is a DNS setup issue. This is the RESOLV I use for
> > dialup.
> >
> > Before connecting:
> >
> > domain earthlink.net
> > nameserver 207.217.77.82
> > nameserver 207.217.120.83
> >
> > After connecting:
> >
> > domain earthlink.net
> > nameserver 207.217.126.81
> > nameserver 207.217.77.82
> > nameserver 207.217.120.83
> >
> > Check resolv* before and after connecting.
> >
> > FWIW, a lot of sites refuse pings these days. When this
> > happens, I use
> > telnet, as in:
> >
> > telnet -p 80 www.earthlink.net
> >
> > which is the same port a browser will use.
> >
> > HTH,
> >
> > Steven
> >
> ALL: To move an off-list discussion back to the list, now that
> it's up...
>
> I looked at RESOLV and RESOLV2 over the weekend. RESOLV2 was
> empty and RESOLV had similar data to the above. I edited first
> RESOLV to match the data above, then added the same info to
> RESOLV2. I also made sure that the nameserver addresses matched
> the relevant entries in INJOY and the IBM dialer. The web
> browser (Mozilla) still cannot reach any web sites.
>
> I repeated the above trials with the nameserver addresses from
> my old setup from a year ago with the same result.
>
> This is all happening on a fresh install of eCS 1.2.
>
> Any other information I can provide (log files, configuration
> files etc)?
>
> What else can I check?
>
> John
>
>
> __________________________________
> Do you Yahoo!?
> The all-new My Yahoo! - Get yours free!
> http://my.yahoo.com
>
>
> =====================================================
>
> To unsubscribe from this list, send an email message
> to "steward@scoug.com". In the body of the message,
> put the command "unsubscribe scoug-help".
>
> For problems, contact the list owner at
> "rollin@scoug.com".
>
> =====================================================
=====================================================
To unsubscribe from this list, send an email message
to "steward@scoug.com". In the body of the message,
put the command "unsubscribe scoug-help".
For problems, contact the list owner at
"rollin@scoug.com".
=====================================================
<< Previous Message <<
>> Next Message >>
Return to [ 18 |
January |
2005 ]
The Southern California OS/2 User Group
P.O. Box 26904
Santa Ana, CA 92799-6904, USA
Copyright 2001 the Southern California OS/2 User Group. ALL RIGHTS
RESERVED.
SCOUG, Warp Expo West, and Warpfest are trademarks of the Southern California OS/2 User Group.
OS/2, Workplace Shell, and IBM are registered trademarks of International
Business Machines Corporation.
All other trademarks remain the property of their respective owners.
|