Q. Re: BIND 8.2.3 "db_load" message and named crashes...

Seonkyu Park carrot at elim.net
Fri Mar 16 08:47:14 UTC 2001


Hello Thomas Endo and bind users ^_^
Thank you for replying my previous letter.
When my named crushed, I could capture that  result screen of lsof command.  ^^;
And my named is not only caching server but also we have about 5,000 of master and slave zonefiles.
I will try to be remained only master files in this server.

-----------------------------------------------------------------------------
I hope this helps because it will raise the limit for number of file
descriptors available for a process.  I
did this once with another box at another job, but set the parameters down
to 256 each for another
application.
-----------------------------------------------------------------------------

Therefore, you taught me that my "/ec/system" file will be edited like this.
       "set rlim_fd_cur=1024
        set rlim_fd_max=4096"

When last time named got crushed, I checked out our system and I found log file which show below.

"Mar 14 11:21:55 ns named[1398]: db_load could not open: named.ca: Resource temporarily unavailable"

However named.ca file was existed in our server at that moment.
After that incident, our DNS server couldn't find any root servers.
I think that there are other reasons to make our DNS servers got crushed.
I found two articles from deja news group

> >
> > -------------------------------------------------------------------------------
> > On Wed, 26 Apr 2000, Jim Reid wrote:
> >
> > > >>>>> "Heikki" == Heikki Hannikainen <hessu at hes.iki.fi> writes:
> > >
> > >     Heikki> 26-Apr-2000 14:49:28.840 load: db_load could not open: domain.fi.le: Resource temporarily unavailable
> > >
> > > Looks like your 2.6 box is running out of file descriptors. Check the
> > > man page for open() and find out why it returns EAGAIN: "Resource
> > > temporarily unavailable". You probably have to fix some kernel value
> > > to increase the number of file descriptors. Or you could use lsof to
> > > find out where they've all gone.
> >
> >   Okay, i found the problem. It's not the kernel limits (they've been
> > increased anyway over the defaults), but the fact that db_load uses
> > stdio's fopen() to open the db files on disk. And Solaris (2.5.1 and 2.6
> > at least) STDIO has a limit of 255 files (see stdio(3S)):
> >
> >      Note that no more than  255  files  may  be
> >      opened  using  fopen(),  and only file descriptors 0 through
> >      255 can be used in a stream.
> >
> >   truss -p <named-pid> 2>&1 | grep open, and following the log file
> > revealed that the zones for which open() returned a fd > 255 failed (open
> > succeeds but the fopen() returns the error).
> >
> > open("zone1.com", O_RDONLY)                    = 272
> > open("zone2.fi", O_RDONLY)                   = 272
> > open("1.2.4", O_RDONLY)                   = 74
> > open("3.4.5", O_RDONLY)                   = 75
> > open("zone", O_RDONLY)                            = 289
> >
> >   Now, the strange thing is that lsof shows a LARGE number of TCP
> > connections (established and SYN_SENT) to the domain port of a single
> > other DNS server, for which i can find NO slave entries in my
> > configuration.
> >
> > root at host:~#> grep named lsof.out|wc -l
> >    2118
> > root at host:~#> grep named-xf lsof.out|wc -l
> >    1346
> >
> >  That leaves 772 fd's for named.
> >
> > root at host:~#> grep named lsof.out|grep TCP|wc -l
> >    2021
> >
> >   Of which quite a lot are TCP. And almost all of the TCP connections are
> > to the domain port of a single DNS server which does not appear in my
> > configuration. Both named and a single named-xfer make connections to that
> > server, and that single named-xfer, according to it's argument list, is
> > supposed to be getting a zone from a _different_ server at a different
> > organisation.
> >
> >   So, two problems... one would need to skip using stdio, or perhaps link
> > against something like the sfio library
> > (http://www.research.att.com/sw/tools/sfio/). Second, why do all these TCP
> > connections take place...
> >
> >   - Hessu
> > ----------------------------------------------------------------------------
> >
> >
> >       If named is dieing of resource starvation at 20 MB it
> >  is being run on a seriously under configured machine for
> >  the load being put on it.  Being a caching server for a
> >  uni puts a lot of memory usage load on a dns server.
> >
> >  The amount of memory named can take from the system is
> >  controlled by "options { datasize #; };".  Just don't let
> >  datasize exceed the amount of real memory in the machine.
> >  Also you need enough virtual memory to support a several
> >  images simultaniously as if forks prior to execing
> >  {in.}named-xfer.
> >
> >  While you say named's memory usage grows without bounds it
> >  will normally stabalise after 7 days as this is the maximun
> >  cache period unless you have turned on host-statistics in
> >  the options block.
> >
> >
> > Actually, I dobut our DNS server which korean language  available in this DNS server .
> >

How can I debug my named?
But I don't have any source codes.
Who's in charge of korean language dns developer said that only one line add original bind source 8.2.3
If DNS code is Korean language, that packet will be forwarded to thier company's web site and then
it will be searched from thier database and their web site will be shown.
It will be automatically jump to thier Korean
I wonder that  is it  bind 8.2.3 probelm or solaris kernel fd problem
or korean language dns develpoer's mistake...

Thank you for considering  this matter with me.I appreciate reading my letter.
Have a nice day~

                                nick carrot
                                aol  elimnet

> > --- lsof command content when dns crushed---
> > named     19593    root    0u  VCHR       13,2       0t0  83856 /devices/pseudo/mm at 0:null
> > named     19593    root    1u  VCHR       13,2       0t0  83856 /devices/pseudo/mm at 0:null
> > named     19593    root    2u  VCHR       13,2       0t0  83856 /devices/pseudo/mm at 0:null
> > named     19593    root    3w  VCHR       21,0       0t0  83852 /devices/pseudo/log at 0:conslog->LOG
> > named     19593    root    4u  inet 0xe26a7718       0t0    UDP *:44499 (Idle)
> > named     19593    root    5u  unix      105,7       0t0  83862 /devices/pseudo/tl at 0:ticots->/usr/local/etc/ndc.d/ndc
(0xe1295d28)
> > (Vnode=0xe20e6b88)
> > named     19593    root    6u  inet 0xe2a25170     0t116    TCP ns:domain->211.240.21.10:1059 (ESTABLISHED)
> > named     19593    root    7u  inet 0xe2a25100      0t74    TCP ns:domain->211.240.21.10:1063 (ESTABLISHED)
> > named     19593    root    8u  inet 0xe2a25090      0t58    TCP ns:domain->211.240.21.10:1064 (ESTABLISHED)
> > named     19593    root    9u  inet 0xe2a255d0      0t58    TCP ns:domain->211.240.21.10:1086 (ESTABLISHED)
> > named     19593    root   10u  inet 0xe2a730f0     0t112    TCP ns:domain->211.240.21.10:1066 (ESTABLISHED)
> > named     19593    root   11u  inet 0xe1a82b00     0t108    TCP ns:domain->211.240.21.10:1120 (ESTABLISHED)
> > named     19593    root   12u  inet 0xe2a95948     0t114    TCP ns:domain->211.240.21.10:1067 (ESTABLISHED)
> > named     19593    root   13u  inet 0xe2af69b0     0t106    TCP ns:domain->211.240.21.10:1068 (ESTABLISHED)
> > named     19593    root   14u  inet 0xe2a25330     0t112    TCP ns:domain->211.240.21.10:1069 (ESTABLISHED)
> > named     19593    root   15u  inet 0xe2a252c0     0t114    TCP ns:domain->211.240.21.10:1070 (ESTABLISHED)
> > named     19593    root   16u  inet 0xe2a253a0     0t173    TCP ns:domain->211.240.21.10:1071 (ESTABLISHED)
> > named     19593    root   17u  inet 0xe2a259c0     0t112    TCP ns:domain->211.240.21.10:1096 (ESTABLISHED)
> > named     19593    root   18u  inet 0xe2a25410      0t58    TCP ns:domain->211.240.21.10:1073 (ESTABLISHED)
> > named     19593    root   19u  inet 0xe2a25640     0t110    TCP ns:domain->211.240.21.10:1097 (ESTABLISHED)
> > named     19593    root   20u  inet 0xe2a73320       0t0    UDP localhost:domain (Idle)
> > named     19593    root   21u  inet 0xe2a731d0       0t0    TCP localhost:domain (LISTEN)
> > named     19593    root   22u  inet 0xe2a95788       0t0    UDP ns:domain (Idle)
> > named     19593    root   23u  inet 0xe2a95b78       0t0    TCP ns:domain (LISTEN)
> > named     19593    root   24u  inet 0xe2a25250       0t0    UDP ns:domain (Idle)
> > named     19593    root   25u  inet 0xe2a251e0       0t0    TCP ns:domain (LISTEN)
> > named     19593    root   26u  inet 0xe2a25480      0t80    TCP ns:domain->211.240.21.10:1075 (ESTABLISHED)
> > named     19593    root   27u  inet 0xe2a254f0     0t116    TCP ns:domain->211.240.21.10:1087 (ESTABLISHED)
> > named     19593    root   28u  inet 0xe1ae1860     0t144    TCP ns:domain->211.240.21.10:1088 (ESTABLISHED)
> > named     19593    root   29u  inet 0xe2a25560     0t114    TCP ns:domain->211.240.21.10:1089 (ESTABLISHED)
> > named     19593    root   30u  inet 0xe2a95b08      0t66    TCP ns:domain->211.240.21.10:1090 (ESTABLISHED)
> > named     19593    root   31u  inet 0xe1a4c5e0      0t64    TCP ns:domain->211.240.21.10:1092 (ESTABLISHED)
> > named     19593    root   32u  inet 0xe2ab0f00      0t66    TCP ns:domain->211.240.21.10:1094 (ESTABLISHED)
> > named     19593    root   33u  inet 0xe2a0d2b8     0t114    TCP ns:domain->211.240.21.10:1098 (ESTABLISHED)
> > named     19593    root   34u  inet 0xe2ab0d40     0t112    TCP ns:domain->211.240.21.10:1100 (ESTABLISHED)
> > named     19593    root   35u  inet 0xe1bd3f10      0t58    TCP ns:domain->211.240.21.10:1130 (ESTABLISHED)
> > named     19593    root   36u  inet 0xe2ab0db0     0t116    TCP ns:domain->211.240.21.10:1102 (ESTABLISHED)
> > named     19593    root   37u  inet 0xe2a256b0      0t56    TCP ns:domain->211.240.21.10:1112 (ESTABLISHED)
> > named     19593    root   38u  inet 0xe2a25720     0t114    TCP ns:domain->211.240.21.10:1104 (ESTABLISHED)
> > named     19593    root   39u  inet 0xe2a25790     0t122    TCP ns:domain->211.240.21.10:1105 (ESTABLISHED)
> > named     19593    root   40u  inet 0xe25aae28      0t72    TCP ns:domain->211.240.21.10:1106 (ESTABLISHED)
> > named     19593    root   41u  inet 0xe17d08e8     0t122    TCP ns:domain->211.240.21.10:1107 (ESTABLISHED)
> > named     19593    root   42u  inet 0xe26a74e8     0t180    TCP ns:domain->211.240.21.10:1113 (ESTABLISHED)
> > named     19593    root   43u  inet 0xe1b346b8      0t58    TCP ns:domain->211.240.21.10:1115 (ESTABLISHED)
> > named     19593    root   44u  inet 0xe1a82940     0t112    TCP ns:domain->211.240.21.10:1109 (ESTABLISHED)
> > named     19593    root   45u  inet 0xe1b345d8      0t58    TCP ns:domain->211.240.21.10:1125 (ESTABLISHED)
> > named     19593    root   46u  inet 0xe2a956a8      0t62    TCP ns:domain->211.240.21.10:1127 (ESTABLISHED)
> > named     19593    root   47u  inet 0xe1b26170      0t66    TCP ns:domain->211.240.21.10:1141 (ESTABLISHED)
> > named     19593    root   48u  inet 0xe26f0d48      0t62    TCP ns:domain->211.240.21.10:1129 (ESTABLISHED)
> > named     19593    root   49u  inet 0xe1bd39d0     0t112    TCP ns:domain->211.240.21.10:1131 (ESTABLISHED)
> > named     19593    root   50u  inet 0xe1a824e0     0t118    TCP ns:domain->211.240.21.10:1132 (ESTABLISHED)
> > named     19593    root   51u  inet 0xe2645550      0t96    TCP ns:domain->211.240.21.10:1133 (ESTABLISHED)
> > named     19593    root   52u  inet 0xe24bbd38     0t132    TCP ns:domain->211.240.21.10:1134 (ESTABLISHED)
> > named     19593    root   53u  inet 0xe124d2c0     0t114    TCP ns:domain->211.240.21.10:1142 (ESTABLISHED)
> > named     19593    root   54u  inet 0xe1bd3ce0     0t130    TCP ns:domain->211.240.21.10:1144 (ESTABLISHED)
> > named     19593    root   55u  inet 0xe25aa258      0t68    TCP ns:domain->211.240.21.10:1148 (ESTABLISHED)
> > named     19593    root   56u  inet 0xe26a71d8      0t62    TCP ns:domain->211.240.21.10:1149 (ESTABLISHED)
> > named     19593    root   57u  inet 0xe21c5320      0t64    TCP ns:domain->211.240.21.10:1176 (ESTABLISHED)
> > named     19593    root   58u  inet 0xe1bd3730      0t64    TCP ns:domain->211.240.21.10:1150 (ESTABLISHED)
> > named     19593    root   59u  inet 0xe21c54e0      0t62    TCP ns:domain->211.240.21.10:1151 (ESTABLISHED)
> > named     19593    root   60u  inet 0xe26451d0      0t64    TCP ns:domain->211.240.21.10:1152 (ESTABLISHED)
> > named     19593    root   61u  inet 0xe1a4c960      0t68    TCP ns:domain->211.240.21.10:1153 (ESTABLISHED)
> > named     19593    root   62u  inet 0xe21c5e80     0t110    TCP ns:domain->211.240.21.10:1154 (ESTABLISHED)
> > named     19593    root   63u  inet 0xe26c7330     0t102    TCP ns:domain->211.240.21.10:1155 (ESTABLISHED)
> > named     19593    root   64u  inet 0xe26c7100     0t112    TCP ns:domain->211.240.21.10:1159 (ESTABLISHED)
> > named     19593    root   65u  inet 0xe1ac6ab0     0t115    TCP ns:domain->211.240.21.10:1163 (ESTABLISHED)
> > named     19593    root   66u  inet 0xe1bd3f80     0t114    TCP ns:domain->211.240.21.10:1165 (ESTABLISHED)
> > named     19593    root   67u  inet 0xe26a70f8     0t112    TCP ns:domain->211.240.21.10:1177 (ESTABLISHED)
> > named     19593    root   68u  inet 0xe1a4c7a0      0t62    TCP ns:domain->211.240.21.10:1170 (ESTABLISHED)
> > named     19593    root   69u  inet 0xe1a4cdc0      0t64    TCP ns:domain->211.240.21.10:1171 (ESTABLISHED)
> > named     19593    root   70u  inet 0xe1a82780      0t64    TCP ns:domain->211.240.21.10:1172 (ESTABLISHED)
> > named     19593    root   71u  inet 0xe21c5c50     0t114    TCP ns:domain->211.240.21.10:1173 (ESTABLISHED)
> > named     19593    root   72u  inet 0xe1ae1240      0t64    TCP ns:domain->211.240.21.10:1185 (ESTABLISHED)
> > named     19593    root   73u  inet 0xe1ae10f0     0t154    TCP ns:domain->211.240.21.10:1190 (ESTABLISHED)
> > named     19593    root   74u  inet 0xe1ae1a90      0t78    TCP ns:domain->211.240.21.10:1187 (ESTABLISHED)
> > named     19593    root   75u  inet 0xe26f09c8     0t124    TCP ns:domain->211.240.21.10:1188 (ESTABLISHED)
> > named     19593    root   76u  inet 0xe1adbb78     0t136    TCP ns:domain->211.240.21.10:1189 (ESTABLISHED)
> > named     19593    root   77u  inet 0xe1ae1b70      0t66    TCP ns:domain->211.240.21.10:1199 (ESTABLISHED)
> > named     19593    root   78u  inet 0xe1a4cea0     0t109    TCP ns:domain->211.240.21.10:1192 (ESTABLISHED)
> > named     19593    root   79u  inet 0xe1b547a0      0t60    TCP ns:domain->211.240.21.10:1193 (ESTABLISHED)
> > named     19593    root   80u  inet 0xe2645630      0t68    TCP ns:domain->211.240.21.10:1200 (ESTABLISHED)
> > named     19593    root   81u  inet 0xe1bd33b0     0t144    TCP ns:domain->211.240.21.10:1201 (ESTABLISHED)
> > named     19593    root   82u  inet 0xe26f04f8      0t64    TCP ns:domain->211.240.21.10:1202 (ESTABLISHED)
> > named     19593    root   83u  inet 0xe25d0b90     0t142    TCP ns:domain->211.240.21.10:1204 (ESTABLISHED)
> > named     19593    root   84u  inet 0xe1ae16a0      0t78    TCP ns:domain->211.240.21.10:1205 (ESTABLISHED)
> > named     19593    root   85u  inet 0xe1a4c3b0      0t66    TCP ns:domain->211.240.21.10:1206 (ESTABLISHED)
> > named     19593    root   86u  inet 0xe21c5e10      0t80    TCP ns:domain->211.240.21.10:1207 (ESTABLISHED)
> > named     19593    root   87u  inet 0xe1bd3b90     0t124    TCP ns:domain->211.240.21.10:1208 (ESTABLISHED)
> > named     19593    root   88u  inet 0xe1af8e18      0t62    TCP ns:domain->211.240.21.10:1209 (ESTABLISHED)
> > named     19593    root   89u  inet 0xe2b69a40     0t120    TCP ns:domain->211.240.21.10:1220 (ESTABLISHED)
> > named     19593    root   90u  inet 0xe1adbf68      0t66    TCP ns:domain->211.240.21.10:1221 (ESTABLISHED)
> > named     19593    root   91u  inet 0xe2b698f0      0t70    TCP ns:domain->211.240.21.10:1214 (ESTABLISHED)
> > named     19593    root   92u  inet 0xe2b69730     0t118    TCP ns:domain->211.240.21.10:1215 (ESTABLISHED)
> > named     19593    root   93u  inet 0xe2b693b0     0t114    TCP ns:domain->211.240.21.10:1216 (ESTABLISHED)
> > named     19593    root   94u  inet 0xe2b69260      0t60    TCP ns:domain->211.240.21.10:1223 (ESTABLISHED)
> > named     19593    root   95u  inet 0xe2b69110     0t112    TCP ns:domain->211.240.21.10:1228 (ESTABLISHED)
> > named     19593    root   96u  inet 0xe2b690a0     0t144    TCP ns:domain->211.240.21.10:1236 (ESTABLISHED)
> > named     19593    root   97u  inet 0xe2b69030     0t182    TCP ns:domain->211.240.21.10:1237 (ESTABLISHED)
> > named     19593    root   98u  inet 0xe2b82c50      0t70    TCP ns:domain->211.240.21.10:1238 (ESTABLISHED)
> > named     19593    root   99u  inet 0xe2b82e10      0t62    TCP ns:domain->211.240.21.10:1239 (ESTABLISHED)
> > named     19593    root  100u  inet 0xe2b82b00     0t140    TCP ns:domain->211.240.21.10:1248 (ESTABLISHED)
> > named     19593    root  101u  inet 0xe2b82cc0      0t74    TCP ns:domain->211.240.21.10:1250 (ESTABLISHED)
> > named     19593    root  102u  inet 0xe2b82a90      0t64    TCP ns:domain->211.240.21.10:1252 (ESTABLISHED)
> > named     19593    root  103u  inet 0xe2b82630      0t70    TCP ns:domain->211.240.21.10:1255 (ESTABLISHED)
> > named     19593    root  104u  inet 0xe2b828d0      0t70    TCP ns:domain->211.240.21.10:1256 (ESTABLISHED)
> > named     19593    root  105u  inet 0xe2b822b0      0t70    TCP ns:domain->211.240.21.10:1258 (ESTABLISHED)
> > named     19593    root  106u  inet 0xe1b69bf8     0t138    TCP ns:domain->211.240.21.10:1259 (ESTABLISHED)
> > named     19593    root  107u  inet 0xe1b69b88      0t80    TCP ns:domain->211.240.21.10:1260 (ESTABLISHED)
> > named     19593    root  108u  inet 0xe1b69b18      0t62    TCP ns:domain->211.240.21.10:1271 (ESTABLISHED)
> > named     19593    root  109u  inet 0xe2b821d0      0t62    TCP ns:domain->211.240.21.10:1275 (ESTABLISHED)
> > named     19593    root  110u  inet 0xe2b82160      0t64    TCP ns:domain->211.240.21.10:1280 (ESTABLISHED)
> > named     19593    root  111u  inet 0xe2b820f0      0t70    TCP ns:domain->211.240.21.10:1286 (ESTABLISHED)
> > named     19593    root  112u  inet 0xe2b82080      0t68    TCP ns:domain->211.240.21.10:1287 (ESTABLISHED)
> > named     19593    root  113u  inet 0xe2b9fd38     0t135    TCP ns:domain->211.240.21.10:1309 (ESTABLISHED)
> > named     19593    root  114u  inet 0xe2b9fcc8      0t64    TCP ns:domain->211.240.21.10:1299 (ESTABLISHED)
> > named     19593    root  115u  inet 0xe2b9f948     0t134    TCP ns:domain->211.240.21.10:1310 (ESTABLISHED)
> > named     19593    root  116u  inet 0xe2b9fbe8      0t66    TCP ns:domain->211.240.21.10:1311 (ESTABLISHED)
> > named     19593    root  117u  inet 0xe2b9f8d8      0t66    TCP ns:domain->211.240.21.10:1312 (ESTABLISHED)
> > named     19593    root  118u  inet 0xe2b9f7f8      0t68    TCP ns:domain->211.240.21.10:1313 (ESTABLISHED)
> > named     19593    root  119u  inet 0xe2b9f788      0t64    TCP ns:domain->211.240.21.10:1314 (ESTABLISHED)
> > named     19593    root  120u  inet 0xe2b9f638     0t106    TCP ns:domain->211.240.21.10:1318 (ESTABLISHED)
> > named     19593    root  121u  inet 0xe2b9f5c8      0t58    TCP ns:domain->211.240.21.10:1319 (ESTABLISHED)
> > named     19593    root  122u  inet 0xe2b9f4e8     0t102    TCP ns:domain->211.240.21.10:1321 (ESTABLISHED)
> > named     19593    root  123u  inet 0xe2b9f408      0t64    TCP ns:domain->211.240.21.10:1322 (ESTABLISHED)
> > named     19593    root  124u  inet 0xe2b9f398     0t106    TCP ns:domain->211.240.21.10:1324 (ESTABLISHED)
> > named     19593    root  125u  inet 0xe2bc7790     0t111    TCP ns:domain->211.240.21.10:1329 (ESTABLISHED)
> > named     19593    root  126u  inet 0xe2b9f2b8     0t173    TCP ns:domain->211.240.21.10:1328 (ESTABLISHED)
> > named     19593    root  127u  inet 0xe2b9f328     0t116    TCP ns:domain->211.240.21.10:1335 (ESTABLISHED)
> > named     19593    root  128u  inet 0xe2bc7720     0t134    TCP ns:domain->211.240.21.10:1337 (ESTABLISHED)
> > named     19593    root  129u  inet 0xe2bc76b0     0t122    TCP ns:domain->211.240.21.10:1338 (ESTABLISHED)
> > named     19593    root  130u  inet 0xe2be1d48     0t138    TCP ns:domain->211.240.21.10:1355 (ESTABLISHED)
> > named     19593    root  131u  inet 0xe2bc7100     0t112    TCP ns:domain->211.240.21.10:1340 (ESTABLISHED)
> > named     19593    root  132u  inet 0xe2bc7090      0t62    TCP ns:domain->211.240.21.10:1349 (ESTABLISHED)
> > named     19593    root  133u  inet 0xe2bc71e0      0t64    TCP ns:domain->211.240.21.10:1370 (ESTABLISHED)
> > named     19593    root  134u  inet 0xe1a4cc70     0t112    TCP ns:domain->211.240.21.10:1359 (ESTABLISHED)
> > named     19593    root  135u  inet 0xe2b4b8e8     0t119    TCP ns:domain->211.240.21.10:1360 (ESTABLISHED)
> > named     19593    root  136u  inet 0xe25aa728     0t180    TCP ns:domain->211.240.21.10:1361 (ESTABLISHED)
> > named     19593    root  137u  inet 0xe1b26db0      0t60    TCP ns:domain->211.240.21.10:1362 (ESTABLISHED)
> > named     19593    root  138u  inet 0xe2b9f558     0t110    TCP ns:domain->211.240.21.10:1363 (ESTABLISHED)
> > named     19593    root  139u  inet 0xe2b9fa98     0t112    TCP ns:domain->211.240.21.10:1371 (ESTABLISHED)
> > named     19593    root  140u  inet 0xe2b697a0      0t64    TCP ns:domain->211.240.21.10:1379 (ESTABLISHED)
> > named     19593    root  141u  inet 0xe2b69b90     0t108    TCP ns:domain->211.240.21.10:1372 (ESTABLISHED)
> > named     19593    root  142u  inet 0xe2b695e0     0t122    TCP ns:domain->211.240.21.10:1373 (ESTABLISHED)
> > named     19593    root  143u  inet 0xe2a419c8      0t58    TCP ns:domain->211.240.21.10:1374 (ESTABLISHED)
> > named     19593    root  144u  inet 0xe2ac9cd8      0t62    TCP ns:domain->211.240.21.10:1375 (ESTABLISHED)
> > named     19593    root  145u  inet 0xe2a415d8      0t72    TCP ns:domain->211.240.21.10:1376 (ESTABLISHED)
> > named     19593    root  146u  inet 0xe2a41a38      0t62    TCP ns:domain->211.240.21.10:1380 (ESTABLISHED)
> > named     19593    root  147u  inet 0xe2ac9b88     0t186    TCP ns:domain->211.240.21.10:1381 (ESTABLISHED)
> > named     19593    root  148u  inet 0xe2ac9958      0t62    TCP ns:domain->211.240.21.10:1386 (ESTABLISHED)
> > named     19593    root  149u  inet 0xe2ac9b18     0t114    TCP ns:domain->211.240.21.10:1396 (ESTABLISHED)
> > named     19593    root  150u  inet 0xe2ac95d8      0t60    TCP ns:domain->211.240.21.10:1391 (ESTABLISHED)
> > named     19593    root  151u  inet 0xe26a7948      0t66    TCP ns:domain->211.240.21.10:1392 (ESTABLISHED)
> > named     19593    root  152u  inet 0xe2645010      0t62    TCP ns:domain->211.240.21.10:1404 (ESTABLISHED)
> > named     19593    root  153u  inet 0xe1b26090     0t130    TCP ns:domain->211.240.21.10:1414 (ESTABLISHED)
> > named     19593    root  154u  inet 0xe26c78e0     0t332    TCP ns:domain->211.240.21.10:1415 (ESTABLISHED)
> > named     19593    root  155u  inet 0xe1ae18d0     0t116    TCP ns:domain->211.240.21.10:1409 (ESTABLISHED)
> > named     19593    root  156u  inet 0xe2a59dc0      0t64    TCP ns:domain->211.240.21.10:1419 (ESTABLISHED)
> > named     19593    root  157u  inet 0xe2a951d8     0t137    TCP ns:domain->211.240.21.10:1428 (ESTABLISHED)
> > named     19593    root  158u  inet 0xe2a950f8     0t170    TCP ns:domain->211.240.21.10:1421 (ESTABLISHED)
> > named     19593    root  159u  inet 0xe2ab0e90      0t66    TCP ns:domain->211.240.21.10:1432 (ESTABLISHED)
> > named     19593    root  160u  inet 0xe2a598f0      0t64    TCP ns:domain->211.240.21.10:1443 (ESTABLISHED)
> > named     19593    root  161u  inet 0xe2ab0cd0     0t218    TCP ns:domain->211.240.21.10:1447 (ESTABLISHED)
> > named     19593    root  162u  inet 0xe2a411e8     0t122    TCP ns:domain->211.240.21.10:1451 (ESTABLISHED)
> > named     19593    root  163u  inet 0xe2ab0a30     0t116    TCP ns:domain->211.240.21.10:1452 (ESTABLISHED)
> > named     19593    root  164u  inet 0xe2ab0aa0      0t62    TCP ns:domain->211.240.21.10:1453 (ESTABLISHED)
> > named     19593    root  165u  inet 0xe25d0a40     0t114    TCP ns:domain->211.240.21.10:1460 (ESTABLISHED)
> > named     19593    root  166u  inet 0xe2a414f8      0t60    TCP ns:domain->211.240.21.10:1461 (ESTABLISHED)
> > named     19593    root  167u  inet 0xe2a41648      0t68    TCP ns:domain->211.240.21.10:1462 (ESTABLISHED)
> > named     19593    root  168u  inet 0xe1af80f8     0t111    TCP ns:domain->211.240.21.10:1464 (ESTABLISHED)
> > named     19593    root  169u  inet 0xe2a41488     0t122    TCP ns:domain->211.240.21.10:1469 (ESTABLISHED)
> > named     19593    root  170u  inet 0xe21c5860      0t74    TCP ns:domain->211.240.21.10:1470 (ESTABLISHED)
> > named     19593    root  171u  inet 0xe1a4c420      0t99    TCP ns:domain->211.240.21.10:1471 (ESTABLISHED)
> > named     19593    root  172u  inet 0xe1b54f80     0t108    TCP ns:domain->211.240.21.10:1472 (ESTABLISHED)
> > named     19593    root  173u  inet 0xe2a73780     0t114    TCP ns:domain->211.240.21.10:1473 (ESTABLISHED)
> > named     19593    root  174u  inet 0xe2a41178      0t64    TCP ns:domain->211.240.21.10:1480 (ESTABLISHED)
> > named     19593    root  175u  inet 0xe2ab0b10     0t110    TCP ns:domain->211.240.21.10:1486 (ESTABLISHED)
> > named     19593    root  176u  inet 0xe1a4c030      0t72    TCP ns:domain->211.240.21.10:1487 (ESTABLISHED)
> > named     19593    root  177u  inet 0xe2a593b0      0t58    TCP ns:domain->211.240.21.10:1492 (ESTABLISHED)
> > named     19593    root  178u  inet 0xe2a596c0      0t64    TCP ns:domain->211.240.21.10:1493 (ESTABLISHED)
> > named     19593    root  179u  inet 0xe25d0b20      0t64    TCP ns:domain->211.240.21.10:1496 (ESTABLISHED)
> > named     19593    root  180u  inet 0xe2a59570     0t112    TCP ns:domain->211.240.21.10:1497 (ESTABLISHED)
> > named     19593    root  181u  inet 0xe2a59730     0t128    TCP ns:domain->211.240.21.10:1504 (ESTABLISHED)
> > named     19593    root  182u  inet 0xe2a41108      0t62    TCP ns:domain->211.240.21.10:1508 (ESTABLISHED)
> > named     19593    root  183u  inet 0xe2a73a20     0t116    TCP ns:domain->211.240.21.10:1509 (ESTABLISHED)
> > named     19593    root  184u  inet 0xe17d0e98     0t127    TCP ns:domain->211.240.21.10:1510 (ESTABLISHED)
> > named     19593    root  185u  inet 0xe26c7950     0t127    TCP ns:domain->211.240.21.10:1511 (ESTABLISHED)
> > named     19593    root  186u  inet 0xe2a59490      0t54    TCP ns:domain->211.240.21.10:1521 (ESTABLISHED)
> > named     19593    root  187u  inet 0xe2a41258      0t70    TCP ns:domain->211.240.21.10:1541 (ESTABLISHED)
> > named     19593    root  188u  inet 0xe2a595e0      0t70    TCP ns:domain->211.240.21.10:1530 (ESTABLISHED)
> > named     19593    root  189u  inet 0xe2a59340      0t60    TCP ns:domain->211.240.21.10:1531 (ESTABLISHED)
> > named     19593    root  190u  inet 0xe1a826a0      0t58    TCP ns:domain->211.240.21.10:1534 (ESTABLISHED)
> > named     19593    root  191u  inet 0xe2a739b0      0t58    TCP ns:domain->211.240.21.10:1535 (ESTABLISHED)
> > named     19593    root  192u  inet 0xe2a73550      0t70    TCP ns:domain->211.240.21.10:1536 (ESTABLISHED)
> > named     19593    root  193u  inet 0xe2a41338      0t62    TCP ns:domain->211.240.21.10:1537 (ESTABLISHED)
> > named     19593    root  194u  inet 0xe2a59c00     0t120    TCP ns:domain->211.240.21.10:1549 (ESTABLISHED)
> > named     19593    root  195u  inet 0xe2a73b70      0t68    TCP ns:domain->211.240.21.10:1554 (ESTABLISHED)
> > named     19593    root  196u  inet 0xe1b26330      0t66    TCP ns:domain->211.240.21.10:1556 (ESTABLISHED)
> > named     19593    root  197u  inet 0xe1b262c0      0t64    TCP ns:domain->211.240.21.10:1558 (ESTABLISHED)
> > named     19593    root  198u  inet 0xe2a412c8      0t62    TCP ns:domain->211.240.21.10:1562 (ESTABLISHED)
> > named     19593    root  199u  inet 0xe2a59b90      0t62    TCP ns:domain->211.240.21.10:1571 (ESTABLISHED)
> > named     19593    root  200u  inet 0xe2a591f0      0t64    TCP ns:domain->211.240.21.10:1572 (ESTABLISHED)
> > named     19593    root  201u  inet 0xe1b344f8      0t66    TCP ns:domain->211.240.21.10:1578 (ESTABLISHED)
> > named     19593    root  202u  inet 0xe2a73cc0     0t123    TCP ns:domain->211.240.21.10:1580 (ESTABLISHED)
> > named     19593    root  203u  inet 0xe2a73f60     0t106    TCP ns:domain->211.240.21.10:1604 (ESTABLISHED)
> > named     19593    root  204u  inet 0xe2a73e80     0t184    TCP ns:domain->211.240.21.10:1586 (ESTABLISHED)
> > named     19593    root  205u  inet 0xe2a73ef0      0t70    TCP ns:domain->211.240.21.10:1608 (ESTABLISHED)
> > named     19593    root  206u  inet 0xe2a599d0      0t64    TCP ns:domain->211.240.21.10:1615 (ESTABLISHED)
> > named     19593    root  207u  inet 0xe2a59180      0t62    TCP ns:domain->211.240.21.10:1617 (ESTABLISHED)
> > named     19593    root  208u  inet 0xe2a73d30     0t114    TCP ns:domain->211.240.21.10:1619 (ESTABLISHED)
> > named     19593    root  209u  inet 0xe1adbcc8      0t70    TCP ns:domain->211.240.21.10:1623 (ESTABLISHED)
> > named     19593    root  210u  inet 0xe1ac61f0     0t120    TCP ns:domain->211.240.21.10:1624 (ESTABLISHED)
> > named     19593    root  211u  inet 0xe25d0f80      0t57    TCP ns:domain->211.240.21.10:1634 (ESTABLISHED)
> > named     19593    root  212u  inet 0xe1b34098     0t112    TCP ns:domain->211.240.21.10:1635 (ESTABLISHED)
> > named     19593    root  213u  inet 0xe1b546c0      0t60    TCP ns:domain->211.240.21.10:1636 (ESTABLISHED)
> > named     19593    root  214u  inet 0xe256f480     0t128    TCP ns:domain->211.240.21.10:1640 (ESTABLISHED)
> > named     19593    root  215u  inet 0xe2a73c50     0t112    TCP ns:domain->211.240.21.10:1652 (ESTABLISHED)
> > named     19593    root  216u  inet 0xe26f0e98     0t132    TCP ns:domain->211.240.21.10:1657 (ESTABLISHED)
> > named     19593    root  217u  inet 0xe1b34b88     0t114    TCP ns:domain->211.240.21.10:1658 (ESTABLISHED)
> > named     19593    root  218u  inet 0xe2a73da0     0t122    TCP ns:domain->211.240.21.10:1659 (ESTABLISHED)
> > named     19593    root  219u  inet 0xe2a73630     0t140    TCP ns:domain->211.240.21.10:1660 (ESTABLISHED)
> > named     19593    root  220u  inet 0xe1b69f78     0t131    TCP ns:domain->211.240.21.10:1663 (ESTABLISHED)
> > named     19593    root  221u  inet 0xe2a735c0     0t131    TCP ns:domain->211.240.21.10:1664 (ESTABLISHED)
> > named     19593    root  222u  inet 0xe1b154f0     0t114    TCP ns:domain->211.240.21.10:1702 (ESTABLISHED)
> > named     19593    root  223u  inet 0xe17d0338     0t142    TCP ns:domain->211.240.21.10:1665 (ESTABLISHED)
> > named     19593    root  224u  inet 0xe25d05e0     0t213    TCP ns:domain->211.240.21.10:1677 (ESTABLISHED)
> > named     19593    root  225u  inet 0xe1b26480     0t116    TCP ns:domain->211.240.21.10:1681 (ESTABLISHED)
> > named     19593    root  226u  inet 0xe25d0420      0t62    TCP ns:domain->211.240.21.10:1682 (ESTABLISHED)
> > named     19593    root  227u  inet 0xe1b54c70      0t60    TCP ns:domain->211.240.21.10:1683 (ESTABLISHED)
> > named     19593    root  228u  inet 0xe1b26560      0t64    TCP ns:domain->211.240.21.10:1690 (ESTABLISHED)
> > named     19593    root  229u  inet 0xe1b264f0      0t58    TCP ns:domain->211.240.21.10:1691 (ESTABLISHED)
> > named     19593    root  230u  inet 0xe1b266b0      0t64    TCP ns:domain->211.240.21.10:1692 (ESTABLISHED)
> > named     19593    root  231u  inet 0xe25aab88     0t118    TCP ns:domain->211.240.21.10:1703 (ESTABLISHED)
> > named     19593    root  232u  inet 0xe1a82080      0t58    TCP ns:domain->211.240.21.10:1704 (ESTABLISHED)
> > named     19593    root  233u  inet 0xe26c7870      0t70    TCP ns:domain->211.240.21.10:1705 (ESTABLISHED)
> > named     19593    root  234u  inet 0xe26c7bf0      0t60    TCP ns:domain->211.240.21.10:1706 (ESTABLISHED)
> > named     19593    root  235u  inet 0xe256f330      0t62    TCP ns:domain->211.240.21.10:1707 (ESTABLISHED)
> > named     19593    root  236u  inet 0xe1af84e8      0t70    TCP ns:domain->211.240.21.10:1708 (ESTABLISHED)
> > named     19593    root  237u  inet 0xe1a82010      0t60    TCP ns:domain->211.240.21.10:1709 (ESTABLISHED)
> > named     19593    root  238u  inet 0xe1a820f0      0t90    TCP ns:domain->211.240.21.10:1710 (ESTABLISHED)
> > named     19593    root  239u  inet 0xe25d0650      0t98    TCP ns:domain->211.240.21.10:1711 (ESTABLISHED)
> > named     19593    root  240u  inet 0xe26a7558     0t115    TCP ns:domain->211.240.21.10:1715 (ESTABLISHED)
> > named     19593    root  241u  inet 0xe2645f60     0t146    TCP ns:domain->211.240.21.10:1716 (ESTABLISHED)
> > named     19593    root  242u  inet 0xe1adbe18     0t137    TCP ns:domain->211.240.21.10:1717 (ESTABLISHED)
> > named     19593    root  243u  inet 0xe26c75d0      0t64    TCP ns:domain->211.240.21.10:1718 (ESTABLISHED)
> > named     19593    root  244u  inet 0xe26a7b08     0t114    TCP ns:domain->211.240.21.10:1719 (ESTABLISHED)
> > named     19593    root  245u  inet 0xe2a95cc8      0t66    TCP ns:domain->211.240.21.10:1720 (ESTABLISHED)
> > named     19593    root  246u  inet 0xe2a95e88      0t68    TCP ns:domain->211.240.21.10:1721 (ESTABLISHED)
> > named     19593    root  247u  inet 0xe2a95da8      0t96    TCP ns:domain->211.240.21.10:1722 (ESTABLISHED)
> > named     19593    root  248u  inet 0xe26f0aa8      0t66    TCP ns:domain->211.240.21.10:1723 (ESTABLISHED)
> > named     19593    root  249u  inet 0xe0fc2088      0t62    TCP ns:domain->211.240.21.10:1724 (ESTABLISHED)
> > named     19593    root  250u  inet 0xe26c7e90     0t114    TCP ns:domain->211.240.21.10:1727 (ESTABLISHED)
> > named     19593    root  251u  inet 0xe21c57f0     0t111    TCP ns:domain->211.240.21.10:1725 (ESTABLISHED)
> > named     19593    root  252u  inet 0xe1b26f70     0t116    TCP ns:domain->211.240.21.10:1726 (ESTABLISHED)
> > named     19593    root  253u  inet 0xe1b34798     0t194    TCP ns:domain->211.240.21.10:1735 (ESTABLISHED)
> > named     19593    root  254u  inet 0xe26c7d40     0t118    TCP ns:domain->211.240.21.10:1746 (ESTABLISHED)
> > named     19593    root  255u  inet 0xe1a82ef0      0t64    TCP ns:domain->211.240.21.10:1750 (ESTABLISHED)
> > named     19593    root  256u  inet 0xe25d06c0     0t124    TCP ns:domain->211.240.21.10:1764 (ESTABLISHED)
> > named     19593    root  257u  inet 0xe1b26b10      0t56    TCP ns:domain->211.240.21.10:1765 (ESTABLISHED)
> > named     19593    root  258u  inet 0xe1ae1d30      0t58    TCP ns:domain->211.240.21.10:1766 (ESTABLISHED)
> > named     19593    root  259u  inet 0xe1b26790      0t70    TCP ns:domain->211.240.21.10:1767 (ESTABLISHED)
> > named     19593    root  260u  inet 0xe1b26720      0t56    TCP ns:domain->211.240.21.10:1768 (ESTABLISHED)
> > named     19593    root  261u  inet 0xe26a7408      0t70    TCP ns:domain->211.240.21.10:1770 (ESTABLISHED)
> > named     19593    root  262u  inet 0xe2645b70     0t136    TCP ns:domain->211.240.21.10:1771 (ESTABLISHED)
> > named     19593    root  263u  inet 0xe2a95c58      0t58    TCP ns:domain->211.240.21.10:1781 (ESTABLISHED)
> > named     19593    root  264u  inet 0xe1bd3490      0t58    TCP ns:domain->211.240.21.10:1791 (ESTABLISHED)
> > named     19593    root  265u  inet 0xe1b34bf8      0t66    TCP ns:domain->211.240.21.10:1794 (ESTABLISHED)
> > named     19593    root  266u  inet 0xe26c7a30      0t58    TCP ns:domain->211.240.21.10:1795 (ESTABLISHED)
> > named     19593    root  267u  inet 0xe26f08e8      0t64    TCP ns:domain->211.240.21.10:1801 (ESTABLISHED)
> > named     19593    root  268u  inet 0xe1b269c0      0t60    TCP ns:domain->211.240.21.10:1802 (ESTABLISHED)
> > named     19593    root  269u  inet 0xe1ac6e30      0t60    TCP ns:domain->211.240.21.10:1803 (ESTABLISHED)
> > named     19593    root  270u  inet 0xe26c7aa0     0t115    TCP ns:domain->211.240.21.10:1807 (ESTABLISHED)
> > named     19593    root  271u  inet 0xe256fcd0      0t60    TCP ns:domain->211.240.21.10:1811 (ESTABLISHED)
> > named     19593    root  272u  inet 0xe2645a20      0t60    TCP ns:domain->211.240.21.10:1812 (ESTABLISHED)
> > named     19593    root  273u  inet 0xe26f0958     0t126    TCP ns:domain->211.240.21.10:1817 (ESTABLISHED)
> > named     19593    root  274u  inet 0xe2bc7170     0t108    TCP ns:domain->211.240.21.10:1820 (ESTABLISHED)
> > named     19593    root  275u  inet 0xe1b26800     0t116    TCP ns:domain->211.240.21.10:1821 (ESTABLISHED)
> > named     19593    root  276u  inet 0xe1b26f00     0t126    TCP ns:domain->211.240.21.10:1822 (ESTABLISHED)
> > named     19593    root  277u  inet 0xe2a25a30      0t36    TCP ns:domain->211.240.21.10:1823 (ESTABLISHED)
> > named     19593    root  278u  inet 0xe2a25aa0      0t31    TCP ns:domain->211.240.21.10:1824 (ESTABLISHED)
> > named     19593    root  279u  inet 0xe2a0d478      0t70    TCP ns:domain->211.240.21.10:1827 (ESTABLISHED)
> > named     19593    root  280u  inet 0xe2a0d4e8     0t116    TCP ns:domain->211.240.21.10:1832 (ESTABLISHED)
> > named     19593    root  281u  inet 0xe25aa098      0t64    TCP ns:domain->211.240.21.10:1834 (ESTABLISHED)
> > named     19593    root  282u  inet 0xe26f0648      0t54    TCP ns:domain->211.240.21.10:1836 (ESTABLISHED)
> > named     19593    root  283u  inet 0xe17d0878      0t64    TCP ns:domain->211.240.21.10:1837 (ESTABLISHED)
> > named     19593    root  284u  inet 0xe26f0a38     0t118    TCP ns:domain->211.240.21.10:1838 (ESTABLISHED)
> > named     19593    root  285u  inet 0xe1a82400     0t108    TCP ns:domain->211.240.21.10:1839 (ESTABLISHED)
> > named     19593    root  286u  inet 0xe25d0180     0t112    TCP ns:domain->211.240.21.10:1840 (ESTABLISHED)
> > named     19593    root  287u  inet 0xe25aa958      0t64    TCP ns:domain->211.240.21.10:1842 (ESTABLISHED)
> > named     19593    root  288u  inet 0xe2b10168     0t104    TCP ns:domain->211.240.21.10:1843 (ESTABLISHED)
> > named     19593    root  289u  inet 0xe1b34aa8     0t124    TCP ns:domain->211.240.21.10:1844 (ESTABLISHED)
> > named     19593    root  290u  inet 0xe26457f0      0t62    TCP ns:domain->211.240.21.10:1845 (ESTABLISHED)
> > named     19593    root  291u  inet 0xe1adbb08     0t119    TCP ns:domain->211.240.21.10:1846 (ESTABLISHED)
> > named     19593    root  292u  inet 0xe1b541f0     0t124    TCP ns:domain->211.240.21.10:1847 (ESTABLISHED)
> > named     19593    root  293u  inet 0xe21c5ef0     0t110    TCP ns:domain->211.240.21.10:1850 (ESTABLISHED)
> > named     19593    root  294u  inet 0xe17d0798     0t118    TCP ns:domain->211.240.21.10:1851 (ESTABLISHED)
> > named     19593    root  295u  inet 0xe1b698e8     0t118    TCP ns:domain->211.240.21.10:1852 (ESTABLISHED)
> > named     19593    root  296u  inet 0xe2645710      0t66    TCP ns:domain->211.240.21.10:1862 (ESTABLISHED)
> > named     19593    root  297u  inet 0xe124d950     0t112    TCP ns:domain->211.240.21.10:1863 (ESTABLISHED)
> > named     19593    root  298u  inet 0xe1bd3e30     0t130    TCP ns:domain->211.240.21.10:1864 (ESTABLISHED)
> > named     19593    root  299u  inet 0xe21c5940     0t118    TCP ns:domain->211.240.21.10:1865 (ESTABLISHED)
> > named     19593    root  300u  inet 0xe1bd3c00     0t110    TCP ns:domain->211.240.21.10:1866 (ESTABLISHED)
> > named     19593    root  301u  inet 0xe25d02d0     0t112    TCP ns:domain->211.240.21.10:1873 (ESTABLISHED)
> > named     19593    root  302u  inet 0xe24bbe88     0t110    TCP ns:domain->211.240.21.10:1875 (ESTABLISHED)
> > named     19593    root  303u  inet 0xe1bd3880      0t72    TCP ns:domain->211.240.21.10:1876 (ESTABLISHED)
> > named     19593    root  304u  inet 0xe1b69028      0t66    TCP ns:domain->211.240.21.10:1877 (ESTABLISHED)
> > named     19593    root  305u  inet 0xe25aac68      0t60    TCP ns:domain->211.240.21.10:1878 (ESTABLISHED)
> > named     19593    root  306u  inet 0xe1bd38f0      0t70    TCP ns:domain->211.240.21.10:1879 (ESTABLISHED)
> > named     19593    root  307u  inet 0xe1a4cf80     0t139    TCP ns:domain->211.240.21.10:1880 (ESTABLISHED)
> > named     19593    root  308u  inet 0xe21c5a90      0t99    TCP ns:domain->211.240.21.10:1881 (ESTABLISHED)
> > named     19593    root  309u  inet 0xe25d0570     0t106    TCP ns:domain->211.240.21.10:1891 (ESTABLISHED)
> > named     19593    root  310u  inet 0xe1ac6f10     0t116    TCP ns:domain->211.240.21.10:1900 (ESTABLISHED)
> > named     19593    root  311u  inet 0xe21c5550     0t154    TCP ns:domain->211.240.21.10:1892 (ESTABLISHED)
> > named     19593    root  312u  inet 0xe1b15170      0t66    TCP ns:domain->211.240.21.10:1893 (ESTABLISHED)
> > named     19593    root  313u  inet 0xe25d0880     0t114    TCP ns:domain->211.240.21.10:1901 (ESTABLISHED)
> > named     19593    root  314u  inet 0xe26a72b8     0t118    TCP ns:domain->211.240.21.10:1895 (ESTABLISHED)
> > named     19593    root  315u  inet 0xe1b54030     0t106    TCP ns:domain->211.240.21.10:1896 (ESTABLISHED)
> > named     19593    root  316u  inet 0xe26a7248     0t112    TCP ns:domain->211.240.21.10:1908 (ESTABLISHED)
> > named     19593    root  317u  inet 0xe1bd3960     0t106    TCP ns:domain->211.240.21.10:1912 (ESTABLISHED)
> > named     19593    root  318u  inet 0xe1bd37a0     0t107    TCP ns:domain->211.240.21.10:1914 (ESTABLISHED)
> > named     19593    root  319u  inet 0xe1bd3420     0t129    TCP ns:domain->211.240.21.10:1915 (ESTABLISHED)
> > named     19593    root  320u  inet 0xe25aa488      0t68    TCP ns:domain->211.240.21.10:1920 (ESTABLISHED)
> > named     19593    root  321u  inet 0xe1adbe88     0t123    TCP ns:domain->211.240.21.10:1921 (ESTABLISHED)
> > named     19593    root  322u  inet 0xe2645240     0t116    TCP ns:domain->211.240.21.10:1922 (ESTABLISHED)
> > named     19593    root  323u  inet 0xe25aa4f8     0t123    TCP ns:domain->211.240.21.10:1923 (ESTABLISHED)
> > named     19593    root  324u  inet 0xe1a4c2d0      0t96    TCP ns:domain->211.240.21.10:1928 (ESTABLISHED)
> > named     19593    root  325u  inet 0xe1a82160      0t74    TCP ns:domain->211.240.21.10:1929 (ESTABLISHED)
> > named     19593    root  326u  inet 0xe26c7480     0t129    TCP ns:domain->211.240.21.10:1942 (ESTABLISHED)
> > named     19593    root  327u  inet 0xe21c5f60      0t72    TCP ns:domain->211.240.21.10:1943 (ESTABLISHED)
> > named     19593    root  328u  inet 0xe1b54340      0t74    TCP ns:domain->211.240.21.10:1944 (ESTABLISHED)
> > named     19593    root  329u  inet 0xe26c7720      0t36    TCP ns:domain->211.240.21.10:1949 (ESTABLISHED)
> > named     19593    root  330u  inet 0xe21c5d30      0t68    TCP ns:domain->211.240.21.10:1951 (ESTABLISHED)
> > named     19593    root  331u  inet 0xe25d0490      0t31    TCP ns:domain->211.240.21.10:1952 (ESTABLISHED)
> > named     19593    root  332u  inet 0xe1a82630      0t66    TCP ns:domain->211.240.21.10:1953 (ESTABLISHED)
> > named     19593    root  333u  inet 0xe26a76a8      0t34    TCP ns:domain->211.240.21.10:1955 (ESTABLISHED)
> > named     19593    root  334u  inet 0xe1a82b70      0t30    TCP ns:domain->211.240.21.10:1956 (ESTABLISHED)
> > named     19593    root  335u  inet 0xe26c7f70      0t28    TCP ns:domain->211.240.21.10:1959 (ESTABLISHED)
> > named     19593    root  336u  inet 0xe26a7478     0t178    TCP ns:domain->211.240.21.10:1960 (ESTABLISHED)
> > named     19593    root  337u  inet 0xe1b26020     0t128    TCP ns:domain->211.240.21.10:1961 (ESTABLISHED)
> > named     19593    root  338u  inet 0xe1b26e20     0t134    TCP ns:domain->211.240.21.10:1965 (ESTABLISHED)
> > named     19593    root  339u  inet 0xe2b9fb08     0t112    TCP ns:domain->211.240.21.10:1967 (ESTABLISHED)
> > named     19593    root  340u  inet 0xe2b69c70      0t30    TCP ns:domain->211.240.21.10:1973 (ESTABLISHED)
> > named     19593    root  341u  inet 0xe2b69490     0t143    TCP ns:domain->211.240.21.10:1974 (ESTABLISHED)
> > named     19593    root  342u  inet 0xe2b69180     0t194    TCP ns:domain->211.240.21.10:1978 (ESTABLISHED)
> > named     19593    root  343u  inet 0xe2b82d30      0t29    TCP ns:domain->211.240.21.10:1984 (ESTABLISHED)
> > named     19593    root  344u  inet 0xe2b82390      0t33    TCP ns:domain->211.240.21.10:1983 (ESTABLISHED)
> > named     19593    root  345u  inet 0xe1b69f08      0t35    TCP ns:domain->211.240.21.10:1985 (ESTABLISHED)
> > named     19593    root  346u  inet 0xe2a41b18      0t31    TCP ns:domain->211.240.21.10:1986 (ESTABLISHED)
> > named     19593    root  347u  inet 0xe1b15d40      0t31    TCP ns:domain->211.240.21.10:1993 (ESTABLISHED)
> > named     19593    root  348u  inet 0xe25d0e30     0t107    TCP ns:domain->211.240.21.10:1994 (ESTABLISHED)
> > named     19593    root  349u  inet 0xe1ae1f60      0t58    TCP ns:domain->211.240.21.10:1995 (ESTABLISHED)
> > named     19593    root  350u  inet 0xe26c7560      0t36    TCP ns:domain->211.240.21.10:1996 (ESTABLISHED)
> > named     19593    root  351u  inet 0xe25d0ab0      0t56    TCP ns:domain->211.240.21.10:1997 (ESTABLISHED)
> > named     19593    root  352u  inet 0xe1a82e10     0t118    TCP ns:domain->211.240.21.10:2007 (ESTABLISHED)
> > named     19593    root  353u  inet 0xe1ac6a40     0t114    TCP ns:domain->211.240.21.10:2008 (ESTABLISHED)
> > named     19593    root  354u  inet 0xe1bd30a0     0t134    TCP ns:domain->211.240.21.10:2009 (ESTABLISHED)
> > named     19593    root  355u  inet 0xe25d0f10     0t116    TCP ns:domain->211.240.21.10:2010 (ESTABLISHED)
> > named     19593    root  356u  inet 0xe256fe90     0t110    TCP ns:domain->211.240.21.10:2011 (ESTABLISHED)
> > named     19593    root  357u  inet 0xe1af8088     0t116    TCP ns:domain->211.240.21.10:2012 (ESTABLISHED)
> > named     19593    root  358u  inet 0xe1b54500     0t114    TCP ns:domain->211.240.21.10:2013 (ESTABLISHED)
> > named     19593    root  359u  inet 0xe26a7e18      0t30    TCP ns:domain->211.240.21.10:2014 (ESTABLISHED)
> > named     19593    root  360u  inet 0xe2645a90     0t120    TCP ns:domain->211.240.21.10:2015 (ESTABLISHED)
> > named     19593    root  361u  inet 0xe1b54a40      0t58    TCP ns:domain->211.240.21.10:2017 (ESTABLISHED)
> > named     19593    root  362u  inet 0xe21c5010     0t106    TCP ns:domain->211.240.21.10:2023 (ESTABLISHED)
> > named     19593    root  363u  inet 0xe1a4cab0      0t30    TCP ns:domain->211.240.21.10:2027 (ESTABLISHED)
> > named     19593    root  364u  inet 0xe256f560     0t124    TCP ns:domain->211.240.21.10:2031 (ESTABLISHED)
> > named     19593    root  365u  inet 0xe1b54dc0     0t112    TCP ns:domain->211.240.21.10:2032 (ESTABLISHED)
> > named     19593    root  366u  inet 0xe21c5da0      0t31    TCP ns:domain->211.240.21.10:2033 (ESTABLISHED)
> > named     19593    root  367u  inet 0xe256fd40     0t178    TCP ns:domain->211.240.21.10:2034 (ESTABLISHED)
> > named     19593    root  368u  inet 0xe1adb948     0t127    TCP ns:domain->211.240.21.10:2035 (ESTABLISHED)
> > named     19593    root  369u  inet 0xe1ae1010     0t169    TCP ns:domain->211.240.21.10:2037 (ESTABLISHED)
> > named     19593    root  370u  inet 0xe21c58d0      0t29    TCP ns:domain->211.174.165.3:2394 (ESTABLISHED)
> > named     19593    root  371u  inet 0xe1af8ef8     0t190    TCP ns:domain->211.240.21.10:2041 (ESTABLISHED)
> > named     19593    root  cwd   VDIR       63,1      1536 486304 /var/domain
> > named     19593    root  txt   VREG       63,6      4372  17718 /usr/lib/libdl.so.1
> > named     19593    root  txt   VREG       63,6     14208  17727 /usr/lib/libl.so.1
> > named     19593    root  txt   VREG       63,6     17388  17734 /usr/lib/libmp.so.2
> > named     19593    root  txt   VREG       63,6     52988  17752 /usr/lib/libsocket.so.1
> > named     19593    root  txt   VREG       63,6    173272  17615 /usr/lib/ld.so.1
> > named     19593    root  txt   VREG       63,6    693900  17866 /usr/lib/libnsl.so.1
> > named     19593    root  txt   VREG       63,6    951636  18673 /usr/lib/libc.so.1
> > named     19593    root  txt   VREG       63,6   7237152 193542 /usr/local/sbin/named
> > named-xfe 19601    root    0u  VCHR       13,2       0t0  83856 /devices/pseudo/mm at 0:null
> > named-xfe 19601    root    1u  VCHR       13,2       0t0  83856 /devices/pseudo/mm at 0:null
> > named-xfe 19601    root    2u  VCHR       13,2       0t0  83856 /devices/pseudo/mm at 0:null
> > named-xfe 19601    root    3u  VREG       63,1         0 109109 /var/domain/sec/tourtotal.com.vaaisM
> > named-xfe 19601    root    4u  inet 0xe2a95868       0t0    TCP ns:37047->210.118.16.130:domain (SYN_SENT)
> > named-xfe 19601    root    6u  inet 0xe2a25170     0t116    TCP ns:domain->211.240.21.10:1059 (ESTABLISHED)
> > named-xfe 19601    root    7u  inet 0xe2a25100      0t74    TCP ns:domain->211.240.21.10:1063 (ESTABLISHED)
> > named-xfe 19601    root    8u  inet 0xe2a25090      0t58    TCP ns:domain->211.240.21.10:1064 (ESTABLISHED)
> > named-xfe 19601    root    9u  inet 0xe2a255d0      0t58    TCP ns:domain->211.240.21.10:1086 (ESTABLISHED)
> > named-xfe 19601    root   10u  inet 0xe2a730f0     0t112    TCP ns:domain->211.240.21.10:1066 (ESTABLISHED)
> > named-xfe 19601    root   12u  inet 0xe2a95948     0t114    TCP ns:domain->211.240.21.10:1067 (ESTABLISHED)
> > named-xfe 19601    root   13u  inet 0xe2af69b0     0t106    TCP ns:domain->211.240.21.10:1068 (ESTABLISHED)
> > named-xfe 19601    root   14u  inet 0xe2a25330     0t112    TCP ns:domain->211.240.21.10:1069 (ESTABLISHED)
> > named-xfe 19601    root   15u  inet 0xe2a252c0     0t114    TCP ns:domain->211.240.21.10:1070 (ESTABLISHED)
> > named-xfe 19601    root   16u  inet 0xe2a253a0     0t173    TCP ns:domain->211.240.21.10:1071 (ESTABLISHED)
> > named-xfe 19601    root   18u  inet 0xe2a25410      0t58    TCP ns:domain->211.240.21.10:1073 (ESTABLISHED)
> > named-xfe 19601    root   26u  inet 0xe2a25480      0t80    TCP ns:domain->211.240.21.10:1075 (ESTABLISHED)
> > named-xfe 19601    root   27u  inet 0xe2a254f0     0t116    TCP ns:domain->211.240.21.10:1087 (ESTABLISHED)
> > named-xfe 19601    root   28u  inet 0xe1ae1860     0t144    TCP ns:domain->211.240.21.10:1088 (ESTABLISHED)
> > named-xfe 19601    root   29u  inet 0xe2a25560     0t114    TCP ns:domain->211.240.21.10:1089 (ESTABLISHED)
> > named-xfe 19601    root   30u  inet 0xe2a95b08      0t66    TCP ns:domain->211.240.21.10:1090 (ESTABLISHED)
> > named-xfe 19601    root   31u  inet 0xe1a4c5e0      0t64    TCP ns:domain->211.240.21.10:1092 (ESTABLISHED)
> > named-xfe 19601    root   32u  inet 0xe2ab0f00      0t66    TCP ns:domain->211.240.21.10:1094 (ESTABLISHED)
> > named-xfe 19601    root   33u  inet 0xe2a25950     0t104    TCP ns:domain->ns.apro.co.kr:64921 (CLOSE_WAIT)
> > named-xfe 19601    root  cwd   VDIR       63,1      1536 486304 /var/domain
> > named-xfe 19601    root  txt   VREG       63,6      4372  17718 /usr/lib/libdl.so.1
> > named-xfe 19601    root  txt   VREG       63,6     14208  17727 /usr/lib/libl.so.1
> > named-xfe 19601    root  txt   VREG       63,6     17388  17734 /usr/lib/libmp.so.2
> > named-xfe 19601    root  txt   VREG       63,6     52988  17752 /usr/lib/libsocket.so.1
> > named-xfe 19601    root  txt   VREG       63,6    173272  17615 /usr/lib/ld.so.1
> > named-xfe 19601    root  txt   VREG       63,6    693900  17866 /usr/lib/libnsl.so.1
> > named-xfe 19601    root  txt   VREG       63,6    951636  18673 /usr/lib/libc.so.1
> > named-xfe 19601    root  txt   VREG       63,6   5261276 193642 /usr/local/sbin/named-xfer
> > named-xfe 19602    root    0u  VCHR       13,2       0t0  83856 /devices/pseudo/mm at 0:null
> > named-xfe 19602    root    1u  VCHR       13,2       0t0  83856 /devices/pseudo/mm at 0:null
> > named-xfe 19602    root    2u  VCHR       13,2       0t0  83856 /devices/pseudo/mm at 0:null
> > named-xfe 19602    root    3u  VREG       63,1         0 109196 /var/domain/sec/tourtotal.co.kr.OaaqsM
> > named-xfe 19602    root    4u  inet 0xe2ab0f70       0t0    TCP ns:37048->210.118.16.130:domain (SYN_SENT)
> > named-xfe 19602    root    6u  inet 0xe2a25170     0t116    TCP ns:domain->211.240.21.10:1059 (ESTABLISHED)
> > named-xfe 19602    root    7u  inet 0xe2a25100      0t74    TCP ns:domain->211.240.21.10:1063 (ESTABLISHED)
> > named-xfe 19602    root    8u  inet 0xe2a25090      0t58    TCP ns:domain->211.240.21.10:1064 (ESTABLISHED)
> > named-xfe 19602    root    9u  inet 0xe2a255d0      0t58    TCP ns:domain->211.240.21.10:1086 (ESTABLISHED)
> > named-xfe 19602    root   10u  inet 0xe2a730f0     0t112    TCP ns:domain->211.240.21.10:1066 (ESTABLISHED)
> > named-xfe 19602    root   12u  inet 0xe2a95948     0t114    TCP ns:domain->211.240.21.10:1067 (ESTABLISHED)
> > named-xfe 19602    root   13u  inet 0xe2af69b0     0t106    TCP ns:domain->211.240.21.10:1068 (ESTABLISHED)
> > named-xfe 19602    root   14u  inet 0xe2a25330     0t112    TCP ns:domain->211.240.21.10:1069 (ESTABLISHED)
> > named-xfe 19602    root   15u  inet 0xe2a252c0     0t114    TCP ns:domain->211.240.21.10:1070 (ESTABLISHED)
> > named-xfe 19602    root   16u  inet 0xe2a253a0     0t173    TCP ns:domain->211.240.21.10:1071 (ESTABLISHED)
> > named-xfe 19602    root   18u  inet 0xe2a25410      0t58    TCP ns:domain->211.240.21.10:1073 (ESTABLISHED)
> > named-xfe 19602    root   26u  inet 0xe2a25480      0t80    TCP ns:domain->211.240.21.10:1075 (ESTABLISHED)
> > named-xfe 19602    root   27u  inet 0xe2a254f0     0t116    TCP ns:domain->211.240.21.10:1087 (ESTABLISHED)
> > named-xfe 19602    root   28u  inet 0xe1ae1860     0t144    TCP ns:domain->211.240.21.10:1088 (ESTABLISHED)
> > named-xfe 19602    root   29u  inet 0xe2a25560     0t114    TCP ns:domain->211.240.21.10:1089 (ESTABLISHED)
> > named-xfe 19602    root   30u  inet 0xe2a95b08      0t66    TCP ns:domain->211.240.21.10:1090 (ESTABLISHED)
> > named-xfe 19602    root   31u  inet 0xe1a4c5e0      0t64    TCP ns:domain->211.240.21.10:1092 (ESTABLISHED)
> > named-xfe 19602    root   32u  inet 0xe2ab0f00      0t66    TCP ns:domain->211.240.21.10:1094 (ESTABLISHED)
> > named-xfe 19602    root   33u  inet 0xe2a25950     0t104    TCP ns:domain->ns.apro.co.kr:64921 (CLOSE_WAIT)
> > named-xfe 19602    root  cwd   VDIR       63,1      1536 486304 /var/domain
> > named-xfe 19602    root  txt   VREG       63,6      4372  17718 /usr/lib/libdl.so.1
> > named-xfe 19602    root  txt   VREG       63,6     14208  17727 /usr/lib/libl.so.1
> > named-xfe 19602    root  txt   VREG       63,6     17388  17734 /usr/lib/libmp.so.2
> > named-xfe 19602    root  txt   VREG       63,6     52988  17752 /usr/lib/libsocket.so.1
> > named-xfe 19602    root  txt   VREG       63,6    173272  17615 /usr/lib/ld.so.1
> > named-xfe 19602    root  txt   VREG       63,6    693900  17866 /usr/lib/libnsl.so.1
> > named-xfe 19602    root  txt   VREG       63,6    951636  18673 /usr/lib/libc.so.1
> > named-xfe 19602    root  txt   VREG       63,6   5261276 193642 /usr/local/sbin/named-xfer
> > named-xfe 19605    root    0u  VCHR       13,2       0t0  83856 /devices/pseudo/mm at 0:null
> > named-xfe 19605    root    1u  VCHR       13,2       0t0  83856 /devices/pseudo/mm at 0:null
> > named-xfe 19605    root    2u  VCHR       13,2       0t0  83856 /devices/pseudo/mm at 0:null
> > named-xfe 19605    root    3u  VREG       63,1         0 109239 /var/domain/sec/tourtotal.net.pTaOsM
> > named-xfe 19605    root    4u  inet 0xe1b15790       0t0    TCP ns:37049->210.118.16.130:domain (SYN_SENT)
> > named-xfe 19605    root    6u  inet 0xe2a25170     0t116    TCP ns:domain->211.240.21.10:1059 (ESTABLISHED)
> > named-xfe 19605    root    7u  inet 0xe2a25100      0t74    TCP ns:domain->211.240.21.10:1063 (ESTABLISHED)
> > named-xfe 19605    root    8u  inet 0xe2a25090      0t58    TCP ns:domain->211.240.21.10:1064 (ESTABLISHED)
> > named-xfe 19605    root    9u  inet 0xe2a255d0      0t58    TCP ns:domain->211.240.21.10:1086 (ESTABLISHED)
> > named-xfe 19605    root   10u  inet 0xe2a730f0     0t112    TCP ns:domain->211.240.21.10:1066 (ESTABLISHED)
> > named-xfe 19605    root   11u  inet 0xe1a82b00     0t108    TCP ns:domain->211.240.21.10:1120 (ESTABLISHED)
> > named-xfe 19605    root   12u  inet 0xe2a95948     0t114    TCP ns:domain->211.240.21.10:1067 (ESTABLISHED)
> > named-xfe 19605    root   13u  inet 0xe2af69b0     0t106    TCP ns:domain->211.240.21.10:1068 (ESTABLISHED)
> > named-xfe 19605    root   14u  inet 0xe2a25330     0t112    TCP ns:domain->211.240.21.10:1069 (ESTABLISHED)
> > named-xfe 19605    root   15u  inet 0xe2a252c0     0t114    TCP ns:domain->211.240.21.10:1070 (ESTABLISHED)
> > named-xfe 19605    root   16u  inet 0xe2a253a0     0t173    TCP ns:domain->211.240.21.10:1071 (ESTABLISHED)
> > named-xfe 19605    root   17u  inet 0xe2a259c0     0t112    TCP ns:domain->211.240.21.10:1096 (ESTABLISHED)
> > named-xfe 19605    root   18u  inet 0xe2a25410      0t58    TCP ns:domain->211.240.21.10:1073 (ESTABLISHED)
> > named-xfe 19605    root   19u  inet 0xe2a25640     0t110    TCP ns:domain->211.240.21.10:1097 (ESTABLISHED)
> > named-xfe 19605    root   26u  inet 0xe2a25480      0t80    TCP ns:domain->211.240.21.10:1075 (ESTABLISHED)
> > named-xfe 19605    root   27u  inet 0xe2a254f0     0t116    TCP ns:domain->211.240.21.10:1087 (ESTABLISHED)
> > named-xfe 19605    root   28u  inet 0xe1ae1860     0t144    TCP ns:domain->211.240.21.10:1088 (ESTABLISHED)
> > named-xfe 19605    root   29u  inet 0xe2a25560     0t114    TCP ns:domain->211.240.21.10:1089 (ESTABLISHED)
> > named-xfe 19605    root   30u  inet 0xe2a95b08      0t66    TCP ns:domain->211.240.21.10:1090 (ESTABLISHED)
> > named-xfe 19605    root   31u  inet 0xe1a4c5e0      0t64    TCP ns:domain->211.240.21.10:1092 (ESTABLISHED)
> > named-xfe 19605    root   32u  inet 0xe2ab0f00      0t66    TCP ns:domain->211.240.21.10:1094 (ESTABLISHED)
> > named-xfe 19605    root   33u  inet 0xe2a0d2b8     0t114    TCP ns:domain->211.240.21.10:1098 (ESTABLISHED)
> > named-xfe 19605    root   34u  inet 0xe2ab0d40     0t112    TCP ns:domain->211.240.21.10:1100 (ESTABLISHED)
> > named-xfe 19605    root   35u  inet 0xe2a0d328     0t104    TCP ns:domain->ns.apro.co.kr:64961 (CLOSE_WAIT)
> > named-xfe 19605    root   36u  inet 0xe2ab0db0     0t116    TCP ns:domain->211.240.21.10:1102 (ESTABLISHED)
> > named-xfe 19605    root   37u  inet 0xe2a256b0      0t56    TCP ns:domain->211.240.21.10:1112 (ESTABLISHED)
> > named-xfe 19605    root   38u  inet 0xe2a25720     0t114    TCP ns:domain->211.240.21.10:1104 (ESTABLISHED)
> > named-xfe 19605    root   39u  inet 0xe2a25790     0t122    TCP ns:domain->211.240.21.10:1105 (ESTABLISHED)
> > named-xfe 19605    root   40u  inet 0xe25aae28      0t72    TCP ns:domain->211.240.21.10:1106 (ESTABLISHED)
> > named-xfe 19605    root   41u  inet 0xe17d08e8     0t122    TCP ns:domain->211.240.21.10:1107 (ESTABLISHED)
> > named-xfe 19605    root   42u  inet 0xe26a74e8     0t180    TCP ns:domain->211.240.21.10:1113 (ESTABLISHED)
> > named-xfe 19605    root   43u  inet 0xe1b346b8      0t58    TCP ns:domain->211.240.21.10:1115 (ESTABLISHED)
> > named-xfe 19605    root   44u  inet 0xe1a82940     0t112    TCP ns:domain->211.240.21.10:1109 (ESTABLISHED)
> > named-xfe 19605    root  cwd   VDIR       63,1      1536 486304 /var/domain
> > named-xfe 19605    root  txt   VREG       63,6      4372  17718 /usr/lib/libdl.so.1
> > named-xfe 19605    root  txt   VREG       63,6     14208  17727 /usr/lib/libl.so.1
> > named-xfe 19605    root  txt   VREG       63,6     17388  17734 /usr/lib/libmp.so.2
> > named-xfe 19605    root  txt   VREG       63,6     52988  17752 /usr/lib/libsocket.so.1
> > named-xfe 19605    root  txt   VREG       63,6    173272  17615 /usr/lib/ld.so.1
> > named-xfe 19605    root  txt   VREG       63,6    693900  17866 /usr/lib/libnsl.so.1
> > named-xfe 19605    root  txt   VREG       63,6    951636  18673 /usr/lib/libc.so.1
> > named-xfe 19605    root  txt   VREG       63,6   5261276 193642 /usr/local/sbin/named-xfer
> > named-xfe 19609    root    0u  VCHR       13,2       0t0  83856 /devices/pseudo/mm at 0:null
> > named-xfe 19609    root    1u  VCHR       13,2       0t0  83856 /devices/pseudo/mm at 0:null
> > named-xfe 19609    root    2u  VCHR       13,2       0t0  83856 /devices/pseudo/mm at 0:null
> > named-xfe 19609    root    3u  VREG       63,1         0 109240 /var/domain/sec/tourall.co.kr.zxaitM
> > named-xfe 19609    root    4u  inet 0xe26c72c0       0t0    TCP ns:37050->210.118.16.130:domain (SYN_SENT)
> > named-xfe 19609    root    6u  inet 0xe2a25170     0t116    TCP ns:domain->211.240.21.10:1059 (ESTABLISHED)
> > named-xfe 19609    root    7u  inet 0xe2a25100      0t74    TCP ns:domain->211.240.21.10:1063 (ESTABLISHED)
> > named-xfe 19609    root    8u  inet 0xe2a25090      0t58    TCP ns:domain->211.240.21.10:1064 (ESTABLISHED)
> > named-xfe 19609    root    9u  inet 0xe2a255d0      0t58    TCP ns:domain->211.240.21.10:1086 (ESTABLISHED)
> > named-xfe 19609    root   10u  inet 0xe2a730f0     0t112    TCP ns:domain->211.240.21.10:1066 (ESTABLISHED)
> > named-xfe 19609    root   11u  inet 0xe1a82b00     0t108    TCP ns:domain->211.240.21.10:1120 (ESTABLISHED)
> > named-xfe 19609    root   12u  inet 0xe2a95948     0t114    TCP ns:domain->211.240.21.10:1067 (ESTABLISHED)
> > named-xfe 19609    root   13u  inet 0xe2af69b0     0t106    TCP ns:domain->211.240.21.10:1068 (ESTABLISHED)
> > named-xfe 19609    root   14u  inet 0xe2a25330     0t112    TCP ns:domain->211.240.21.10:1069 (ESTABLISHED)
> > named-xfe 19609    root   15u  inet 0xe2a252c0     0t114    TCP ns:domain->211.240.21.10:1070 (ESTABLISHED)
> > named-xfe 19609    root   16u  inet 0xe2a253a0     0t173    TCP ns:domain->211.240.21.10:1071 (ESTABLISHED)
> > named-xfe 19609    root   17u  inet 0xe2a259c0     0t112    TCP ns:domain->211.240.21.10:1096 (ESTABLISHED)
> > named-xfe 19609    root   18u  inet 0xe2a25410      0t58    TCP ns:domain->211.240.21.10:1073 (ESTABLISHED)
> > named-xfe 19609    root   19u  inet 0xe2a25640     0t110    TCP ns:domain->211.240.21.10:1097 (ESTABLISHED)
> > named-xfe 19609    root   26u  inet 0xe2a25480      0t80    TCP ns:domain->211.240.21.10:1075 (ESTABLISHED)
> > named-xfe 19609    root   27u  inet 0xe2a254f0     0t116    TCP ns:domain->211.240.21.10:1087 (ESTABLISHED)
> > named-xfe 19609    root   28u  inet 0xe1ae1860     0t144    TCP ns:domain->211.240.21.10:1088 (ESTABLISHED)
> > named-xfe 19609    root   29u  inet 0xe2a25560     0t114    TCP ns:domain->211.240.21.10:1089 (ESTABLISHED)
> > named-xfe 19609    root   30u  inet 0xe2a95b08      0t66    TCP ns:domain->211.240.21.10:1090 (ESTABLISHED)
> > named-xfe 19609    root   31u  inet 0xe1a4c5e0      0t64    TCP ns:domain->211.240.21.10:1092 (ESTABLISHED)
> > named-xfe 19609    root   32u  inet 0xe2ab0f00      0t66    TCP ns:domain->211.240.21.10:1094 (ESTABLISHED)
> > named-xfe 19609    root   33u  inet 0xe2a0d2b8     0t114    TCP ns:domain->211.240.21.10:1098 (ESTABLISHED)
> > named-xfe 19609    root   34u  inet 0xe2ab0d40     0t112    TCP ns:domain->211.240.21.10:1100 (ESTABLISHED)
> > named-xfe 19609    root   35u  inet 0xe1bd3f10      0t58    TCP ns:domain->211.240.21.10:1130 (ESTABLISHED)
> > named-xfe 19609    root   36u  inet 0xe2ab0db0     0t116    TCP ns:domain->211.240.21.10:1102 (ESTABLISHED)
> > named-xfe 19609    root   37u  inet 0xe2a256b0      0t56    TCP ns:domain->211.240.21.10:1112 (ESTABLISHED)
> > named-xfe 19609    root   38u  inet 0xe2a25720     0t114    TCP ns:domain->211.240.21.10:1104 (ESTABLISHED)
> > named-xfe 19609    root   39u  inet 0xe2a25790     0t122    TCP ns:domain->211.240.21.10:1105 (ESTABLISHED)
> > named-xfe 19609    root   40u  inet 0xe25aae28      0t72    TCP ns:domain->211.240.21.10:1106 (ESTABLISHED)
> > named-xfe 19609    root   41u  inet 0xe17d08e8     0t122    TCP ns:domain->211.240.21.10:1107 (ESTABLISHED)
> > named-xfe 19609    root   42u  inet 0xe26a74e8     0t180    TCP ns:domain->211.240.21.10:1113 (ESTABLISHED)
> > named-xfe 19609    root   43u  inet 0xe1b346b8      0t58    TCP ns:domain->211.240.21.10:1115 (ESTABLISHED)
> > named-xfe 19609    root   44u  inet 0xe1a82940     0t112    TCP ns:domain->211.240.21.10:1109 (ESTABLISHED)
> > named-xfe 19609    root   45u  inet 0xe1b345d8      0t58    TCP ns:domain->211.240.21.10:1125 (ESTABLISHED)
> > named-xfe 19609    root   46u  inet 0xe2a956a8      0t62    TCP ns:domain->211.240.21.10:1127 (ESTABLISHED)
> > named-xfe 19609    root   47u  inet 0xe1b26170      0t66    TCP ns:domain->211.240.21.10:1141 (ESTABLISHED)
> > named-xfe 19609    root   48u  inet 0xe26f0d48      0t62    TCP ns:domain->211.240.21.10:1129 (ESTABLISHED)
> > named-xfe 19609    root   49u  inet 0xe1bd39d0     0t112    TCP ns:domain->211.240.21.10:1131 (ESTABLISHED)
> > named-xfe 19609    root   50u  inet 0xe1a824e0     0t118    TCP ns:domain->211.240.21.10:1132 (ESTABLISHED)
> > named-xfe 19609    root   51u  inet 0xe2645550      0t96    TCP ns:domain->211.240.21.10:1133 (ESTABLISHED)
> > named-xfe 19609    root   52u  inet 0xe24bbd38     0t132    TCP ns:domain->211.240.21.10:1134 (ESTABLISHED)
> > named-xfe 19609    root   53u  inet 0xe124d2c0     0t114    TCP ns:domain->211.240.21.10:1142 (ESTABLISHED)
> > named-xfe 19609    root   54u  inet 0xe1bd3ce0     0t130    TCP ns:domain->211.240.21.10:1144 (ESTABLISHED)
> > named-xfe 19609    root   55u  inet 0xe25aa258      0t68    TCP ns:domain->211.240.21.10:1148 (ESTABLISHED)
> > named-xfe 19609    root   56u  inet 0xe26a71d8      0t62    TCP ns:domain->211.240.21.10:1149 (ESTABLISHED)
> > named-xfe 19609    root   57u  inet 0xe21c5320      0t64    TCP ns:domain->211.240.21.10:1176 (ESTABLISHED)
> > named-xfe 19609    root   58u  inet 0xe1bd3730      0t64    TCP ns:domain->211.240.21.10:1150 (ESTABLISHED)
> > named-xfe 19609    root   59u  inet 0xe21c54e0      0t62    TCP ns:domain->211.240.21.10:1151 (ESTABLISHED)
> > named-xfe 19609    root   60u  inet 0xe26451d0      0t64    TCP ns:domain->211.240.21.10:1152 (ESTABLISHED)
> > named-xfe 19609    root   61u  inet 0xe1a4c960      0t68    TCP ns:domain->211.240.21.10:1153 (ESTABLISHED)
> > named-xfe 19609    root   62u  inet 0xe21c5e80     0t110    TCP ns:domain->211.240.21.10:1154 (ESTABLISHED)
> > named-xfe 19609    root   63u  inet 0xe26c7330     0t102    TCP ns:domain->211.240.21.10:1155 (ESTABLISHED)
> > named-xfe 19609    root   64u  inet 0xe26c7100     0t112    TCP ns:domain->211.240.21.10:1159 (ESTABLISHED)
> > named-xfe 19609    root   65u  inet 0xe1ac6ab0     0t115    TCP ns:domain->211.240.21.10:1163 (ESTABLISHED)
> > named-xfe 19609    root   66u  inet 0xe1bd3f80     0t114    TCP ns:domain->211.240.21.10:1165 (ESTABLISHED)
> > named-xfe 19609    root   67u  inet 0xe26a70f8     0t112    TCP ns:domain->211.240.21.10:1177 (ESTABLISHED)
> > named-xfe 19609    root   68u  inet 0xe1a4c7a0      0t62    TCP ns:domain->211.240.21.10:1170 (ESTABLISHED)
> > named-xfe 19609    root   69u  inet 0xe1a4cdc0      0t64    TCP ns:domain->211.240.21.10:1171 (ESTABLISHED)
> > named-xfe 19609    root   70u  inet 0xe1a82780      0t64    TCP ns:domain->211.240.21.10:1172 (ESTABLISHED)
> > named-xfe 19609    root   71u  inet 0xe21c5c50     0t114    TCP ns:domain->211.240.21.10:1173 (ESTABLISHED)
> > named-xfe 19609    root   72u  inet 0xe1ae1240      0t64    TCP ns:domain->211.240.21.10:1185 (ESTABLISHED)
> > named-xfe 19609    root   73u  inet 0xe1ae10f0     0t154    TCP ns:domain->211.240.21.10:1190 (ESTABLISHED)
> > named-xfe 19609    root   74u  inet 0xe1ae1a90      0t78    TCP ns:domain->211.240.21.10:1187 (ESTABLISHED)
> > named-xfe 19609    root   75u  inet 0xe26f09c8     0t124    TCP ns:domain->211.240.21.10:1188 (ESTABLISHED)
> > named-xfe 19609    root   76u  inet 0xe1adbb78     0t136    TCP ns:domain->211.240.21.10:1189 (ESTABLISHED)
> > named-xfe 19609    root   77u  inet 0xe1ae1b70      0t66    TCP ns:domain->211.240.21.10:1199 (ESTABLISHED)
> > named-xfe 19609    root   78u  inet 0xe1a4cea0     0t109    TCP ns:domain->211.240.21.10:1192 (ESTABLISHED)
> > named-xfe 19609    root   79u  inet 0xe1b547a0      0t60    TCP ns:domain->211.240.21.10:1193 (ESTABLISHED)
> > named-xfe 19609    root   80u  inet 0xe2645630      0t68    TCP ns:domain->211.240.21.10:1200 (ESTABLISHED)
> > named-xfe 19609    root   81u  inet 0xe1bd33b0     0t144    TCP ns:domain->211.240.21.10:1201 (ESTABLISHED)
> > named-xfe 19609    root   82u  inet 0xe26f04f8      0t64    TCP ns:domain->211.240.21.10:1202 (ESTABLISHED)
> > named-xfe 19609    root  cwd   VDIR       63,1      1536 486304 /var/domain
> > named-xfe 19609    root  txt   VREG       63,6      4372  17718 /usr/lib/libdl.so.1
> > named-xfe 19609    root  txt   VREG       63,6     14208  17727 /usr/lib/libl.so.1
> > named-xfe 19609    root  txt   VREG       63,6     17388  17734 /usr/lib/libmp.so.2
> > named-xfe 19609    root  txt   VREG       63,6     52988  17752 /usr/lib/libsocket.so.1
> > named-xfe 19609    root  txt   VREG       63,6    173272  17615 /usr/lib/ld.so.1
> > named-xfe 19609    root  txt   VREG       63,6    693900  17866 /usr/lib/libnsl.so.1
> > named-xfe 19609    root  txt   VREG       63,6    951636  18673 /usr/lib/libc.so.1
> > named-xfe 19609    root  txt   VREG       63,6   5261276 193642 /usr/local/sbin/named-xfer
> > named-xfe 19610    root    0u  VCHR       13,2       0t0  83856 /devices/pseudo/mm at 0:null
> > named-xfe 19610    root    1u  VCHR       13,2       0t0  83856 /devices/pseudo/mm at 0:null
> > named-xfe 19610    root    2u  VCHR       13,2       0t0  83856 /devices/pseudo/mm at 0:null
> > named-xfe 19610    root    3u  VREG       63,1         0 109241 /var/domain/sec/na1020.com.bNaqtM
> > named-xfe 19610    root    4u  inet 0xe1b341e8       0t0    TCP ns:37051->203.239.144.83:domain (SYN_SENT)
> > named-xfe 19610    root    6u  inet 0xe2a25170     0t116    TCP ns:domain->211.240.21.10:1059 (ESTABLISHED)
> > named-xfe 19610    root    7u  inet 0xe2a25100      0t74    TCP ns:domain->211.240.21.10:1063 (ESTABLISHED)
> > named-xfe 19610    root    8u  inet 0xe2a25090      0t58    TCP ns:domain->211.240.21.10:1064 (ESTABLISHED)
> > named-xfe 19610    root    9u  inet 0xe2a255d0      0t58    TCP ns:domain->211.240.21.10:1086 (ESTABLISHED)
> > named-xfe 19610    root   10u  inet 0xe2a730f0     0t112    TCP ns:domain->211.240.21.10:1066 (ESTABLISHED)
> > named-xfe 19610    root   11u  inet 0xe1a82b00     0t108    TCP ns:domain->211.240.21.10:1120 (ESTABLISHED)
> > named-xfe 19610    root   12u  inet 0xe2a95948     0t114    TCP ns:domain->211.240.21.10:1067 (ESTABLISHED)
> > named-xfe 19610    root   13u  inet 0xe2af69b0     0t106    TCP ns:domain->211.240.21.10:1068 (ESTABLISHED)
> > named-xfe 19610    root   14u  inet 0xe2a25330     0t112    TCP ns:domain->211.240.21.10:1069 (ESTABLISHED)
> > named-xfe 19610    root   15u  inet 0xe2a252c0     0t114    TCP ns:domain->211.240.21.10:1070 (ESTABLISHED)
> > named-xfe 19610    root   16u  inet 0xe2a253a0     0t173    TCP ns:domain->211.240.21.10:1071 (ESTABLISHED)
> > named-xfe 19610    root   17u  inet 0xe2a259c0     0t112    TCP ns:domain->211.240.21.10:1096 (ESTABLISHED)
> > named-xfe 19610    root   18u  inet 0xe2a25410      0t58    TCP ns:domain->211.240.21.10:1073 (ESTABLISHED)
> > named-xfe 19610    root   19u  inet 0xe2a25640     0t110    TCP ns:domain->211.240.21.10:1097 (ESTABLISHED)
> > named-xfe 19610    root   26u  inet 0xe2a25480      0t80    TCP ns:domain->211.240.21.10:1075 (ESTABLISHED)
> > named-xfe 19610    root   27u  inet 0xe2a254f0     0t116    TCP ns:domain->211.240.21.10:1087 (ESTABLISHED)
> > named-xfe 19610    root   28u  inet 0xe1ae1860     0t144    TCP ns:domain->211.240.21.10:1088 (ESTABLISHED)
> > named-xfe 19610    root   29u  inet 0xe2a25560     0t114    TCP ns:domain->211.240.21.10:1089 (ESTABLISHED)
> > named-xfe 19610    root   30u  inet 0xe2a95b08      0t66    TCP ns:domain->211.240.21.10:1090 (ESTABLISHED)
> > named-xfe 19610    root   31u  inet 0xe1a4c5e0      0t64    TCP ns:domain->211.240.21.10:1092 (ESTABLISHED)
> > named-xfe 19610    root   32u  inet 0xe2ab0f00      0t66    TCP ns:domain->211.240.21.10:1094 (ESTABLISHED)
> > named-xfe 19610    root   33u  inet 0xe2a0d2b8     0t114    TCP ns:domain->211.240.21.10:1098 (ESTABLISHED)
> > named-xfe 19610    root   34u  inet 0xe2ab0d40     0t112    TCP ns:domain->211.240.21.10:1100 (ESTABLISHED)
> > named-xfe 19610    root   35u  inet 0xe1bd3f10      0t58    TCP ns:domain->211.240.21.10:1130 (ESTABLISHED)
> > named-xfe 19610    root   36u  inet 0xe2ab0db0     0t116    TCP ns:domain->211.240.21.10:1102 (ESTABLISHED)
> > named-xfe 19610    root   37u  inet 0xe2a256b0      0t56    TCP ns:domain->211.240.21.10:1112 (ESTABLISHED)
> > named-xfe 19610    root   38u  inet 0xe2a25720     0t114    TCP ns:domain->211.240.21.10:1104 (ESTABLISHED)
> > named-xfe 19610    root   39u  inet 0xe2a25790     0t122    TCP ns:domain->211.240.21.10:1105 (ESTABLISHED)
> > named-xfe 19610    root   40u  inet 0xe25aae28      0t72    TCP ns:domain->211.240.21.10:1106 (ESTABLISHED)
> > named-xfe 19610    root   41u  inet 0xe17d08e8     0t122    TCP ns:domain->211.240.21.10:1107 (ESTABLISHED)
> > named-xfe 19610    root   42u  inet 0xe26a74e8     0t180    TCP ns:domain->211.240.21.10:1113 (ESTABLISHED)
> > named-xfe 19610    root   43u  inet 0xe1b346b8      0t58    TCP ns:domain->211.240.21.10:1115 (ESTABLISHED)
> > named-xfe 19610    root   44u  inet 0xe1a82940     0t112    TCP ns:domain->211.240.21.10:1109 (ESTABLISHED)
> > named-xfe 19610    root   45u  inet 0xe1b345d8      0t58    TCP ns:domain->211.240.21.10:1125 (ESTABLISHED)
> > named-xfe 19610    root   46u  inet 0xe2a956a8      0t62    TCP ns:domain->211.240.21.10:1127 (ESTABLISHED)
> > named-xfe 19610    root   47u  inet 0xe1b26170      0t66    TCP ns:domain->211.240.21.10:1141 (ESTABLISHED)
> > named-xfe 19610    root   48u  inet 0xe26f0d48      0t62    TCP ns:domain->211.240.21.10:1129 (ESTABLISHED)
> > named-xfe 19610    root   49u  inet 0xe1bd39d0     0t112    TCP ns:domain->211.240.21.10:1131 (ESTABLISHED)
> > named-xfe 19610    root   50u  inet 0xe1a824e0     0t118    TCP ns:domain->211.240.21.10:1132 (ESTABLISHED)
> > named-xfe 19610    root   51u  inet 0xe2645550      0t96    TCP ns:domain->211.240.21.10:1133 (ESTABLISHED)
> > named-xfe 19610    root   52u  inet 0xe24bbd38     0t132    TCP ns:domain->211.240.21.10:1134 (ESTABLISHED)
> > named-xfe 19610    root   53u  inet 0xe124d2c0     0t114    TCP ns:domain->211.240.21.10:1142 (ESTABLISHED)
> > named-xfe 19610    root   54u  inet 0xe1bd3ce0     0t130    TCP ns:domain->211.240.21.10:1144 (ESTABLISHED)
> > named-xfe 19610    root   55u  inet 0xe25aa258      0t68    TCP ns:domain->211.240.21.10:1148 (ESTABLISHED)
> > named-xfe 19610    root   56u  inet 0xe26a71d8      0t62    TCP ns:domain->211.240.21.10:1149 (ESTABLISHED)
> > named-xfe 19610    root   57u  inet 0xe21c5320      0t64    TCP ns:domain->211.240.21.10:1176 (ESTABLISHED)
> > named-xfe 19610    root   58u  inet 0xe1bd3730      0t64    TCP ns:domain->211.240.21.10:1150 (ESTABLISHED)
> > named-xfe 19610    root   59u  inet 0xe21c54e0      0t62    TCP ns:domain->211.240.21.10:1151 (ESTABLISHED)
> > named-xfe 19610    root   60u  inet 0xe26451d0      0t64    TCP ns:domain->211.240.21.10:1152 (ESTABLISHED)
> > named-xfe 19610    root   61u  inet 0xe1a4c960      0t68    TCP ns:domain->211.240.21.10:1153 (ESTABLISHED)
> > named-xfe 19610    root   62u  inet 0xe21c5e80     0t110    TCP ns:domain->211.240.21.10:1154 (ESTABLISHED)
> > named-xfe 19610    root   63u  inet 0xe26c7330     0t102    TCP ns:domain->211.240.21.10:1155 (ESTABLISHED)
> > named-xfe 19610    root   64u  inet 0xe26c7100     0t112    TCP ns:domain->211.240.21.10:1159 (ESTABLISHED)
> > named-xfe 19610    root   65u  inet 0xe1ac6ab0     0t115    TCP ns:domain->211.240.21.10:1163 (ESTABLISHED)
> > named-xfe 19610    root   66u  inet 0xe1bd3f80     0t114    TCP ns:domain->211.240.21.10:1165 (ESTABLISHED)
> > named-xfe 19610    root   67u  inet 0xe26a70f8     0t112    TCP ns:domain->211.240.21.10:1177 (ESTABLISHED)
> > named-xfe 19610    root   68u  inet 0xe1a4c7a0      0t62    TCP ns:domain->211.240.21.10:1170 (ESTABLISHED)
> > named-xfe 19610    root   69u  inet 0xe1a4cdc0      0t64    TCP ns:domain->211.240.21.10:1171 (ESTABLISHED)
> > named-xfe 19610    root   70u  inet 0xe1a82780      0t64    TCP ns:domain->211.240.21.10:1172 (ESTABLISHED)
> > named-xfe 19610    root   71u  inet 0xe21c5c50     0t114    TCP ns:domain->211.240.21.10:1173 (ESTABLISHED)
> > named-xfe 19610    root   72u  inet 0xe1ae1240      0t64    TCP ns:domain->211.240.21.10:1185 (ESTABLISHED)
> > named-xfe 19610    root   73u  inet 0xe1ae10f0     0t154    TCP ns:domain->211.240.21.10:1190 (ESTABLISHED)
> > named-xfe 19610    root   74u  inet 0xe1ae1a90      0t78    TCP ns:domain->211.240.21.10:1187 (ESTABLISHED)
> > named-xfe 19610    root   75u  inet 0xe26f09c8     0t124    TCP ns:domain->211.240.21.10:1188 (ESTABLISHED)
> > named-xfe 19610    root   76u  inet 0xe1adbb78     0t136    TCP ns:domain->211.240.21.10:1189 (ESTABLISHED)
> > named-xfe 19610    root   77u  inet 0xe1ae1b70      0t66    TCP ns:domain->211.240.21.10:1199 (ESTABLISHED)
> > named-xfe 19610    root   78u  inet 0xe1a4cea0     0t109    TCP ns:domain->211.240.21.10:1192 (ESTABLISHED)
> > named-xfe 19610    root   79u  inet 0xe1b547a0      0t60    TCP ns:domain->211.240.21.10:1193 (ESTABLISHED)
> > named-xfe 19610    root   80u  inet 0xe2645630      0t68    TCP ns:domain->211.240.21.10:1200 (ESTABLISHED)
> > named-xfe 19610    root   81u  inet 0xe1bd33b0     0t144    TCP ns:domain->211.240.21.10:1201 (ESTABLISHED)
> > named-xfe 19610    root   82u  inet 0xe26f04f8      0t64    TCP ns:domain->211.240.21.10:1202 (ESTABLISHED)
> > named-xfe 19610    root   83u  inet 0xe25d0b90     0t142    TCP ns:domain->211.240.21.10:1204 (ESTABLISHED)
> > named-xfe 19610    root   84u  inet 0xe1ae16a0      0t78    TCP ns:domain->211.240.21.10:1205 (ESTABLISHED)
> > named-xfe 19610    root   85u  inet 0xe1a4c3b0      0t66    TCP ns:domain->211.240.21.10:1206 (ESTABLISHED)
> > named-xfe 19610    root   86u  inet 0xe21c5e10      0t80    TCP ns:domain->211.240.21.10:1207 (ESTABLISHED)
> > named-xfe 19610    root   87u  inet 0xe1bd3b90     0t124    TCP ns:domain->211.240.21.10:1208 (ESTABLISHED)
> > named-xfe 19610    root   88u  inet 0xe1af8e18      0t62    TCP ns:domain->211.240.21.10:1209 (ESTABLISHED)
> > named-xfe 19610    root  cwd   VDIR       63,1      1536 486304 /var/domain
> > named-xfe 19610    root  txt   VREG       63,6      4372  17718 /usr/lib/libdl.so.1
> > named-xfe 19610    root  txt   VREG       63,6     14208  17727 /usr/lib/libl.so.1
> > named-xfe 19610    root  txt   VREG       63,6     17388  17734 /usr/lib/libmp.so.2
> > named-xfe 19610    root  txt   VREG       63,6     52988  17752 /usr/lib/libsocket.so.1
> > named-xfe 19610    root  txt   VREG       63,6    173272  17615 /usr/lib/ld.so.1
> > named-xfe 19610    root  txt   VREG       63,6    693900  17866 /usr/lib/libnsl.so.1
> > named-xfe 19610    root  txt   VREG       63,6    951636  18673 /usr/lib/libc.so.1
> > named-xfe 19610    root  txt   VREG       63,6   5261276 193642 /usr/local/sbin/named-xfer
> > named-xfe 19612    root    0u  VCHR       13,2       0t0  83856 /devices/pseudo/mm at 0:null
> > named-xfe 19612    root    1u  VCHR       13,2       0t0  83856 /devices/pseudo/mm at 0:null
> > named-xfe 19612    root    2u  VCHR       13,2       0t0  83856 /devices/pseudo/mm at 0:null
> > named-xfe 19612    root    3u  VREG       63,1         0 109243 /var/domain/sec/kidinet.co.kr.rdaGtM
> > named-xfe 19612    root    4u  inet 0xe2b82940       0t0    TCP ns:37052->211.53.209.20:domain (SYN_SENT)
> > named-xfe 19612    root    6u  inet 0xe2a25170     0t116    TCP ns:domain->211.240.21.10:1059 (ESTABLISHED)
> > named-xfe 19612    root    7u  inet 0xe2a25100      0t74    TCP ns:domain->211.240.21.10:1063 (ESTABLISHED)
> > named-xfe 19612    root    8u  inet 0xe2a25090      0t58    TCP ns:domain->211.240.21.10:1064 (ESTABLISHED)
> > named-xfe 19612    root    9u  inet 0xe2a255d0      0t58    TCP ns:domain->211.240.21.10:1086 (ESTABLISHED)
> > named-xfe 19612    root   10u  inet 0xe2a730f0     0t112    TCP ns:domain->211.240.21.10:1066 (ESTABLISHED)
> > named-xfe 19612    root   11u  inet 0xe1a82b00     0t108    TCP ns:domain->211.240.21.10:1120 (ESTABLISHED)
> > named-xfe 19612    root   12u  inet 0xe2a95948     0t114    TCP ns:domain->211.240.21.10:1067 (ESTABLISHED)
> > named-xfe 19612    root   13u  inet 0xe2af69b0     0t106    TCP ns:domain->211.240.21.10:1068 (ESTABLISHED)
> > named-xfe 19612    root   14u  inet 0xe2a25330     0t112    TCP ns:domain->211.240.21.10:1069 (ESTABLISHED)
> > named-xfe 19612    root   15u  inet 0xe2a252c0     0t114    TCP ns:domain->211.240.21.10:1070 (ESTABLISHED)
> > named-xfe 19612    root   16u  inet 0xe2a253a0     0t173    TCP ns:domain->211.240.21.10:1071 (ESTABLISHED)
> > named-xfe 19612    root   17u  inet 0xe2a259c0     0t112    TCP ns:domain->211.240.21.10:1096 (ESTABLISHED)
> > named-xfe 19612    root   18u  inet 0xe2a25410      0t58    TCP ns:domain->211.240.21.10:1073 (ESTABLISHED)
> > named-xfe 19612    root   19u  inet 0xe2a25640     0t110    TCP ns:domain->211.240.21.10:1097 (ESTABLISHED)
> > named-xfe 19612    root   26u  inet 0xe2a25480      0t80    TCP ns:domain->211.240.21.10:1075 (ESTABLISHED)
> > named-xfe 19612    root   27u  inet 0xe2a254f0     0t116    TCP ns:domain->211.240.21.10:1087 (ESTABLISHED)
> > named-xfe 19612    root   28u  inet 0xe1ae1860     0t144    TCP ns:domain->211.240.21.10:1088 (ESTABLISHED)
> > named-xfe 19612    root   29u  inet 0xe2a25560     0t114    TCP ns:domain->211.240.21.10:1089 (ESTABLISHED)
> > named-xfe 19612    root   30u  inet 0xe2a95b08      0t66    TCP ns:domain->211.240.21.10:1090 (ESTABLISHED)
> > named-xfe 19612    root   31u  inet 0xe1a4c5e0      0t64    TCP ns:domain->211.240.21.10:1092 (ESTABLISHED)
> > named-xfe 19612    root   32u  inet 0xe2ab0f00      0t66    TCP ns:domain->211.240.21.10:1094 (ESTABLISHED)
> > named-xfe 19612    root   33u  inet 0xe2a0d2b8     0t114    TCP ns:domain->211.240.21.10:1098 (ESTABLISHED)
> > named-xfe 19612    root   34u  inet 0xe2ab0d40     0t112    TCP ns:domain->211.240.21.10:1100 (ESTABLISHED)
> > named-xfe 19612    root   35u  inet 0xe1bd3f10      0t58    TCP ns:domain->211.240.21.10:1130 (ESTABLISHED)
> > named-xfe 19612    root   36u  inet 0xe2ab0db0     0t116    TCP ns:domain->211.240.21.10:1102 (ESTABLISHED)
> > named-xfe 19612    root   37u  inet 0xe2a256b0      0t56    TCP ns:domain->211.240.21.10:1112 (ESTABLISHED)
> > named-xfe 19612    root   38u  inet 0xe2a25720     0t114    TCP ns:domain->211.240.21.10:1104 (ESTABLISHED)
> > named-xfe 19612    root   39u  inet 0xe2a25790     0t122    TCP ns:domain->211.240.21.10:1105 (ESTABLISHED)
> > named-xfe 19612    root   40u  inet 0xe25aae28      0t72    TCP ns:domain->211.240.21.10:1106 (ESTABLISHED)
> > named-xfe 19612    root   41u  inet 0xe17d08e8     0t122    TCP ns:domain->211.240.21.10:1107 (ESTABLISHED)
> > named-xfe 19612    root   42u  inet 0xe26a74e8     0t180    TCP ns:domain->211.240.21.10:1113 (ESTABLISHED)
> > named-xfe 19612    root   43u  inet 0xe1b346b8      0t58    TCP ns:domain->211.240.21.10:1115 (ESTABLISHED)
> > named-xfe 19612    root   44u  inet 0xe1a82940     0t112    TCP ns:domain->211.240.21.10:1109 (ESTABLISHED)
> > named-xfe 19612    root   45u  inet 0xe1b345d8      0t58    TCP ns:domain->211.240.21.10:1125 (ESTABLISHED)
> > named-xfe 19612    root   46u  inet 0xe2a956a8      0t62    TCP ns:domain->211.240.21.10:1127 (ESTABLISHED)
> > named-xfe 19612    root   47u  inet 0xe1b26170      0t66    TCP ns:domain->211.240.21.10:1141 (ESTABLISHED)
> > named-xfe 19612    root   48u  inet 0xe26f0d48      0t62    TCP ns:domain->211.240.21.10:1129 (ESTABLISHED)
> > named-xfe 19612    root   49u  inet 0xe1bd39d0     0t112    TCP ns:domain->211.240.21.10:1131 (ESTABLISHED)
> > named-xfe 19612    root   50u  inet 0xe1a824e0     0t118    TCP ns:domain->211.240.21.10:1132 (ESTABLISHED)
> > named-xfe 19612    root   51u  inet 0xe2645550      0t96    TCP ns:domain->211.240.21.10:1133 (ESTABLISHED)
> > named-xfe 19612    root   52u  inet 0xe24bbd38     0t132    TCP ns:domain->211.240.21.10:1134 (ESTABLISHED)
> > named-xfe 19612    root   53u  inet 0xe124d2c0     0t114    TCP ns:domain->211.240.21.10:1142 (ESTABLISHED)
> > named-xfe 19612    root   54u  inet 0xe1bd3ce0     0t130    TCP ns:domain->211.240.21.10:1144 (ESTABLISHED)
> > named-xfe 19612    root   55u  inet 0xe25aa258      0t68    TCP ns:domain->211.240.21.10:1148 (ESTABLISHED)
> > named-xfe 19612    root   56u  inet 0xe26a71d8      0t62    TCP ns:domain->211.240.21.10:1149 (ESTABLISHED)
> > named-xfe 19612    root   57u  inet 0xe21c5320      0t64    TCP ns:domain->211.240.21.10:1176 (ESTABLISHED)
> > named-xfe 19612    root   58u  inet 0xe1bd3730      0t64    TCP ns:domain->211.240.21.10:1150 (ESTABLISHED)
> > named-xfe 19612    root   59u  inet 0xe21c54e0      0t62    TCP ns:domain->211.240.21.10:1151 (ESTABLISHED)
> > named-xfe 19612    root   60u  inet 0xe26451d0      0t64    TCP ns:domain->211.240.21.10:1152 (ESTABLISHED)
> > named-xfe 19612    root   61u  inet 0xe1a4c960      0t68    TCP ns:domain->211.240.21.10:1153 (ESTABLISHED)
> > named-xfe 19612    root   62u  inet 0xe21c5e80     0t110    TCP ns:domain->211.240.21.10:1154 (ESTABLISHED)
> > named-xfe 19612    root   63u  inet 0xe26c7330     0t102    TCP ns:domain->211.240.21.10:1155 (ESTABLISHED)
> > named-xfe 19612    root   64u  inet 0xe26c7100     0t112    TCP ns:domain->211.240.21.10:1159 (ESTABLISHED)
> > named-xfe 19612    root   65u  inet 0xe1ac6ab0     0t115    TCP ns:domain->211.240.21.10:1163 (ESTABLISHED)
> > named-xfe 19612    root   66u  inet 0xe1bd3f80     0t114    TCP ns:domain->211.240.21.10:1165 (ESTABLISHED)
> > named-xfe 19612    root   67u  inet 0xe26a70f8     0t112    TCP ns:domain->211.240.21.10:1177 (ESTABLISHED)
> > named-xfe 19612    root   68u  inet 0xe1a4c7a0      0t62    TCP ns:domain->211.240.21.10:1170 (ESTABLISHED)
> > named-xfe 19612    root   69u  inet 0xe1a4cdc0      0t64    TCP ns:domain->211.240.21.10:1171 (ESTABLISHED)
> > named-xfe 19612    root   70u  inet 0xe1a82780      0t64    TCP ns:domain->211.240.21.10:1172 (ESTABLISHED)
> > named-xfe 19612    root   71u  inet 0xe21c5c50     0t114    TCP ns:domain->211.240.21.10:1173 (ESTABLISHED)
> > named-xfe 19612    root   72u  inet 0xe1ae1240      0t64    TCP ns:domain->211.240.21.10:1185 (ESTABLISHED)
> > named-xfe 19612    root   73u  inet 0xe1ae10f0     0t154    TCP ns:domain->211.240.21.10:1190 (ESTABLISHED)
> > named-xfe 19612    root   74u  inet 0xe1ae1a90      0t78    TCP ns:domain->211.240.21.10:1187 (ESTABLISHED)
> > named-xfe 19612    root   75u  inet 0xe26f09c8     0t124    TCP ns:domain->211.240.21.10:1188 (ESTABLISHED)
> > named-xfe 19612    root   76u  inet 0xe1adbb78     0t136    TCP ns:domain->211.240.21.10:1189 (ESTABLISHED)
> > named-xfe 19612    root   77u  inet 0xe1ae1b70      0t66    TCP ns:domain->211.240.21.10:1199 (ESTABLISHED)
> > named-xfe 19612    root   78u  inet 0xe1a4cea0     0t109    TCP ns:domain->211.240.21.10:1192 (ESTABLISHED)
> > named-xfe 19612    root   79u  inet 0xe1b547a0      0t60    TCP ns:domain->211.240.21.10:1193 (ESTABLISHED)
> > named-xfe 19612    root   80u  inet 0xe2645630      0t68    TCP ns:domain->211.240.21.10:1200 (ESTABLISHED)
> > named-xfe 19612    root   81u  inet 0xe1bd33b0     0t144    TCP ns:domain->211.240.21.10:1201 (ESTABLISHED)
> > named-xfe 19612    root   82u  inet 0xe26f04f8      0t64    TCP ns:domain->211.240.21.10:1202 (ESTABLISHED)
> > named-xfe 19612    root   83u  inet 0xe25d0b90     0t142    TCP ns:domain->211.240.21.10:1204 (ESTABLISHED)
> > named-xfe 19612    root   84u  inet 0xe1ae16a0      0t78    TCP ns:domain->211.240.21.10:1205 (ESTABLISHED)
> > named-xfe 19612    root   85u  inet 0xe1a4c3b0      0t66    TCP ns:domain->211.240.21.10:1206 (ESTABLISHED)
> > named-xfe 19612    root   86u  inet 0xe21c5e10      0t80    TCP ns:domain->211.240.21.10:1207 (ESTABLISHED)
> > named-xfe 19612    root   87u  inet 0xe1bd3b90     0t124    TCP ns:domain->211.240.21.10:1208 (ESTABLISHED)
> > named-xfe 19612    root   88u  inet 0xe1af8e18      0t62    TCP ns:domain->211.240.21.10:1209 (ESTABLISHED)
> > named-xfe 19612    root   89u  inet 0xe2b69a40     0t120    TCP ns:domain->211.240.21.10:1220 (ESTABLISHED)
> > named-xfe 19612    root   90u  inet 0xe1adbf68      0t66    TCP ns:domain->211.240.21.10:1221 (ESTABLISHED)
> > named-xfe 19612    root   91u  inet 0xe2b698f0      0t70    TCP ns:domain->211.240.21.10:1214 (ESTABLISHED)
> > named-xfe 19612    root   92u  inet 0xe2b69730     0t118    TCP ns:domain->211.240.21.10:1215 (ESTABLISHED)
> > named-xfe 19612    root   93u  inet 0xe2b693b0     0t114    TCP ns:domain->211.240.21.10:1216 (ESTABLISHED)
> > named-xfe 19612    root   94u  inet 0xe2b69260      0t60    TCP ns:domain->211.240.21.10:1223 (ESTABLISHED)
> > named-xfe 19612    root   95u  inet 0xe2b69110     0t112    TCP ns:domain->211.240.21.10:1228 (ESTABLISHED)
> > named-xfe 19612    root   96u  inet 0xe2b690a0     0t144    TCP ns:domain->211.240.21.10:1236 (ESTABLISHED)
> > named-xfe 19612    root   97u  inet 0xe2b69030     0t182    TCP ns:domain->211.240.21.10:1237 (ESTABLISHED)
> > named-xfe 19612    root   98u  inet 0xe2b82c50      0t70    TCP ns:domain->211.240.21.10:1238 (ESTABLISHED)
> > named-xfe 19612    root   99u  inet 0xe2b82e10      0t62    TCP ns:domain->211.240.21.10:1239 (ESTABLISHED)
> > named-xfe 19612    root  100u  inet 0xe2b82b00     0t140    TCP ns:domain->211.240.21.10:1248 (ESTABLISHED)
> > named-xfe 19612    root  101u  inet 0xe2b82cc0      0t74    TCP ns:domain->211.240.21.10:1250 (ESTABLISHED)
> > named-xfe 19612    root  102u  inet 0xe2b82a90      0t64    TCP ns:domain->211.240.21.10:1252 (ESTABLISHED)
> > named-xfe 19612    root  cwd   VDIR       63,1      1536 486304 /var/domain
> > named-xfe 19612    root  txt   VREG       63,6      4372  17718 /usr/lib/libdl.so.1
> > named-xfe 19612    root  txt   VREG       63,6     14208  17727 /usr/lib/libl.so.1
> > named-xfe 19612    root  txt   VREG       63,6     17388  17734 /usr/lib/libmp.so.2
> > named-xfe 19612    root  txt   VREG       63,6     52988  17752 /usr/lib/libsocket.so.1
> > named-xfe 19612    root  txt   VREG       63,6    173272  17615 /usr/lib/ld.so.1
> > named-xfe 19612    root  txt   VREG       63,6    693900  17866 /usr/lib/libnsl.so.1
> > named-xfe 19612    root  txt   VREG       63,6    951636  18673 /usr/lib/libc.so.1
> > named-xfe 19612    root  txt   VREG       63,6   5261276 193642 /usr/local/sbin/named-xfer
> > named-xfe 19621    root    0u  VCHR       13,2       0t0  83856 /devices/pseudo/mm at 0:null
> > named-xfe 19621    root    1u  VCHR       13,2       0t0  83856 /devices/pseudo/mm at 0:null
> > named-xfe 19621    root    2u  VCHR       13,2       0t0  83856 /devices/pseudo/mm at 0:null
> > named-xfe 19621    root    3u  VREG       63,1         0 109244 /var/domain/sec/globaltour.co.kr.WVaOuM
> > named-xfe 19621    root    4u  inet 0xe2a597a0       0t0    TCP ns:37053->globaltour.co.kr:domain (SYN_SENT)
> > named-xfe 19621    root    6u  inet 0xe2a25170     0t116    TCP ns:domain->211.240.21.10:1059 (ESTABLISHED)
> > named-xfe 19621    root    7u  inet 0xe2a25100      0t74    TCP ns:domain->211.240.21.10:1063 (ESTABLISHED)
> > named-xfe 19621    root    8u  inet 0xe2a25090      0t58    TCP ns:domain->211.240.21.10:1064 (ESTABLISHED)
> > named-xfe 19621    root    9u  inet 0xe2a255d0      0t58    TCP ns:domain->211.240.21.10:1086 (ESTABLISHED)
> > named-xfe 19621    root   10u  inet 0xe2a730f0     0t112    TCP ns:domain->211.240.21.10:1066 (ESTABLISHED)
> > named-xfe 19621    root   11u  inet 0xe1a82b00     0t108    TCP ns:domain->211.240.21.10:1120 (ESTABLISHED)
> > named-xfe 19621    root   12u  inet 0xe2a95948     0t114    TCP ns:domain->211.240.21.10:1067 (ESTABLISHED)
> > named-xfe 19621    root   13u  inet 0xe2af69b0     0t106    TCP ns:domain->211.240.21.10:1068 (ESTABLISHED)
> > named-xfe 19621    root   14u  inet 0xe2a25330     0t112    TCP ns:domain->211.240.21.10:1069 (ESTABLISHED)
> > named-xfe 19621    root   15u  inet 0xe2a252c0     0t114    TCP ns:domain->211.240.21.10:1070 (ESTABLISHED)
> > named-xfe 19621    root   16u  inet 0xe2a253a0     0t173    TCP ns:domain->211.240.21.10:1071 (ESTABLISHED)
> > named-xfe 19621    root   17u  inet 0xe2a259c0     0t112    TCP ns:domain->211.240.21.10:1096 (ESTABLISHED)
> > named-xfe 19621    root   18u  inet 0xe2a25410      0t58    TCP ns:domain->211.240.21.10:1073 (ESTABLISHED)
> > named-xfe 19621    root   19u  inet 0xe2a25640     0t110    TCP ns:domain->211.240.21.10:1097 (ESTABLISHED)
> > named-xfe 19621    root   26u  inet 0xe2a25480      0t80    TCP ns:domain->211.240.21.10:1075 (ESTABLISHED)
> > named-xfe 19621    root   27u  inet 0xe2a254f0     0t116    TCP ns:domain->211.240.21.10:1087 (ESTABLISHED)
> > named-xfe 19621    root   28u  inet 0xe1ae1860     0t144    TCP ns:domain->211.240.21.10:1088 (ESTABLISHED)
> > named-xfe 19621    root   29u  inet 0xe2a25560     0t114    TCP ns:domain->211.240.21.10:1089 (ESTABLISHED)
> > named-xfe 19621    root   30u  inet 0xe2a95b08      0t66    TCP ns:domain->211.240.21.10:1090 (ESTABLISHED)
> > named-xfe 19621    root   31u  inet 0xe1a4c5e0      0t64    TCP ns:domain->211.240.21.10:1092 (ESTABLISHED)
> > named-xfe 19621    root   32u  inet 0xe2ab0f00      0t66    TCP ns:domain->211.240.21.10:1094 (ESTABLISHED)
> > named-xfe 19621    root   33u  inet 0xe2a0d2b8     0t114    TCP ns:domain->211.240.21.10:1098 (ESTABLISHED)
> > named-xfe 19621    root   34u  inet 0xe2ab0d40     0t112    TCP ns:domain->211.240.21.10:1100 (ESTABLISHED)
> > named-xfe 19621    root   35u  inet 0xe1bd3f10      0t58    TCP ns:domain->211.240.21.10:1130 (ESTABLISHED)
> > named-xfe 19621    root   36u  inet 0xe2ab0db0     0t116    TCP ns:domain->211.240.21.10:1102 (ESTABLISHED)
> > named-xfe 19621    root   37u  inet 0xe2a256b0      0t56    TCP ns:domain->211.240.21.10:1112 (ESTABLISHED)
> > named-xfe 19621    root   38u  inet 0xe2a25720     0t114    TCP ns:domain->211.240.21.10:1104 (ESTABLISHED)
> > named-xfe 19621    root   39u  inet 0xe2a25790     0t122    TCP ns:domain->211.240.21.10:1105 (ESTABLISHED)
> > named-xfe 19621    root   40u  inet 0xe25aae28      0t72    TCP ns:domain->211.240.21.10:1106 (ESTABLISHED)
> > named-xfe 19621    root   41u  inet 0xe17d08e8     0t122    TCP ns:domain->211.240.21.10:1107 (ESTABLISHED)
> > named-xfe 19621    root   42u  inet 0xe26a74e8     0t180    TCP ns:domain->211.240.21.10:1113 (ESTABLISHED)
> > named-xfe 19621    root   43u  inet 0xe1b346b8      0t58    TCP ns:domain->211.240.21.10:1115 (ESTABLISHED)
> > named-xfe 19621    root   44u  inet 0xe1a82940     0t112    TCP ns:domain->211.240.21.10:1109 (ESTABLISHED)
> > named-xfe 19621    root   45u  inet 0xe1b345d8      0t58    TCP ns:domain->211.240.21.10:1125 (ESTABLISHED)
> > named-xfe 19621    root   46u  inet 0xe2a956a8      0t62    TCP ns:domain->211.240.21.10:1127 (ESTABLISHED)
> > named-xfe 19621    root   47u  inet 0xe1b26170      0t66    TCP ns:domain->211.240.21.10:1141 (ESTABLISHED)
> > named-xfe 19621    root   48u  inet 0xe26f0d48      0t62    TCP ns:domain->211.240.21.10:1129 (ESTABLISHED)
> > named-xfe 19621    root   49u  inet 0xe1bd39d0     0t112    TCP ns:domain->211.240.21.10:1131 (ESTABLISHED)
> > named-xfe 19621    root   50u  inet 0xe1a824e0     0t118    TCP ns:domain->211.240.21.10:1132 (ESTABLISHED)
> > named-xfe 19621    root   51u  inet 0xe2645550      0t96    TCP ns:domain->211.240.21.10:1133 (ESTABLISHED)
> > named-xfe 19621    root   52u  inet 0xe24bbd38     0t132    TCP ns:domain->211.240.21.10:1134 (ESTABLISHED)
> > named-xfe 19621    root   53u  inet 0xe124d2c0     0t114    TCP ns:domain->211.240.21.10:1142 (ESTABLISHED)
> > named-xfe 19621    root   54u  inet 0xe1bd3ce0     0t130    TCP ns:domain->211.240.21.10:1144 (ESTABLISHED)
> > named-xfe 19621    root   55u  inet 0xe25aa258      0t68    TCP ns:domain->211.240.21.10:1148 (ESTABLISHED)
> > named-xfe 19621    root   56u  inet 0xe26a71d8      0t62    TCP ns:domain->211.240.21.10:1149 (ESTABLISHED)
> > named-xfe 19621    root   57u  inet 0xe21c5320      0t64    TCP ns:domain->211.240.21.10:1176 (ESTABLISHED)
> > named-xfe 19621    root   58u  inet 0xe1bd3730      0t64    TCP ns:domain->211.240.21.10:1150 (ESTABLISHED)
> > named-xfe 19621    root   59u  inet 0xe21c54e0      0t62    TCP ns:domain->211.240.21.10:1151 (ESTABLISHED)
> > named-xfe 19621    root   60u  inet 0xe26451d0      0t64    TCP ns:domain->211.240.21.10:1152 (ESTABLISHED)
> > named-xfe 19621    root   61u  inet 0xe1a4c960      0t68    TCP ns:domain->211.240.21.10:1153 (ESTABLISHED)
> > named-xfe 19621    root   62u  inet 0xe21c5e80     0t110    TCP ns:domain->211.240.21.10:1154 (ESTABLISHED)
> > named-xfe 19621    root   63u  inet 0xe26c7330     0t102    TCP ns:domain->211.240.21.10:1155 (ESTABLISHED)
> > named-xfe 19621    root   64u  inet 0xe26c7100     0t112    TCP ns:domain->211.240.21.10:1159 (ESTABLISHED)
> > named-xfe 19621    root   65u  inet 0xe1ac6ab0     0t115    TCP ns:domain->211.240.21.10:1163 (ESTABLISHED)
> > named-xfe 19621    root   66u  inet 0xe1bd3f80     0t114    TCP ns:domain->211.240.21.10:1165 (ESTABLISHED)
> > named-xfe 19621    root   67u  inet 0xe26a70f8     0t112    TCP ns:domain->211.240.21.10:1177 (ESTABLISHED)
> > named-xfe 19621    root   68u  inet 0xe1a4c7a0      0t62    TCP ns:domain->211.240.21.10:1170 (ESTABLISHED)
> > named-xfe 19621    root   69u  inet 0xe1a4cdc0      0t64    TCP ns:domain->211.240.21.10:1171 (ESTABLISHED)
> > named-xfe 19621    root   70u  inet 0xe1a82780      0t64    TCP ns:domain->211.240.21.10:1172 (ESTABLISHED)
> > named-xfe 19621    root   71u  inet 0xe21c5c50     0t114    TCP ns:domain->211.240.21.10:1173 (ESTABLISHED)
> > named-xfe 19621    root   72u  inet 0xe1ae1240      0t64    TCP ns:domain->211.240.21.10:1185 (ESTABLISHED)
> > named-xfe 19621    root   73u  inet 0xe1ae10f0     0t154    TCP ns:domain->211.240.21.10:1190 (ESTABLISHED)
> > named-xfe 19621    root   74u  inet 0xe1ae1a90      0t78    TCP ns:domain->211.240.21.10:1187 (ESTABLISHED)
> > named-xfe 19621    root   75u  inet 0xe26f09c8     0t124    TCP ns:domain->211.240.21.10:1188 (ESTABLISHED)
> > named-xfe 19621    root   76u  inet 0xe1adbb78     0t136    TCP ns:domain->211.240.21.10:1189 (ESTABLISHED)
> > named-xfe 19621    root   77u  inet 0xe1ae1b70      0t66    TCP ns:domain->211.240.21.10:1199 (ESTABLISHED)
> > named-xfe 19621    root   78u  inet 0xe1a4cea0     0t109    TCP ns:domain->211.240.21.10:1192 (ESTABLISHED)
> > named-xfe 19621    root   79u  inet 0xe1b547a0      0t60    TCP ns:domain->211.240.21.10:1193 (ESTABLISHED)
> > named-xfe 19621    root   80u  inet 0xe2645630      0t68    TCP ns:domain->211.240.21.10:1200 (ESTABLISHED)
> > named-xfe 19621    root   81u  inet 0xe1bd33b0     0t144    TCP ns:domain->211.240.21.10:1201 (ESTABLISHED)
> > named-xfe 19621    root   82u  inet 0xe26f04f8      0t64    TCP ns:domain->211.240.21.10:1202 (ESTABLISHED)
> > named-xfe 19621    root   83u  inet 0xe25d0b90     0t142    TCP ns:domain->211.240.21.10:1204 (ESTABLISHED)
> > named-xfe 19621    root   84u  inet 0xe1ae16a0      0t78    TCP ns:domain->211.240.21.10:1205 (ESTABLISHED)
> > named-xfe 19621    root   85u  inet 0xe1a4c3b0      0t66    TCP ns:domain->211.240.21.10:1206 (ESTABLISHED)
> > named-xfe 19621    root   86u  inet 0xe21c5e10      0t80    TCP ns:domain->211.240.21.10:1207 (ESTABLISHED)
> > named-xfe 19621    root   87u  inet 0xe1bd3b90     0t124    TCP ns:domain->211.240.21.10:1208 (ESTABLISHED)
> > named-xfe 19621    root   88u  inet 0xe1af8e18      0t62    TCP ns:domain->211.240.21.10:1209 (ESTABLISHED)
> > named-xfe 19621    root   89u  inet 0xe2b69a40     0t120    TCP ns:domain->211.240.21.10:1220 (ESTABLISHED)
> > named-xfe 19621    root   90u  inet 0xe1adbf68      0t66    TCP ns:domain->211.240.21.10:1221 (ESTABLISHED)
> > named-xfe 19621    root   91u  inet 0xe2b698f0      0t70    TCP ns:domain->211.240.21.10:1214 (ESTABLISHED)
> > named-xfe 19621    root   92u  inet 0xe2b69730     0t118    TCP ns:domain->211.240.21.10:1215 (ESTABLISHED)
> > named-xfe 19621    root   93u  inet 0xe2b693b0     0t114    TCP ns:domain->211.240.21.10:1216 (ESTABLISHED)
> > named-xfe 19621    root   94u  inet 0xe2b69260      0t60    TCP ns:domain->211.240.21.10:1223 (ESTABLISHED)
> > named-xfe 19621    root   95u  inet 0xe2b69110     0t112    TCP ns:domain->211.240.21.10:1228 (ESTABLISHED)
> > named-xfe 19621    root   96u  inet 0xe2b690a0     0t144    TCP ns:domain->211.240.21.10:1236 (ESTABLISHED)
> > named-xfe 19621    root   97u  inet 0xe2b69030     0t182    TCP ns:domain->211.240.21.10:1237 (ESTABLISHED)
> > named-xfe 19621    root   98u  inet 0xe2b82c50      0t70    TCP ns:domain->211.240.21.10:1238 (ESTABLISHED)
> > named-xfe 19621    root   99u  inet 0xe2b82e10      0t62    TCP ns:domain->211.240.21.10:1239 (ESTABLISHED)
> > named-xfe 19621    root  100u  inet 0xe2b82b00     0t140    TCP ns:domain->211.240.21.10:1248 (ESTABLISHED)
> > named-xfe 19621    root  101u  inet 0xe2b82cc0      0t74    TCP ns:domain->211.240.21.10:1250 (ESTABLISHED)
> > named-xfe 19621    root  102u  inet 0xe2b82a90      0t64    TCP ns:domain->211.240.21.10:1252 (ESTABLISHED)
> > named-xfe 19621    root  103u  inet 0xe2b82630      0t70    TCP ns:domain->211.240.21.10:1255 (ESTABLISHED)
> > named-xfe 19621    root  104u  inet 0xe2b828d0      0t70    TCP ns:domain->211.240.21.10:1256 (ESTABLISHED)
> > named-xfe 19621    root  105u  inet 0xe2b822b0      0t70    TCP ns:domain->211.240.21.10:1258 (ESTABLISHED)
> > named-xfe 19621    root  106u  inet 0xe1b69bf8     0t138    TCP ns:domain->211.240.21.10:1259 (ESTABLISHED)
> > named-xfe 19621    root  107u  inet 0xe1b69b88      0t80    TCP ns:domain->211.240.21.10:1260 (ESTABLISHED)
> > named-xfe 19621    root  108u  inet 0xe1b69b18      0t62    TCP ns:domain->211.240.21.10:1271 (ESTABLISHED)
> > named-xfe 19621    root  109u  inet 0xe2b821d0      0t62    TCP ns:domain->211.240.21.10:1275 (ESTABLISHED)
> > named-xfe 19621    root  110u  inet 0xe2b82160      0t64    TCP ns:domain->211.240.21.10:1280 (ESTABLISHED)
> > named-xfe 19621    root  111u  inet 0xe2b820f0      0t70    TCP ns:domain->211.240.21.10:1286 (ESTABLISHED)
> > named-xfe 19621    root  112u  inet 0xe2b82080      0t68    TCP ns:domain->211.240.21.10:1287 (ESTABLISHED)
> > named-xfe 19621    root  113u  inet 0xe2b9fd38     0t135    TCP ns:domain->211.240.21.10:1309 (ESTABLISHED)
> > named-xfe 19621    root  114u  inet 0xe2b9fcc8      0t64    TCP ns:domain->211.240.21.10:1299 (ESTABLISHED)
> > named-xfe 19621    root  115u  inet 0xe2b9f948     0t134    TCP ns:domain->211.240.21.10:1310 (ESTABLISHED)
> > named-xfe 19621    root  116u  inet 0xe2b9fbe8      0t66    TCP ns:domain->211.240.21.10:1311 (ESTABLISHED)
> > named-xfe 19621    root  117u  inet 0xe2b9f8d8      0t66    TCP ns:domain->211.240.21.10:1312 (ESTABLISHED)
> > named-xfe 19621    root  118u  inet 0xe2b9f7f8      0t68    TCP ns:domain->211.240.21.10:1313 (ESTABLISHED)
> > named-xfe 19621    root  119u  inet 0xe2b9f788      0t64    TCP ns:domain->211.240.21.10:1314 (ESTABLISHED)
> > named-xfe 19621    root  120u  inet 0xe2b9f638     0t106    TCP ns:domain->211.240.21.10:1318 (ESTABLISHED)
> > named-xfe 19621    root  121u  inet 0xe2b9f5c8      0t58    TCP ns:domain->211.240.21.10:1319 (ESTABLISHED)
> > named-xfe 19621    root  122u  inet 0xe2b9f4e8     0t102    TCP ns:domain->211.240.21.10:1321 (ESTABLISHED)
> > named-xfe 19621    root  123u  inet 0xe2b9f408      0t64    TCP ns:domain->211.240.21.10:1322 (ESTABLISHED)
> > named-xfe 19621    root  124u  inet 0xe2b9f398     0t106    TCP ns:domain->211.240.21.10:1324 (ESTABLISHED)
> > named-xfe 19621    root  125u  inet 0xe2bc7790     0t111    TCP ns:domain->211.240.21.10:1329 (ESTABLISHED)
> > named-xfe 19621    root  126u  inet 0xe2b9f2b8     0t173    TCP ns:domain->211.240.21.10:1328 (ESTABLISHED)
> > named-xfe 19621    root  127u  inet 0xe2b9f328     0t116    TCP ns:domain->211.240.21.10:1335 (ESTABLISHED)
> > named-xfe 19621    root  128u  inet 0xe2bc7720     0t134    TCP ns:domain->211.240.21.10:1337 (ESTABLISHED)
> > named-xfe 19621    root  129u  inet 0xe2bc76b0     0t122    TCP ns:domain->211.240.21.10:1338 (ESTABLISHED)
> > named-xfe 19621    root  130u  inet 0xe2be1d48     0t138    TCP ns:domain->211.240.21.10:1355 (ESTABLISHED)
> > named-xfe 19621    root  131u  inet 0xe2bc7100     0t112    TCP ns:domain->211.240.21.10:1340 (ESTABLISHED)
> > named-xfe 19621    root  132u  inet 0xe2bc7090      0t62    TCP ns:domain->211.240.21.10:1349 (ESTABLISHED)
> > named-xfe 19621    root  133u  inet 0xe2bc71e0      0t64    TCP ns:domain->211.240.21.10:1370 (ESTABLISHED)
> > named-xfe 19621    root  134u  inet 0xe1a4cc70     0t112    TCP ns:domain->211.240.21.10:1359 (ESTABLISHED)
> > named-xfe 19621    root  135u  inet 0xe2b4b8e8     0t119    TCP ns:domain->211.240.21.10:1360 (ESTABLISHED)
> > named-xfe 19621    root  136u  inet 0xe25aa728     0t180    TCP ns:domain->211.240.21.10:1361 (ESTABLISHED)
> > named-xfe 19621    root  137u  inet 0xe1b26db0      0t60    TCP ns:domain->211.240.21.10:1362 (ESTABLISHED)
> > named-xfe 19621    root  138u  inet 0xe2b9f558     0t110    TCP ns:domain->211.240.21.10:1363 (ESTABLISHED)
> > named-xfe 19621    root  139u  inet 0xe2b9fa98     0t112    TCP ns:domain->211.240.21.10:1371 (ESTABLISHED)
> > named-xfe 19621    root  140u  inet 0xe2b697a0      0t64    TCP ns:domain->211.240.21.10:1379 (ESTABLISHED)
> > named-xfe 19621    root  141u  inet 0xe2b69b90     0t108    TCP ns:domain->211.240.21.10:1372 (ESTABLISHED)
> > named-xfe 19621    root  142u  inet 0xe2b695e0     0t122    TCP ns:domain->211.240.21.10:1373 (ESTABLISHED)
> > named-xfe 19621    root  143u  inet 0xe2a419c8      0t58    TCP ns:domain->211.240.21.10:1374 (ESTABLISHED)
> > named-xfe 19621    root  144u  inet 0xe2ac9cd8      0t62    TCP ns:domain->211.240.21.10:1375 (ESTABLISHED)
> > named-xfe 19621    root  145u  inet 0xe2a415d8      0t72    TCP ns:domain->211.240.21.10:1376 (ESTABLISHED)
> > named-xfe 19621    root  146u  inet 0xe2a41a38      0t62    TCP ns:domain->211.240.21.10:1380 (ESTABLISHED)
> > named-xfe 19621    root  147u  inet 0xe2ac9b88     0t186    TCP ns:domain->211.240.21.10:1381 (ESTABLISHED)
> > named-xfe 19621    root  148u  inet 0xe2ac9958      0t62    TCP ns:domain->211.240.21.10:1386 (ESTABLISHED)
> > named-xfe 19621    root  149u  inet 0xe2ac9b18     0t114    TCP ns:domain->211.240.21.10:1396 (ESTABLISHED)
> > named-xfe 19621    root  150u  inet 0xe2ac95d8      0t60    TCP ns:domain->211.240.21.10:1391 (ESTABLISHED)
> > named-xfe 19621    root  151u  inet 0xe26a7948      0t66    TCP ns:domain->211.240.21.10:1392 (ESTABLISHED)
> > named-xfe 19621    root  152u  inet 0xe2645010      0t62    TCP ns:domain->211.240.21.10:1404 (ESTABLISHED)
> > named-xfe 19621    root  153u  inet 0xe1b26090     0t130    TCP ns:domain->211.240.21.10:1414 (ESTABLISHED)
> > named-xfe 19621    root  154u  inet 0xe26c78e0     0t332    TCP ns:domain->211.240.21.10:1415 (ESTABLISHED)
> > named-xfe 19621    root  155u  inet 0xe1ae18d0     0t116    TCP ns:domain->211.240.21.10:1409 (ESTABLISHED)
> > named-xfe 19621    root  156u  inet 0xe2a59dc0      0t64    TCP ns:domain->211.240.21.10:1419 (ESTABLISHED)
> > named-xfe 19621    root  157u  inet 0xe2a951d8     0t137    TCP ns:domain->211.240.21.10:1428 (ESTABLISHED)
> > named-xfe 19621    root  158u  inet 0xe2a950f8     0t170    TCP ns:domain->211.240.21.10:1421 (ESTABLISHED)
> > named-xfe 19621    root  159u  inet 0xe2ab0e90      0t66    TCP ns:domain->211.240.21.10:1432 (ESTABLISHED)
> > named-xfe 19621    root  160u  inet 0xe2a598f0      0t64    TCP ns:domain->211.240.21.10:1443 (ESTABLISHED)
> > named-xfe 19621    root  161u  inet 0xe2ab0cd0     0t218    TCP ns:domain->211.240.21.10:1447 (ESTABLISHED)
> > named-xfe 19621    root  162u  inet 0xe2a411e8     0t122    TCP ns:domain->211.240.21.10:1451 (ESTABLISHED)
> > named-xfe 19621    root  163u  inet 0xe2ab0a30     0t116    TCP ns:domain->211.240.21.10:1452 (ESTABLISHED)
> > named-xfe 19621    root  164u  inet 0xe2ab0aa0      0t62    TCP ns:domain->211.240.21.10:1453 (ESTABLISHED)
> > named-xfe 19621    root  165u  inet 0xe25d0a40     0t114    TCP ns:domain->211.240.21.10:1460 (ESTABLISHED)
> > named-xfe 19621    root  166u  inet 0xe2a414f8      0t60    TCP ns:domain->211.240.21.10:1461 (ESTABLISHED)
> > named-xfe 19621    root  167u  inet 0xe2a41648      0t68    TCP ns:domain->211.240.21.10:1462 (ESTABLISHED)
> > named-xfe 19621    root  168u  inet 0xe1af80f8     0t111    TCP ns:domain->211.240.21.10:1464 (ESTABLISHED)
> > named-xfe 19621    root  169u  inet 0xe2a41488     0t122    TCP ns:domain->211.240.21.10:1469 (ESTABLISHED)
> > named-xfe 19621    root  170u  inet 0xe21c5860      0t74    TCP ns:domain->211.240.21.10:1470 (ESTABLISHED)
> > named-xfe 19621    root  171u  inet 0xe1a4c420      0t99    TCP ns:domain->211.240.21.10:1471 (ESTABLISHED)
> > named-xfe 19621    root  172u  inet 0xe1b54f80     0t108    TCP ns:domain->211.240.21.10:1472 (ESTABLISHED)
> > named-xfe 19621    root  173u  inet 0xe2a73780     0t114    TCP ns:domain->211.240.21.10:1473 (ESTABLISHED)
> > named-xfe 19621    root  174u  inet 0xe2a41178      0t64    TCP ns:domain->211.240.21.10:1480 (ESTABLISHED)
> > named-xfe 19621    root  175u  inet 0xe2ab0b10     0t110    TCP ns:domain->211.240.21.10:1486 (ESTABLISHED)
> > named-xfe 19621    root  176u  inet 0xe1a4c030      0t72    TCP ns:domain->211.240.21.10:1487 (ESTABLISHED)
> > named-xfe 19621    root  177u  inet 0xe2a593b0      0t58    TCP ns:domain->211.240.21.10:1492 (ESTABLISHED)
> > named-xfe 19621    root  178u  inet 0xe2a596c0      0t64    TCP ns:domain->211.240.21.10:1493 (ESTABLISHED)
> > named-xfe 19621    root  179u  inet 0xe25d0b20      0t64    TCP ns:domain->211.240.21.10:1496 (ESTABLISHED)
> > named-xfe 19621    root  180u  inet 0xe2a59570     0t112    TCP ns:domain->211.240.21.10:1497 (ESTABLISHED)
> > named-xfe 19621    root  181u  inet 0xe2a59730     0t128    TCP ns:domain->211.240.21.10:1504 (ESTABLISHED)
> > named-xfe 19621    root  cwd   VDIR       63,1      1536 486304 /var/domain
> > named-xfe 19621    root  txt   VREG       63,6      4372  17718 /usr/lib/libdl.so.1
> > named-xfe 19621    root  txt   VREG       63,6     14208  17727 /usr/lib/libl.so.1
> > named-xfe 19621    root  txt   VREG       63,6     17388  17734 /usr/lib/libmp.so.2
> > named-xfe 19621    root  txt   VREG       63,6     52988  17752 /usr/lib/libsocket.so.1
> > named-xfe 19621    root  txt   VREG       63,6    173272  17615 /usr/lib/ld.so.1
> > named-xfe 19621    root  txt   VREG       63,6    693900  17866 /usr/lib/libnsl.so.1
> > named-xfe 19621    root  txt   VREG       63,6    951636  18673 /usr/lib/libc.so.1
> > named-xfe 19621    root  txt   VREG       63,6   5261276 193642 /usr/local/sbin/named-xfer
> > nscd        929    root    0u  VCHR       13,2       0t0  83856 /devices/pseudo/mm at 0:null
> > nscd        929    root    1u  VCHR       13,2       0t0  83856 /devices/pseudo/mm at 0:null
> > nscd        929    root    2u  VCHR       13,2       0t0  83856 /devices/pseudo/mm at 0:null
> > nscd        929    root    3u  DOOR       0,34       0t0     34 (this PID's door)
> > nscd        929    root  cwd   VDIR       63,0      1024      2 /
> > nscd        929    root  txt   VREG       63,6      4372  17718 /usr/lib/libdl.so.1
> > nscd        929    root  txt   VREG       63,6      8284  17719 /usr (/dev/dsk/c1t0d0s6)
> > nscd        929    root  txt   VREG       63,6     11488  17763 /usr (/dev/dsk/c1t0d0s6)
> > nscd        929    root  txt   VREG       63,6     17388  17734 /usr/lib/libmp.so.2
> > nscd        929    root  txt   VREG       63,6     26392  17764 /usr/lib/nss_files.so.1
> > nscd        929    root  txt   VREG       63,6     36716  17742 /usr (/dev/dsk/c1t0d0s6)
> > nscd        929    root  txt   VREG       63,6     38508 175524 /usr (/dev/dsk/c1t0d0s6)
> > nscd        929    root  txt   VREG       63,6     52988  17752 /usr/lib/libsocket.so.1
> > nscd        929    root  txt   VREG       63,6    159532  17754 /usr (/dev/dsk/c1t0d0s6)
> > nscd        929    root  txt   VREG       63,6    173272  17615 /usr/lib/ld.so.1
> > nscd        929    root  txt   VREG       63,6    229696  17744 /usr/lib/libresolv.so.2
> > nscd        929    root  txt   VREG       63,6    693900  17866 /usr/lib/libnsl.so.1
> > nscd        929    root  txt   VREG       63,6    951636  18673 /usr/lib/libc.so.1
> > nslookup  19484    root    0u  VCHR       24,0    0t1806  83878 /devices/pseudo/pts at 0:0->ttcompat->ldterm->ptem->pts
> > nslookup  19484    root    1u  VCHR       24,0    0t1806  83878 /devices/pseudo/pts at 0:0->ttcompat->ldterm->ptem->pts
> > nslookup  19484    root    2u  VCHR       24,0    0t1806  83878 /devices/pseudo/pts at 0:0->ttcompat->ldterm->ptem->pts
> > nslookup  19484    root  cwd   VDIR       63,0      1024 285067 /root
> > nslookup  19484    root  txt   VREG       63,6      4372  17718 /usr/lib/libdl.so.1
> > nslookup  19484    root  txt   VREG       63,6     14208  17727 /usr/lib/libl.so.1
> > nslookup  19484    root  txt   VREG       63,6     17388  17734 /usr/lib/libmp.so.2
> > nslookup  19484    root  txt   VREG       63,6     52988  17752 /usr/lib/libsocket.so.1
> > nslookup  19484    root  txt   VREG       63,6    173272  17615 /usr/lib/ld.so.1
> > nslookup  19484    root  txt   VREG       63,6    693900  17866 /usr/lib/libnsl.so.1
> > nslookup  19484    root  txt   VREG       63,6    951636  18673 /usr/lib/libc.so.1
> > nslookup  19484    root  txt   VREG       63,6   5290932 246808 /usr/local/bin/nslookup



----- Original Message -----
From: "Thomas Endo" <tendo at stamps.com>
To: "'Seonkyu Park'" <carrot at elim.net>
Sent: Thursday, March 15, 2001 11:04 AM
Subject: RE: BIND 8.2.3 "db_load" message and named crashes...


A couple of things to try:

(1)  Get a package from
ftp://vic.cc.purdue.edu/pub/tools/unix/lsof/lsof.tar.gz.  Compile this and
watch the
number of open file descriptors on your named process, e.g. lsof -p `cat
/etc/named.pid`.
(2)  Default Solaris kernel settings for rlim_fd_cur and rlim_fd_max are
64.  You can increase these.  One
server I have privileges to has the settings for rlim_fd_cur at 1024, and
rlim_fd_max at 4096.  You may
change these in the /etc/system file:

e.g.

set rlim_fd_cur=1024
set rlim_fd_max=4096

I hope this helps because it will raise the limit for number of file
descriptors available for a process.  I
did this once with another box at another job, but set the parameters down
to 256 each for another
application.

I also see that you're running a cache-only DNS.

Tom

-----Original Message-----
From: Seonkyu Park [mailto:carrot at elim.net]
Sent: Wednesday, March 14, 2001 5:34 PM
To: bind-users at isc.org
Cc: nmc at elim.net
Subject: BIND 8.2.3 "db_load" message and named crashes...



Hello, Bind User~ ^_^

My name is Seonkyu Park.
I'm a graduate student at Konkuk University in Korea. I'm currently an
associate UNIX
administrator in my laboratory.

We are running BIND 8.2.3(source code added one line that available korean
language)
on Solaris 7 x86 ( compaq dlt 360 model ) with single cpu and 512 memory.

Two days ago, our dns server has found following error.

Mar 14 11:21:40 ns named[1398]: db_load could not open: named.ca: Resource
temporarily unavailable
Mar 14 11:21:55 ns named[1398]: db_load could not open: named.ca: Resource
temporarily unavailable
Mar 14 11:38:46 ns named[19593]: db_load could not open: named.ca: Resource
temporarily unavailable

After a while, named crashes. ( but named process is alive -> ps -eaf |
grep named  )
I blamed hardware, and replaced the box, but that was 2 months ago, and now
the same thing is happening.
Solaris 7 x86 setting is default setting.
I don't touch /etc/system file and named.conf file content's is below.


options {
    directory "/var/domain";

    allow-transfer { 2.2.2.2; 3.3.3.3;};
    version "Pri Name Server~(^^ ~)";
    notify no;
};

logging {
            category lame-servers { null; };
            category cname { null; };
//          category response-checks { null; };
//          category notify { null; };
};
zone "." { type hint; file "named.ca"; };
zone "0.0.127.IN-ADDR.ARPA" { type master; file "rev/0.0.127.in-addr.arpa";
};



Why named crashes ?
solaris kernel limits problem?? ( file descriptor or STDIO limit problem )
or.. BIND 8.2.3 problem ...
or.. something else..
or.. BIND 8.2.3 source code edit problem.. ( only one line added.. )


I see the CHANGE FILE in BIND 8.2.3 Document.

 952. [bug]  errs was not being correctly adjusted if the included
   master file did not exist in db_load().
                                           --------

Is BIND 8.2.3 still has a db_load bug ??

Plz advice me. ^^. plz plz..

Thank you for reading this, really very much ~

Have a nice day~.

Ps. Sorry, I am rookie about the English. ^^;;

                        - My nick is "carrot", aol name is "elimnet"












More information about the bind-users mailing list