Bluehost.com Web Hosting $6.95

can anyone help diagnose this trace ??

This is a discussion on can anyone help diagnose this trace ?? within the Linux Networking forums, part of the Linux Forums category; What does this trace mean? Where is it coming from? Is it abnormal? I have substituted aaa-bbb for the ...


Go Back   Usenet Forums > Linux Forums > Linux Networking

FAQ Members List Calendar Search Today's Posts Mark Forums Read
  #1 (permalink)  
Old 10-19-2003
dan
 
Posts: n/a
Default can anyone help diagnose this trace ??

What does this trace mean?

Where is it coming from?

Is it abnormal?

I have substituted aaa-bbb for the last portion of the ip
address

I have substituted "xxx" for the ip server domain
(mayby dumb because 12-203 is unique to it)

22:00:04.642207 12-203-aaa-bbb.client."xxx".com.1237 >
ns1."xxx".com.domain: 2517+ PTR? 170.7.203.12.in-addr.arpa.
(43) (DF)
22:00:04.679506 ns1."xxx".com.domain >
12-203-26-242.client."xxx".com.1237: 2517* 1/4/4 (258) (DF)

The trace repeats about once every 6 seconds.

Dan

Reply With Quote
  #2 (permalink)  
Old 10-19-2003
Michael Heiming
 
Posts: n/a
Default Re: can anyone help diagnose this trace ??

dan <dansawyer@earthlink.net> wrote:
> What does this trace mean?


> Where is it coming from?


> Is it abnormal?


> I have substituted aaa-bbb for the last portion of the ip
> address


> I have substituted "xxx" for the ip server domain
> (mayby dumb because 12-203 is unique to it)


> 22:00:04.642207 12-203-aaa-bbb.client."xxx".com.1237 >
> ns1."xxx".com.domain: 2517+ PTR? 170.7.203.12.in-addr.arpa.
> (43) (DF)
> 22:00:04.679506 ns1."xxx".com.domain >
> 12-203-26-242.client."xxx".com.1237: 2517* 1/4/4 (258) (DF)


Really dump as your or another IP from your LAN is still
readable for anyone and it perhaps tries to reverse lookups
itself asking your nameserver, if aaa=170 and bbb=7.
Perhaps some daemon trying to startup, hard to tell with
that bi data.

--
Michael Heiming

Remove +SIGNS and www. if you expect an answer, sorry for
inconvenience, but I get tons of SPAM
Reply With Quote
  #3 (permalink)  
Old 10-19-2003
Michael Heiming
 
Posts: n/a
Default Re: can anyone help diagnose this trace ??

Michael Heiming <michael+USENET@www.heiming.de> wrote:
> dan <dansawyer@earthlink.net> wrote:
> > What does this trace mean?


> > Where is it coming from?


> > Is it abnormal?


> > I have substituted aaa-bbb for the last portion of the ip
> > address


> > I have substituted "xxx" for the ip server domain
> > (mayby dumb because 12-203 is unique to it)


> > 22:00:04.642207 12-203-aaa-bbb.client."xxx".com.1237 >
> > ns1."xxx".com.domain: 2517+ PTR? 170.7.203.12.in-addr.arpa.
> > (43) (DF)
> > 22:00:04.679506 ns1."xxx".com.domain >
> > 12-203-26-242.client."xxx".com.1237: 2517* 1/4/4 (258) (DF)


> Really dump as your or another IP from your LAN is still
> readable for anyone and it perhaps tries to reverse lookups
> itself asking your nameserver, if aaa=170 and bbb=7.
> Perhaps some daemon trying to startup, hard to tell with
> that bi data.


Ops, should be aaa=7, bbb=170 of course, that's what you get from
it.

--
Michael Heiming

Remove +SIGNS and www. if you expect an answer, sorry for
inconvenience, but I get tons of SPAM
Reply With Quote
  #4 (permalink)  
Old 10-21-2003
David Efflandt
 
Posts: n/a
Default Re: can anyone help diagnose this trace ??

On Sun, 19 Oct 2003 13:20:56 -0700, dan <dansawyer@earthlink.net> wrote:
> What does this trace mean?
>
> Where is it coming from?
>
> Is it abnormal?


It looks like your box is making a request from your port 1237 to your
ISP's nameserver on port 53 (domain). The nameserver answers from its
port 53 to your port 1237. That part is perfectly normal, but no clue why
every 6 seconds. Could be anything attempting to resolve a name or IP
(Win or internet file sharing, IM, worm, etc.).

> I have substituted aaa-bbb for the last portion of the ip
> address
>
> I have substituted "xxx" for the ip server domain
> (mayby dumb because 12-203 is unique to it)
>
> 22:00:04.642207 12-203-aaa-bbb.client."xxx".com.1237 >
> ns1."xxx".com.domain: 2517+ PTR? 170.7.203.12.in-addr.arpa.
> (43) (DF)
> 22:00:04.679506 ns1."xxx".com.domain >
> 12-203-26-242.client."xxx".com.1237: 2517* 1/4/4 (258) (DF)
>
> The trace repeats about once every 6 seconds.
>
> Dan
>



--
David Efflandt - All spam ignored http://www.de-srv.com/
http://www.autox.chicago.il.us/ http://www.berniesfloral.net/
http://cgi-help.virtualave.net/ http://hammer.prohosting.com/~cgi-wiz/
Reply With Quote
  #5 (permalink)  
Old 10-21-2003
dan
 
Posts: n/a
Default Re: can anyone help diagnose this trace ??

Thanks,

I have additional information, the trace was output from:

tcpdump -i eth1

After more digging I came accross the use of '-n'.

Traces of:

tcpdump -i eth1 -n removed the dns requests. I have no idea
where the ip addresses in the dns were coming from. They did
not show up on the other trace. Are there any additional
thoughts on that one.

Dan

David Efflandt wrote:
> On Sun, 19 Oct 2003 13:20:56 -0700, dan <dansawyer@earthlink.net> wrote:
>
>>What does this trace mean?
>>
>>Where is it coming from?
>>
>>Is it abnormal?

>
>
> It looks like your box is making a request from your port 1237 to your
> ISP's nameserver on port 53 (domain). The nameserver answers from its
> port 53 to your port 1237. That part is perfectly normal, but no clue why
> every 6 seconds. Could be anything attempting to resolve a name or IP
> (Win or internet file sharing, IM, worm, etc.).
>
>
>>I have substituted aaa-bbb for the last portion of the ip
>>address
>>
>>I have substituted "xxx" for the ip server domain
>>(mayby dumb because 12-203 is unique to it)
>>
>>22:00:04.642207 12-203-aaa-bbb.client."xxx".com.1237 >
>>ns1."xxx".com.domain: 2517+ PTR? 170.7.203.12.in-addr.arpa.
>>(43) (DF)
>>22:00:04.679506 ns1."xxx".com.domain >
>>12-203-26-242.client."xxx".com.1237: 2517* 1/4/4 (258) (DF)
>>
>>The trace repeats about once every 6 seconds.
>>
>>Dan
>>

>
>
>


Reply With Quote
Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
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 Off
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On




All times are GMT +1. The time now is 10:16 AM.


Powered by vBulletin® Version 3.7.3
Copyright ©2000 - 2009, Jelsoft Enterprises Ltd.
Content Relevant URLs by vBSEO 3.0.0