sshd doing dns queries on localhost?
From: Fernando Schapachnik (fernando_at_mecon.gov.ar)
Date: 05/26/03
- Previous message: Giorgos Keramidas: "Re: ipfirewall(4)) cannot be changed"
- Next in thread: G.P. de Boer: "Re: sshd doing dns queries on localhost?"
- Reply: G.P. de Boer: "Re: sshd doing dns queries on localhost?"
- Reply: Nickolay A. Kritsky: "Re: sshd doing dns queries on localhost?"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Date: Mon, 26 May 2003 13:32:55 -0300 To: freebsd-security@freebsd.org
Hi,
I noted on my 4.7 machines that when a ssh conection is made, the
following PTR query happens (10.11.1.11 is the src address in the example):
13:23:21.120290 PUBLIC_IP.4523 > PUBLIC_IP.53: 52788+ PTR?
11.1.11.10.in-addr.arpa. (41)
13:23:21.120517 PUBLIC_IP.4524 > PUBLIC_IP.53: 52788+ PTR?
11.1.11.10.in-addr.arpa. (41)
13:23:21.120683 PUBLIC_IP.4525 > PUBLIC_IP.53: 52788+ PTR?
11.1.11.10.in-addr.arpa. (41)
13:23:21.120784 PUBLIC_IP.4526 > PUBLIC_IP.53: 52788+ PTR?
11.1.11.10.in-addr.arpa. (41)
This is very weird because resolv.conf points to another server. Also,
the capture is from lo0.
Not that I see a security problem here (just the annoyance of this
filling my log_in_vain logs), but I'm curious about the reason; at least didn't
find any clue looking at source.
May 26 13:23:21 X /kernel: Connection attempt to UDP PUBLIC_IP:53 from PUBLIC_IP:4523
May 26 13:23:21 X /kernel: Connection attempt to UDP PUBLIC_IP:53 from PUBLIC_IP:4524
May 26 13:23:21 X /kernel: Connection attempt to UDP PUBLIC_IP:53 from PUBLIC_IP:4525
May 26 13:23:21 X /kernel: Connection attempt to UDP PUBLIC_IP:53 from PUBLIC_IP:4526
Thanks for any pointer!
Regards!
Fernando.
_______________________________________________
freebsd-security@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-security
To unsubscribe, send any mail to "freebsd-security-unsubscribe@freebsd.org"
- Previous message: Giorgos Keramidas: "Re: ipfirewall(4)) cannot be changed"
- Next in thread: G.P. de Boer: "Re: sshd doing dns queries on localhost?"
- Reply: G.P. de Boer: "Re: sshd doing dns queries on localhost?"
- Reply: Nickolay A. Kritsky: "Re: sshd doing dns queries on localhost?"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Relevant Pages
|