Koozali.org: home of the SME Server

Which deamon does this

Offline ronnie_dk

  • *
  • 19
  • +0/-0
Which deamon does this
« on: December 26, 2005, 06:50:09 PM »
Hi there .
A tiny problem - can I configure this in any configfile on SME6.01 (incl. proxy, mail, apache)

Each minute sending this to my ISP DNS Server.. Which deamon is doing this..? 20 Ping´s ..
Maybe possible to reduce amount of pings from 20 to 3?

Quote

18:37:00.549601 80.199.15.186 > 195.249.61.12: icmp: echo request (DF)
18:37:00.564375 195.249.61.12 > 80.199.15.186: icmp: echo reply (DF)
18:37:00.814544 80.199.15.186 > 195.249.61.12: icmp: echo request (DF)
18:37:00.829006 195.249.61.12 > 80.199.15.186: icmp: echo reply (DF)
18:37:01.074565 80.199.15.186 > 195.249.61.12: icmp: echo request (DF)
18:37:01.089477 195.249.61.12 > 80.199.15.186: icmp: echo reply (DF)
18:37:01.334605 80.199.15.186 > 195.249.61.12: icmp: echo request (DF)
18:37:01.350928 195.249.61.12 > 80.199.15.186: icmp: echo reply (DF)
18:37:01.594553 80.199.15.186 > 195.249.61.12: icmp: echo request (DF)
18:37:01.609658 195.249.61.12 > 80.199.15.186: icmp: echo reply (DF)
18:37:01.854584 80.199.15.186 > 195.249.61.12: icmp: echo request (DF)
18:37:01.869380 195.249.61.12 > 80.199.15.186: icmp: echo reply (DF)
18:37:02.114570 80.199.15.186 > 195.249.61.12: icmp: echo request (DF)
18:37:02.130080 195.249.61.12 > 80.199.15.186: icmp: echo reply (DF)
18:37:02.374579 80.199.15.186 > 195.249.61.12: icmp: echo request (DF)
18:37:02.402610 195.249.61.12 > 80.199.15.186: icmp: echo reply (DF)
18:37:02.634921 80.199.15.186 > 195.249.61.12: icmp: echo request (DF)
18:37:02.649516 195.249.61.12 > 80.199.15.186: icmp: echo reply (DF)
18:37:02.894554 80.199.15.186 > 195.249.61.12: icmp: echo request (DF)
18:37:02.910214 195.249.61.12 > 80.199.15.186: icmp: echo reply (DF)
18:37:03.154611 80.199.15.186 > 195.249.61.12: icmp: echo request (DF)
18:37:03.181295 195.249.61.12 > 80.199.15.186: icmp: echo reply (DF)
18:37:03.414548 80.199.15.186 > 195.249.61.12: icmp: echo request (DF)
18:37:03.429639 195.249.61.12 > 80.199.15.186: icmp: echo reply (DF)
18:37:03.674553 80.199.15.186 > 195.249.61.12: icmp: echo request (DF)
18:37:03.690123 195.249.61.12 > 80.199.15.186: icmp: echo reply (DF)
18:37:03.934555 80.199.15.186 > 195.249.61.12: icmp: echo request (DF)
18:37:03.950072 195.249.61.12 > 80.199.15.186: icmp: echo reply (DF)
18:37:04.194584 80.199.15.186 > 195.249.61.12: icmp: echo request (DF)
18:37:04.229017 195.249.61.12 > 80.199.15.186: icmp: echo reply (DF)
18:37:04.454557 80.199.15.186 > 195.249.61.12: icmp: echo request (DF)
18:37:04.510912 195.249.61.12 > 80.199.15.186: icmp: echo reply (DF)
18:37:04.714554 80.199.15.186 > 195.249.61.12: icmp: echo request (DF)
18:37:04.730457 195.249.61.12 > 80.199.15.186: icmp: echo reply (DF)
18:37:04.974554 80.199.15.186 > 195.249.61.12: icmp: echo request (DF)
18:37:04.988944 195.249.61.12 > 80.199.15.186: icmp: echo reply (DF)
18:37:05.234565 80.199.15.186 > 195.249.61.12: icmp: echo request (DF)
18:37:05.248662 195.249.61.12 > 80.199.15.186: icmp: echo reply (DF)
18:37:05.494557 80.199.15.186 > 195.249.61.12: icmp: echo request (DF)
18:37:05.508631 195.249.61.12 > 80.199.15.186: icmp: echo reply (DF)
[/quote]
...

RonM

Which deamon does this
« Reply #1 on: December 26, 2005, 09:54:20 PM »
Hi ronnie_dk -

If you have manually pinged your ISP's DNS server, then the issue is that ping in Linux defaults to continuous pings until you stop it. Not like Windows where ping is configured to stop after four requests.

If you do a "ping -c 3" , you'll stop after 3 tries.

BTW, you typically don't need to use or know your ISP's DNS server IP address if you have SME set up in Server-and-gateway mode. SME has a built-in cacheing DNS server that works fine.

RonM

Offline ronnie_dk

  • *
  • 19
  • +0/-0
Which deamon does this
« Reply #2 on: December 27, 2005, 06:31:55 PM »
Hi there .
I am actually NOT doing this manually .
I made a tcpdump, and wondered why SME was doing this by itself.
It happens each minute and repeats 20 times each minute.
I think it´s part of the PPPOE status check from the server itself..
Any help is welcome.
TKS:
Ronnie
...