Networking Forums

Networking Forums > Network Hardware > Home Networking > What has "IN-ADDR.ARPA" got to do with W98?

Reply
Thread Tools Display Modes

What has "IN-ADDR.ARPA" got to do with W98?

 
 
Barry Higginbottom
Guest
Posts: n/a

 
      12-30-2003, 05:23 PM
Hi

Can anyone explain or point me to where I can learn something about
"IN-ADDR.ARPA"

I have a 4 machine peer to peer network all machines run either Windows 98
or 98SE and are connected via an 8 port 10/100 switch with connection to
the Internet via a 3COM dual 56K LanModem. All machines have Kerio Personal
Firewall V2.1.5

Whenever a PC starts a connection to the Internet is started by the
LanModem. When I check the cause of the connection it is always shown as
being a connection to 0.0.0.0.IN-ADDR.ARPA

Can anyone explain this and what might be causing it?

Is it the LanModem, the Windows network, the firewall?

I don't know where to start and would welcome some suggestions.

--
Best regards
Barry
 
Reply With Quote
 
 
 
 
Curt
Guest
Posts: n/a

 
      12-30-2003, 06:07 PM
On Tue, 30 Dec 2003 18:23:32 +0000, Barry Higginbottom wrote:

> Hi
>
> Can anyone explain or point me to where I can learn something about
> "IN-ADDR.ARPA"


Google is good. It returns over 71,000 hits when searched using
"IN-ADDR.ARPA"
 
Reply With Quote
 
George Hewitt
Guest
Posts: n/a

 
      12-30-2003, 06:14 PM
This is all related to your reverse DNS address.

Look to google (search: reverse dns) for more info.

It'll be your ISP causing it, so that they have a name associated back to
your IP, basically.


"Barry Higginbottom" <(E-Mail Removed)> wrote in message
news:1cwmu6bhyh7ix.1wyfip6cuw7lb$.(E-Mail Removed).. .
> Hi
>
> Can anyone explain or point me to where I can learn something about
> "IN-ADDR.ARPA"
>
> I have a 4 machine peer to peer network all machines run either Windows 98
> or 98SE and are connected via an 8 port 10/100 switch with connection to
> the Internet via a 3COM dual 56K LanModem. All machines have Kerio

Personal
> Firewall V2.1.5
>
> Whenever a PC starts a connection to the Internet is started by the
> LanModem. When I check the cause of the connection it is always shown as
> being a connection to 0.0.0.0.IN-ADDR.ARPA
>
> Can anyone explain this and what might be causing it?
>
> Is it the LanModem, the Windows network, the firewall?
>
> I don't know where to start and would welcome some suggestions.
>
> --
> Best regards
> Barry



