Date: Tue, 08 Jul 2008 18:07:02 +0100 From: Matthew Seaman <m.seaman@infracaninophile.co.uk> To: Lowell Gilbert <freebsd-questions-local@be-well.ilk.org> Cc: kalin m <mail@godfur.com>, freebsd-questions@freebsd.org Subject: Re: ports Message-ID: <48739EB6.4040909@infracaninophile.co.uk> In-Reply-To: <44ej64s4e7.fsf@be-well.ilk.org> References: <4873927E.3050307@godfur.com> <44ej64s4e7.fsf@be-well.ilk.org>
next in thread | previous in thread | raw e-mail | index | archive | help
This is an OpenPGP/MIME signed message (RFC 2440 and 3156)
--------------enigEC0F1C5272DE6287EC0D684C
Content-Type: text/plain; charset=ISO-8859-1; format=flowed
Content-Transfer-Encoding: quoted-printable
Lowell Gilbert wrote:
> kalin m <mail@godfur.com> writes:
>=20
>> brand new install of freebsd 7. some httpd and named.
>> what are these?
>=20
> Use sockstat(1) to find out?
>=20
>> udp6 0 0 *.54168 *.*
>> udp4 0 0 *.54167 *.* =20
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
--=20
Dr Matthew J Seaman MA, D.Phil. 7 Priory Courtyard
Flat 3
PGP: http://www.infracaninophile.co.uk/pgpkey Ramsgate
Kent, CT11 9PW
--------------enigEC0F1C5272DE6287EC0D684C
Content-Type: application/pgp-signature; name="signature.asc"
Content-Description: OpenPGP digital signature
Content-Disposition: attachment; filename="signature.asc"
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v2.0.9 (FreeBSD)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org
iEYEAREIAAYFAkhznrwACgkQ8Mjk52CukIwCjgCcCFBUbV4DiCT8R1iIa9M0BQ1a
tPkAnRNp0SFq+WCX46LUS+2DVZghf7Wb
=2zMF
-----END PGP SIGNATURE-----
--------------enigEC0F1C5272DE6287EC0D684C--
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?48739EB6.4040909>
