In article <[EMAIL PROTECTED]>, "Alan Zoysa" <[EMAIL PROTECTED]> wrote:
> BIND950P2:~# netstat -lnp|grep named > tcp 0 0 127.0.0.1:953 0.0.0.0:* > LISTEN 21423/named > tcp6 0 0 ::1:53 :::* > LISTEN 21423/named > tcp6 0 0 ::1:953 :::* > LISTEN 21423/named > udp 0 0 0.0.0.0:56789 0.0.0.0:* > 21423/named > udp6 0 0 :::36645 :::* > 21423/named > udp6 0 0 ::1:53 :::* > 21423/named > > BIND950P2:~# /etc/init.d/bind9 restart > Stopping domain name service...: bind9. > Starting domain name service...: bind9. > BIND950P2:~# netstat -lnp|grep named > tcp 0 0 127.0.0.1:953 0.0.0.0:* > LISTEN 21574/named > tcp6 0 0 ::1:53 :::* > LISTEN 21574/named > tcp6 0 0 ::1:953 :::* > LISTEN 21574/named > udp 0 0 0.0.0.0:36327 0.0.0.0:* > 21574/named > udp6 0 0 ::1:53 :::* > 21574/named > udp6 0 0 :::51161 :::* > 21574/named The high ports are used for sending recursive queries and receiving the replies. -- Barry Margolin, [EMAIL PROTECTED] Arlington, MA *** PLEASE don't copy me on replies, I'll read them in the group ***
