Date: Tue, 08 Jul 2008 14:19:23 -0400 From: kalin m <mail@godfur.com> To: Matthew Seaman <m.seaman@infracaninophile.co.uk> Cc: Lowell Gilbert <freebsd-questions-local@be-well.ilk.org>, freebsd-questions@freebsd.org Subject: Re: ports Message-ID: <4873AFAB.9050804@godfur.com> In-Reply-To: <48739EB6.4040909@infracaninophile.co.uk> References: <4873927E.3050307@godfur.com> <44ej64s4e7.fsf@be-well.ilk.org> <48739EB6.4040909@infracaninophile.co.uk>
next in thread | previous in thread | raw e-mail | index | archive | help
right.... named... thanks.... Matthew Seaman wrote: > Lowell Gilbert wrote: >> kalin m <mail@godfur.com> writes: >> >>> brand new install of freebsd 7. some httpd and named. >>> what are these? >> >> Use sockstat(1) to find out? >> >>> udp6 0 0 *.54168 *.* >>> udp4 0 0 *.54167 *.* > > Almost certainly named -- it appears to listen on a high numbered > UDP port, but all it is is the next /source/ port for an outgoing > UDP packet. You can configure named to always send packets using a > fixed port number (which can be helpful for firewalling) by: > > query-source address 12.34.56.78 port 53; > query-source-v6 address 1999:aaaa:bbbb:cccc::1 port 53; > transfer-source 12.34.56.78 port 53; > transfer-source-v6 1999:aaaa:bbbb:cccc::1 port 53; > notify-source 12.34.56.78 port 53; > notify-source-v6 1999:aaaa:bbbb:cccc::1 port 53; > > Cheers, > > Matthew >
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?4873AFAB.9050804>