diff options
author | Stuart Henderson <sthen@cvs.openbsd.org> | 2012-06-02 11:44:47 +0000 |
---|---|---|
committer | Stuart Henderson <sthen@cvs.openbsd.org> | 2012-06-02 11:44:47 +0000 |
commit | 938717f7d7c31fc3d29c88cc583d7a0d6e0267a2 (patch) | |
tree | 0c3f0448362dd17d05d8957d36edb0708ded25f8 /etc | |
parent | 1e2018359cc105bc903d017b1eea4a55603eec86 (diff) |
Add AMT ports to /etc/services so they're entered in net.inet.tcp.baddynamic
preventing them being locally allocated as dynamic ports.
If AMT is configured with the same IP address as the host (and, in
the case of redirection/https ports, if the relevant feature is
enabled), it will steal packets sent to its ports.
ok mikeb@. kettenis@ thinks it's probably a good idea.
Diffstat (limited to 'etc')
-rw-r--r-- | etc/services | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/etc/services b/etc/services index 89285cc506d..28651194e5e 100644 --- a/etc/services +++ b/etc/services @@ -1,4 +1,4 @@ -# $OpenBSD: services,v 1.78 2012/03/23 15:32:31 gsoares Exp $ +# $OpenBSD: services,v 1.79 2012/06/02 11:44:46 sthen Exp $ # # Network services, Internet style # @@ -288,6 +288,10 @@ spamd 8025/tcp # spamd(8) spamd-sync 8025/udp # spamd(8) synchronisation spamd-cfg 8026/tcp # spamd(8) configuration dhcpd-sync 8067/udp # dhcpd(8) synchronisation +amt-soap-http 16992/tcp # Intel AMT SOAP/HTTP +amt-soap-https 16993/tcp # Intel AMT SOAP/HTTPS +amt-redir-tcp 16994/tcp # Intel AMT Redirection/TCP +amt-redir-tls 16995/tcp # Intel AMT Redirection/TLS hunt 26740/udp # hunt(6) # # Appletalk |