---
Outgoing mail is certified Virus Free.
Checked by AVG anti-virus system (http://www.grisoft.com).
Version: 6.0.557 / Virus Database: 349 - Release Date: 30/12/2003


 
Reply With Quote
 
James Egan
Guest
Posts: n/a

 
      12-30-2003, 06:21 PM
On Tue, 30 Dec 2003 18:23:32 +0000, Barry Higginbottom
<(E-Mail Removed)> wrote:

>Whenever a PC starts a connection to the Internet is started by the
>LanModem. When I check the cause of the connection it is always shown as
>being a connection to 0.0.0.0.IN-ADDR.ARPA


It's a domain name system reverse lookup. 0.0.0.0 is the default
route.

>
>Can anyone explain this and what might be causing it?


It means that something running on your computer has requested a
connection to a domain name or ip address which isn't part of your own
network. Since it isn't on your own network, the request goes to the
default gateway causing the modem to dial up your isp.

If you don't know what's causing the dialup (it could be anything) run
msconfig and look through the programs on the startup tab which are
set to run at system startup.


Jim.

 
Reply With Quote
 
Barry Higginbottom
Guest
Posts: n/a

 
      12-30-2003, 06:22 PM
On Tue, 30 Dec 2003 19:14:25 -0000, George Hewitt wrote:

> It'll be your ISP causing it, so that they have a name associated back to
> your IP, basically.


I thought all this reverse DNS malarky was only relevant to proper
computers running NT server and the like. Like I said my PCs are using
Windows 98.

Thanks for your suggestion George, but I can't see how my ISP is involved
because this action occurs _before_ I am connected to the Internet, so in
my simple logic I assumed it was something to do with my computers or the
software installed on them...

--
Best regards
Barry
 
Reply With Quote
 
Barry Higginbottom
Guest
Posts: n/a

 
      12-30-2003, 06:34 PM
On Tue, 30 Dec 2003 19:21:08 +0000, James Egan wrote:

> It's a domain name system reverse lookup. 0.0.0.0 is the default
> route.


> It means that something running on your computer has requested a
> connection to a domain name or ip address which isn't part of your own
> network. Since it isn't on your own network, the request goes to the
> default gateway causing the modem to dial up your isp.


Thanks Jim, I suspect that it might be Kerio Personal Firewall that's
causing this, the only other programs that start are all the standard
Windows stuff (Power Management, Systray, etc), I don't know of any of them
that set out to connect to a domain name.

Is there any software out there that could log where this connection
originates from?

Hmm, I wonder if I could write a KPF rule to log connections to 0.0.0.0?

--
Best regards
Barry
 
Reply With Quote
 
James Egan
Guest
Posts: n/a

 
      12-30-2003, 07:38 PM
On Tue, 30 Dec 2003 19:34:49 +0000, Barry Higginbottom
<(E-Mail Removed)> wrote:

>Is there any software out there that could log where this connection
>originates from?


There are a few tools you might use. A free network analyzer can be
found here http://analyzer.polito.it/

>
>Hmm, I wonder if I could write a KPF rule to log connections to 0.0.0.0?


It won't work since it is only 0.0.0.0 until the dialup completes its
ppp negotiation with your isp. This is when you get assigned your
dynamic public ip address and details of gateway, nameservers etc.


Jim.

 
Reply With Quote
 
Barry Higginbottom
Guest
Posts: n/a

 
      12-31-2003, 04:48 PM
On Tue, 30 Dec 2003 20:38:09 +0000, James Egan wrote:

> There are a few tools you might use. A free network analyzer can be
> found here http://analyzer.polito.it/


> It won't work since it is only 0.0.0.0 until the dialup completes its
> ppp negotiation with your isp. This is when you get assigned your
> dynamic public ip address and details of gateway, nameservers etc.


OK Jim, I got to the bottom of the problem.

KPF2 has an option to allow DNS resolving of IP addresses for the log file.

I disabled this option (its not that important for me) and problem solved.

My LanModem was reporting that a DNS request was being made for
0.0.0.0.IN-ADDR.ARPA. For folks with a dialup connection I guess this
doesn't make DUN connect, but then I'm not using DUN and I guess that the
LANModem was doing what its supposed to do.

If anyone understands better than me whats going on they might want to
explain better, but thanks everyone for your suggestions. I got there in
the end..

--
Best regards
Barry
 
Reply With Quote
 
 
 
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
[Fwd: SPEWS DOLTS "SneakyP", "Kevin!:?)", "WindsorFox" SPAM braodbandnewsgroup] !:?) Broadband 0 11-30-2005 01:04 AM
Re: SPEWS SLIMES "WindsorFox", "Kevin-!:?)", "Spin Dryer" get the cold shoulder at broadband ng! SneakyP Broadband 0 11-29-2005 10:46 PM
Attention Plus.net Re: SPEWS DOLTS "WindsorFox", "Kevin-!:?)", "SpinDryer" SPAM broadband newsgroup !:?) Broadband 0 11-28-2005 04:28 AM
Attention Plus.Net Re: SPEWS DOLTS "WindsorFox", "Kevin-!:?)", "SpinDryer" SPAM braodband newsgroup !:?) Broadband 0 11-28-2005 03:03 AM
"x.x.x.x Subnet" not "x.in-addr.arpa" Mike Bonvie Windows Networking 0 01-20-2005 09:50 PM



1 2 3 4 5 6 7 8 9 10 11