From a86a0ec5bbd9e915841d75aac741d13c5d913faa Mon Sep 17 00:00:00 2001 From: BornToBeRoot <16019165+BornToBeRoot@users.noreply.github.com> Date: Wed, 31 Jul 2024 02:11:21 +0200 Subject: [PATCH] Feature: Sort application list (#2781) * Feature: Sort application list * Feature: Sort application list * Feature: Add indicator if app is visible/default * Feature: Add drag & drop to main app view * Docs: GongSolutions.Wpf.DragDrop added * Feature: hide/show/set default application * Docs: Add #2781 * Docs: #2781 * Chore: Reformat code --- README.md | 5 +- Source/GlobalAssemblyInfo.cs | 2 +- .../IPAddressArrayToStringConverter.cs | 4 +- .../LibraryManager.cs | 83 +- .../Licenses/GongSolutions.Wpf.DragDrop.txt | 28 + .../NETworkManager.Documentation.csproj | 4 + .../Resources/StaticStrings.resx | 391 +- .../Resources/Strings.Designer.cs | 46 + .../Resources/Strings.cs-CZ.resx | 2671 +- .../Resources/Strings.de-DE.resx | 2671 +- .../Resources/Strings.es-ES.resx | 2671 +- .../Resources/Strings.fa_IR.resx | 2663 +- .../Resources/Strings.fr-FR.resx | 2671 +- .../Resources/Strings.hu-HU.resx | 2671 +- .../Resources/Strings.it-IT.resx | 2671 +- .../Resources/Strings.ko-KR.resx | 2671 +- .../Resources/Strings.nl-NL.resx | 2671 +- .../Resources/Strings.pl-PL.resx | 2671 +- .../Resources/Strings.pt-BR.resx | 2671 +- .../Resources/Strings.resx | 2687 +- .../Resources/Strings.ru-RU.resx | 2671 +- .../Resources/Strings.sl-SI.resx | 2671 +- .../Resources/Strings.sv-SE.resx | 2671 +- .../Resources/Strings.zh-CN.resx | 2671 +- .../Resources/Strings.zh-TW.resx | 2671 +- .../NETworkManager.Models/ApplicationInfo.cs | 58 +- .../ApplicationManager.cs | 10 +- .../Export/ExportManager.IPGeolocationInfo.cs | 6 +- .../Export/ExportManager.NetworkInterface.cs | 6 +- .../CsWinRT/WinRTEventHelpers.cs | 2 +- .../NETworkManager.Models.csproj | 44 +- .../Network/IPv4Address.cs | 12 +- .../Network/NetworkInterface.cs | 15 +- .../Network/NetworkInterfaceConfig.cs | 34 +- .../Network/NetworkInterfaceInfo.cs | 88 +- .../NETworkManager.Models/Resources/Ports.xml | 152393 ++++++++------- .../Resources/WhoisServers.xml | 11968 +- .../ConfigurationInfo.cs | 25 +- .../GlobalStaticConfiguration.cs | 2 +- .../NETworkManager.Settings/SettingsInfo.cs | 37 +- .../SettingsManager.cs | 8 +- .../SettingsViewManager.cs | 3 +- Source/NETworkManager.Setup/Components.wxs | 62 +- Source/NETworkManager.Setup/Folders.wxs | 10 +- .../NETworkManager.Setup.wixproj | 22 +- Source/NETworkManager.Setup/Package.wxs | 48 +- .../ClipboardHelper.cs | 10 +- .../IPAddressHelper.cs | 4 +- .../NETworkManager.Utilities.csproj | 2 +- .../SubnetmaskHelper.cs | 7 +- .../Controls/AWSSessionManagerControl.xaml | 4 +- .../Controls/DragablzInterTabClient.cs | 4 +- .../Controls/DragablzTabHostWindow.xaml | 1388 +- .../Controls/DragablzTabHostWindow.xaml.cs | 128 +- .../Controls/DragablzTabItem.cs | 28 +- .../Controls/IDragablzTabItem.cs | 8 +- .../Controls/IEmbeddedWindow.cs | 12 +- .../Controls/PowerShellControl.xaml | 4 +- .../NETworkManager/Controls/PuTTYControl.xaml | 6 +- .../Controls/RemoteDesktopControl.xaml | 4 +- .../Controls/RemoteDesktopControl.xaml.cs | 8 +- .../Controls/TigerVNCControl.xaml | 4 +- .../Controls/WebConsoleControl.xaml | 6 +- .../Controls/WebConsoleControl.xaml.cs | 10 +- .../CsWinRT/WinRTEventHelpers.cs | 2 +- Source/NETworkManager/MainWindow.xaml | 8 +- Source/NETworkManager/MainWindow.xaml.cs | 31 +- Source/NETworkManager/NETworkManager.csproj | 81 +- Source/NETworkManager/ProfileDialogManager.cs | 8 +- .../Resources/Styles/ScrollBarStyles.xaml | 2 +- .../Resources/Styles/TextBoxStyles.xaml | 2 +- .../Resources/Styles/ToolTipStyles.xaml | 3 +- .../AWSSessionManagerHostViewModel.cs | 18 +- .../ViewModels/BitCalculatorViewModel.cs | 48 +- .../ViewModels/DNSLookupHostViewModel.cs | 12 +- .../ViewModels/DNSLookupViewModel.cs | 4 +- .../ViewModels/DiscoveryProtocolViewModel.cs | 52 +- .../ViewModels/IPGeolocationHostViewModel.cs | 11 +- .../ViewModels/IPGeolocationViewModel.cs | 7 +- .../ViewModels/IPScannerHostViewModel.cs | 15 +- .../ViewModels/IPScannerViewModel.cs | 9 +- .../ViewModels/NetworkInterfaceViewModel.cs | 1 - .../ViewModels/PingMonitorHostViewModel.cs | 15 +- .../ViewModels/PingMonitorViewModel.cs | 4 +- .../ViewModels/PortScannerHostViewModel.cs | 9 +- .../ViewModels/PortScannerViewModel.cs | 13 +- .../ViewModels/PowerShellHostViewModel.cs | 17 +- .../ViewModels/PuTTYHostViewModel.cs | 8 +- .../ViewModels/RemoteDesktopHostViewModel.cs | 19 +- .../ViewModels/SNMPHostViewModel.cs | 5 +- .../ViewModels/SNMPViewModel.cs | 9 +- .../ViewModels/SNTPLookupHostViewModel.cs | 8 +- .../ViewModels/SNTPLookupViewModel.cs | 5 +- .../ViewModels/SettingsGeneralViewModel.cs | 235 +- .../ViewModels/TigerVNCHostViewModel.cs | 14 +- .../ViewModels/TracerouteHostViewModel.cs | 13 +- .../ViewModels/TracerouteViewModel.cs | 9 +- .../ViewModels/WebConsoleHostViewModel.cs | 13 +- .../ViewModels/WhoisHostViewModel.cs | 8 +- .../ViewModels/WhoisViewModel.cs | 9 +- .../ViewModels/WiFiViewModel.cs | 10 +- .../Views/AWSSessionManagerHostView.xaml | 188 +- .../Views/AWSSessionManagerHostView.xaml.cs | 1 - .../Views/BitCalculatorView.xaml | 3 +- .../Views/DNSLookupHostView.xaml.cs | 1 - .../Views/DNSLookupView.xaml.cs | 14 +- .../Views/DiscoveryProtocolView.xaml | 3 +- Source/NETworkManager/Views/GroupDialog.xaml | 3 +- .../Views/IPGeolocationHostView.xaml | 56 +- .../Views/IPGeolocationHostView.xaml.cs | 1 - .../Views/IPGeolocationView.xaml | 313 +- .../Views/IPGeolocationView.xaml.cs | 12 +- .../NETworkManager/Views/IPScannerView.xaml | 1 - .../Views/IPScannerView.xaml.cs | 10 +- .../Views/NetworkInterfaceView.xaml | 9 +- .../Views/PingMonitorHostView.xaml | 145 +- .../Views/PingMonitorView.xaml.cs | 3 +- .../Views/PortScannerHostView.xaml.cs | 1 - .../Views/PortScannerView.xaml.cs | 10 +- .../Views/PowerShellHostView.xaml.cs | 2 - .../NETworkManager/Views/ProfileDialog.xaml | 3 +- .../NETworkManager/Views/PuTTYHostView.xaml | 214 +- .../Views/PuTTYHostView.xaml.cs | 1 - .../Views/RemoteDesktopHostView.xaml | 274 +- .../Views/RemoteDesktopHostView.xaml.cs | 2 - .../NETworkManager/Views/SNMPHostView.xaml.cs | 1 - Source/NETworkManager/Views/SNMPView.xaml.cs | 4 +- .../Views/SNTPLookupHostView.xaml.cs | 3 +- .../Views/SNTPLookupView.xaml.cs | 8 +- .../Views/SettingsGeneralView.xaml | 259 +- .../Views/SettingsGeneralView.xaml.cs | 21 +- .../Views/TigerVNCHostView.xaml.cs | 1 - .../Views/TracerouteHostView.xaml.cs | 1 - .../Views/TracerouteView.xaml.cs | 10 +- .../Views/WebConsoleHostView.xaml.cs | 1 - .../NETworkManager/Views/WhoisHostView.xaml | 56 +- .../Views/WhoisHostView.xaml.cs | 1 - Source/NETworkManager/Views/WhoisView.xaml.cs | 12 +- Website/docs/application/wifi.md | 2 +- Website/docs/changelog/next-release.md | 7 + Website/docs/settings/general.md | 26 +- 141 files changed, 107587 insertions(+), 107301 deletions(-) create mode 100644 Source/NETworkManager.Documentation/Licenses/GongSolutions.Wpf.DragDrop.txt diff --git a/README.md b/README.md index a44ecec04b..2f2ca7ac1d 100644 --- a/README.md +++ b/README.md @@ -81,7 +81,7 @@ In addition, NETworkManager is also available through the following [package man ```PowerShell # Get release via Evergreen Get-EvergreenApp -Name NETworkManager - + # Get release via Evergreen and save the setup file to disk Get-EvergreenApp -Name NETworkManager | Save-EvergreenApp -Path C:\Users\$env:Username\Downloads\ ``` @@ -171,6 +171,7 @@ NETworkManager uses the following projects and libraries. Please consider suppor | [DnsClient.NET](https://github.com/MichaCo/DnsClient.NET) | Powerful, high-performance open-source library for DNS lookups | | [Docusaurus](https://docusaurus.io/) | Easy to maintain open source documentation websites. | | [Dragablz](https://dragablz.net/) | Tearable TabControl for WPF | +| [GongSolutions.Wpf.DragDrop](https://github.com/punker76/gong-wpf-dragdrop) | An easy to use drag'n'drop framework for WPF | | [IPNetwork](https://github.com/lduchosal/ipnetwork) | .NET library for complex network, IP, and subnet calculations | | [LoadingIndicators.WPF](https://github.com/zeluisping/LoadingIndicators.WPF) | A collection of loading indicators for WPF | | [MahApps.Metro.IconPacks](https://github.com/MahApps/MahApps.Metro.IconPacks) | Awesome icon packs for WPF and UWP in one library | @@ -180,7 +181,7 @@ NETworkManager uses the following projects and libraries. Please consider suppor ## Code Signing Policy -NETworkManager uses free code signing provided by [SignPath.io](https://signpath.io/) and a free code signing certificate +NETworkManager uses free code signing provided by [SignPath.io](https://signpath.io/) and a free code signing certificate from [SignPath Foundation](https://signpath.org/). The binaries and installer are built on [AppVeyor](https://ci.appveyor.com/project/BornToBeRoot/networkmanager) directly from the [GitHub repository](https://github.com/BornToBeRoot/NETworkManager/blob/main/appveyor.yml). diff --git a/Source/GlobalAssemblyInfo.cs b/Source/GlobalAssemblyInfo.cs index 2ccd4d2c85..ccc08c98e2 100644 --- a/Source/GlobalAssemblyInfo.cs +++ b/Source/GlobalAssemblyInfo.cs @@ -7,4 +7,4 @@ [assembly: AssemblyCulture("")] [assembly: AssemblyVersion("2024.5.12.0")] -[assembly: AssemblyFileVersion("2024.5.12.0")] +[assembly: AssemblyFileVersion("2024.5.12.0")] \ No newline at end of file diff --git a/Source/NETworkManager.Converters/IPAddressArrayToStringConverter.cs b/Source/NETworkManager.Converters/IPAddressArrayToStringConverter.cs index d73b2d631a..b8c360a5c3 100644 --- a/Source/NETworkManager.Converters/IPAddressArrayToStringConverter.cs +++ b/Source/NETworkManager.Converters/IPAddressArrayToStringConverter.cs @@ -15,9 +15,9 @@ public object Convert(object value, Type targetType, object parameter, CultureIn if (DesignerProperties.GetIsInDesignMode(new DependencyObject())) return "-/-"; - if (value is not IPAddress[] ipAddresses) + if (value is not IPAddress[] ipAddresses) return "-/-"; - + return IPv4Address.ConvertIPAddressListToString(ipAddresses); } diff --git a/Source/NETworkManager.Documentation/LibraryManager.cs b/Source/NETworkManager.Documentation/LibraryManager.cs index e0b14ac7f6..5abf24010f 100644 --- a/Source/NETworkManager.Documentation/LibraryManager.cs +++ b/Source/NETworkManager.Documentation/LibraryManager.cs @@ -18,44 +18,39 @@ public static class LibraryManager /// /// Static list with all libraries that are used. /// - public static List List => new() - { - new LibraryInfo("MahApps.Metro", "https://github.com/mahapps/mahapps.metro", - Strings.Library_MahAppsMetro_Description, + public static List List => + [ + new LibraryInfo("#SNMP Library", "https://github.com/lextudio/sharpsnmplib", + Strings.Library_SharpSNMP_Description, Strings.License_MITLicense, - "https://github.com/MahApps/MahApps.Metro/blob/master/LICENSE"), - new LibraryInfo("MahApps.Metro.IconPacks", "https://github.com/MahApps/MahApps.Metro.IconPacks", - Strings.Library_MahAppsMetroIconPacks_Description, + "https://github.com/lextudio/sharpsnmplib/blob/master/LICENSE"), + new LibraryInfo("AirspaceFixer", "https://github.com/chris84948/AirspaceFixer", + Strings.Library_AirspaceFixer_Description, Strings.License_MITLicense, - "https://github.com/MahApps/MahApps.Metro.IconPacks/blob/master/LICENSE"), + "https://github.com/chris84948/AirspaceFixer/blob/master/LICENSE"), + new LibraryInfo("AWSSDK.EC2", "https://github.com/aws/aws-sdk-net/", + Strings.Library_AWSSDKdotEC2_Description, + Strings.License_ApacheLicense2dot0, "https://aws.amazon.com/apache-2-0/"), new LibraryInfo("ControlzEx", "https://github.com/ControlzEx/ControlzEx", Strings.Library_ControlzEx_Description, Strings.License_MITLicense, "https://github.com/ButchersBoy/Dragablz/blob/master/LICENSE"), - new LibraryInfo("Octokit", "https://github.com/octokit/octokit.net", - Strings.Library_Octokit_Description, - Strings.License_MITLicense, - "https://github.com/octokit/octokit.net/blob/master/LICENSE.txt"), - new LibraryInfo("#SNMP Library", "https://github.com/lextudio/sharpsnmplib", - Strings.Library_SharpSNMP_Description, - Strings.License_MITLicense, - "https://github.com/lextudio/sharpsnmplib/blob/master/LICENSE"), + new LibraryInfo("DnsClient.NET", "https://github.com/MichaCo/DnsClient.NET", + Strings.Library_DnsClientNET_Description, + Strings.License_ApacheLicense2dot0, + "https://github.com/MichaCo/DnsClient.NET/blob/dev/LICENSE"), new LibraryInfo("Dragablz", "https://github.com/ButchersBoy/Dragablz", Strings.Library_Dragablz_Description, Strings.License_MITLicense, "https://github.com/ButchersBoy/Dragablz/blob/master/LICENSE"), + new LibraryInfo("GongSolutions.Wpf.DragDrop", "https://github.com/punker76/gong-wpf-dragdrop", + Strings.Library_GongSolutionsWpfDragDrop_Description, + Strings.License_BDS3Clause, + "https://github.com/punker76/gong-wpf-dragdrop/blob/develop/LICENSE"), new LibraryInfo("IPNetwork", "https://github.com/lduchosal/ipnetwork", Strings.Library_IPNetwork_Description, Strings.License_BDS2Clause, "https://github.com/lduchosal/ipnetwork/blob/master/LICENSE"), - new LibraryInfo("AirspaceFixer", "https://github.com/chris84948/AirspaceFixer", - Strings.Library_AirspaceFixer_Description, - Strings.License_MITLicense, - "https://github.com/chris84948/AirspaceFixer/blob/master/LICENSE"), - new LibraryInfo("Newtonsoft.Json", "https://github.com/JamesNK/Newtonsoft.Json", - Strings.Library_NewtonsoftJson_Description, - Strings.License_MITLicense, - "https://github.com/JamesNK/Newtonsoft.Json/blob/master/LICENSE.md"), new LibraryInfo("LiveCharts", "https://github.com/Live-Charts/Live-Charts", Strings.Library_LiveCharts_Description, Strings.License_MITLicense, @@ -64,14 +59,18 @@ public static class LibraryManager Strings.Library_LoadingIndicatorsWPF_Description, Strings.License_Unlicense, "https://github.com/zeluisping/LoadingIndicators.WPF/blob/master/LICENSE"), - new LibraryInfo("DnsClient.NET", "https://github.com/MichaCo/DnsClient.NET", - Strings.Library_DnsClientNET_Description, + new LibraryInfo("log4net", "https://logging.apache.org/log4net/", + Strings.Library_log4net_Description, Strings.License_ApacheLicense2dot0, - "https://github.com/MichaCo/DnsClient.NET/blob/dev/LICENSE"), - new LibraryInfo("PSDiscoveryProtocol", "https://github.com/lahell/PSDiscoveryProtocol", - Strings.Library_PSDicoveryProtocol_Description, + "https://github.com/apache/logging-log4net/blob/master/LICENSE"), + new LibraryInfo("MahApps.Metro", "https://github.com/mahapps/mahapps.metro", + Strings.Library_MahAppsMetro_Description, Strings.License_MITLicense, - "https://github.com/lahell/PSDiscoveryProtocol/blob/master/LICENSE"), + "https://github.com/MahApps/MahApps.Metro/blob/master/LICENSE"), + new LibraryInfo("MahApps.Metro.IconPacks", "https://github.com/MahApps/MahApps.Metro.IconPacks", + Strings.Library_MahAppsMetroIconPacks_Description, + Strings.License_MITLicense, + "https://github.com/MahApps/MahApps.Metro.IconPacks/blob/master/LICENSE"), new LibraryInfo("Microsoft.PowerShell.SDK", "https://github.com/PowerShell/PowerShell", Strings.Library_PowerShellSDK_Description, Strings.License_MITLicense, @@ -88,18 +87,24 @@ public static class LibraryManager Strings.Library_XamlBehaviorsWpf_Description, Strings.License_MITLicense, "https://github.com/microsoft/XamlBehaviorsWpf/blob/master/LICENSE"), - new LibraryInfo("log4net", "https://logging.apache.org/log4net/", - Strings.Library_log4net_Description, - Strings.License_ApacheLicense2dot0, - "https://github.com/apache/logging-log4net/blob/master/LICENSE"), - new LibraryInfo("AWSSDK.EC2", "https://github.com/aws/aws-sdk-net/", - Strings.Library_AWSSDKdotEC2_Description, - Strings.License_ApacheLicense2dot0, "https://aws.amazon.com/apache-2-0/"), + new LibraryInfo("Newtonsoft.Json", "https://github.com/JamesNK/Newtonsoft.Json", + Strings.Library_NewtonsoftJson_Description, + Strings.License_MITLicense, + "https://github.com/JamesNK/Newtonsoft.Json/blob/master/LICENSE.md"), new LibraryInfo("nulastudio.NetBeauty", "https://github.com/nulastudio/NetBeauty2", Strings.Library_nulastudioNetBeauty_Description, Strings.License_MITLicense, - "https://github.com/nulastudio/NetBeauty2/blob/master/LICENSE") - }; + "https://github.com/nulastudio/NetBeauty2/blob/master/LICENSE"), + new LibraryInfo("Octokit", "https://github.com/octokit/octokit.net", + Strings.Library_Octokit_Description, + Strings.License_MITLicense, + "https://github.com/octokit/octokit.net/blob/master/LICENSE.txt"), + new LibraryInfo("PSDiscoveryProtocol", "https://github.com/lahell/PSDiscoveryProtocol", + Strings.Library_PSDicoveryProtocol_Description, + Strings.License_MITLicense, + "https://github.com/lahell/PSDiscoveryProtocol/blob/master/LICENSE") + ]; + /// /// Method to get the license folder location. diff --git a/Source/NETworkManager.Documentation/Licenses/GongSolutions.Wpf.DragDrop.txt b/Source/NETworkManager.Documentation/Licenses/GongSolutions.Wpf.DragDrop.txt new file mode 100644 index 0000000000..761d7d528e --- /dev/null +++ b/Source/NETworkManager.Documentation/Licenses/GongSolutions.Wpf.DragDrop.txt @@ -0,0 +1,28 @@ +BSD 3-Clause License + +Copyright (c) Jan Karger, Steven Kirk and Contributors. All rights reserved. + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions are met: + +* Redistributions of source code must retain the above copyright notice, this + list of conditions and the following disclaimer. + +* Redistributions in binary form must reproduce the above copyright notice, + this list of conditions and the following disclaimer in the documentation + and/or other materials provided with the distribution. + +* Neither the name of gong-wpf-dragdrop nor the names of its + contributors may be used to endorse or promote products derived from + this software without specific prior written permission. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" +AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE +IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE +DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE +FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL +DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR +SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER +CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, +OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE +OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. \ No newline at end of file diff --git a/Source/NETworkManager.Documentation/NETworkManager.Documentation.csproj b/Source/NETworkManager.Documentation/NETworkManager.Documentation.csproj index e0fc4f65b7..5001ab13ba 100644 --- a/Source/NETworkManager.Documentation/NETworkManager.Documentation.csproj +++ b/Source/NETworkManager.Documentation/NETworkManager.Documentation.csproj @@ -19,6 +19,7 @@ + @@ -40,6 +41,9 @@ + + PreserveNewest + PreserveNewest diff --git a/Source/NETworkManager.Localization/Resources/StaticStrings.resx b/Source/NETworkManager.Localization/Resources/StaticStrings.resx index c8dc4731f0..d68e3c6c73 100644 --- a/Source/NETworkManager.Localization/Resources/StaticStrings.resx +++ b/Source/NETworkManager.Localization/Resources/StaticStrings.resx @@ -1,354 +1,359 @@  - - - - - - - + + + + - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - text/microsoft-resx - - - 2.0 - - - System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - + + + + text/microsoft-resx + + + 2.0 + + + System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + + + + System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + + + CSV - + 9600 - + Windows-Testuser - + borntoberoot.net - + Servers - + Switche - + SERVER-01 - + SERVER-01; 10.0.0.10 - + SERVER-01 or 10.0.0.10 - + 192.168.178.0/24; 10.0.0.0 - 10.0.0.9; 10.0.[0-9,20].[1-2]; server-01.borntoberoot.net/24 - + 10.0.0.10 - + 10.0.0.255 - + 1.1.1.1 - + 10.0.0.1; 1.1.1.1; 8.8.8.8 - + 10.0.0.1 - + 10.0.0.13/255.255.255.0 or 2001:0db8::/64 - + 10.0.0.14/255.255.255.0 or 2001:0db9::/64 - + 192.168.178.0/24 or 192.168.178.0/255.255.255.0 - + 192.168.179.0/24 or 192.168.179.0/255.255.255.0 - + 255.255.255.0 - + /24 or 255.255.255.0 - + 255.255.255.0 or /64 - + 10.0.0.0/24 - + 00:F1:21:AB:0B:35 - + 01:23:45:67:89:AB; 01-23-45; AA11BB; 00F1A2C3D4E5; Intel Corp; Asus - + 161 - + 22 - + 23 - + 3389 - + 513 - + 53 - + 5900 - + 7 - + 22/tcp; 80; 161-162/udp; 1-1024; https; ldaps; Domain Name Server - + 22; 80; 443; 500 - 999; 8080 - + Webserver - + COM5 - + public - + 1.3.6.1.2.1.1 - + snmp-user - + example.com - + server; dmz - + Admin - + 80; 443; 8080; 8443 - + http(s)://borntoberoot.net/index.html - + GitHub - + •••••••••••• - + JSON - + NETworkManager - + TXT - + XML - + https://api.ipify.org - + iexplore.exe - + https://$$HOSTNAME$$/ - + Internet Explorer - + C:\Data\Keys\private_ssh.ppk - + 22; 80; 443 - + 2606:4700:4700::1111 - + https://api6.ipify.org - + i-0b22a22eec53b9321 - + default - + eu-central-1 - + 1024 - + C:\Program Files\PowerShell\7\pwsh.exe - + C:\Program Files\PuTTY\putty.exe - + C:\Tools\TigerVNC\vncviewer64-1.12.0.exe - + 71:b8:f2:6e..., 13:59:a7... - + NETworkManager - + server-01.borntoberoot.net - + gw.borntoberoot.net - + server-01.borntoberoot.net:3389 - + IoT-Devices - + system - + 1.3.6.1.2.1.1; 1.3.6.1.2.1.2 - + S3cr3t_P4ssw0rd% - + 4uth_S3cr3t! - + Pr1v_S3cr3t% - + borntoberoot.net or 1.1.1.1 \ No newline at end of file diff --git a/Source/NETworkManager.Localization/Resources/Strings.Designer.cs b/Source/NETworkManager.Localization/Resources/Strings.Designer.cs index f744ae6d4f..fb8e687fb6 100644 --- a/Source/NETworkManager.Localization/Resources/Strings.Designer.cs +++ b/Source/NETworkManager.Localization/Resources/Strings.Designer.cs @@ -3031,6 +3031,16 @@ public static string DownloadMicrosoftEdgeWebView2Runtime { } } + /// + /// Looks up a localized string similar to Drag and drop the applications to reorder them. + ///Right-click for more options.. + /// + public static string DragDropApplicationsToReorderRightClickForMoreOptions { + get { + return ResourceManager.GetString("DragDropApplicationsToReorderRightClickForMoreOptions", resourceCulture); + } + } + /// /// Looks up a localized string similar to Duration. /// @@ -5017,6 +5027,15 @@ public static string Library_Dragablz_Description { } } + /// + /// Looks up a localized string similar to An easy to use drag'n'drop framework for WPF.. + /// + public static string Library_GongSolutionsWpfDragDrop_Description { + get { + return ResourceManager.GetString("Library_GongSolutionsWpfDragDrop_Description", resourceCulture); + } + } + /// /// Looks up a localized string similar to C# library take care of complex network, IP, IPv4, IPv6, netmask, CIDR, subnet, subnetting, supernet, and supernetting calculation for .NET developers.. /// @@ -5170,6 +5189,15 @@ public static string License_BDS2Clause { } } + /// + /// Looks up a localized string similar to BSD-3-Clause. + /// + public static string License_BDS3Clause { + get { + return ResourceManager.GetString("License_BDS3Clause", resourceCulture); + } + } + /// /// Looks up a localized string similar to Microsoft WebView2 License. /// @@ -8483,6 +8511,15 @@ public static string RestartTheApplicationToChangeTheLanguage { } } + /// + /// Looks up a localized string similar to Restore defaults. + /// + public static string RestoreDefaults { + get { + return ResourceManager.GetString("RestoreDefaults", resourceCulture); + } + } + /// /// Looks up a localized string similar to Result. /// @@ -8807,6 +8844,15 @@ public static string Service { } } + /// + /// Looks up a localized string similar to Set default. + /// + public static string SetDefault { + get { + return ResourceManager.GetString("SetDefault", resourceCulture); + } + } + /// /// Looks up a localized string similar to Set Master Password. /// diff --git a/Source/NETworkManager.Localization/Resources/Strings.cs-CZ.resx b/Source/NETworkManager.Localization/Resources/Strings.cs-CZ.resx index b0ea3b7706..e68e944c00 100644 --- a/Source/NETworkManager.Localization/Resources/Strings.cs-CZ.resx +++ b/Source/NETworkManager.Localization/Resources/Strings.cs-CZ.resx @@ -1,2747 +1,2752 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - - - - - - - text/microsoft-resx - - - 2.0 - - - System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - + + + + text/microsoft-resx + + + 2.0 + + + System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + + + + System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + + + O aplikaci - + Akcent - + Přidat pověření - + Přidat záznam - + Přidat prifil - + Opravdu provést? - + ARP - + ARP tabulka - + Ověření - + Autostart - + Kalkulačka - + Paramtery příkazového řádku - + Konfigurace - + Potvrdit - + Připojit - + Připojit jako - + Zkopírovat profil - + Pověření - + Data - + Výchozí aplikace - + Odstranit pověření - + Odstranit profil - + Cílové umístění - + Detail - + Odpojit - + Obrazovka - + DNS - + Vyhledat DNS - + Nefragmentovat - + Upravit pověření - + Upravit skupinu - + Upravit profil - + Chyba - + Export - + Filtr - + Obecné - + Hlavičky - + Historie - + Klávesové zkratky - + Hlavička HTTP - + Import - + Informace - + Interfejs - + IP skener - + Klávesnice - + Jazyk - + Knihovny - + Licence - + Lokální zařízení a zdroje - + Umístění - + Vyhledávání - + MAC adresa - + Hlavní heslo - + Multithreading - + Síť - + Síťový adapter - + Nová karta - + OUI - + Přepsat? - + Ping - + Port - + Přenosný - + Port skener - + Profily - + PuTTY - + Dotaz - + Vzdálená plocha - + Vynulovat - + Překlad PTR - + Zdroje - + Výsledek - + Route - + Sken - + Hledat - + Výběr profilu - + Nastavit hlavní heslo - + Nastavení - + SNMP - + Soket - + Statistiky - + Stav - + Podsíť - + Podsítě - + Úspěch - + Téma - + Traceroute - + Tray - + Aktualizovat - + v1v2c - + v3 - + Nezkontrolováno! - + Probudit po síti - + Website - + Okno - + Špatné heslo! - + Klient - + Administrátor - + Vždy zobrazit ikonu v Tray - + Pokusy - + Průměrný čas - + Broadcast - + Buffer - + Bajty - + CIDR - + Zavřít - + Výchozí brána - + Odstranit... - + Popis - + DHCP zapnuto - + Vypršení DHCP zápůjčky - + Obdrženo DHCP zápůjčky - + DHCP server - + DNS server(y) - + DNS přípona - + Dynamicka adresa IPv4 - + Dynamický server DNS IPv4 - + Skok - + Skoky - + Název hosta - + IP adresa - + IP adresy - + IPv4 - + IPv4 adresy - + IPv4 výchozí brána - + IPv6 - + IPv6 adresy - + IPv6 adresy Link-local - + IPv6 výchozí brána - + Maximum - + Maximum hops - + Neukončovat, ale minimalizovat do Tray - + Minimalizovat do Tray místo lišty - + Minimum - + Název - + Adresý sítě - + Nová maska podsítě - + Ne - + Získat IP adresu automaticky - + Získat adresu DNS serveru automaticky - + Ztráta paketů - + Odeslané pakety - + Fyzická adresa - + Upřednostovaný protokol při překladu názvu hosta: - + Primární DNS server - + Obdržené / ztracené - + Překlad názvu hosta - + Vyžadován restart aplikace - + Uložit nastavení do složky aplikace - + Sekundární DNS server - + Zobrazit - + Zobrazit následující aplikace během startu: - + Výkonný nástroj pro správu sítí a řešení problémů se sítí! - + Rychlost - + Spustit minimalizovaně v Tray - + Spustit po přihlášení (aktuální uživatel) - + Statická IPv4 adresa - + Statická IPv4 adresa DNS serverů - + Subnet mask - + Vlákna - + Čas - + Čas 1 - + Čas 2 - + Čas 3 - + Časový limit - + Časový limit (ms) - + Time (ms) to wait between each ping - + TTL - + Typ - + Použít následující adresy DNS serverů: - + Použít následující IP adresy: - + Probudit - + Ano - + Přidat - + Přidat kartu pro provedení vyhledávaní v DNS... - + Přidat kartu pro provedení skenování sítě... - + Přidat kartu pro provedení SNMP... - + Přidat kartu pro provedení ping... - + Přidat kartu pro provedení skenu portů... - + Přidat kartu pro provedení trasování... - + Přidat DNS příponu (primární) k názvu hosta - + Další paramtery příkazové řádky - + Doplňky - + Přidat profil... - + Přizpůsobit obrazovku automaticky - + Odpovědi - + Po tomto bude aplikace restartována! - + Použít - + Použít kombinaci kláves Windows (např. Alt + Tab): - + Autorizace - + Úroveň autentizace - + Autority - + Aktualizovat automaticky co - + Zpět - + Vytvořit zálohu - + Baud - + Operace přerušená uživatelem! - + CapsLock je zapnut! - + Ověřit aktualizaci po spuštění - + Třída - + Zrušit filtr - + Barevná hloubka (bit) - + Komunita - + Nastavit cestu k PuTTY v nastavení... - + Potvrdit zavření - + Opravdu ukončit? - + Připojit jako... - + Připojit externě - + Připojit síťový adapter do sítě, aby se nastavil! - + Kopírovat - + Kopírovat jako... - + Kopírování... - + Nelze rozpoznat název hosta pro: "1{0}" - + Pověření - + Profile files are encrypted on disk using AES with a key size of 256 bits and a block size of 128 bits in CBC mode. The encryption key is derived from a master password using Rfc2898DeriveBytes (PBKDF2) with 1,000,000 iterations. At runtime, passwords are stored as SecureString once the profile file is loaded. For some functions, the password must be converted to a normal string and remains unencrypted in memory until the garbage collector cleans them up. First make a backup copy of your profile files before enabling encryption! - + Vlastní - + Vlastní velikost obrazovky: - + Data aktualizována - + Pověření musí být dešifrovaná a nahrána, aby šly použít. - + Výchozí - + Rychlost (Baud) - + Výchozí port: - + Rlogin port - + SSH port - + Telnet port - + Vybrané pověření bude trvale odstraněno. - + Ostranit záznam - + Selected profile will be deleted permanently. - + Automatická konfigurace DNS... - + Vyhledávaní DNS... - + DNS server - + Otevřít dokumentaci - + Doména - + Trvání - + Upravit... - + Povoleno - + Povolit poskytovatele podpory zabezpečení pověření - + Čas ukončení - + Enter a subnet to calculate it... - + Vložit podsíť a novou masku k vytvoření podsítě... - + Nelze se spojit s "api.github.com". Zkontrolujte připojení k síti! - + Chyba v odpovědi! - + Chyba v odpovědi! Zkontroluj práva k zápisu. - + Rozbalit - + První použitá IP adresa - + Trvalý rozměr obrazovky: - + Přidej hvězdičku pro tento projekt na GitHubu - + Nalezeno - + Skupina - + Výška - + Host - + Název hosta nebo IP adresa - + Hosts - + ID - + Inherit host from general - + Rozsah IP - + Poslední použitá IP adresa - + Místní IP adresa - + Lokální port - + MAC adresa nebo výrobce - + Odeslat Magic paket - + Dosažen maximánlí počet ({0}) skoků / routerů! - + Velikost zprávy - + Mód - + Multicast - + Více instancí - + Síť je nedosažitelná. Zkontrolovat připojení k síti. Pro více informací k problémům se sítí navštivit Nápovědu systému Windows. - + Nové připojení... - + Nelze nalézt DNS záznam pro "{0}"! Zkontrolovat vložaná data a nastavení. - + Nenalezen žádný povolený síťový adapter! - + Porty nenalezeny. Zkontrolujte data! - + Nenalezen žádný profil! Vytvoř alespoň jeden... - + Nic nenalezeno! - + Není co dělat. Ověřit údaje! - + Není dostupná žádná aktualizace. - + Nenalezen správný soubor importu. - + Nenalezen výrobce. Zkontroluj vstupní údaje! - + Počet chyb po kterých bude operace stornována: - + Počet uložených vstupu - + OID - + Pouze při zobrazení na celou obrazovku - + Na vzdáleném počítači - + Na tomto počítači - + Otevřít - + Otevřít licenci - + Otevřít projekt - + Otevřít webovou stránku - + Přepsat - + Heslo - + Hesla nesouhlasí! - + Cesta - + Port nebo služba - + Porty - + Priv - + Profil - + Profil znovu načten - + Protokol - + Proces PuTTY ukončen! - + Otázka - + RAW - + Rekurzivně - + Přesměrovat schránku - + Přesměrovat zařízení - + Přesměrovat jednotky - + Přesměrovat porty - + Přesměrovat tiskárny - + Přesměrovat Smart karty - + Zbývající čas - + Vzdálena IP adresa - + Vzdálený port - + Opakovat - + Překládat CNAME při požadavku 'vše' - + Odpovědi - + Rlogin - + Oskenováno - + Hledaná aplikace nenalezena! - + Hledaný jazyk nenalezen! - + Hledané nastavení nenalezeno! - + Bezpečnost - + Vyběr rozlišení obrazovky - + Toto vynuluje všechny nastavení! - + Serial - + Serial line - + Služba - + The found settings file was corrupted or is not compatible with this version! You may report this issue on GitHub. A backup of the settings file was created in the settings folder and the settings were reset. Profile files are not affected! - + Zobrazit uzamčené porty - + Zobraz název běžící aplikace - + Zobrazit pouze nejpoužívanější dotazy - + Show unreachable IP addresses and ports - + Zabrazit statistiky - + SSH - + Čas spuštění - + Stav - + Podsíť 1 - + Podsíť 2 - + Tagy / Štítky - + Telnet - + Aplikace může být spuštěna bez parametrů! - + Následující názvy hostů nemohly být přeloženy: - + Dostupné parametry: - + Následující parametry nemohly být zpracovány: - + Operace může trvat delší dobu a spotřebovat více prostředků (CPU / RAM). - + The settings location is not affected! - + Timeout on SNMP query. Maybe the host is not reachable or the community / password is wrong. - + Došlo k časovému limitu dotazu DNS serveru "{0}"! - + Časové razítko - + Trace - + Neznámá chyba! - + Untray / Bring window to foreground - + URL - + Použít pověření - + Použít současné zobrazení jako velikost obrazovky - + Použít vlastní DNS server - + Použít vlastní DNS příponu - + Použít mezipaměť překladu - + Uživatelský interfejs zamknut! - + Uživatel - + Výrobce - + Verze - + Je dostupná verze {0}! - + Walk mód - + Šířka - + Profile file could not be decrypted with the given password. - + Nesprávné heslo. - + Přidat... - + Přidat záznam... - + Vypočet - + Storno - + Změnit - + Změnit hlavní heslo... - + Kontrola - + Zkontrolovat dostupné aktualizace - + Zavřeno - + Pokračovat - + Vlastní: - + Vyjmout - + Dešifrovat a uložit... - + Odstranit - + Odstranit tabulku - + Vložit umístění... - + Všechno - + Filtr... - + Vyčistit mezipaměť DNS - + Dešivrovat a zavést pověření pro vyběr. - + Zobrazit toto oznámení. - + Vynuluje všechno nastavení aplikace. - + Heslo není během úprav viditelné, ale může být nadepsané. - + [0] Jestli se ověření serveru nepodaří, připojit bez varování. [1] Jestli se ověření serveru nepodaří, nepřipojit se. [2] Jestli se ověření serveru nepodaří, zobrazit varování a povolit rozhodnutí. [3] Vynucení ověření není nastaveno. - + Štítky pomáhají organizovat profily ve skupinách/projektech. Je možno použít více štítků oddělených znakem ";". Vyhledává se pomocí "tag=xxx". - + Hodin(y) - + Umístění souboru importu... - + Minut(y) - + Přesunout & Restatovat - + Síťová připojení... - + (beze změn) - + Vypnuto - + OK - + Zapnuto - + Otevřít umístění - + Otevřít nastavení - + Přepsat - + Vložit - + Obnovit připojení - + Obnovit - + Restartovat nyní - + Uložit - + Vyhledat... - + Sekund(y) - + Odeslat - + Nastavit hlavní heslo... - + Zobrazit lokální licence - + Kalkulátor podsítí - + Zkontrolovat - + Připojení - + Enter a valid IP range! - + Vložit správnou IPv4 adresu! - + Vložit správnou MAC adresu (např. 00:F1:23:AB:F2:35)! - + Vložit správný port (1 - 65535)! - + Vložit správnou masku sítě (např. 255.255.255.0)! - + Vložit správnou masku sítě nebo CIDR (např. 255.255.255.0 nebo /24)! - + Pole nemůže být prázdné! - + Soubor neexistuje! - + Složka neexistuje! - + Naslouchání - + Amber - + Vzhled - + Aplikace - + Temný - + Jasný - + Černý - + Modrý - + Hnědý - + Kobalt - + Crimson - + Tyrkysvý - + Smaragd - + Vložit jednu nebo více správných IP adres! - + Vložit správné baudy! - + Vložit správné hosty (více hostů nemůže končit znakem ";")! - + Vložit správnou IP adresu! - + Vložit správný počet! - + Vložit správné OID! - + Vložit správný port nebo rozsah (1-65535)! - + Vložit správnou podsíť (např. 192.168.178.133/26)! - + Vložit správnou adresu WWW (např. https://example.com/index.html)! - + Zelený - + Import / Export - + Indigo - + Cílový host je nedostupný. - + Cílová síť je nedostupná. - + Cílový port je nedostupný. - + Vpořádku - + Časový limit pro odpověď vypršel. - + TTL vypršelo. - + Klíč musí mít minimálně 8 zanků! - + Limetkový - + Purpurový - + Fialovo růžový - + Olivový - + Vložit pouze číslice! - + Oranžový - + Růžový - + Fialový - + Červený - + Winsock zavřeno - + Vzdálené připojení ukončeno serverem. - + Chyba dekomprese. - + Vypršel časový limit spojení. - + Chyba dešifrování. - + Nepodařilo se vyhledat název DNS. - + Nepodařilo se vyhledat DNS. - + Chyba dešifrování. - + Neuvedené vyvolání Windows Socket gethostbyname. - + Host nenalezen. - + Vnitřní chyba. - + Vnitřní chyba zabezpečení. - + Vnitřní chyba zabezpečení. - + Zadaná metoda šifrování je nesprávná. - + Vložena špatná IP adresa. - + Vložená adresa IP je nesprávná. - + Data zabezpečení nejsou správná. - + Data zabezpečení serveru nejsou správná. - + Neuvedena negociace licenci. - + Časový limit licencování vypršel. - + Odpojeno místně. - + Chybí dostupné informace. - + Nedostatek paměti. - + Nedostatek paměti. - + Nedostatek paměti. - + Odpojeno vzdáleným uživatelem. - + Chyba rozbalení certifikátu serveru. - + Chyba připojení Windows Socket. - + Chyba vyvolaná Windows Socket recv. - + Účet je zakázán. - + Účet vypršel. - + Účet je zamknut. - + Účet je omezen. - + Certifikát vypršel. - + Zásady nepodporují delegování pověření na cílový server. - + Zásady ověřování serveru neumožňují požadavky na připojení pomocí uložených pověření. Uživatel musí zadat nová pověření. - + Přuhlášení se nepovedlo. - + Pro ověření nebylo možné kontaktovat žádnou autoritu. Název domény ověřující strany může být nesprávný, doména může být nedosažitelná nebo může dojít k selhání vztahu důvěryhodnosti. - + Vložený účet neexistuje. - + Heslo vypršelo. - + Musí být provedena změna heslo uživatele před prvním přihlášením. - + Delegování pověření na cílový server není povoleno, pokud nebylo dosaženo vzájemného ověřování. - + Smart karta je zablokována. - + Vložen nesprávné PIN ke kartě. - + Časový limit vypršel. - + Chyba vnítřních hodin. - + Chyba volání Windows Socket send. - + Sienna - + Mezery nejsou povoleny! - + Ocelový - + Taupe - + Zamknut - + Ćekání na zamykání - + Zamykání - + DeleteTcb - + Připojeno - + FinWait1 - + FinWait2 - + LastAck - + Naslouchá - + SynReceived - + SynSent - + TimeWait - + Neznámý - + Šedozelený - + Fialový - + Bílý - + Žlutý - + Profil s tímto názvem již existuje! - + Zamčen - + Otevřen - + Minimálně jedna aplikace musí být viditelná! - + Skryté aplikace - + Viditelné aplikace - + Viditelné aplikace na liště: - + Whois - + Přidat kartu s dotazem Whois... - + Vložit správnou doménu (např.example.com)! - + Server Whois nenalezen pro domény: "{0}" - + Routing - + Uvolnit - + Uvolnit & Obnovit - + Obnovit - + Nastavení Windows DNS - + Odstranit DNS server - + Vybraný DNS server bude odstraněn. - + Vložit DNS server - + Upravit DNS server - + DNS server s tímto názvem již existuje! - + Restart relace - + TigerVNC - + Nastavení cesty k aplikaci TigerVNC... - + Proces TigerVNC byk ukončen! - + Připojuje se... - + Překlad MAC adresy a dodavatele - + Poznámka - + Exportovat vše - + Export... - + Exportovat vybrané - + Umístění... - + Soubor - + Vlož správnou cestu k souboru! - + Všechno - + Formát - + Vybráno - + Během exportu došlo kchybě. Detailní informace o chybě: - + Design - + Časový limit zvýraznění - + Vložit podsíť k vytvoření spojovací podsítě... - + Spojovací podsíť - + Přidat kartu... - + Vložit IPv4 adresu... - + Vložit adresu IPv4 - + Max. concurrent host threads - + Max. concurrent port threads - + PowerShell - + Nastavit cestu k PowerShell v nastavení... - + Proces PowerShellu byl ukončen! - + Politika vykonávaní - + Vzdálená konzola - + Cesta k souboru - + Přepsat výchozí nastavení - + Přeložit IPv4 adersu pro tohoto hosta - + Skrýt - + Celkový počet přijatých bytů - + Celkový počet odeslaných bytů - + Stáhnout - + Propustnost - + Odeslat - + Použit klávesovou zkratku Windows - + Poskytovatel podpory zabezpečení pověření - + Úloha na pozadí - + The background job will save settings and profiles every x-minutes. Value 0 will disable this feature. Changes to this value will take effect after restarting the application. - + Spustit úlohu na pozadí každých x-minut - + Tento operační systém není kompatibilní s nejnovější verzí aplikace! - + Nástěnka - + All settings can be changed later in the settings! - + Ověřit veřejnou IP adresu - + Thank you for using NETworkManager! If you like this tool, please leave a star on GitHub and recommend it to others. - + Během spouštění aplikace kontroluje, zda-li není k dispozici novější verze na GitHubu. URL: https://api.github.com/ - + Veřejná IP adresa je ověřena pomocí ipify.org. URL: https://api.ipify.org/ - + Soukromí - + Vítejte - + Externí služba - + Navštiv projekt na GitHubu. - + Pomáhej s překlady pomocí Transifex. - + Spoj se pomocí Twitteru. - + Připojení - + Počítač - + Brána / router - + Internet - + Zkontroluj nastavení síťového adaptéru (DNS) a správnost nastavení DNS serverů. - + Zkontroluj nastavení síťového adaptéru (DHCP, pevnou IP) a zda-li je správně připojen k síti. - + Nelze detekovat IP adresu síťové brány! - + Nelze detekovat lokální IP adresu. - + Nelze detekovat veřejnou IP adresu pomocí WebRequest (http / https) z "{0}"! Zkontroluj síťové připojení (firewall, proxy, atd.). - + Nenalezen A záznam pro "{0}"! - + Nenalezen PTR záznam pro "{0}"! - + "{0}" A přeloženo DNS pro "{1}"! - + Záznam PTR pro "{0}" přeložen! - + "{0}" odebráno z veřejných IP adres "{1}"! - + "{0}" přeloženo jako název hosta s IP adresou "{1}"! - + Ověření veřejné IP adresy je vypnuto! - + Soket TCP/IP je dostupný... "{0}" je pomocí ICMP dosažitelná! - + Soket TCP/IP je nedostupný... "{0}" je pomocí ICMP nedosažitelná! - + "{0}" detekováno jako IP adresa brány! - + "{0}" detekováno jako lokální IP adresa! - + "{0}" je nedosažitelné přes ICMP! - + "{0}" je dosažitelné přes ICMP! - + Use custom IPv4 address API - + URL to a web service that can be reached via http or https and returns an IPv4 address like "xx.xx.xx.xx" as response. - + Nelze přečíst veřejnou IP adresu z „{0}“! Použijte jinou službu nebo vyberte výchozí... - + Nelze se spojit s "{0}"! - + Protokol IPv4 dostupný - + Protokol IPv6 dotupný - + Kopíruj - + Oficiální - + Typ síťového připojení - + Pozadí plochy - + Komppozice plochy - + Vizuální styly - + Vyhlazení písma - + Animace nabídek a oken - + Výkon - + Trvalé ukládání rastrů do mezipaměti - + Znovu navázat ztracené připojení - + Vysokorychlostní širokopásmové (2 Mbps - 10 Mbps) - + Nízkorychlostní širokopásmové (256 kbps - 2 Mbps) - + Automatická detekce kvality připojení - + LAN (10 Mbps nebo více) - + Modem (56 kbps) - + Satelit (2 Mbps - 16 Mbps s vysokou latencí) - + WAN (10 Mbps a více s vysokou latencí) - + Zobrazit obsah okna při tažení - + Vizuální styly - + Vzdálený zvuk - + Vzdálené přehrávání zvuku - + Vzdálené nahrávání zvuku - + Nenahrávat - + Nahrávat z tohoto počítače - + Nepřehrávat - + Přehrát na vzdáleném počítači - + Přehrát na tomto počítači - + Brána - + Vlastní příkaz - + Přidat vlastní příkaz - + Argumenty - + Odstranit vlastní příkaz - + Upravit vlastní příkaz - + Programy - + Vybraný vlastní příkaz bude trvale odstraněn. - + K dispozici jsou následující proměnné: $$ipaddress$$ --> IP adresa $$hostname$$ --> Název hosta - + Restart - + Could not resolve ip address for hostname! - + Ctrl+Alt+Del - + Klávesové zkratky - + Upravit obrazovku - + Celá obrazovka - + Nelze odeslat kombinaci kláves! - + Odpojit - + Detekuj lokální IP adresu a masku podsítě - + Nelze detekovat masku podsítě! - + Detekování sítí... - + Zamknutí za {0} sekund... - + Síť nedostupná! - + IP adresa pro detekci místní IP adresy na základě směrování - + Zobrazit okno stavu při změně stavu sítě - + Time in seconds how long the status window is shown - + WiFi - + Sítě - + Vyhledávání sítí... - + Nenalezen žádný WiFi síťový adapter! - + Vyhledávání sítí WiFi adapterem... - + Žádná WiFi síť nenalezena! - + Kanály - + Kanál - + 2,4 Ghz - + 5 GHz - + Síla signálu - + Momentální rychlost stahování - + Momentální rychlost odesílání - + Naměřený čas - + Využití sítě - + Celkem staženo - + Celkem odesláno - + Pokusy - + Použít vyrovnávací paměť - + Použít pouze TCP - + Třída dotazu - + Název domény - + Časový limit (s) - + Nahlásit chybu nebo vytvořit návrh funkce. - + Nahlásit chybu na GitHub nebo vytvořit návrh funkce. - + Beacon interval - + Šifrování - + Infrastruktura - + NetworkKind - + PhyKind - + Doba od spuštění - + Zobrazit chybová hlášení - + Monitor pingů - + Přidat hosta - + Přidat hosta do monitoringu - + Pozastavit - + Pokračovat - + Nelze přeložit IP adresu pro: "{0}" - + Aplikace bude znovu spuštena - + Soubor nelze exportovat! Prohlédní chybová hlášení: "{0}" - + Soubor vyexportován do "{0}"! - + Soubor není možné naimportovat! Prohlédni chybová hlášení: "{0}" - + Umístění nemůže být u portable verze aplikace změněno! - + Je zašifrováno - + Otevřít dokumentaci na GitHubu. - + Klient 1 - + Přidat soubor profilu - + Zakázat šivrování... - + Upravit soubor profilu - + Povolit šifrování... - + Šifrování... - + Nazev profilu již existuje! - + Přejmenovat - + Odstranit soubor profilů - + Vybraný profil bude trvale odstraněn. - + Všechny profily v tomto souboru profilů budou nenávratně odstraněny! - + Oprava - + Znovu spustit aplikaci, aby se projevila změna jazyka! - + Momentálně staženo - + Momentálně odesláno - + LLDP / CDP - + Spustit znovu "Jako administrátor" - + Aby bylo možné analyzovat síťové pakety, musí být aplikace spuštěna se zvýšenými oprávněními! - + Zachytit - + Zařízení - + Trvání (s) - + Model - + vLAN - + Zachytit síťové pakety a zobrazit informace LLDP nebo CDP! - + Nepřijaty žádné pakety! - + Zachytávání síťových paketů... - + Discovery protokol - + CDP - + LLDP - + LLDP / CDP - + Zbývá {0} sekund... - + Nápověda - + Aplikace zobrazena po startu - + Parametr - + Hodnota - + Web konzola - + Znovu načíst - + Prohlížeč - + Ovládací prvek WebView (Microsoft Edge) se nemůže připojit ke stránkám s neplatným certifikátem! - + K použití této funkce je vyžadován Microsoft.Windows.SDK.Contracts, ale v tomto systému není k dispozici (např. Windows Server). - + Tabulka ARP - + Připojení - + Hlavní obrazovka - + Discovery protokol - + Prohledávání DNS - + Hlavičky HTTP - + Skener IP adres - + Nasloucháči - + Prohledávání - + Síťový adapter - + Ping - + Monitor pingů - + Skener portů - + PowerShell - + PuTTY - + Vzdálená plocha - + SNMP - + Kalkulátor podsítí - + TigerVNC - + Traceroute - + Wake On LAN - + Web konzola - + Whois - + WiFi - + Jantarový - + Černý - + Modrý - + Hnědý - + Kobaltový - + Karmínový - + Tyrkysový - + Smaragdový - + Zelený - + Indigo - + Limetkový - + Purpurový - + Nafialovělý - + Olivový - + Oranžový - + Fialový - + Červený - + Oranžově žlutý - + Tmavošedý - + Šedozelený - + Růžový - + Žlutý - + Steel - + General - + Applications - + General - + Appearance - + Autostart - + General - + HotKeys - + Language - + Profiles - + Settings - + Status - + Update - + Window - + Povolit protokolování - + Název souboru protokolu - + Cesta k protokolu - + Typ protokolování - + Protokol - + Protokol SSH - + Nezpracovaný SSH protokol - + Protokol relací - + Protokol SSH - + SSH and Raw log - + Vlož správný název souboru! - + Ztraceno - + Přijato - + Změna stavu - + Je dostupná aktualizace! - + Soubor privátního klíče - + Náhled - + Profily portů - + Přidat profil portů - + Odstranit profil portů - + Upravit profil portů - + Vybraný profil portů bude trvale odstraněn. - + Vyber profil portů - + Otevřít proily portů... - + Zobrazit úvodní obrazovku při startu - + Úvodní obrazovka - + Stáhněte si runtime modul Microsoft Edge WebView2 - + Runtime Microsoft Edge WebView2 není k dispozici! - + Frekvence - + SSID - + Profile file could not be loaded! - + The profile file could not be loaded and may be corrupted. You can try to restore the file from a backup or delete it. If this happens unexpectedly or after an update, please report the error on GitHub. @@ -2750,361 +2755,361 @@ If this happens unexpectedly or after an update, please report the error on GitH Error message: "{0}" - + Upravit skupinu... - + Chyba dešifrování - + Soubor se nepodařilo dešifrovat. Tento problém můžeš nahlásit na GitHubu. - + Chyba šifrování - + Nelze zašifrovat soubor. Tento problém můžeš nahlásit na GitHubu. - + Současné heslo - + Nové heslo - + Změnit hlavní heslo - + Odemknout profil - + Unlock the profile file to use the profiles! - + Odmítnout odpovědnost - + Sloučit - + Použít jiné - + Přesunout - + Poslední sken v {0} - + Skrytá síť - + Vyvinuto a udržováno společností {0} s pomocí - + Jednoduché API veřejných IP adres. - + AirspacePanel opravuje všechny problémy vzdušného prostoru s Winformy hostovanými na WPF. - + Shared Controlz pro WPF a ... více - + DnsClient.NET je jednoduchá, ale velmi výkonná a vysoce výkonná knihovna s otevřeným zdrojovým kódem pro .NET Framework pro vyhledávání DNS - + Přetahovatelné a rozebíratelné ovládání záložek pro WPF - + C # knihovna se postará o výpočet složité sítě, IP, IPv4, IPv6, síťové masky, CIDR, podsítě, podsíťování, supernetu a supernetování pro vývojáře .NET. - + Jednoduché, flexibilní, interaktivní & výkonné grafy, mapy a měřidla pro .Net - + Kolekce indikátorů načítání pro WPF - + Některé úžasné ikony pro WPF a UWP vše dohromady... - + Sada nástrojů pro vytváření aplikací WPF ve stylu Metro / Modern UI. - + Json.NET je populární vysoce výkonný framewrok JSON pro .NET - + Klientská knihovna GitHub API pro .NET - + Zachytit a analyzovat pakety CDP a LLDP na místních nebo vzdálených počítačích - + Sharp SNMP Library - Open Source SNMP for .NET and Mono - + Sbírka všech vlajek zemí v SVG - + Seznam domén nejvyšší úrovně z iana.org, který se používá k dotazování Whois serverů TLD z whois.iana.org přes port 43 - + OUI data from ieee.org. - + Název služby a číslo portu transportního protokolu z registru iana.org. - + Apache License 2.0 - + BSD-2-Clause - + MIT licence - + Nelicencováno - + C#/WinRT poskytuje balíček projekce WinRT pro jazyk C#. - + Runtime pro hostování PowerShellu - + Ovládací prvek WebView2 umožňuje vložit webové technologie (HTML, CSS a JavaScript) do vašich nativních aplikací využívajících Microsoft Edge (Chromium). - + Snadno přidejte do svých aplikací interaktivitu pomocí chování XAML pro WPF. - + Microsoft WebView2 Licence - + Současný soubor profilu není zašifrován a hesla jsou tak uložena v nešifrované podobě! Povolte šifrování souboru profilu v Nastavení> Pověření v profilu budou bezpečnější. - + ICMPv4 - + ICMPv6 - + Check is disabled! - + Enter a valid IPv6 address! - + Public IPv4 address reachable via ICMP. - + Public IPv6 address reachable via ICMP. - + Public IPv4 address - + Public IPv6 address - + Use custom IPv6 address API - + Time to live - + Chassis Id - + Management - + Device description - + Port description - + Remove IPv4 address - + Additional config... - + Remove IPv4 address... - + The remote session ended because the total login time limit was reached. This limit is set by the server administrator or by network policies. - + Enter a valid hostname! - + Enter a valid hostname and port! - + Unable to reconnect to the remote session. - + Migrate - + Report on GitHub - + Groups - + Add group - + Delete group - + Selected group and all profiles inside this group will be deleted permanently. - + The name is already used! - + Resize - + Delete profiles - + Selected profiles will be deleted permanently. - + Use custom themes - + Custom themes - + Reset settings? - + Settings reset! - + AWS Session Manager - + Instance ID - + Local connection - + Local interface - + log4net is a tool to help the programmer output log statements to a variety of output targets. - + AWS Session Manager - + Enabled - + Region - + Synchronize EC2 instances from AWS - + Add AWS profile - + Delete AWS profile - + The selected AWS profile is permanently deleted. The profile is not removed from the ~\.aws\credentials file. - + Edit AWS profile - + Synchronize all EC2 instances from AWS - + Synchronize group EC2 instances from AWS - + Profiles and regions to synchronize - + To synchronize EC2 instances from AWS, the AWS CLI must be configured on the system. The EC2 instances can be queried for multiple AWS accounts (profiles) and multiple regions. To do this, the profile stored in the file "~/.aws/credentials" must be configured along with the region to query. - + AWS SDK for .NET to work with Amazon Elastic Compute Cloud (Amazon EC2) in Amazon Web Services (AWS). - + Default profile - + Default region - + Profile which is used by manually created profiles to connect to an EC2 instance via AWS CLI. If not set, the default AWS CLI settings are used. - + Region which is used by manually created profiles to connect to an EC2 instance via AWS CLI . If not set, the default AWS CLI settings are used. - + If not set, the default AWS CLI settings are used. - + Group name cannot start with "{0}"! - + Synchronize only running EC2 instances from AWS - + An AWS region named "{0}" does not exist! - + AWS CLI v2 is installed! - + AWS CLI v2 is not installed! - + AWS Session Manager Plugin is installed! - + AWS Session Manager Plugin is not installed! - + Check for pre-releases - + Synchronization is disabled! - + Command - + Apply theme to PowerShell console - + The color of the PowerShell console can be changed to the application theme under Settings > General > Appearance - + If you enable this option, the default PowerShell console settings in the registry under HKCU:\Console are overridden so that the PowerShell console window matches the application theme. This is a global system setting that may affect the appearance of the normal PowerShell window. Only the PowerShell consoles configured in the PowerShell and AWS Session Manager settings are modified. Both Windows PowerShell and PWSH (PowerShell 7 and higher) are supported. @@ -3113,166 +3118,166 @@ Click in the upper right corner on the help / documentation button (left of the If the option is disabled again, the values are no longer modified. However, the original values are NOT restored. - + Input cannot end with a ";"! - + Input does not contain any text! - + Bit Calculator - + Bit Calculator - + Notation - + Input - + Unit - + Bits - + Gigabits - + Gigabytes - + Kilobits - + Kilobytes - + Megabits - + Megabytes - + Petabits - + Petabytes - + Terabits - + Terabytes - + Enter a number and select a unit to calculate the units... - + Network - + Proxy - + Resolve IP address for this host (IPv4 is preferred) - + A valid path to PowerShell should end with "pwsh.exe" or "powershell.exe"! - + A valid path to PuTTY should end with "PuTTY.exe"! - + A valid path to TigerVNC should end with "vncviewer-*.exe" or "vncviewer64-*.exe"! - + SNTP Lookup - + Move a .NET Framework/.NET Core app runtime components and dependencies into a sub-directory and make it beauty. - + Add a tab to perform a SNTP lookup... - + SNTP server(s) - + URL to a web service that can be reached via http or https and returns an IPv6 address like "xxxx:xx:xxx::xx" as response. - + IP endpoint - + Local end time - + Local start time - + Network time - + Offset - + Round trip delay - + Server - + SNTP Lookup - + Add SNTP server - + Delete SNTP server - + The selected SNTP server will be deleted permanently. - + Edit SNTP server - + An SNTP server with this name already exists! - + Enter a valid hostname (like "server-01" or "example.com") or a valid IP address (like 192.168.178.1)! - + Server(s) - + Enter master password to unlock the profile file: - + Unlock profile file - + Timed out - + Hostkey - + The settings will be reset and the application will be restarted afterwards! - + Nastavení vynulováno - + Ping status - + ThreadPool additional min. threads - + This setting specifies the minimum number of threads that will be created from the application's ThreadPool on demand. This can improve the performance for example of the IP scanner or port scanner. The value is added to the default min. threads (number of CPU threads). The value 0 leaves the default settings. If the value is higher than the default max. threads of the ThreadPool, this value is used. @@ -3281,549 +3286,549 @@ If the value is too high, performance problems may occur. Changes to this value will take effect after the application is restarted. Whether the value was set successfully can be seen in the log file under %LocalAppData%\NETworkManager\NETworkManager.log - + These settings only change the maximum number of concurrently executed threads per host/port scan. Go to Settings > General > General to adjust the (min) threads of the application. - + Port status - + Ping details - + No open ports found! - + Port scan is disabled! - + Scan ports - + Could not find the application "{0}". Maybe the application was hidden in the settings? - + Status window - + Show address bar - + Enabling this setting is not recommended. Multiple instances of the application share the same settings and profile files. The last instance to be closed may overwrite changes made by other instances. - + Bypass for local addresses - + Enable gateway server - + Logon method - + Gateway server - + Server name - + Share Gateway credentials with remote computer - + Allow me to select later - + Smart card or Windows Hello for Business - + Ask for password (NTLM) - + Use gateway credentials - + Your computer can't connect to the remote computer because the Remote Desktop Gateway server is temporarily unavailable. Try reconnecting later or contact your network administrator for assistance. - + Your computer can't connect to the remote computer due to one of the following reasons: 1) The requested Remote Desktop Gateway server address and the server SSL certificate subject name do not match. 2) The certificate is expired or revoked. 3) The certificate root authority does not trust the certificate. Contact your network administrator for assistance. - + This computer can't verify the identity of the RD Gateway "". It's not safe to connect to servers that can't be identified. Contact your network administrator for assistance. - + Your computer can't connect to the remote computer because the Remote Desktop Gateway server address requested and the certificate subject name do not match. Contact your network administrator for assistance. - + Your computer can't connect to the remote computer because the Remote Desktop Gateway server's certificate has expired or has been revoked. Contact your network administrator for assistance. - + An error occurred while sending data to the Remote Desktop Gateway server. The server is temporarily unavailable or a network connection is down. Try again later, or contact your network administrator for assistance. - + An error occurred while receiving data from the Remote Desktop Gateway server. Either the server is temporarily unavailable or a network connection is down. Try again later, or contact your network administrator for assistance. - + Your computer can't connect to the remote computer because the Remote Desktop Gateway server address is unreachable or incorrect. Type a valid Remote Desktop Gateway server address. - + Your computer can't connect to the remote computer because the Remote Desktop Gateway server is running low on server resources and is temporarily unavailable. Try reconnecting later or contact your network administrator for assistance. - + The Remote Desktop Gateway server has ended the connection. Try reconnecting later or contact your network administrator for assistance. - + The Remote Desktop Gateway server administrator has ended the connection. Try reconnecting later or contact your network administrator for assistance. - + Remote Desktop can't connect to the remote computer "" for one of these reasons: 1) Your user account is not listed in the RD Gateway's permission list 2) You might have specified the remote computer in NetBIOS format (for example, computer1), but the RD Gateway is expecting an FQDN or IP address format (for example, computer1.fabrikam.com or 157.60.0.1). Contact your network administrator for assistance. - + Remote Desktop can't connect to the remote computer "" for one of these reasons: 1) Your user account is not authorized to access the RD Gateway "" 2) Your computer is not authorized to access the RD Gateway "" 3) You are using an incompatible authentication method (for example, the RD Gateway might be expecting a smart card but you provided a password) Contact your network administrator for assistance. - + Your computer can't connect to the remote computer because your network administrator has restricted access to this RD Gateway server. Contact your network administrator for assistance. - + Your computer can't connect to the remote computer because the web proxy server requires authentication. To allow unauthenticated traffic to an RD Gateway server through your web proxy server, contact your network administrator. - + Your computer can't connect to the remote computer because the Remote Desktop Gateway server reached its maximum allowed connections. Try reconnecting later or contact your network administrator for assistance. - + Your computer can't connect to the remote computer because the Remote Desktop Gateway server does not support the request. Contact your network administrator for assistance. - + Your computer can't connect to the remote computer because the client does not support one of the Remote Desktop Gateway's capabilities. Contact your network administrator for assistance. - + Your computer can't connect to the remote computer because the Remote Desktop Gateway server and this computer are incompatible. Contact your network administrator for assistance. - + Your computer can't connect to the remote computer because no certificate was configured to use at the Remote Desktop Gateway server. Contact your network administrator for assistance. - + Your computer can't connect to the remote computer because the RD Gateway server that you are trying to connect to is not allowed by your computer administrator. If you are the administrator, add this Remote Desktop Gateway server name to the trusted Remote Desktop Gateway server list on your computer and then try connecting again. - + Your computer can't connect to the remote computer because your computer or device did not meet the Network Access Protection requirements set by your network administrator, for one of the following reasons: 1) The Remote Desktop Gateway server name and the server's public key certificate subject name do not match. 2) The certificate has expired or has been revoked. 3) The certificate root authority does not trust the certificate. 4) The certificate key extension does not support encryption. 5) Your computer cannot verify the certificate revocation list. Contact your network administrator for assistance. - + Your computer can't connect to the remote computer because a user name and password are required to authenticate to the Remote Desktop Gateway server instead of smart card credentials. - + Your computer can't connect to the remote computer because smart card credentials are required to authenticate to the Remote Desktop Gateway server instead of a user name and password. - + Your computer can't connect to the remote computer because an invalid cookie was sent to the Remote Desktop Gateway server. Contact your network administrator for assistance. - + Your computer can't connect to the remote computer because the cookie was rejected by the Remote Desktop Gateway server. Contact your network administrator for assistance. - + Your computer can't connect to the remote computer because the Remote Desktop Gateway server is expecting an authentication method different from the one attempted. Contact your network administrator for assistance. - + The RD Gateway connection ended because periodic user authentication failed. Try reconnecting with a correct user name and password. If the reconnection fails, contact your network administrator for further assistance. - + The RD Gateway connection ended because periodic user authorization failed. Try reconnecting with a correct user name and password. If the reconnection fails, contact your network administrator for further assistance. - + Your computer can't connect to the remote computer because the Remote Desktop Gateway and the remote computer are unable to exchange policies. This could happen due to one of the following reasons: 1. The remote computer is not capable of exchanging policies with the Remote Desktop Gateway. 2. The remote computer's configuration does not permit a new connection. 3. The connection between the Remote Desktop Gateway and the remote computer ended. Contact your network administrator for assistance. - + The RD Gateway connection ended because periodic user authorization failed. Your computer or device didn't pass the Network Access Protection (NAP) requirements set by your network administrator. Contact your network administrator for assistance. - + Connected - + Error while scanning WiFi adapter "{0}" with error: "{1}" - + Connect... - + {0} disconnected! - + Connect to {0} - + WPS - + Connect automatically - + Pre-shared key - + Connecting to {0}... - + Could not connect to {0} ({1})! - + Successfully connected to {0}! - + Access to the network has been revoked - + Invalid credentials - + Network not available - + Successful - + Connection attempt timed out - + -/- - + Authentication protocol is not supported! - + Checking WPS... - + Open OID profiles... - + MIB - + OID profiles - + Select OID profile - + Add OID profile - + Delete OID profile - + The selected OID profile will be deleted permanently. - + Edit OID profile - + Enter password... - + Add tab - + (from profile) - + New subnet mask - + Add server - + SNTP server - + The settings on this page contain errors. Correct them to be able to save. - + SSH hostkey to use for the connection (like "71:b8:f2:6e..."). Only available if the mode is "SSH". - + Full path to the private key file (like "C:\Users\BornToBeRoot\SSH\private_key.ppk"). Only available if the mode is "SSH". - + Username that will be passed into the PuTTY session. Only available if the mode is "SSH", "Telnet" or "Rlogin". - + ASN - + AS Name - + City - + Continent - + Country - + Currency - + District - + DNS resolver - + EDNS - + Geolocation - + Hosting - + IP geolocation - + ISP - + Latitude - + Longitude - + Mobile - + Organization - + PTR record - + Timezone - + Zip - + IP Geolocation API - Fast, accurate, reliable - + Check DNS resolver - + Check IP geolocation - + The DNS resolver is determined via ip-api.com. URL: https://edns.ip-api.com/ - + The IP geolocation is determined via ip-api.com. URL: http://ip-api.com/ - + To provide additional features, third party services are used that are not operated by me. You can deselect them below. No data is transferred to me at any time. - + Checking DNS resolver... - + Checking IP geolocation... - + Check your network connection and try again in a few seconds. - + ip-api.com rate limit reached (too many requests from your network)! Try again in a few seconds. - + HTTP status code - + Steel - + Rate limit reached! Try again in {0} seconds... - + General - + BSSID - + No reachable hosts found! - + Application - + Enable experimental features to test new functions. These are not yet complete, contain bugs, can crash the application and may change again until release. - + Experimental features - + Experimental - + Run command... - + IP Geolocation - + Add a tab to query the IP geolocation... - + Enter a domain to query whois... - + Enter host to query IP geolocation... - + Unknown user name. - + Authentication failure (incorrect password, community or key). - + The operation was successful without any errors. - + The response to your request was too large to fit into a single response! - + The requested OID could not be found! - + A read-write or write-only object was set to an inconsistent value! - + The requested OID does not exist and is not writable! - + An error occurred for which no specific message is available! - + The requested object is not accessible for modification! - + The object was set to an incompatible data type! - + The value assigned to the object exceeds its maximum length! - + The encoding used for the object is incorrect! - + The value assigned to the object is not a valid choice! - + The requested object does not exist and cannot be created! - + The MIB variable is currently in an inconsistent state and cannot be modified! - + There are no available system resources to perform the requested operation! - + An error occurred during the set operation! - + A set operation failed, and previous changes could not be rolled back! - + Authentication failed. Please check the community string! - + The requested object is not writable and cannot be modified! - + The object's state is inconsistent, preventing the set operation! - + Close all - + Expand host view - + Host cannot be set while other hosts are being added. Please wait until the process is complete and try again. - + Run command... (Ctrl+Shift+P) - + No matching commands! - + Remote hostname - + Process ID - + Process path - + Process name - + NetBIOS - + Computer name - + Error - + OK - + Warning - + Group / domain name - + NetBIOS reachable - + Scan for NetBIOS - + NetBIOS scan is disabled! - + Resolve Hostname is disabled! - + Resolve MAC address is disabled! - + Close group - + Run command... (Ctrl+Shift+P) - + Profile files - + Open settings... - + Expand and open search... - + Access to the Wi-Fi adapter is not permitted by Windows. Open the Windows settings and allow Wi-Fi access for this application. diff --git a/Source/NETworkManager.Localization/Resources/Strings.de-DE.resx b/Source/NETworkManager.Localization/Resources/Strings.de-DE.resx index af2ac46548..49facb1f73 100644 --- a/Source/NETworkManager.Localization/Resources/Strings.de-DE.resx +++ b/Source/NETworkManager.Localization/Resources/Strings.de-DE.resx @@ -1,2748 +1,2753 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - - - - - - - text/microsoft-resx - - - 2.0 - - - System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - + + + + text/microsoft-resx + + + 2.0 + + + System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + + + + System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + + + Über - + Akzent - + Anmeldeinformationen hinzufügen - + Eintrag hinzufügen - + Profil hinzufügen - + Sind Sie sicher? - + ARP - + ARP-Tabelle - + Authentifizierung - + Autostart - + Rechner - + Befehlszeilenargumente - + Konfigurieren - + Bestätigen - + Verbinden - + Verbinden als - + Profil kopieren - + Anmeldeinformationen - + Daten - + Standardanwendung - + Anmeldeinformation löschen - + Profil löschen - + Ziel - + Details - + Getrennt - + Anzeige - + DNS - + DNS-Lookup - + Nicht fragmentieren - + Anmeldeinformation bearbeiten - + Gruppe bearbeiten - + Profil bearbeiten - + Fehler - + Exportieren - + Filter - + Allgemein - + Headers - + History - + HotKeys - + HTTP-Headers - + Importieren - + Informationen - + Interface - + IP-Scanner - + Tastatur - + Sprache - + Bibliotheken - + Lizenz - + Lokale Geräte und Ressourcen - + Speicherort - + Lookup - + MAC-Adresse - + Masterpasswort - + Multithreading - + Netzwerk - + Netzwerkinterface - + Neuer Tab - + OUI - + Überschreiben? - + Ping - + Port - + Portable - + Port-Scanner - + Profile - + PuTTY - + Abfrage - + Remote Desktop - + Zurücksetzen - + PTR auflösen - + Ressourcen - + Ergebnis - + Route - + Scannen - + Suche - + Profil auswählen... - + Masterpasswort setzen - + Einstellungen - + SNMP - + Socket - + Statistik - + Status - + Subnetz - + Subnetting - + Erfolgreich! - + Thema - + Traceroute - + Tray - + Update - + v1/v2c - + v3 - + Validierung fehlgeschlagen! - + Wake on LAN - + Webseite - + Fenster - + Falsches Passwort! - + Client - + Administrator - + Icon immer im Tray anzeigen - + Versuche - + Durchschnittliche Zeit - + Broadcast - + Buffer - + Bytes - + CIDR - + Schließen - + Standardgateway - + Löschen... - + Beschreibung - + DHCP aktiviert - + DHCP Lease läuft ab - + DHCP Lease erhalten - + DHCP-Server - + DNS-Server(s) - + DNS-Suffix - + Dynamische IPv4-Adresse - + Dynamischer IPv4-DNS-Server - + Hop - + Hops - + Hostname - + IP-Adresse - + IP-Adressen - + IPv4 - + IPv4-Adresse - + IPv4-Standardgateway - + IPv6 - + IPv6-Adresse - + Verbindungslokale IPv6-Adresse - + IPv6-Standardgateway - + Maximum - + Maximale Hops - + Hauptfenster minimieren anstatt die Anwendung zu schließen - + Ins Tray minimieren anstatt in die Taskbar - + Minimum - + Name - + Netzwerkadresse - + Neue Subnetzmaske oder CIDR - + Nein - + IP-Adresse automatisch beziehen - + DNS-Serveradresse automatisch beziehen - + Paketverlust - + Pakete übermittelt - + Physische Adresse - + Bevorzugtes Protokoll beim Auflösen des Hostnamens: - + Primärer DNS-Server - + Empfangen / Verloren - + Hostnamen auflösen - + Neustart Erforderlich - + Einstellungen im Anwendungsordner speichern - + Sekundärer DNS-Server - + Anzeigen - + Zeige die folgende Anwendung beim starten: - + Ein leistungsstarkes Tool zum Verwalten von Netzwerken und zur Behebung von Netzwerkproblemen! - + Geschwindigkeit - + Minimiert im Tray starten - + Mit Windows starten (aktueller Benutzer) - + Statische IPv4-Address - + Statischer IPv4-DNS-Server - + Subnetzmaske - + Threads - + Zeit - + Zeit 1 - + Zeit 2 - + Zeit 3 - + Timeout - + Timeout (ms) - + Zeit (MS) wie lange gewartet wird zwischen jedem Ping - + TTL - + Typ - + Folgende DNS-Serveradressen verwenden: - + Folgende IP-Adresse verwenden: - + Aufwecken - + Ja - + Hinzufügen - + Füge eine Registerkarte hinzu, um eine DNS-Suche durchzuführen... - + Füge eine Registerkarte hinzu, um einen Netzwerk-Scan durchzuführen... - + Füge eine Registerkarte hinzu, um eine SNMP-Aktion auszuführen... - + Füge eine Registerkarte hinzu, um einen Ping durchzuführen... - + Füge eine Registerkarte hinzu, um einen Port-Scan durchzuführen... - + Füge eine Registerkarte hinzu, um eine Ablaufverfolgung durchzuführen... - + DNS-Suffix (primär) zum Hostnamen hinzufügen - + Zusätzliche Kommandozeile - + Additionals - + Profil hinzufügen... - + Bildschirm automatisch anpassen - + Antworten - + Die Anwendung wird anschließend neu gestartet! - + Anwenden - + Windows Tastenkombinationen anwenden (z. B. ALT+TAB): - + Auth - + Authentifizierungsebene - + Authorities - + Automatisch aktualisieren alle - + zurück - + Sicherung - + Baud - + Der Vorgang wurde vom Benutzer abgebrochen! - + Feststelltaste ist aktiviert! - + Beim Start auf Updates prüfen - + Klasse - + Filter löschen - + Farbtiefe (Bit) - + Community - + Konfiguriere den Pfad zu PuTTY in den Einstellungen... - + Schließen bestätigen - + Sind Sie sicher, dass Sie die Anwendung beenden möchten? - + Verbinden als... - + Extern verbinden - + Verbinde die Netzwerkkarte mit einem Netzwerk, um diese zu konfigurieren! - + Kopieren - + Kopieren als... - + Kopieren... - + Hostname konnte nicht aufgelöst werden für: "{0}" - + Anmeldeinformation - + Profildateien werden auf der Festplatte mit AES mit einer Schlüsselgröße von 256 Bit und einer Blockgröße von 128 Bit im CBC-Modus verschlüsselt. Der Verschlüsselungsschlüssel wird aus einem Master-Passwort mit Rfc2898DeriveBytes (PBKDF2) mit 1.000.000 Iterationen abgeleitet. Zur Laufzeit werden die Passwörter als SecureString gespeichert, sobald die Profildatei geladen ist. Bei einigen Funktionen muss das Kennwort in einen normalen String konvertiert werden und verbleibt unverschlüsselt im Speicher, bis der Garbage Collector sie aufräumt. Erstelle zuerst ein Backup der Profildatei bevor du die Verschlüsselung aktivieren! - + Benutzerdefiniert - + Benutzerdefinierte Bildschirmgröße: - + Daten wurden aktualisiert! - + Anmeldeinformationen müssen entschlüsselt und geladen werden, um sie zu verwalten. - + Standard - + Baudrate - + Standard-Port: - + Rlogin port - + SSH port - + Telnet Port - + Die ausgewählte Anmeldeinformation wird unwiederbringlich gelöscht. - + Eintrag löschen - + Das ausgewählte Profil wird unwiederbringlich gelöscht. - + DNS Autkonfiguration - + DNS-Lookup... - + DNS-Server - + Dokumentation öffnen - + Domäne - + Dauer - + Bearbeiten... - + Aktivieren - + Aktiviere Credential Security Support Provider - + Endzeit - + Geben Sie ein Subnetz ein, um es zu berechnen... - + Geben Sie das Subnetz und eine neue Subnetzmaske ein, um Subnetze zu erstellen... - + Verbindung zu 'api.github.com' kann nicht hergestellt werden, überprüfen Sie Ihre Netzwerkverbindung. - + Fehler in Antwort! - + Fehler in Antwort! Prüfen Sie, ob Sie Schreibrechte haben. - + Erweitern - + Erste nutzbare IP-Adresse - + Feste Bildschirmgröße: - + Star/Fork das Projekt auf GitHub - + Gefunden - + Gruppe - + Höhe - + Host - + Hostname oder IP-Adresse - + Hosts - + ID - + Host von Allgemein erben - + IP-Bereich - + Letzte nutzbare IP-Adresse - + Lokale IP-Adresse - + Lokaler Port - + MAC-Adresse oder Hersteller - + Magic Packet erfolgreich gesendet! - + Maximale Anzahl ({0}) an Hops/Router erreicht! - + Nachrichtengröße - + Modus - + Multicast - + Mehrere Instanzen - + Die Netzwerkadresse kann nicht erreicht werden. Überprüfen Sie, ob Ihr Computer mit dem Netzwerk verbunden ist. Informationen zur Netzwerk-Fehlersuche finden Sie in der Windows-Hilfe. - + Neue Verbindung... - + Kein DNS-Eintrag für "{0}" gefunden! Überprüfe deine Eingabe und die Einstellungen. - + Keine aktivierten Netzwerkadapter gefunden! - + Keine Ports gefunden. Überprüfen Sie Ihre Eingabe! - + Keine Profile gefunden! Erstelle eins... - + Nichts gefunden! - + Nichts zu tun. Überprüfen Sie Ihre Eingabe! - + Kein Update verfügbar! - + Kein gültige Datei zum importieren gefunden. - + Kein Hersteller gefunden. Überprüfen Sie Ihre Eingabe! - + Anzahl Fehler nach denen abgebrochen wird: - + Anzahl gespeicherter Einträge - + OID - + Nur bei Vollbild anwenden - + Auf dem Remotecomputer - + Auf diesem Computer - + Offen - + Lizenz öffnen - + Projekt öffnen - + Webseite öffnen - + überschreiben - + Passwort - + Passwörter stimmen nicht überein! - + Pfad - + Port oder Dienst - + Ports - + Priv - + Profil - + Profile neu geladen - + Protokoll - + PuTTY-Prozess wurde beendet! - + Anfragen - + RAW - + Rekursion - + Zwischenablage umleiten - + Geräte umleiten - + Laufwerke umleiten - + Ports umleiten - + Drucker umleiten - + Smartcards umleiten - + Drucker umleiten - + Remote IP-Adresse - + Remote Port - + Wiederholen - + CNAME auflösen bei ANY anfragen - + Antworten - + Rlogin - + Gescannt - + Gesuchte Anwendung nicht gefunden! - + Gesuchte Sprache nicht gefunden! - + Gesuchte Einstellung nicht gefunden! - + Sicherheit - + Wählen Sie eine Bildschirmauflösung - + Hierdurch werden alle Einstellungen zurückgesetzt! - + Seriell - + Serial line - + Dienst - + Die gefundene Einstellungsdatei war beschädigt oder ist mit dieser Version nicht kompatibel! Sie können dieses Problem auf GitHub melden. Es wurde ein Backup der Einstellungsdatei im Einstellungsordner erstellt und die Einstellungen wurden zurückgesetzt. Profildateien sind nicht betroffen! - + Geschlossene Ports anzeigen - + Zeige Titel der aktuellen Anwendung - + Nur die häufigsten Abfragetypen anzeigen - + Nicht erreichbare IP-Adressen und Ports anzeigen - + Statistiken anzeigen - + SSH - + Startzeit - + Status - + Subnetz 1 - + Subnetz 2 - + Tags - + Telnet - + Die Anwendung kann ohne Parameter gestartet werden! - + Die folgenden Hostnamen konnten nicht aufgelöst werden: - + Folgende Parameter stehen zur Verfügung: - + Die folgenden Parameter können nicht verarbeitet werden: - + Der Vorgang kann einige Zeit und Ressourcen in Anspruch nehmen (CPU / RAM). - + Der Speicherort der Einstellungen ist davon nicht betroffen! - + Zeitüberschreitung bei SNMP-Abfrage. Der Host ist möglicherweise nicht erreichbar oder die Community / das Passwort ist falsch. - + Timeout beim Abfragen des DNS-Servers mit der IP-Adresse "{0}"! - + Timestamp - + Verfolgen - + Unbekannter Fehler! - + Untray / Fenster in den Vordergrund bringen - + URL - + Anmeldeinformationen verwenden - + Verwende die aktuelle Ansichtsgröße als Bildschirmgröße - + Verwende benutzerdefinierten DNS-Server - + Verwende benutzerdefinierten DNS-Suffix - + Resolver-Cache verwenden - + Benutzeroberfläche gesperrt! - + Benutzername - + Hersteller - + Version - + Version {0} ist verfügbar! - + Walk Modus - + Breite - + Profildatei könnte mit dem angegebenen Passwort nicht entschlüsselt werden. - + Das eingegebene Passwort ist falsch. - + Hinzufügen... - + Eintrag hinzufügen... - + Berechnen - + Abbrechen - + Ändern - + Masterpasswort ändern... - + Prüfen - + Auf Updates prüfen - + Geschlossen - + Weiter - + Benutzerdefiniert: - + Ausschneiden - + Entschlüsseln und laden... - + Löschen - + Tabelle löschen - + Speicherort eingeben... - + Alles - + Filter... - + DNS-Cache leeren - + Entschlüsseln und laden Sie Ihre Anmeldedaten, um sie auszuwählen. - + Zeigt diesen Dialog an. - + Setzt alle Einstellungen der Anwendung zurück. - + Das Passwort wird bei der Bearbeitung nicht angezeigt, kann jedoch überschrieben werden. - + [0] Wenn die Serverauthentifizierung fehlschlägt, wird ohne Warnung eine Verbindung zum Computer hergestellt. [1] Wenn die Serverauthentifizierung fehlschlägt, wird keine Verbindung hergestellt. [2] Wenn die Server-Authentifizierung fehlschlägt, wird eine Warnung und ein Dialog angezeigt, um die Verbindung herzustellen oder abzulehnen. [3] Es ist keine Authentifizierungsanforderung angegeben. - + Mit Tags können Sie Profile/Sitzungen nach Themen/Projekten organisieren. Mehrere Tags können mit ";" getrennt sein. Suche nach Tags mit "tag=xxx". - + Stunde(n) - + Speicherort der Importdatei... - + Minute(n) - + Verschieben & neu starten - + Netzwerkverbindungen... - + (nicht geändert) - + Aus - + OK - + Ein - + Speicherort öffnen - + Einstellungen öffnen - + Überschreiben - + Einfügen - + Wiederverbinden - + Aktualisieren - + Jetzt neu starten - + Speichern - + Suche... - + Sekunde(n) - + Senden - + Masterpasswort setzen... - + Lokale Lizenzen anzeigen - + Subnetz-Rechner - + Validieren - + Verbindungen - + Geben Sie einen gültigen IP-Bereich ein! - + Geben Sie eine gültige IPv4-Adresse ein! - + Geben Sie eine gültige MAC-Addresse (z. B. 00:F1:23:AB:F2:35) ein! - + Geben Sie einen gültigen Port ein (1 - 65535)! - + Geben Sie eine gültige Subnetzmaske ein (z. B. 255.255.255.0)! - + Geben Sie eine gültige Subnetzmaske oder CIDR ein (z. B. 255.255.255.0 oder /24)! - + Feld darf nicht leer sein! - + Datei existiert nicht! - + Ordner existiert nicht! - + Listeners - + Bernstein - + Aussehen - + Anwendungen - + Dunkel - + Hell - + Schwarz - + Blau - + Braun - + Kobalt - + Purpur - + Türkis - + Smaragd - + Geben Sie eine oder mehrere gültige IP-Adressen ein! - + Geben Sie eine gültige Baud ein. - + Geben Sie gültige Hosts ein (mehrere Hosts dürfen nicht mit ";" enden)! - + Geben Sie eine gültige IP-Adresse ein! - + Geben Sie eine gültige Zahl ein! - + Geben Sie eine gültige OID ein! - + Geben Sie einen gültigen Port und/oder Port-Bereich ein (1 - 65535)! - + Geben Sie ein gültiges Subnetz ein (z. B. 192.168.178.133/26)! - + Geben Sie eine gültige Webseite ein (z. B. https://example.com/index.html) - + Grün - + Import / Export - + Indigo - + Zielhost nicht erreichbar. - + Zielnetz nicht erreichbar. - + Zielport nicht erreichbar. - + Erfolgreich - + Zeitüberschreitung der Anforderung. - + Die Gültigkeitsdauer wurde bei der Übertragung überschritten. - + Der Schlüssel muss mindestens 8 Zeichen lang sein! - + Kalk - + Magenta - + Mauve - + Oliv - + Es dürfen nur Zahlen eingegeben werden! - + Orange - + Rosa - + Lila - + Rot - + Socket geschlossen. - + Remote-Trennung durch Server. - + Dekompressionsfehler. - + Zeitüberschreitung der Verbindung. - + Dekodierungsfehler. - + DNS-Namensauflösung fehlgeschlagen. - + DNS-Lookup-Fehler. - + Verschlüsselungsfehler. - + Gethostbyname-Aufruf von Windows Sockets fehlgeschlagen. - + Host nicht gefunden. - + Interner Fehler. - + Interner Sicherheitsfehler. - + Interner Sicherheitsfehler. - + Die angegebene Verschlüsselungsmethode ist ungültig. - + Ungültige IP-Adresse angegeben. - + Die angegebene IP-Adresse ist ungültig. - + Server-Sicherheitsdaten sind ungültig. - + Sicherheitsdaten sind ungültig. - + Lizenzaushandlung fehlgeschlagen. - + Lizenz-Timeout. - + Lokale Trennung. - + Es sind keine Informationen verfügbar. - + Nicht genügend Arbeitsspeicher. - + Nicht genügend Arbeitsspeicher. - + Nicht genügend Arbeitsspeicher. - + Remote-Trennung durch den Benutzer. - + Das Serverzertifikat konnte nicht entpackt werden. - + Windows Sockets-Verbindung ist fehlgeschlagen. - + Der Windows Sockets-Aufruf recv ist fehlgeschlagen. - + Das Konto ist deaktiviert. - + Das Konto ist abgelaufen. - + Das Konto ist gesperrt. - + Das Konto ist eingeschränkt. - + Das empfangene Zertifikat ist abgelaufen. - + Die Richtlinie unterstützt keine Delegierung von Anmeldeinformationen an den Zielserver. - + Die Serverauthentifizierungsrichtlinie lässt keine Verbindungsanforderungen mit gespeicherten Anmeldeinformationen zu. Der Benutzer muss neue Anmeldeinformationen eingeben. - + Anmeldung fehlgeschlagen. - + Es konnte keine Autorität für die Authentifizierung kontaktiert werden. Der Domänenname des authentifizierenden Teilnehmers könnte falsch sein, die Domäne könnte nicht erreichbar sein, oder ein Vertrauensstellungsfehler ist aufgetreten. - + Der angegebene Benutzer hat kein Konto. - + Das Passwort ist abgelaufen. - + Das Benutzerpasswort muss geändert werden, bevor Sie sich zum ersten Mal anmelden. - + Die Delegierung von Anmeldeinformationen an den Zielserver ist nur zulässig, wenn eine gegenseitige Authentifizierung erreicht wurde. - + Die Smartcard ist blockiert. - + Eine falsche PIN wurde der Smartcard übergeben. - + Zeitüberschreitung ist aufgetreten. - + Interner Timerfehler. - + Der Windows Sockets-Aufruf send ist fehlgeschlagen. - + Siena - + Leerzeichen sind nicht erlaubt! - + Stahl - + Taupe - + Closed - + CloseWait - + Closing - + DeleteTcb - + Established - + FinWait1 - + FinWait2 - + LastAck - + Listen - + SynReceived - + SynSent - + TimeWait - + Unknown - + Teal - + Violett - + Weiß - + Gelb - + Ein Profil mit diesem Namen existiert bereits! - + Geschlossen - + Offen - + Mindestens eine Anwendung muss sichtbar sein! - + Ausgeblendete Anwendungen - + Sichtbare Anwendungen - + Sichtbare Anwendungen in der Leiste: - + Whois - + Füge eine Registerkarte hinzu, um eine Whois-Abfrage durchzuführen... - + Geben Sie eine gültige Domain ein (z. B. "example.com")! - + Whois-Server nicht gefunden für die Domain: "{0}" - + Routing - + Release - + Release & Renew - + Renew - + Windows DNS-Einstellungen - + DNS-Server löschen - + Der ausgewählte DNS-Server wird unwiederbringlich gelöscht. - + DNS-Server hinzufügen - + DNS-Server bearbeiten - + Ein DNS-Server mit diesem Namen existiert bereits! - + Session neu starten - + TigerVNC - + Konfiguriere den Pfad zu TigerVNC in den Einstellungen... - + TigerVNC-Prozess wurde beendet! - + Verbinde... - + MAC-Adresse und Hersteller auflösen - + Hinweis - + Alles exportieren - + Exportieren... - + Ausgewählte exportieren - + Speicherort... - + Datei - + Geben Sie einen gültigen Dateipfad ein! - + Alle - + Format - + Ausgewählte - + Beim Exportieren der Daten ist ein Fehler aufgetreten. Siehe Fehlermeldung für Details: - + Design - + Timeouts hervorheben - + Geben Sie Subnetze ein, um ein WideSubnet zu erstellen... - + Wide Subnet - + Tab hinzufügen... - + IPv4-Adresse hinzufügen... - + IPv4-Adresse hinzufügen - + Max. gleichzeitige Host-Threads - + Max. gleichzeitige Port-Threads - + PowerShell - + Konfiguriere den Pfad zu PowerShell in den Einstellungen... - + PowerShell-Prozess wurde beendet! - + Execution Policy - + Remote-Konsole - + Dateipfad - + Überschreibe Standard-Einstellungen - + IPv4-Adresse für diesen Host auflösen - + Verbergen - + Anzahl der empfangenen Bytes - + Anzahl der gesendeten Bytes - + Download - + Bandbreite - + Upload - + Windows Tastenkombinationen anwenden - + Credential Security Support Provider - + Hintergrundjob - + Der Hintergrundjob speichert Einstellungen und Profile alle x-Minuten. Der Wert 0 deaktiviert diese Funktion. Änderungen an diesem Wert werden erst nach einem Neustart der Anwendung wirksam. - + Hintergrundjob alle x-Minuten ausführen - + Ihr Betriebssystem ist nicht mit der neuesten Version kompatibel! - + Dashboard - + Alle Einstellungen können später in den Einstellungen geändert werden! - + Überprüfen der öffentlichen IP-Adresse - + Vielen Dank, dass Sie NETworkManager verwenden! Wenn Sie dieses Tool mögen, hinterlassen Sie bitte einen Stern auf GitHub und empfehlen Sie es weiter. - + Beim Programmstart wird im Hintergrund geprüft, ob eine neue Programmversion auf GitHub verfügbar ist. URL: https://api.github.com/ - + Die öffentliche IP-Adresse wird über ipify.org ermittelt. URL: https://api.ipify.org und https://api6.ipify.org - + Privatsphäre - + Willkommen - + Externe Dienste - + Star/Fork das Projekt auf GitHub. - + Helfen Sie bei der Übersetzung des Projects auf Transifex. - + Kontakt über Twitter. - + Verbindung - + Computer - + Gateway / Router - + Internet - + Überprüfen Sie die Konfiguration Ihres Netzwerkadapters (DNS) und ob Ihr DNS Server richtig konfiguriert ist. - + Überprüfen Sie die Konfiguration Ihres Netzwerkadapters (DHCP, statische IP) und ob Sie mit dem Netzwerk verbunden sind. - + Die IP-Adresse des Gateways konnte nicht ermittelt werden! - + Die lokale IP-Adresse konnte nicht ermittelt werden! - + Öffentliche IP-Adresse konnte nicht über WebRequest (http / https) von "{0}" abgerufen werden! Überprüfen Sie Ihre Netzwerkverbindung (Firewall, Proxy usw.). - + Kein A DNS Eintrag aufgelöst für "{0}"! - + Kein PTR DNS Eintrag aufgelöst für "{0}"! - + "{0}" A DNS Einträge aufgelöst für "{1}"! - + PTR DNS Eintrag aufgelöst für "{0}"! - + "{0}" als öffentliche IP-Adresse von "{1}" erhalten! - + "{0}" als Hostname für IP-Adresse "{1}" aufgelöst! - + Überprüfung der öffentlichen IP-Adresse ist deaktiviert! - + TCP/IP-Stack ist verfügbar. "{0}" ist über ICMP erreichbar! - + TCP/IP-Stack ist nicht verfügbar... "{0}" ist über ICMP nicht erreichbar! - + {0} wurde als Gateway IP-Adresse erkannt! - + {0} wurde als lokale IP-Adresse erkannt! - + {0} ist nicht über ICMP erreichbar! - + {0} ist erreichbar über ICMP! - + Benutzerdefinierte IPv4-Adressen-API verwenden - + URL zu einem Webdienst, der über http oder https erreicht werden kann und eine IPv4-Adresse wie "xx.xx.xx.xx" als Antwort zurückgibt. - + Öffentliche IP-Adresse von "{0}" konnte nicht geparsed! Versuchen Sie es mit einem anderen Dienst oder verwenden Sie die Standardeinstellung ... - + Verbindung zu "{0}" konnte nicht hergestellt werden! - + IPv4-Protokoll ist verfügbar - + IPv6-Protokoll ist verfügbar - + Kopie - + Offiziell - + Netzwerkverbindungstyp - + Desktophintergrund - + Desktopgestaltung - + Leistung - + Schriftartglättung - + Menü- und Fensteranimation - + Leistung - + Dauerhafte Bitmapzwischenspeicherung - + Verbindung erneut herstellen, falls diese getrennt wird - + Breitband mit hoher Übertragungsrate (2 MBit/s - 10 MBit/s) - + Breitband mit niedriger Übertragungsrate (256 KBit/s - 2 MBit/s) - + Verbindungsqualität automatisch erkennen - + LAN (10 MBit/s oder höher) - + Modem (56 KBit/s) - + Satellit (2 MBit/s - 16 MBit/s mit häufiger Latenz) - + WAN (10 MBit/s oder höher mit häufiger Latenz) - + Fensterinhalt beim Ziehen anzeigen - + Visuelle Stile - + Remoteaudio - + Remoteaudiowiedergabe - + Remoteaudioaufzeichnung - + Nicht aufzeichnen - + Von diesem Computer aufzeichnen - + Nicht wiedergeben - + Auf dem Remotecomputer wiedergeben - + Auf diesem Computer wiedergeben - + Gateway - + Benutzerdefinierte Befehle - + Benutzerdefinierten Befehl hinzufügen - + Argumente - + Benutzerdefinierten Befehl löschen - + Benutzerdefinierten Befehl bearbeiten - + Programm - + Der ausgewählte benutzerdefinierte Befehl wird unwiederbringlich gelöscht. - + Die folgenden Variablen sind verfügbar: $$ipaddress$$ --> IP-Adresse $$hostname$$ --> Hostname - + Neustart - + IP-Adresse für Hostname konnte nicht aufgelöst werden! - + Strg+Alt+Entf - + Tastenkombinationen - + Bildschirm anpassen - + Vollbild - + Tastenkombination konnten nicht gesendet werden! - + Trennen - + Lokale IP-Adresse und Subnetzmaske ermitteln - + Subnetzmaske konnte nicht ermittelt werden! - + Netzwerk wird erkannt... - + Schließen in {0} Sekunden... - + Netzwerk nicht verfügbar! - + IP-Adresse zur Erkennung der lokalen IP-Adresse basierend auf dem Routing - + Statusfenster bei Netzwerkwechsel anzeigen - + Zeit in Sekunden, wie lange das Statusfenster angezeigt wird - + WLAN - + Netzwerke - + Suche nach Netzwerken... - + Keine WLAN-Adapter gefunden! - + Suche nach WLAN-Adaptern... - + Keine WLAN-Netzwerke gefunden! - + Kanäle - + Kanal - + 2.4 GHz - + 5 GHz - + Signalstärke - + Aktuelle Download-Geschwindigkeit - + Aktuelle Upload-Geschwindigkeit - + Gemessene Zeit - + Netzwerknutzung - + Download gesamt - + Upload gesamt - + Wiederholungen - + Verwende Cache - + Nur TCP verwenden - + Abfrageklasse - + Domainname - + Timeout (s) - + Problem melden oder einen Feature-Request erstellen - + Ein Problem melden oder eine Feature-Anfrage erstellen. - + Beacon-Intervall - + Verschlüsselung - + Infrastruktur - + Netzwerk-Art - + Phy-Art - + Betriebszeit - + Fehlermeldung anzeigen - + Ping-Monitor - + Host hinzufügen - + Host zum überwachen hinzufügen - + Pause - + Fortsetzen - + Konnte die IP-Adresse nicht auflösen für: "{0}" - + Die Anwendung wird neu gestartet... - + Datei konnte nicht exportiert werden! Siehe Fehlermeldung: "{0}" - + Datei nach "{0}" exportiert! - + Datei konnte nicht importiert werden! Siehe Fehlermeldung: "{0}" - + Speicherort kann in portabler Version nicht geändert werden! - + Ist Verschlüsselt - + Dokumentation auf GitHub öffnen. - + Kunde 1 - + Profildatei hinzufügen - + Verschlüsselung deaktivieren... - + Profildatei bearbeiten - + Verschlüsselung aktivieren... - + Verschlüsselung... - + Profilname existiert bereits! - + Umbenennen - + Profildatei löschen - + Die ausgewählte Profildatei wird dauerhaft gelöscht. - + Alle Profile in dieser Profildatei werden dauerhaft gelöscht! - + Patch - + Starten Sie die Anwendung neu, um die Sprache zu ändern! - + Derzeit heruntergeladen - + Derzeit hochgeladen - + LLDP / CDP - + Neustart als Administrator - + Um Netzwerkpakete analysieren zu können, muss die Anwendung mit erhöhten Rechten gestartet werden! - + Aufnehmen - + Gerät - + Dauer (s) - + Modell - + VLAN - + Nehmen Sie Netzwerkpakete auf, um LLDP oder CDP Informationen anzuzeigen. - + Keine Discovery Protokoll Pakete empfangen! - + Netzwerkpakete werden aufgenommen... - + Discovery Protokoll - + CDP - + LLDP - + LLDP / CDP - + {0} Sekunden verbleibend... - + Hilfe - + Anwendung die nach dem Start angezeigt wird. - + Parameter - + Wert - + Web-Konsole - + Neu laden - + Browser - + Das WebView-Steuerelement (Microsoft Edge) kann keine Verbindung zu Websites mit einem ungültigen Zertifikat herstellen! - + Microsoft.Windows.SDK.Contracts ist für diese Funktion erforderlich, auf diesem System jedoch nicht verfügbar (z. B. unter Windows Server). - + ARP-Tabelle - + Verbindungen - + Dashboard - + Discovery Protokoll - + DNS-Lookup - + HTTP-Headers - + IP-Scanner - + Listeners - + Lookup - + Netzwerkinterface - + Ping - + Ping-Monitor - + Port-Scanner - + PowerShell - + PuTTY - + Remote Desktop - + SNMP - + Subnetz-Rechner - + TigerVNC - + Traceroute - + Wake on LAN - + Web-Konsole - + Whois - + WLAN - + Bernstein - + Schwarz - + Blau - + Braun - + Kobalt - + Purpur - + Türkis - + Smaragd - + Grün - + Indigo - + Kalk - + Magenta - + Mauve - + Oliv - + Orange - + Lila - + Rot - + Siena - + Taupe - + Teal - + Rosa - + Gelb - + Stahl - + Allgemein - + Anwendung - + Allgemein - + Aussehen - + Autostart - + Allgemein - + HotKeys - + Sprache - + Profile - + Einstellungen - + Status - + Update - + Fenster - + Log aktivieren - + Log-Dateiname - + Log-Pfad - + Log-Modus - + Log - + SSH-Log - + SSH-Raw-Log - + Sitzungs-Log - + SSH-Log - + SSH und Raw-Log - + Geben Sie einen gültigen Dateinamen ein! - + Verloren - + Empfangen - + Status geändert - + Update verfügbar! - + Private Schlüsseldatei - + Vorschau - + Port-Profile - + Port-Profil hinzufügen - + Port-Profil löschen - + Port-Profil bearbeiten - + Das ausgewählte Port-Profil wird unwiederbringlich gelöscht. - + Port-Profil anzeigen - + Port-Profil öffnen... - + Zeige SplashScreen beim Starten - + SplashScreen - + Microsoft Edge WebView2 Runtime herunterladen - + Microsoft Edge WebView2 Runtime ist nicht verfügbar! - + Frequenz - + SSID - + Profildatei konnte nicht geladen werden! - + Die Profildatei konnte nicht geladen werden und ist möglicherweise beschädigt. Sie können versuchen, die Datei aus einer Sicherungskopie wiederherzustellen oder sie zu löschen. Wenn dies unerwartet oder nach einem Update auftritt, melden Sie den Fehler bitte auf GitHub. @@ -2751,360 +2756,360 @@ Wenn dies unerwartet oder nach einem Update auftritt, melden Sie den Fehler bitt Fehlermeldung: "{0}" - + Gruppe bearbeiten... - + Entschlüsselungsfehler - + Die Datei konnte nicht entschlüsselt werden. Sie können dieses Problem auf GitHub melden. - + Verschlüsselungsfehler - + Die Datei konnte nicht verschlüsselt werden. Sie können dieses Problem auf GitHub melden. - + Aktuelles Passwort - + Neues Passwort - + Masterpasswort ändern - + Profil entsperren - + Entsperren Sie die Profildatei, um die Profile verwenden zu können! - + Disclaimer - + Zusammenführen - + Anderen Verwenden - + Verschieben - + Letzter Scan um {0} - + Verstecktes Netzwerk - + Entwickelt und gepflegt von {0} mit Hilfe der - + Eine einfache API für öffentliche IP-Adressen - + AirspacePanel behebt alle Airspace-Probleme mit WPF-gehosteten Winforms. - + Shared Controlz für WPF und ... mehr - + DnsClient.NET ist eine einfache, aber sehr leistungsfähige und hochperformante Open-Source-Bibliothek für das .NET Framework, um DNS-Lookups durchzuführen - + Dragable und Tearable Tab Control für WPF - + Die C#-Bibliothek kümmert sich um komplexe Netzwerk-, IP-, IPv4-, IPv6-, Netzmasken-, CIDR-, Subnetz-, Subnetz-, Supernetz- und Supernetzberechnungen für .NET-Entwickler. - + Einfache, flexible, interaktive und leistungsstarke Diagramme, Karten und Messgeräte für .NET - + Eine Sammlung von Ladeindikatoren für WPF - + Einige fantastische Icons für WPF und UWP alle zusammen... - + Ein Toolkit zum Erstellen von WPF-Apps im Metro/Modern UI-Stil. - + Json.NET ist ein beliebtes Hochleistungs-JSON-Framework für .NET - + Eine GitHub-API-Client-Bibliothek für .NET - + Erfassen und Analysieren von CDP- und LLDP-Paketen auf lokalen oder entfernten Computern - + Sharp SNMP Library - Open Source SNMP für .NET und Mono - + Eine Sammlung aller Länderflaggen in SVG - + Liste der Top-Level-Domains von iana.org, die zur Abfrage von Whois-Servern der TLD von whois.iana.org über Port 43 verwendet wird - + OUI-Daten von ieee.org. - + Service Name and Transport Protocol Port Number Registry von iana.org. - + Apache Lizenz 2.0 - + BSD-2-Clause - + MIT-Lizenz - + Unlizenziert - + C#/WinRT bietet Unterstützung für die gepackte WinRT-Projektion für die C#-Sprache. - + Laufzeit für das Hosting von PowerShell - + Mit dem WebView2-Steuerelement können Sie Webtechnologien (HTML, CSS und JavaScript) in Ihre nativen Anwendungen einbetten, die von Microsoft Edge (Chromium) betrieben werden. - + Fügen Sie Ihren Anwendungen mit XAML Behaviors für WPF auf einfache Weise Interaktivität hinzu. - + Microsoft WebView2 Lizenz - + Die aktuelle Profildatei ist nicht verschlüsselt und Passwörter werden unverschlüsselt auf der Festplatte gespeichert! Aktivieren Sie die Verschlüsselung der Profildatei in Einstellungen>Profile, um die Anmeldeinformationen sicher zu speichern. - + ICMPv4 - + ICMPv6 - + Check ist deaktiviert! - + Geben Sie eine gültige IPv6-Adresse ein! - + Öffentliche IPv4-Adresse, die über ICMP erreichbar ist. - + Öffentliche IPv6-Adresse, die über ICMP erreichbar ist. - + Öffentliche IPv4-Adresse - + Öffentliche IPv6-Adresse - + Benutzerdefinierte IPv6-Adress-API verwenden - + Time to live - + Chassis-Id - + Management - + Gerätebeschreibung - + Portbeschreibung - + IPv4-Adresse entfernen - + Zusätzliche Konfig... - + IPv4-Adresse entfernen... - + Die Remote-Sitzung wurde beendet, weil das Gesamtanmeldezeitlimit erreicht wurde. Dieses Limit wird vom Serveradministrator oder durch Netzwerkrichtlinien festgelegt. - + Geben Sie einen gültigen Hostnamen ein! - + Geben Sie einen gültigen Hostnamen und Port ein! - + Die Verbindung zur Remote-Sitzung kann nicht wiederhergestellt werden. - + Migrieren - + Auf GitHub melden - + Gruppen - + Gruppe hinzufügen - + Gruppe löschen - + Die ausgewählte Gruppe und alle Profile in dieser Gruppe werden dauerhaft gelöscht. - + Der Name wird bereits verwendet! - + Größe anpassen - + Profile löschen - + Die ausgewählten Profile werden unwiederbringlich gelöscht. - + Verwende benutzerdefinierte Themes - + Benutzerdefinierte Themes - + Einstellungen zurücksetzen? - + Einstellungen zurückgesetzt! - + AWS Session Manager - + Instanz ID - + Lokale Verbindung - + Lokales Interface - + log4net ist ein Tool, das den Programmierer bei der Ausgabe von Log-Statements an eine Vielzahl von Ausgabezielen unterstützt. - + AWS Session Manager - + Aktiviert - + Region - + EC2-Instanzen von AWS synchronisieren - + AWS-Profil hinzufügen - + AWS-Profil löschen - + Das ausgewählte AWS-Profil wird dauerhaft gelöscht. Das Profil wird nicht aus der Datei ~\.aws\credentials entfernt. - + AWS-Profil bearbeiten - + Alle EC2-Instanzen von AWS synchronisieren - + EC2-Instanzen der Gruppe von AWS synchronisieren - + Zu synchronisierende Profile und Regionen - + Um EC2-Instanzen von AWS zu synchronisieren, muss die AWS CLI auf dem System konfiguriert werden. Die EC2-Instanzen können für mehrere AWS-Konten (Profile) und mehrere Regionen abgefragt werden. Dazu muss das in der Datei "~/.aws/credentials" gespeicherte Profil zusammen mit der abzufragenden Region konfiguriert werden. - + AWS SDK für .NET für die Nutzung der Amazon Elastic Compute Cloud (Amazon EC2) in Amazon Web Services (AWS). - + Standard-Profil - + Standard-Region - + Profil, das von manuell erstellten Profilen für die Verbindung mit einer EC2-Instanz über AWS CLI verwendet wird. Wenn nicht festgelegt, werden die Standardeinstellungen für AWS CLI verwendet. - + Region, die von manuell erstellten Profilen für die Verbindung mit einer EC2-Instanz über AWS CLI verwendet wird. Wenn nicht festgelegt, werden die Standardeinstellungen für AWS CLI verwendet. - + Ist diese Einstellung nicht gesetzt, werden die Standardeinstellungen der AWS CLI verwendet. - + Der Gruppenname darf nicht mit "{0}" beginnen! - + Nur laufende EC2-Instanzen von AWS synchronisieren - + Eine AWS-Region mit dem Namen "{0}" existiert nicht! - + AWS CLI v2 ist installiert! - + AWS CLI v2 ist nicht installiert! - + AWS Session Manager Plugin ist installiert! - + AWS Session Manager Plugin ist nicht installiert! - + Nach Vorabversionen suchen - + Synchronisation ist deaktiviert! - + Befehl - + Thema auf PowerShell-Konsole anwenden - + Die Farbe der PowerShell-Konsole kann unter Einstellungen > Allgemein > Aussehen an das Anwendungsthema angepasst werden - + Wenn Sie diese Option aktivieren, werden die Standardeinstellungen für die PowerShell-Konsole in der Registrierung unter HKCU:\Console überschrieben, sodass das PowerShell-Konsolenfenster dem Anwendungsthema entspricht. Dies ist eine globale Systemeinstellung, die sich auf das Aussehen des normalen PowerShell-Fensters auswirken kann. Es werden nur die PowerShell-Konsolen geändert, die in den PowerShell- und AWS Session Manager-Einstellungen konfiguriert sind. Sowohl Windows PowerShell als auch PWSH (PowerShell 7 und höher) werden unterstützt. @@ -3113,166 +3118,166 @@ Klicken Sie in der oberen rechten Ecke auf die Hilfe-/Dokumentationsschaltfläch Wenn die Option wieder deaktiviert wird, werden die Werte nicht mehr verändert. Die ursprünglichen Werte werden jedoch NICHT wiederhergestellt. - + Eingabe darf nicht mit einem ";" enden! - + Eingabe enthält keinen Text! - + Bit Rechner - + Bit Rechner - + Notation - + Eingabe - + Einheit - + Bits - + Gigabits - + Gigabytes - + Kilobits - + Kilobytes - + Megabits - + Megabytes - + Petabits - + Petabytes - + Terabits - + Terabytes - + Geben Sie eine Zahl ein und wählen Sie eine Einheit, um die Einheiten zu berechnen... - + Netzwerk - + Proxy - + IP-Adresse für diesen Host auflösen (IPv4 wird bevorzugt) - + Ein gültiger Pfad zu PowerShell sollte mit "pwsh.exe" oder "powershell.exe" enden! - + Ein gültiger Pfad zu PuTTY sollte mit "PuTTY.exe" enden! - + Ein gültiger Pfad zu TigerVNC sollte mit "vncviewer-*.exe" oder "vncviewer64-*.exe" enden! - + SNTP-Lookup - + Verschieben Sie die Laufzeitkomponenten und Abhängigkeiten einer .NET Framework/.NET Core-Anwendung in ein Unterverzeichnis und machen Sie es schön. - + Füge eine Registerkarte hinzu, um eine SNTP-Suche durchzuführen... - + SNTP-Server(s) - + URL zu einem Webdienst, der über http oder https erreicht werden kann und eine IPv6-Adresse wie "xxxx:xx:xxx::xx" als Antwort zurückgibt. - + IP-Endpunkt - + Lokale Endzeit - + Lokale Startzeit - + Netzwerkzeit - + Offset - + Round trip delay - + Server - + SNTP-Lookup - + SNTP-Server hinzufügen - + SNTP-Server löschen - + Der ausgewählte SNTP-Server wird unwiederbringlich gelöscht. - + SNTP-Server bearbeiten - + Ein SNTP-Server mit diesem Namen existiert bereits! - + Geben Sie einen gültigen Hostnamen (wie "server-01" oder "example.com") oder eine gültige IP-Adresse (wie 192.168.178.1) ein! - + Server(s) - + Geben Sie das Masterpasswort ein, um die Profildatei zu entsperren: - + Profildatei entsperren - + Zeitüberschreitung - + Hostkey - + Die Einstellungen werden zurückgesetzt und die Anwendung wird anschließend neu gestartet! - + Einstellungen wurden zurückgesetzt! - + Ping-Status - + ThreadPool zusätzliche min. Threads - + Diese Einstellung legt die Mindestanzahl von Threads fest, die bei Bedarf aus dem ThreadPool der Anwendung erstellt werden. Dies kann die Leistung z.B. des IP-Scanners oder Port-Scanners verbessern. Der Wert wird zum Standardwert min. Threads (Anzahl der CPU-Threads) addiert. Der Wert 0 belässt die Standardeinstellungen. Ist der Wert höher als die standardmäßige Anzahl der Threads des ThreadPools, wird dieser Wert verwendet. @@ -3281,549 +3286,549 @@ Wenn der Wert zu hoch ist, können Leistungsprobleme auftreten. Änderungen an diesem Wert werden erst nach einem Neustart der Anwendung wirksam. Ob der Wert erfolgreich gesetzt wurde, kann in der Protokolldatei unter %LocalAppData%\NETworkManager\NETworkManager.log eingesehen werden - + Diese Einstellungen ändern nur die maximale Anzahl der gleichzeitig ausgeführten Threads pro Host-/Port-Scan. Gehen Sie zu Einstellungen > Allgemein > Allgemein, um die (minimalen) Threads der Anwendung anzupassen. - + Port-Status - + Ping-Details - + Keine offenen Ports gefunden! - + Port-Scan ist deaktiviert! - + Scan Ports - + Die Anwendung "{0}" konnte nicht gefunden werden. Eventuell wurde die Anwendung in den Einstellungen ausgeblendet? - + Status-Fenster - + Adressleiste anzeigen - + Es wird nicht empfohlen, diese Einstellung zu aktivieren. Mehrere Instanzen der Anwendung teilen sich die gleichen Einstellungen und Profildateien. Die letzte Instanz, die geschlossen wird, kann Änderungen überschreiben, die von anderen Instanzen vorgenommen wurden. - + Für lokale Adressen umgangen - + Gatewayserver aktivieren - + Anmeldemethode - + Gatewayserver - + Servername - + Gateway-Zugangsdaten mit Remotecomputer teilen - + Auswahl später durchführen - + Smartcard oder Windows Hello for Business - + Kennwort anfordern (NTLM) - + Gateway-Zugangsdaten verwenden - + Ihr Computer kann keine Verbindung zum Remotecomputer herstellen, da der Remote Desktop Gateway-Server vorübergehend nicht verfügbar ist. Versuchen Sie, die Verbindung später wiederherzustellen, oder wenden Sie sich an Ihren Netzwerkadministrator, um Hilfe zu erhalten. - + Ihr Computer kann aus einem der folgenden Gründe keine Verbindung mit dem Remotecomputer herstellen: 1) Die angeforderte Remotedesktop-Gateway-Serveradresse und der Betreff des SSL-Zertifikats des Servers stimmen nicht überein. 2) Das Zertifikat ist abgelaufen oder widerrufen. 3) Die Stammzertifizierungsstelle traut dem Zertifikat nicht. Wenden Sie sich an Ihren Netzwerkadministrator, um Hilfe zu erhalten. - + Dieser Computer kann die Identität des RD-Gateways "" nicht verifizieren. Es ist nicht sicher, eine Verbindung zu Servern herzustellen, die nicht identifiziert werden können. Wenden Sie sich an Ihren Netzwerkadministrator, um Hilfe zu erhalten. - + Ihr Computer kann keine Verbindung zum Remotecomputer herstellen, weil die angeforderte Remote Desktop Gateway-Serveradresse und der Zertifikatsbetreffsname nicht übereinstimmen. Wenden Sie sich an Ihren Netzwerkadministrator, um Hilfe zu erhalten. - + Ihr Computer kann keine Verbindung zum Remotecomputer herstellen, weil das Zertifikat des Remotedesktop-Gatewayservers abgelaufen ist oder widerrufen wurde. Wenden Sie sich an Ihren Netzwerkadministrator, um Hilfe zu erhalten. - + Beim Senden von Daten an den Remotedesktop-Gateway-Server ist ein Fehler aufgetreten. Der Server ist vorübergehend nicht verfügbar oder eine Netzwerkverbindung ist gestört. Versuchen Sie es später noch einmal, oder wenden Sie sich an Ihren Netzwerkadministrator, um Hilfe zu erhalten. - + Beim Empfang von Daten vom Remotedesktop-Gatewayserver ist ein Fehler aufgetreten. Entweder ist der Server vorübergehend nicht verfügbar oder eine Netzwerkverbindung ist gestört. Versuchen Sie es später noch einmal, oder wenden Sie sich an Ihren Netzwerkadministrator, um Hilfe zu erhalten. - + Ihr Computer kann keine Verbindung zum Remotecomputer herstellen, weil die Adresse des Remotedesktop-Gatewayservers unerreichbar oder falsch ist. Geben Sie eine gültige Remotedesktop-Gateway-Serveradresse ein. - + Ihr Computer kann keine Verbindung zum Remotecomputer herstellen, da der Remotedesktop-Gatewayserver nur über geringe Serverressourcen verfügt und vorübergehend nicht verfügbar ist. Versuchen Sie, die Verbindung später wiederherzustellen, oder wenden Sie sich an Ihren Netzwerkadministrator, um Hilfe zu erhalten. - + Der Remotedesktop-Gatewayserver hat die Verbindung beendet. Versuchen Sie, die Verbindung später wiederherzustellen, oder wenden Sie sich an Ihren Netzwerkadministrator, um Hilfe zu erhalten. - + Der Remote Desktop Gateway-Serveradministrator hat die Verbindung beendet. Versuchen Sie, die Verbindung später wiederherzustellen, oder wenden Sie sich an Ihren Netzwerkadministrator, um Hilfe zu erhalten. - + Remotedesktop kann aus einem der folgenden Gründe keine Verbindung mit dem entfernten Computer herstellen "": 1) Ihr Benutzerkonto ist nicht in der Berechtigungsliste des RD-Gateways aufgeführt. 2) Sie haben den Remotecomputer möglicherweise im NetBIOS-Format angegeben (z. B. computer1), aber das RD-Gateway erwartet ein FQDN- oder IP-Adressformat (z. B. computer1.fabrikam.com oder 157.60.0.1). Wenden Sie sich an Ihren Netzwerkadministrator, um Hilfe zu erhalten. - + Remotedesktop kann aus einem der folgenden Gründe keine Verbindung mit dem entfernten Computer herstellen "": 1) Ihr Benutzerkonto ist nicht für den Zugriff auf den RD-Gateway autorisiert "" 2) Ihr Computer ist nicht für den Zugriff auf den RD-Gateway autorisiert "" 3) Sie verwenden eine inkompatible Authentifizierungsmethode (z. B. erwartet der RD-Gateway eine Smartcard, Sie haben jedoch ein Kennwort angegeben). Wenden Sie sich an Ihren Netzwerkadministrator. - + Ihr Computer kann keine Verbindung zum Remotecomputer herstellen, weil der Netzwerkadministrator den Zugriff auf diesen RD Gatewayserver eingeschränkt hat. Wenden Sie sich an Ihren Netzwerkadministrator, um Hilfe zu erhalten. - + Ihr Computer kann keine Verbindung zum Remotecomputer herstellen, da der Web-Proxy-Server eine Authentifizierung erfordert. Wenden Sie sich an Ihren Netzwerkadministrator, um unauthentifizierten Datenverkehr zu einem RD-Gatewayserver über Ihren Webproxyserver zuzulassen. - + Ihr Computer kann keine Verbindung zum Remotecomputer herstellen, weil der Remotedesktop-Gatewayserver die maximal zulässige Anzahl von Verbindungen erreicht hat. Versuchen Sie, die Verbindung später wieder herzustellen, oder wenden Sie sich an Ihren Netzwerkadministrator. - + Ihr Computer kann keine Verbindung zum Remotecomputer herstellen, da der Remotedesktop Gatewayserver die Anforderung nicht unterstützt. Wenden Sie sich an Ihren Netzwerkadministrator, um Hilfe zu erhalten. - + Ihr Computer kann keine Verbindung zum Remotecomputer herstellen, weil der Client eine der Funktionen von Remote Desktop Gateway nicht unterstützt. Wenden Sie sich an Ihren Netzwerkadministrator, um Hilfe zu erhalten. - + Ihr Computer kann keine Verbindung zum Remotecomputer herstellen, weil der Remotedesktop-Gatewayserver und dieser Computer nicht kompatibel sind. Wenden Sie sich an Ihren Netzwerkadministrator, um Hilfe zu erhalten. - + Ihr Computer kann keine Verbindung zum Remotecomputer herstellen, da kein Zertifikat für die Verwendung auf dem Remotedesktop-Gatewayserver konfiguriert wurde. Wenden Sie sich an Ihren Netzwerkadministrator, um Hilfe zu erhalten. - + Ihr Computer kann keine Verbindung zum Remotecomputer herstellen, weil der RD-Gatewayserver, zu dem Sie eine Verbindung herstellen möchten, vom Computeradministrator nicht zugelassen ist. Wenn Sie der Administrator sind, fügen Sie den Namen dieses Remotedesktop-Gatewayservers zur Liste der vertrauenswürdigen Remotedesktop-Gatewayserver auf Ihrem Computer hinzu und versuchen Sie dann erneut, eine Verbindung herzustellen. - + Ihr Computer kann keine Verbindung zum Remotecomputer herstellen, weil Ihr Computer oder Gerät die vom Netzwerkadministrator festgelegten Anforderungen für den Netzwerkzugriffsschutz aus einem der folgenden Gründe nicht erfüllt: 1) Der Name des Remotedesktop-Gatewayservers und der Betreff des Zertifikats für den öffentlichen Schlüssel des Servers stimmen nicht überein. 2) Das Zertifikat ist abgelaufen oder wurde widerrufen. 3) Die Stammzertifizierungsstelle vertraut dem Zertifikat nicht. 4) Die Schlüsselerweiterung des Zertifikats unterstützt keine Verschlüsselung. 5) Ihr Computer kann die Zertifikatswiderrufsliste nicht verifizieren. Wenden Sie sich an Ihren Netzwerkadministrator, um Hilfe zu erhalten. - + Ihr Computer kann keine Verbindung zum Remotecomputer herstellen, da für die Authentifizierung beim Remotedesktop-Gatewayserver ein Benutzername und ein Kennwort anstelle von Smartcard-Anmeldeinformationen erforderlich sind. - + Ihr Computer kann keine Verbindung zum Remotecomputer herstellen, weil für die Authentifizierung beim Remotedesktop-Gatewayserver Smartcard-Anmeldeinformationen anstelle eines Benutzernamens und Kennworts erforderlich sind. - + Ihr Computer kann keine Verbindung zum Remotecomputer herstellen, da ein ungültiges Cookie an den Remotedesktop-Gatewayderver gesendet wurde. Wenden Sie sich an Ihren Netzwerkadministrator, um Hilfe zu erhalten. - + Ihr Computer kann keine Verbindung zum Remotecomputer herstellen, da das Cookie vom Remotedesktop-Gatewayserver abgelehnt wurde. Wenden Sie sich an Ihren Netzwerkadministrator, um Hilfe zu erhalten. - + Ihr Computer kann keine Verbindung zum Remotecomputer herstellen, weil der Remotedesktop-Gatewayserver eine andere Authentifizierungsmethode erwartet als die, die versucht wurde. Wenden Sie sich an Ihren Netzwerkadministrator, um Hilfe zu erhalten. - + Die RD-Gateway-Verbindung wurde beendet, weil die periodische Benutzerauthentifizierung fehlgeschlagen ist. Versuchen Sie, die Verbindung mit einem korrekten Benutzernamen und Kennwort wiederherzustellen. Wenn die Wiederherstellung der Verbindung fehlschlägt, wenden Sie sich an Ihren Netzwerkadministrator, um weitere Unterstützung zu erhalten. - + Die RD-Gateway-Verbindung wurde beendet, weil die periodische Benutzerautorisierung fehlgeschlagen ist. Versuchen Sie, die Verbindung mit einem korrekten Benutzernamen und Kennwort wiederherzustellen. Wenn die erneute Verbindung fehlschlägt, wenden Sie sich an Ihren Netzwerkadministrator, um weitere Unterstützung zu erhalten. - + Ihr Computer kann keine Verbindung mit dem Remotecomputer herstellen, weil Remotedesktop-Gateway und der Remotecomputer keine Richtlinien austauschen können. Dies kann aus einem der folgenden Gründe geschehen: 1. Der Remotecomputer ist nicht in der Lage, Richtlinien mit dem Remotedesktop-Gateway auszutauschen. 2. Die Konfiguration des Remotecomputers lässt eine neue Verbindung nicht zu. 3. Die Verbindung zwischen dem Remotedesktop-Gateway und dem Remotecomputer wurde beendet. Wenden Sie sich an Ihren Netzwerkadministrator, um Hilfe zu erhalten. - + Die RD-Gateway-Verbindung wurde beendet, weil die periodische Benutzerautorisierung fehlgeschlagen ist. Ihr Computer oder Gerät hat die vom Netzwerkadministrator festgelegten NAP-Anforderungen (Network Access Protection) nicht erfüllt. Wenden Sie sich an Ihren Netzwerkadministrator, um Hilfe zu erhalten. - + Verbunden - + Fehler beim Scannen des WiFi-Adapters "{0}" mit Fehler: "{1}" - + Verbinden... - + {0} getrennt! - + Verbinden mit {0} - + WPS - + Automatisch verbinden - + Pre-shared Key - + Verbinden mit {0}... - + Konnte keine Verbindung zu {0} ({1}) herstellen! - + Erfolgreich verbunden mit {0}! - + Der Zugang zum Netz wurde gesperrt - + Ungültige Anmeldeinformationen - + Netzwerk nicht verfügbar - + Erfolgreich - + Zeitüberschreitung beim Verbindungsversuch - + -/- - + Das Authentifizierungsprotokoll wird nicht unterstützt! - + Prüfe WPS... - + OID-Profile öffnen... - + MIB - + OID-Profile - + OID-Profil auswählen - + OID-Profil hinzufügen - + OID-Profil löschen - + Das ausgewählte OID-Profil wird unwiederbringlich gelöscht. - + OID-Profil bearbeiten - + Passwort eingeben... - + Tab hinzufügen - + (aus Profil) - + Neue Subnetzmaske - + Server hinzufügen - + SNTP-Server - + Die Einstellungen auf dieser Seite enthalten Fehler. Korrigieren Sie diese, um speichern zu können. - + SSH-Hostkey, der für die Verbindung verwendet werden soll (wie "71:b8:f2:6e..."). Nur verfügbar, wenn der Modus "SSH" ist. - + Vollständiger Pfad zur privaten Schlüsseldatei (z. B. "C:\Users\BornToBeRoot\SSH\private_key.ppk"). Nur verfügbar, wenn der Modus "SSH" ist. - + Benutzername, der an die PuTTY-Sitzung übergeben wird. Nur verfügbar, wenn der Modus "SSH", "Telnet" oder "Rlogin" ist. - + ASN - + AS-Name - + Stadt - + Kontinent - + Land - + Währung - + Landkreis - + DNS-Resolver - + EDNS - + Geolokation - + Hosting - + IP-Geolokation - + ISP - + Breitengrad - + Längengrad - + Mobil - + Organisation - + PTR-Record - + Zeitzone - + Postleitzahl - + IP Geolocation API - Fast, accurate, reliable - + Prüfe DNS-Resolver - + Prüfe IP-Geolokation - + Der DNS-Resolver wird über ip-api.com ermittelt. URL: https://edns.ip-api.com/ - + Die IP-Geolokation wird über ip-api.com ermittelt. URL: http://ip-api.com/ - + Zur Bereitstellung zusätzlicher Funktionen werden Dienste von Drittanbietern genutzt, die nicht von mir betrieben werden. Sie können diese unten abwählen. Es werden zu keinem Zeitpunkt Daten an mich übermittelt. - + Prüfe DNS-Resolver... - + Prüfe IP-Geolokation... - + Überprüfen Sie Ihre Netzwerkverbindung und versuchen Sie es in einigen Sekunden erneut. - + ip-api.com Ratelimit erreicht (zu viele Anfragen aus Ihrem Netzwerk)! Versuchen Sie es in einigen Sekunden erneut. - + HTTP-Statuscode - + Stahl - + Rate Limit erreicht! Versuchen Sie es in {0} Sekunden erneut... - + Allgemein - + BSSID - + Keine erreichbaren Hosts gefunden! - + Anwendung - + Aktivieren Sie experimentelle Features, um neue Funktionen zu testen. Diese sind noch nicht vollständig, enthalten Fehler, können die Anwendung zum Absturz bringen und können sich bis zur Veröffentlichung noch ändern. - + Experimentelle Features - + Experimental - + Befehl ausführen... - + IP-Geolokation - + Fügen Sie eine Registerkarte zur Abfrage der IP-Geolokalisierung hinzu... - + Geben Sie eine Domain zur Whois-Abfrage ein... - + Geben Sie einen Host ein, um die IP-Geolokation abzufragen... - + Unbekannter Benutzername. - + Authentifizierungsfehler (falsches Passwort, Community oder Key). - + Der Vorgang war erfolgreich und ohne Fehler. - + Die Antwort auf Ihre Anfrage war zu groß, um in eine einzige Antwort zu passen! - + Die angeforderte OID konnte nicht gefunden werden! - + Ein schreib- oder lesegeschütztes Objekt wurde auf einen inkonsistenten Wert gesetzt! - + Die angeforderte OID existiert nicht und ist nicht beschreibbar! - + Es ist ein Fehler aufgetreten, für den es keine spezifische Meldung gibt! - + Das angeforderte Objekt kann nicht geändert werden! - + Das Objekt wurde auf einen inkompatiblen Datentyp gesetzt! - + Der dem Objekt zugewiesene Wert überschreitet seine maximale Länge! - + Die für das Objekt verwendete Kodierung ist falsch! - + Der dem Objekt zugewiesene Wert ist keine gültige Option! - + Das angeforderte Objekt existiert nicht und kann nicht erstellt werden! - + Die MIB-Variable befindet sich in einem inkonsistenten Zustand und kann nicht geändert werden! - + Es sind keine verfügbaren Systemressourcen vorhanden, um die angeforderte Operation auszuführen! - + Ein Fehler ist während der Set-Operation aufgetreten! - + Eine Set-Operation ist fehlgeschlagen, und frühere Änderungen konnten nicht zurückgenommen werden! - + Authentifizierung fehlgeschlagen. Bitte überprüfen Sie die Community-Zeichenfolge! - + Das angeforderte Objekt ist nicht beschreibbar und kann nicht geändert werden! - + Der Zustand des Objekts ist inkonsistent und verhindert die Set-Operation! - + Alle schließen - + Hostansicht ausklappen - + Host kann nicht gesetzt werden, während andere Hosts hinzugefügt werden. Bitte warten Sie, bis der Vorgang abgeschlossen ist, und versuchen Sie es erneut. - + Befehl ausführen... (Strg+Umschalt+P) - + Keine übereinstimmenden Befehle! - + Remote Hostname - + Prozess-ID - + Prozesspfad - + Prozessname - + NetBIOS - + Computername - + Fehler - + OK - + Warnung - + Gruppen / Domänenname - + NetBIOS erreichbar - + Scan nach NetBIOS - + NetBIOS-Scan ist deaktiviert! - + Hostname auflösen ist deaktiviert! - + MAC-Adresse auflösen ist deaktiviert! - + Gruppe schließen - + Befehl ausführen... (Strg+Shift+P) - + Profildateien - + Einstellungen öffnen... - + Erweitern und Suche öffnen... - + Der Zugriff auf den Wi-Fi-Adapter wird von Windows nicht zugelassen. Öffnen Sie die Windows-Einstellungen und erlauben Sie den Wi-Fi-Zugriff für diese Anwendung. diff --git a/Source/NETworkManager.Localization/Resources/Strings.es-ES.resx b/Source/NETworkManager.Localization/Resources/Strings.es-ES.resx index 3b0ea4b5f5..4ca3c0f6ec 100644 --- a/Source/NETworkManager.Localization/Resources/Strings.es-ES.resx +++ b/Source/NETworkManager.Localization/Resources/Strings.es-ES.resx @@ -1,2745 +1,2750 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - - - - - - - text/microsoft-resx - - - 2.0 - - - System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - + + + + text/microsoft-resx + + + 2.0 + + + System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + + + + System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + + + Acerca de - + Tono - + Añadir credencial - + Añadir entrada - + Añadir perfil - + ¿Estás seguro? - + ARP - + Tabla ARP - + Autenticación - + Inicio automático - + Calculadora - + Argumentos de línea de comandos - + Configurar - + Confirmar - + Conectar - + Conectar como - + Copiar perfil - + Credenciales - + Datos - + Aplicación predeterminada - + Eliminar credencial - + Eliminar perfil - + Destino - + Detalles - + Desconectado - + Visualizar - + DNS - + Búsqueda DNS - + No fragmentar - + Editar credencial - + Editar grupo - + Editar perfil - + Error - + Exportar - + Filtrar - + General - + Encabezados - + Historial - + Atajos de teclado - + Encabezados HTTP - + Importar - + Información - + Interfaz - + Escáner de IP - + Teclado - + Idioma - + Librerías - + Licencia - + Dispositivos y recursos locales - + Ubicación - + Búsqueda - + Dirección MAC - + Contraseña maestra - + Multi-hilo - + Red - + Interfaz de red - + Nueva pestaña - + OUI - + ¿Sobrescribir? - + Ping - + Puerto - + Portable - + Escáner de puertos - + Perfiles - + PuTTY - + Consulta - + Escritorio remoto - + Restablecer - + Resolver PTR - + Recursos - + Resultado - + Route - + Escanear - + Buscar - + Seleccione un perfil... - + Establecer contraseña maestra - + Configuración - + SNMP - + Socket - + Estadísticas - + Estado - + Subred - + Subredes - + ¡Éxito! - + Tema - + Rastrear ruta - + Fijar - + Actualizar - + v1/v2c - + v3 - + ¡Validación fallida! - + Wake on LAN - + Sitio web - + Ventana - + ¡Contraseña incorrecta! - + Cliente - + Administrador - + Mostrar siempre el icono en el área de notificaciones - + Intentos - + Tiempo promedio - + Transmisión - + Búfer - + Bytes - + CIDR - + Cerrar - + Puerta de enlace predeterminada - + Eliminar... - + Descripción - + DHCP habilitado - + Contrato de DHCP expira - + Contrato de DHCP obtenido - + Servidor DHCP - + Servidor/es DNS - + Sufijo de DNS - + Dirección IPv4 dinámica - + Servidor DNS dinámico IPv4 - + Salto - + Saltos - + Nombre del host - + Dirección IP - + Direcciones IP - + IPv4 - + Dirección IPv4 - + Puerta de enlace predeterminada IPv4 - + IPv6 - + Dirección IPv6 - + Enlace de dirección IPv6 local - + Puerta de enlace predeterminada IPv6 - + Máximo - + Maximum hops - + Minimizar la ventana principal en lugar de terminar la aplicación - + Minimizar al área de notificaciones en lugar de la barra de tareas - + Mínimo - + Nombre - + Dirección de red - + Nueva máscara de subred o CIDR - + No - + Obtener una dirección IP automáticamente - + Obtener la dirección del servidor DNS automáticamente - + Paquetes perdidos - + Paquetes transmitidos - + Dirección física - + Protocolo preferido al resolver el nombre de host: - + Servidor DNS primario - + Recibido / Perdido - + Resolver el nombre de host - + Reinicio requerido - + Guardar configuración en la directorio de la aplicación - + Servidor DNS secundario - + Mostrar - + Mostrar la siguiente aplicación al inicio: - + ¡Una potente herramienta para gestionar redes y solucionar problemas de red! - + Velocidad - + Iniciar minimizado en el área de notificaciones - + Iniciar con Windows (usuario actual) - + Dirección IPv4 estática - + Servidor DNS estático IPv4 - + Subnet mask - + Hilos - + Tiempo - + Tiempo 1 - + Tiempo 2 - + Tiempo 3 - + Tiempo de espera - + Tiempo de espera (ms) - + Time (ms) to wait between each ping - + TTL - + Tipo - + Usar las siguientes direcciones de servidor DNS: - + Usar la siguiente dirección IP: - + Encender - + - + Añadir - + Añadir una pestaña para realizar una búsqueda DNS... - + Añadir una pestaña para realizar un escaneo de red... - + Añadir una pestaña para realizar una acción SNMP... - + Añadir una pestaña para realizar un ping... - + Añadir una pestaña para realizar un escaneo de puertos... - + Añadir una pestaña para realizar un rastreo... - + Añadir sufijo de DNS (primario) al nombre del host - + Línea de comando adicional - + Adicionales - + Añadir perfil... - + Ajustar la pantalla automáticamente - + Respuestas - + ¡La aplicación se reiniciará después! - + Aplicar - + Aplicar combinaciones de teclas de Windows (ej. ALT+TAB): - + Aute. - + Nivel de autenticación - + Autoridades - + Actualización automática cada - + atrás - + Respaldo - + Baud - + ¡La operación ha sido cancelada por el usuario! - + ¡Bloq Mayús está habilitado! - + Buscar actualizaciones al inicio - + Clase - + Limpiar filtro - + Profundidad de color (bit) - + Comunidad - + Configure la ruta de PuTTY en la configuración... - + Confirmar cierre - + ¿Estás seguro de que quieres cerrar la aplicación? - + Conectar como... - + Conexión externa - + ¡Conecte la tarjeta de red a una red para configurarla! - + Copiar - + Copiar como... - + Copiar... - + No se pudo resolver el nombre de host para: "{0}" - + Credencial - + Los archivos de perfil se cifran en el disco utilizando AES con un tamaño de clave de 256 bits y un tamaño de bloque de 128 bits en modo CBC. La clave de cifrado se deriva de una contraseña maestra utilizando Rfc2898DeriveBytes (PBKDF2) con 1.000.000 de iteraciones. En tiempo de ejecución, las contraseñas se almacenan como SecureString una vez cargado el archivo de perfil. Para algunas funciones, la contraseña debe convertirse en una cadena normal y permanece sin cifrar en la memoria hasta que el recolector de basura las limpia. ¡Primero haz un respaldo de tus archivos de perfil antes de habilitar el cifrado! - + Personalizado - + Tamaño de pantalla personalizado: - + ¡Los datos han sido actualizados! - + Las credenciales deben ser desencriptadas y cargadas para administrarlas. - + Predeterminado - + Tasa de baudios - + Puerto predeterminado: - + Puerto rlogin - + Puerto SSH - + Puerto telnet - + La credencial seleccionada será eliminado permanentemente. - + Eliminar entrada - + El perfil seleccionado será eliminado de forma permanente. - + Configuración automática de DNS - + Búsqueda DNS... - + Servidor DNS - + Ver documentación - + Dominio - + Duración - + Editar... - + Habilitar - + Habilitar proveedor de soporte de seguridad de credenciales - + Fecha/hora de finalización - + Enter a subnet to calculate it... - + Ingresa la subred y una nueva máscara de subred para crear subredes... - + No se pudo conectar con 'api.github.com', ¡comprueba tu conexión de red! - + ¡Error en respuesta! - + ¡Error en respuesta! Comprueba si tienes permisos de escritura. - + Desplegar - + Primera dirección IP utilizable - + Tamaño de pantalla fijo: - + El proyecto en GitHub - + Encontrado - + Grupo - + Altura - + Host - + Nombre de host o dirección IP - + Hosts - + ID - + Heredar host de general - + Rango de IP - + Última dirección IP utilizable - + Dirección IP local - + Puerto local - + Dirección MAC o proveedor - + ¡Paquete mágico enviado correctamente! - + ¡Número máximo ({0}) de saltos/router alcanzados! - + Tamaño del mensaje - + Modo - + Multicast - + Múltiples instancias - + No se puede localizar la dirección de red. Comprueba si el equipo está conectado a la red. Para obtener información acerca de la solución de problemas de red, consulta la Ayuda de Windows. - + Nueva conexión... - + ¡No se encontró registro DNS para "{0}"! Comprueba tus datos y la configuración. - + ¡No se encontraron adaptadores de red habilitados! - + No se encontraron puertos. ¡Comprueba tus datos! - + ¡No se han encontrado perfiles! Crear uno... - + ¡No se encontró nada! - + Nada que hacer. ¡Comprueba tus datos! - + ¡Actualización no disponible! - + No se encontró ningún archivo válido para importar. - + Ningún proveedor encontrado. ¡Comprueba tus datos! - + Número de errores después de los cuales se cancela: - + Número de entradas almacenadas - + OID - + Solo cuando se usa la pantalla completa - + En un equipo remoto - + En este equipo - + Abrir - + Abrir licencia - + Abrir proyecto - + Abrir sitio web - + anular - + Contraseña - + ¡Las contraseñas no coinciden! - + Ruta - + Puerto o servicio - + Puertos - + Priv. - + Perfil - + Perfiles recargados - + Protocolo - + ¡El proceso de PuTTY ha finalizado! - + Consultas - + RAW - + Recursión - + Redireccionar portapapeles - + Redireccionar dispositivos - + Redireccionar unidades - + Redireccionar puertos - + Redireccionar impresoras - + Redireccionar tarjetas inteligentes - + Tiempo restante - + Dirección IP remota - + Puerto remoto - + Repetir - + Resolver CNAME en CUALQUIER solicitud - + Respuestas - + Rlogin - + Escaneado - + ¡Aplicación buscada no encontrada! - + ¡Idioma buscado no encontrado! - + ¡Configuración buscada no encontrada! - + Seguridad - + Seleccione una resolución de pantalla - + ¡Esto restablecerá toda la configuración! - + Serial - + Serial line - + Servicio - + El archivo de configuración encontrado está dañado o no es compatible con esta versión. ¡Se ha restablecido toda la configuración! (¡Los archivos de perfil no están afectados!) - + Mostrar puertos cerrados - + Mostrar el título de la aplicación actual - + Mostrar solo los tipos de consulta más comunes - + Mostrar direcciones IP y puertos inaccesibles - + Mostrar estadísticas - + SSH - + Fecha/hora de inicio - + Estado - + Subred 1 - + Subred 2 - + Etiquetas - + Telnet - + ¡La aplicación se puede iniciar sin parámetros! - + Los siguientes nombres de host no se pudieron resolver: - + Están disponibles los siguientes parámetros: - + No se pueden procesar los siguientes parámetros: - + El proceso puede tomar algo de tiempo y recursos (CPU / RAM). - + La ubicación de configuración no está afectada - + Timeout on SNMP query. Maybe the host is not reachable or the community / password is wrong. - + ¡Tiempo de espera al consultar el servidor DNS con la dirección IP "{0}"! - + Marca de tiempo - + Rastrear - + ¡Error desconocido! - + Untray / Bring window to foreground - + URL - + Usar credenciales - + Usar el tamaño de la vista actual como tamaño de pantalla - + Usar servidor DNS personalizado - + Usar sufijo de DNS personalizado - + Usar caché de resolución - + ¡Interfaz de usuario bloqueada! - + Nombre de usuario - + Proveedor - + Versión - + ¡La versión {0}está disponible! - + Modo de prueba - + Ancho - + El archivo de perfil no se pudo descifrar con la contraseña proporcionada. - + La contraseña introducida no es correcta. - + Añadir... - + Añadir entrada... - + Calcular - + Cancelar - + Cambiar - + Cambiar contraseña maestra... - + Comprobar - + Buscar actualizaciones - + Cerrado - + Continuar - + Personalizado: - + Cortar - + Desencriptar y cargar... - + Eliminar - + Eliminar tabla - + Ingresar ubicación... - + Todo - + Filtrar... - + Limpiar caché DNS - + Desencriptar y cargar tus credenciales para seleccionarlas. - + Mostrar este cuadro de diálogo. - + Restablece toda la configuración de la aplicación. - + La contraseña no se muestra durante la edición, pero se puede sobrescribir. - + [0] Si la autenticación del servidor falla, conéctese al equipo sin previo aviso. [1] Si la autenticación del servidor falla, no establecer una conexión. [2] Si la autenticación del servidor falla, mostrar una advertencia y permitir conectarme o rechazar la conexión. [3] No se ha especificado ningún requisito de autenticación. - + Las etiquetas le ayudan a organizar perfiles, por temas/proyectos. Se pueden usar múltiples etiquetas con ";" separadas. Buscar por etiquetas con "tag=xxx". - + Hora/s - + Ubicación del archivo de importación... - + Minuto/s - + Mover y reiniciar - + Conexiones de red... - + (sin cambios) - + Apagado - + Aceptar - + Encendido - + Abrir ubicación - + Abrir configuración - + Sobrescribir - + Pegar - + Reconectar - + Actualizar - + Reiniciar ahora - + Guardar - + Buscar... - + Segundo/s - + Enviar - + Establecer contraseña maestra... - + Mostrar licencias locales - + Calculadora de subredes - + Validar - + Conexiones - + ¡Ingresa un rango de IP válido! - + ¡Ingresa una dirección IPv4 válida! - + ¡Ingresa una dirección MAC válida (como 00:F1:23:AB:F2:35)! - + ¡Ingresa un puerto válido (1 - 65535)! - + ¡Ingresa una máscara de subred válida (como 255.255.255.0)! - + ¡Ingresa una máscara de subred o CIDR válida (como 255.255.255.0 o /24)! - + ¡El campo no puede estar vacío! - + ¡El archivo no existe! - + ¡El directorio no existe! - + Listeners - + Ámbar - + Apariencia - + Aplicaciones - + Oscuro - + Claro - + Negro - + Azul - + Marrón - + Cobalto - + Carmesí - + Cian - + Esmeralda - + ¡Ingresa una o más direcciones IP válidas! - + ¡Ingresa un baud válido! - + ¡Ingresa hosts válidos (múltiples hosts no pueden terminar con ";")! - + ¡Ingresa una dirección IP válida! - + ¡Ingresa un número válido! - + ¡Ingresa un OID válido! - + ¡Ingresa un puerto válido y/o un rango de puertos (1 - 65535)! - + ¡Ingresa una subred válida (como 192.168.178.133/26)! - + Ingresa un sitio web válida (como https://ejemplo.com/index.html) - + Verde - + Importar / Exportar - + Índigo - + Host de destino inaccesible. - + Red de destino inaccesible. - + Puerto de destino inaccesible. - + Éxito - + Tiempo de solicitud finalizado. - + TTL expiró en tránsito. - + ¡La clave debe tener 8 caracteres o más! - + Lima - + Magenta - + Malva - + Aceituna - + ¡Solo se pueden ingresar números! - + Naranja - + Rosado - + Púrpura - + Rojo - + Socket cerrado. - + Desconexión remota por servidor. - + Error de descompresión. - + Tiempo de conexión agotado. - + Error de desencriptación - + Error de búsqueda de nombre DNS. - + Búsqueda DNS fallida. - + Error de cifrado. - + Llamada a Windows Sockets gethostbyname fallida. - + Host no encontrado. - + Error interno. - + Error de seguridad interno. - + Error de seguridad interno. - + El método de cifrado especificado no es válido. - + Dirección IP especificada incorrecta. - + La dirección IP especificada no es válida. - + Los datos de seguridad no son válidos. - + Los datos de seguridad del servidor no son válidos. - + Negociación de licencia fallida. - + Tiempo de licencia finalizado. - + Desconexión local. - + No hay información disponible. - + Sin memoria. - + Sin memoria. - + Sin memoria. - + Desconexión remota por el usuario. - + No se ha podido desempaquetar el certificado del servidor. - + Conexión de Windows Sockets fallida. - + Llamada de recuperación de Windows Sockets fallida. - + La cuenta está deshabilitada. - + La cuenta ha expirado. - + La cuenta está bloqueada. - + La cuenta está restringida. - + El certificado recibido ha expirado. - + La política no admite la delegación de credenciales al servidor de destino. - + La política de autenticación del servidor no permite las solicitudes de conexión que utilizan credenciales guardadas. El usuario debe introducir nuevas credenciales. - + El inicio de sesión falló. - + No se pudo contactar a ninguna autoridad para la autenticación. El nombre de dominio de la parte que realiza la autenticación podría no ser correcta, el dominio podría ser inalcanzable o podría haber habido una falla en la relación de confianza. - + El usuario especificado no tiene cuenta. - + La contraseña ha caducado. - + La contraseña de usuario debe modificarse antes de iniciar la sesión por primera vez. - + La delegación de credenciales al servidor de destino no está permitida a menos que se haya logrado la autenticación mutua. - + La tarjeta inteligente está bloqueada. - + Se presentó un PIN incorrecto a la tarjeta inteligente. - + Tiempo de espera transcurrido. - + Error interno del temporizador. - + Llamada de envío de Windows Sockets fallida. - + Siena - + ¡Los espacios no están permitidos! - + Acero - + Gris pardo - + Cerrado - + CloseWait - + Cerrando - + DeleteTcb - + Establecido - + FinWait1 - + FinWait2 - + LastAck - + Listen - + SynReceived - + SynSent - + TimeWait - + Desconocido - + Turquesa - + Violeta - + Blanco - + Amarillo - + ¡Ya existe un perfil con este nombre! - + Cerrado - + Abrir - + ¡Al menos una aplicación debe estar visible! - + Aplicaciones ocultas - + Aplicaciones visibles - + Aplicaciones visibles en la barra: - + Whois - + Añadir una pestaña para consultar whois... - + ¡Ingresa un dominio válido (como "ejemplo.com")! - + El servidor Whois no encuentró el dominio: "{0}" - + Enrutado - + Liberar - + Liberar y renovar - + Renovar - + Configuración DNS de Windows - + Eliminar servidor DNS - + El servidor DNS seleccionado será eliminado permanentemente. - + Añadir servidor DNS - + Editar servidor DNS - + ¡Ya existe un servidor DNS con este nombre! - + Reiniciar sesión - + TigerVNC - + Configure la ruta de TigerVNC en la configuración... - + ¡El proceso de TigerVNC ha finalizado! - + Conectando... - + Resolver la dirección MAC y el proveedor - + Nota - + Exportar todo - + Exportar... - + Exportar seleccionado - + Ubicación... - + Archivo - + ¡Ingresa una ruta de archivo válida! - + Todo - + Formato - + Seleccionado - + Se ha producido un error al exportar los datos. Ver el mensaje de error para más detalles: - + Diseño - + Resaltar tiempos de espera - + Ingresa subredes para crear una subred amplia... - + Subred amplia - + Añadir pestaña... - + Añadir dirección IPv4... - + Añadir dirección IPv4 - + Max. concurrent host threads - + Max. concurrent port threads - + PowerShell - + Configure la ruta de PowerShell en la configuración... - + ¡El proceso de PowerShell ha finalizado! - + Política de ejecución - + Consola remota - + Ruta de archivo - + Anular la configuración predeterminada - + Resolver la dirección IPv4 para este host - + Ocultar - + Total de bytes recibidos - + Total de bytes enviados - + Descarga - + Ancho de banda - + Subida - + Aplicar combinaciones de teclas de Windows - + Proveedor de soporte de seguridad de credenciales - + Trabajo en segundo plano - + The background job will save settings and profiles every x-minutes. Value 0 will disable this feature. Changes to this value will take effect after restarting the application. - + Ejecutar trabajo en segundo plano cada x-minutos - + ¡Tu sistema operativo no es compatible con la última versión! - + Panel de control - + All settings can be changed later in the settings! - + Comprobar dirección IP pública - + Thank you for using NETworkManager! If you like this tool, please leave a star on GitHub and recommend it to others. - + Al iniciar el programa, comprueba en segundo plano si está disponible una nueva versión del programa en GitHub. URL: https://api.github.com/ - + La dirección IP pública se determina a través de ipify.org. URL: https://api.ipify.org/ - + Privacidad - + Bienvenido - + Servicios externos - + El proyecto en GitHub. - + Ayuda a traducir el proyecto en Transifex. - + Contacto vía Twitter. - + Conexión - + Equipo - + Puerta de enlace / Router - + Internet - + Comprueba la configuración de tu adaptador de red (DNS) y si tu servidor DNS está configurado correctamente. - + Comprueba la configuración de tu adaptador de red (DHCP, IP estático) y si está conectado a una red. - + ¡No se pudo detectar la dirección IP de la puerta de enlace! - + ¡No se pudo detectar la dirección IP local! - + ¡No se pudo obtener la dirección IP pública a través de WebRequest (http/https) desde "{0}"! Comprueba tu conexión de red (firewall, proxy, etc.). - + ¡No hay registros DNS tipo A resueltos para "{0}"! - + ¡No hay registros DNS tipo PTR resueltos para "{0}"! - + ¡"{0}" registros DNS tipo A resueltos para "{1}"! - + ¡Registro DNS tipo PTR resuelto para "{0}"! - + ¡Hay "{0}" como dirección IP pública de "{1}"! - + ¡"{0}" resuelto como nombre de host para la dirección IP "{1}"! - + ¡La comprobación de la dirección IP pública está deshabilitada! - + ¡El conjunto TCP/IP está disponible. "{0}" es accesible a través de ICMP! - + ¡El conjunto TCP/IP no está disponible.... "{0}" no es accesible a través de ICMP! - + ¡"{0}" detectado como dirección IP de la puerta de enlace! - + ¡"{0}" detectado como dirección IP local! - + ¡"{0}" no es accesible a través de ICMP! - + ¡"{0}" es accesible a través de ICMP! - + Usar la API de dirección IPv4 personalizada - + URL to a web service that can be reached via http or https and returns an IPv4 address like "xx.xx.xx.xx" as response. - + ¡No se pudo analizar la dirección IP pública de "{0}"! Pruebe otro servicio o utilice el predeterminado... - + ¡No se pudo conectar con "{0}"! - + Protocolo IPv4 disponible - + Protocolo IPv6 disponible - + Copiar - + Oficial - + Tipo de conexión de red - + Fondo de escritorio - + Composición del escritorio - + Experiencia - + Suavizado de fuentes - + Animación de menús y ventanas - + Rendimiento - + Almacenamiento en caché persistente de mapas de bits - + Volver a conectarse si se pierde la conexión - + Banda ancha a alta velocidad (2 Mbps - 10 Mbps) - + Banda ancha a baja velocidad (256 kbps - 2 Mbps) - + Detectar calidad de conexión automáticamente - + LAN (10 Mbps o superior) - + Módem (56 kbps) - + Satélite (2 Mbps - 16 Mbps con latencia alta) - + WAN (10 Mbps o superior con latencia alta) - + Mostrar el contenido de la ventana mientras se arrastra - + Estilos visuales - + Audio remoto - + Reproducción de audio remoto - + Grabación de audio remoto - + No grabar - + Grabar desde este equipo - + No reproducir - + Reproducir en equipo remoto - + Reproducir en este equipo - + Puerta de enlace - + Comandos personalizados - + Añadir comando personalizado - + Argumentos - + Eliminar comando personalizado - + Editar comando personalizado - + Programa - + El comando personalizado seleccionado será eliminado permanentemente. - + Las siguientes variables están disponibles: $$ipaddress$$ --> Dirección IP $$hostname$$ --> Nombre del host - + Reiniciar - + Could not resolve ip address for hostname! - + Ctrl+Alt+Supr - + Atajos de teclado - + Ajustar a la pantalla - + Pantalla completa - + ¡No se pudo enviar la pulsación de tecla! - + Desconectar - + Detectar la dirección IP local y la máscara de subred - + ¡No se pudo detectar la máscara de subred! - + Detectando la red... - + Cierre en {0} segundos... - + ¡Red no disponible! - + Dirección IP para detectar la dirección IP local basada en el enrutamiento - + Mostrar la ventana de estado en el cambio de red - + Time in seconds how long the status window is shown - + Wi-Fi - + Redes - + Buscando redes... - + ¡No se encontraron adaptadores Wi-Fi! - + Buscando adaptadores Wi-Fi... - + ¡No se encontraron redes Wi-Fi! - + Canales - + Canal - + 2.4 GHz - + 5 GHz - + Intensidad de señal - + Velocidad de descarga actual - + Velocidad de subida actual - + Tiempo cronometrado - + Uso de la red - + Descarga total - + Subida total - + Reintentos - + Usar caché - + Usar solo TCP - + Tipo de consulta - + Nombre del dominio - + Tiempo de espera (s) - + Informar de un problema o crear una solicitud de función - + Informar de un problema o crear una solicitud de función. - + Intervalo de señal - + Cifrado - + Infraestructura - + Tipo de red - + Tipo de PHY - + Tiempo de actividad - + Mostrar mensaje de error - + Monitoreador de ping - + Añadir host - + Añadir un host para monitorear - + Pausar - + Reanudar - + No se pudo resolver la dirección IP para: "{0}" - + La aplicación se reiniciará... - + ¡No se pudo exportar el archivo! Ver mensaje de error: "{0}" - + ¡Archivo exportado a "{0}"! - + ¡No se pudo importar el archivo! Ver mensaje de error: "{0}" - + ¡La ubicación no se puede cambiar en la versión portable! - + Está cifrado - + Abrir documentación en GitHub. - + Cliente 1 - + Añadir archivo de perfil - + Deshabilitar cifrado... - + Editar archivo de perfil - + Habilitar cifrado... - + Cifrado... - + ¡El nombre del perfil ya existe! - + Renombrar - + Eliminar archivo de perfil - + El archivo de perfil seleccionado será eliminado permanentemente. - + ¡Todos los perfiles en este archivo de perfil serán eliminados permanentemente! - + Parche - + ¡Reinicie la aplicación para cambiar el idioma! - + Descargado actualmente - + Subido actualmente - + LLDP / CDP - + Reiniciar como administrador - + ¡Para analizar los paquetes de red, la aplicación debe iniciarse con derechos elevados! - + Capturar - + Dispositivo - + Duración (s) - + Modelo - + VLAN - + ¡Capturar paquetes de red para ver la información LLDP o CDP! - + ¡No se han recibido paquetes del protocolo de descubrimiento! - + Capturando paquetes de red... - + Protocolo de descubrimiento - + CDP - + LLDP - + LLDP / CDP - + {0} segundos restantes... - + Ayuda - + Aplicación que se muestra al inicio. - + Parámetro - + Valor - + Consola web - + Recargar - + Navegador - + ¡El control WebView (Microsoft Edge) no puede conectarse a sitios web con un certificado no válido! - + Se requiere Microsoft.Windows.SDK.Contracts para esta característica, pero no está disponible en este sistema (ej. en Windows Server). - + Tabla ARP - + Conexiones - + Panel de control - + Protocolo de descubrimiento - + Búsqueda DNS - + Encabezados HTTP - + Escáner de IP - + Listeners - + Búsqueda - + Interfaz de red - + Ping - + Monitoreador de ping - + Escáner de puertos - + PowerShell - + PuTTY - + Escritorio remoto - + SNMP - + Calculadora de subredes - + TigerVNC - + Rastrear ruta - + Wake on LAN - + Consola web - + Whois - + Wi-Fi - + Ámbar - + Negro - + Azul - + Marrón - + Cobalto - + Carmesí - + Cian - + Esmeralda - + Verde - + Índigo - + Lima - + Magenta - + Malva - + Oliva - + Naranja - + Morado - + Rojo - + Siena - + Gris pardo - + Verde azulado - + Rosado - + Amarillo - + Steel - + General - + Applications - + General - + Appearance - + Autostart - + General - + HotKeys - + Language - + Profiles - + Settings - + Status - + Update - + Window - + Habilitar registro - + Nombre del archivo de registro - + Ruta del registro - + Modo de registro - + Registro - + Registro SSH - + Registro SSH sin procesar - + Registro de sesión - + Registro SSH - + SSH and Raw log - + ¡Ingresa un nombre de archivo válido! - + Perdido - + Recibido - + Estado cambiado - + ¡Actualización disponible! - + Archivo de clave privada - + Vista previa - + Perfiles de puertos - + Añadir perfil de puerto - + Eliminar perfil de puerto - + Editar perfil de puerto - + El perfil de puerto seleccionado será eliminado permanentemente. - + Seleccionar perfil de puerto - + Abrir perfiles de puertos... - + Mostrar pantalla de bienvenida al inicio - + Pantalla de bienvenida - + Descargar Microsoft Edge WebView2 Runtime - + ¡Microsoft Edge WebView2 Runtime no está disponible! - + Frecuencia - + SSID - + Profile file could not be loaded! - + The profile file could not be loaded and may be corrupted. You can try to restore the file from a backup or delete it. If this happens unexpectedly or after an update, please report the error on GitHub. @@ -2748,360 +2753,360 @@ If this happens unexpectedly or after an update, please report the error on GitH Error message: "{0}" - + Editar grupo... - + Error de descifrado - + No se pudo descifrar el archivo. Puedes informar este problema en GitHub. - + Error de cifrado - + No se pudo cifrar el archivo. Puedes informar este problema en GitHub. - + Contraseña actual - + Nueva contraseña - + Cambiar contraseña maestra - + Desbloquear perfil - + ¡Desbloquear el archivo de perfil para usar los perfiles! - + Descargo de responsabilidad - + Fusionar - + Usar otro - + Mover - + Último escaneo {0} - + Red oculta - + Desarrollado y mantenido por {0} con la ayuda de - + Una sencilla API para direcciones IP públicas - + AirspacePanel soluciona todos los problemas de Airspace con Winforms alojados en WPF. - + Shared Controlz para WPF y ... más - + DnsClient.NET es una biblioteca de código abierto sencilla pero muy potente y de alto rendimiento para .NET Framework para hacer búsquedas DNS - + Control de pestañas con arrastrar y soltar para WPF - + La biblioteca C# se encarga de la red compleja, IP, IPv4, IPv6, máscara de red, CIDR, subred y cálculo de superred para desarrolladores de .NET. - + Gráficos, mapas y medidores sencillos, flexibles, interactivos y potentes para .Net - + Una colección de indicadores de carga para WPF - + Algunos iconos increíbles para WPF y UWP todos juntos... - + Un kit de herramientas para crear aplicaciones WPF con estilo Metro/Modern UI. - + Json.NET es un popular framework JSON de alto rendimiento para .NET - + Una biblioteca cliente de la API de GitHub para .NET - + Captura y analiza paquetes CDP y LLDP en equipos locales o remotos - + Biblioteca Sharp SNMP - SNMP de código abierto para .NET y Mono - + Una colección de todas las banderas de países en SVG - + Lista de dominios de nivel superior de iana.org, que se utiliza para consultar los servidores whois TLD de whois.iana.org a través del puerto 43 - + Datos OUI de ieee.org. - + Registro de nombres de servicio y números de puerto de protocolo de transporte de iana.org. - + Licencia Apache 2.0 - + BSD-2-Clause - + Licencia MIT - + Sin licencia - + C#/WinRT proporciona soporte para proyección WinRT empaquetado para el lenguaje C#. - + Runtime para alojar PowerShell - + El control WebView2 permite integrar tecnologías web (HTML, CSS y JavaScript) en aplicaciones nativas gracias a Microsoft Edge (Chromium). - + Añade fácilmente interactividad a aplicaciones mediante XAML Behaviors para WPF. - + Licencia Microsoft WebView2 - + El archivo de perfil actual no está cifrado y las contraseñas se almacenarán sin cifrar en el disco. Habilita el cifrado de archivos de perfil en Configuración > Perfil para almacenar las credenciales de forma segura. - + ICMPv4 - + ICMPv6 - + ¡La comprobación está deshabilitada! - + ¡Ingresa una dirección IPv6 válida! - + Dirección IPv4 pública accesible a través de ICMP. - + Dirección IPv6 pública accesible a través de ICMP. - + Dirección IPv4 pública - + Dirección IPv6 pública - + Usar la API de dirección IPv6 personalizada - + Tiempo de vida - + Chassis ID - + Administración - + Descripción del dispositivo - + Descripción del puerto - + Eliminar dirección IPv4 - + Configuración adicional... - + Eliminar dirección IPv4... - + La sesión remota ha finalizado porque se ha alcanzado el límite de tiempo total para inicio de sesión. Este límite lo establece el administrador del servidor o las políticas de red. - + ¡Ingresa un nombre de host válido! - + ¡Ingresa un nombre de host y puerto válidos! - + No se puede reconectar a la sesión remota. - + Migrar - + Informar en GitHub - + Grupos - + Añadir grupo - + Eliminar grupo - + El grupo seleccionado y todos los perfiles dentro de este grupo serán eliminados permanentemente. - + ¡El nombre ya está en uso! - + Redimensionar - + Eliminar perfiles - + Los perfiles seleccionados serán eliminados permanentemente. - + Use custom themes - + Custom themes - + Reset settings? - + Settings reset! - + AWS Session Manager - + ID de instancia - + Conexión local - + Interfaz local - + log4net is a tool to help the programmer output log statements to a variety of output targets. - + AWS Session Manager - + Habilitado - + Región - + Synchronize EC2 instances from AWS - + Añadir perfil AWS - + Eliminar perfil AWS - + El perfil AWS seleccionado se eliminará de forma permanente. El perfil no se eliminará del archivo ~\.aws\credentials. - + Editar perfil AWS - + Synchronize all EC2 instances from AWS - + Synchronize group EC2 instances from AWS - + Perfiles y regiones para sincronizar - + To synchronize EC2 instances from AWS, the AWS CLI must be configured on the system. The EC2 instances can be queried for multiple AWS accounts (profiles) and multiple regions. To do this, the profile stored in the file "~/.aws/credentials" must be configured along with the region to query. - + AWS SDK for .NET to work with Amazon Elastic Compute Cloud (Amazon EC2) in Amazon Web Services (AWS). - + Perfil predeterminado - + Región predeterminada - + Profile which is used by manually created profiles to connect to an EC2 instance via AWS CLI. If not set, the default AWS CLI settings are used. - + Region which is used by manually created profiles to connect to an EC2 instance via AWS CLI . If not set, the default AWS CLI settings are used. - + If not set, the default AWS CLI settings are used. - + Group name cannot start with "{0}"! - + Synchronize only running EC2 instances from AWS - + An AWS region named "{0}" does not exist! - + AWS CLI v2 is installed! - + AWS CLI v2 is not installed! - + AWS Session Manager Plugin is installed! - + AWS Session Manager Plugin is not installed! - + Check for pre-releases - + Synchronization is disabled! - + Comando - + Apply theme to PowerShell console - + The color of the PowerShell console can be changed to the application theme under Settings > General > Appearance - + If you enable this option, the default PowerShell console settings in the registry under HKCU:\Console are overridden so that the PowerShell console window matches the application theme. This is a global system setting that may affect the appearance of the normal PowerShell window. Only the PowerShell consoles configured in the PowerShell and AWS Session Manager settings are modified. Both Windows PowerShell and PWSH (PowerShell 7 and higher) are supported. @@ -3110,166 +3115,166 @@ Click in the upper right corner on the help / documentation button (left of the If the option is disabled again, the values are no longer modified. However, the original values are NOT restored. - + Input cannot end with a ";"! - + Input does not contain any text! - + Bit Calculator - + Bit Calculator - + Notation - + Entrada - + Unit - + Bits - + Gigabits - + Gigabytes - + Kilobits - + Kilobytes - + Megabits - + Megabytes - + Petabits - + Petabytes - + Terabits - + Terabytes - + Enter a number and select a unit to calculate the units... - + Network - + Proxy - + Resolve IP address for this host (IPv4 is preferred) - + A valid path to PowerShell should end with "pwsh.exe" or "powershell.exe"! - + A valid path to PuTTY should end with "PuTTY.exe"! - + A valid path to TigerVNC should end with "vncviewer-*.exe" or "vncviewer64-*.exe"! - + SNTP Lookup - + Move a .NET Framework/.NET Core app runtime components and dependencies into a sub-directory and make it beauty. - + Add a tab to perform a SNTP lookup... - + Servidor/es SNTP - + URL to a web service that can be reached via http or https and returns an IPv6 address like "xxxx:xx:xxx::xx" as response. - + IP endpoint - + Local end time - + Local start time - + Network time - + Offset - + Round trip delay - + Server - + SNTP Lookup - + Add SNTP server - + Delete SNTP server - + El servidor SNTP seleccionado será eliminado permanentemente. - + Edit SNTP server - + An SNTP server with this name already exists! - + Enter a valid hostname (like "server-01" or "example.com") or a valid IP address (like 192.168.178.1)! - + Servidor/es - + Ingresa la contraseña maestra para desbloquear el archivo de perfil: - + Desbloquear archivo de perfil - + Timed out - + Hostkey - + The settings will be reset and the application will be restarted afterwards! - + ¡La configuración ha sido restablecida! - + Ping status - + ThreadPool additional min. threads - + This setting specifies the minimum number of threads that will be created from the application's ThreadPool on demand. This can improve the performance for example of the IP scanner or port scanner. The value is added to the default min. threads (number of CPU threads). The value 0 leaves the default settings. If the value is higher than the default max. threads of the ThreadPool, this value is used. @@ -3278,549 +3283,549 @@ If the value is too high, performance problems may occur. Changes to this value will take effect after the application is restarted. Whether the value was set successfully can be seen in the log file under %LocalAppData%\NETworkManager\NETworkManager.log - + These settings only change the maximum number of concurrently executed threads per host/port scan. Go to Settings > General > General to adjust the (min) threads of the application. - + Port status - + Ping details - + No open ports found! - + Port scan is disabled! - + Scan ports - + Could not find the application "{0}". Maybe the application was hidden in the settings? - + Status window - + Show address bar - + Enabling this setting is not recommended. Multiple instances of the application share the same settings and profile files. The last instance to be closed may overwrite changes made by other instances. - + Bypass for local addresses - + Enable gateway server - + Logon method - + Gateway server - + Server name - + Share Gateway credentials with remote computer - + Allow me to select later - + Smart card or Windows Hello for Business - + Ask for password (NTLM) - + Use gateway credentials - + Your computer can't connect to the remote computer because the Remote Desktop Gateway server is temporarily unavailable. Try reconnecting later or contact your network administrator for assistance. - + Your computer can't connect to the remote computer due to one of the following reasons: 1) The requested Remote Desktop Gateway server address and the server SSL certificate subject name do not match. 2) The certificate is expired or revoked. 3) The certificate root authority does not trust the certificate. Contact your network administrator for assistance. - + This computer can't verify the identity of the RD Gateway "". It's not safe to connect to servers that can't be identified. Contact your network administrator for assistance. - + Your computer can't connect to the remote computer because the Remote Desktop Gateway server address requested and the certificate subject name do not match. Contact your network administrator for assistance. - + Your computer can't connect to the remote computer because the Remote Desktop Gateway server's certificate has expired or has been revoked. Contact your network administrator for assistance. - + An error occurred while sending data to the Remote Desktop Gateway server. The server is temporarily unavailable or a network connection is down. Try again later, or contact your network administrator for assistance. - + An error occurred while receiving data from the Remote Desktop Gateway server. Either the server is temporarily unavailable or a network connection is down. Try again later, or contact your network administrator for assistance. - + Tu computadora no puede conectarse a la computadora remota porque la dirección del servidor Remote Desktop Gateway es inaccesible o incorrecta. Escribe una dirección de servidor Remote Desktop Gateway válida. - + Your computer can't connect to the remote computer because the Remote Desktop Gateway server is running low on server resources and is temporarily unavailable. Try reconnecting later or contact your network administrator for assistance. - + The Remote Desktop Gateway server has ended the connection. Try reconnecting later or contact your network administrator for assistance. - + The Remote Desktop Gateway server administrator has ended the connection. Try reconnecting later or contact your network administrator for assistance. - + Remote Desktop can't connect to the remote computer "" for one of these reasons: 1) Your user account is not listed in the RD Gateway's permission list 2) You might have specified the remote computer in NetBIOS format (for example, computer1), but the RD Gateway is expecting an FQDN or IP address format (for example, computer1.fabrikam.com or 157.60.0.1). Contact your network administrator for assistance. - + Remote Desktop can't connect to the remote computer "" for one of these reasons: 1) Your user account is not authorized to access the RD Gateway "" 2) Your computer is not authorized to access the RD Gateway "" 3) You are using an incompatible authentication method (for example, the RD Gateway might be expecting a smart card but you provided a password) Contact your network administrator for assistance. - + Your computer can't connect to the remote computer because your network administrator has restricted access to this RD Gateway server. Contact your network administrator for assistance. - + Your computer can't connect to the remote computer because the web proxy server requires authentication. To allow unauthenticated traffic to an RD Gateway server through your web proxy server, contact your network administrator. - + Your computer can't connect to the remote computer because the Remote Desktop Gateway server reached its maximum allowed connections. Try reconnecting later or contact your network administrator for assistance. - + Your computer can't connect to the remote computer because the Remote Desktop Gateway server does not support the request. Contact your network administrator for assistance. - + Your computer can't connect to the remote computer because the client does not support one of the Remote Desktop Gateway's capabilities. Contact your network administrator for assistance. - + Your computer can't connect to the remote computer because the Remote Desktop Gateway server and this computer are incompatible. Contact your network administrator for assistance. - + Your computer can't connect to the remote computer because no certificate was configured to use at the Remote Desktop Gateway server. Contact your network administrator for assistance. - + Your computer can't connect to the remote computer because the RD Gateway server that you are trying to connect to is not allowed by your computer administrator. If you are the administrator, add this Remote Desktop Gateway server name to the trusted Remote Desktop Gateway server list on your computer and then try connecting again. - + Your computer can't connect to the remote computer because your computer or device did not meet the Network Access Protection requirements set by your network administrator, for one of the following reasons: 1) The Remote Desktop Gateway server name and the server's public key certificate subject name do not match. 2) The certificate has expired or has been revoked. 3) The certificate root authority does not trust the certificate. 4) The certificate key extension does not support encryption. 5) Your computer cannot verify the certificate revocation list. Contact your network administrator for assistance. - + Your computer can't connect to the remote computer because a user name and password are required to authenticate to the Remote Desktop Gateway server instead of smart card credentials. - + Your computer can't connect to the remote computer because smart card credentials are required to authenticate to the Remote Desktop Gateway server instead of a user name and password. - + Your computer can't connect to the remote computer because an invalid cookie was sent to the Remote Desktop Gateway server. Contact your network administrator for assistance. - + Your computer can't connect to the remote computer because the cookie was rejected by the Remote Desktop Gateway server. Contact your network administrator for assistance. - + Your computer can't connect to the remote computer because the Remote Desktop Gateway server is expecting an authentication method different from the one attempted. Contact your network administrator for assistance. - + The RD Gateway connection ended because periodic user authentication failed. Try reconnecting with a correct user name and password. If the reconnection fails, contact your network administrator for further assistance. - + The RD Gateway connection ended because periodic user authorization failed. Try reconnecting with a correct user name and password. If the reconnection fails, contact your network administrator for further assistance. - + Your computer can't connect to the remote computer because the Remote Desktop Gateway and the remote computer are unable to exchange policies. This could happen due to one of the following reasons: 1. The remote computer is not capable of exchanging policies with the Remote Desktop Gateway. 2. The remote computer's configuration does not permit a new connection. 3. The connection between the Remote Desktop Gateway and the remote computer ended. Contact your network administrator for assistance. - + The RD Gateway connection ended because periodic user authorization failed. Your computer or device didn't pass the Network Access Protection (NAP) requirements set by your network administrator. Contact your network administrator for assistance. - + Connected - + Error while scanning WiFi adapter "{0}" with error: "{1}" - + Connect... - + {0} disconnected! - + Connect to {0} - + WPS - + Connect automatically - + Pre-shared key - + Connecting to {0}... - + Could not connect to {0} ({1})! - + Successfully connected to {0}! - + Access to the network has been revoked - + Invalid credentials - + Network not available - + Successful - + Connection attempt timed out - + -/- - + Authentication protocol is not supported! - + Checking WPS... - + Open OID profiles... - + MIB - + OID profiles - + Select OID profile - + Add OID profile - + Delete OID profile - + The selected OID profile will be deleted permanently. - + Edit OID profile - + Enter password... - + Add tab - + (from profile) - + New subnet mask - + Add server - + SNTP server - + The settings on this page contain errors. Correct them to be able to save. - + SSH hostkey to use for the connection (like "71:b8:f2:6e..."). Only available if the mode is "SSH". - + Full path to the private key file (like "C:\Users\BornToBeRoot\SSH\private_key.ppk"). Only available if the mode is "SSH". - + Username that will be passed into the PuTTY session. Only available if the mode is "SSH", "Telnet" or "Rlogin". - + ASN - + AS Name - + City - + Continent - + Country - + Currency - + District - + DNS resolver - + EDNS - + Geolocation - + Hosting - + IP geolocation - + ISP - + Latitude - + Longitude - + Mobile - + Organization - + PTR record - + Timezone - + Zip - + IP Geolocation API - Fast, accurate, reliable - + Check DNS resolver - + Check IP geolocation - + The DNS resolver is determined via ip-api.com. URL: https://edns.ip-api.com/ - + The IP geolocation is determined via ip-api.com. URL: http://ip-api.com/ - + To provide additional features, third party services are used that are not operated by me. You can deselect them below. No data is transferred to me at any time. - + Checking DNS resolver... - + Checking IP geolocation... - + Check your network connection and try again in a few seconds. - + ip-api.com rate limit reached (too many requests from your network)! Try again in a few seconds. - + HTTP status code - + Steel - + Rate limit reached! Try again in {0} seconds... - + General - + BSSID - + No reachable hosts found! - + Application - + Enable experimental features to test new functions. These are not yet complete, contain bugs, can crash the application and may change again until release. - + Experimental features - + Experimental - + Run command... - + IP Geolocation - + Add a tab to query the IP geolocation... - + Enter a domain to query whois... - + Enter host to query IP geolocation... - + Unknown user name. - + Authentication failure (incorrect password, community or key). - + The operation was successful without any errors. - + The response to your request was too large to fit into a single response! - + The requested OID could not be found! - + A read-write or write-only object was set to an inconsistent value! - + The requested OID does not exist and is not writable! - + An error occurred for which no specific message is available! - + The requested object is not accessible for modification! - + The object was set to an incompatible data type! - + The value assigned to the object exceeds its maximum length! - + The encoding used for the object is incorrect! - + The value assigned to the object is not a valid choice! - + The requested object does not exist and cannot be created! - + The MIB variable is currently in an inconsistent state and cannot be modified! - + There are no available system resources to perform the requested operation! - + An error occurred during the set operation! - + A set operation failed, and previous changes could not be rolled back! - + Authentication failed. Please check the community string! - + The requested object is not writable and cannot be modified! - + The object's state is inconsistent, preventing the set operation! - + Close all - + Expand host view - + Host cannot be set while other hosts are being added. Please wait until the process is complete and try again. - + Run command... (Ctrl+Shift+P) - + No matching commands! - + Remote hostname - + Process ID - + Process path - + Process name - + NetBIOS - + Computer name - + Error - + OK - + Warning - + Group / domain name - + NetBIOS reachable - + Scan for NetBIOS - + NetBIOS scan is disabled! - + Resolve Hostname is disabled! - + Resolve MAC address is disabled! - + Close group - + Run command... (Ctrl+Shift+P) - + Profile files - + Open settings... - + Expand and open search... - + Access to the Wi-Fi adapter is not permitted by Windows. Open the Windows settings and allow Wi-Fi access for this application. diff --git a/Source/NETworkManager.Localization/Resources/Strings.fa_IR.resx b/Source/NETworkManager.Localization/Resources/Strings.fa_IR.resx index 7a946cb72b..1276bcf241 100644 --- a/Source/NETworkManager.Localization/Resources/Strings.fa_IR.resx +++ b/Source/NETworkManager.Localization/Resources/Strings.fa_IR.resx @@ -1,2746 +1,2751 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - - - - - - - text/microsoft-resx - - - 2.0 - - - System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - + + + + text/microsoft-resx + + + 2.0 + + + System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + + + + System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + + + درباره - + لهجه - + افزودن داده های احراز هویت - + افزودن ورودی - + افزودن پروفایل - + آیا مطمئن هستید؟ - + ARP - + جدول ARP - + احراز هویت - + شروع خودکار - + ماشین حساب - + پارامترهای خط فرمان - + پیکربندی - + تایید - + اتصال - + اتصال به عنوان - + نسخه برداری پروفایل - + داده های احراز هویت - + داده - + برنامه پیش فرض - + حذف داده های احراز هویت - + Delete profile - + مقصد - + جزئیات - + قطع شده - + نمایش - + DNS - + پرس و جوی DNS - + تکه تکه نکنید - + ویرایش داده های احراز هویت - + ویرایش گروه - + Edit profile - + خطا - + صادر کردن - + پالایش - + عمومی - + سرآمدها - + تاریخچه - + کلیدهای میانبر - + سرآمدهای HTTP - + وارد کردن - + اطلاعات - + رابط - + پویشگر IP - + صفحه کلید - + زبان - + کتابخانه ها - + مجوز - + دستگاه ها و منابع محلی - + موقعیت - + پرس و جو - + نشانی MAC - + گذرواژه اصلی - + چند نخی - + شبکه - + رابط شبکه - + سربرگ جدید - + OUI - + رونویسی؟ - + پینگ - + درگاه - + جابجایی پذیر - + پویشگر درگاه - + Profiles - + PuTTY - + Query - + Remote Desktop - + راه اندازی مجدد - + Resolve PTR - + منابع - + نتیجه - + مسیریابی - + پویش - + جستجو - + Select a profile... - + تنظیم گذرواژه اصلی - + تنظیمات - + SNMP - + سوکت - + آمار - + وضعیت - + زیر شبکه - + تقسیم شبکه - + موفقیت! - + شمایل - + Traceroute - + سینی - + بروز رسانی - + v1/v2c - + v3 - + اعتبار سنجی نا موفق بود! - + بیدار شدن با شبکه - + پایگاه وب - + پنجره - + گذرواژه اشتباه - + مشتری - + مدیر - + همیشه آیکن را در سینی نشان بده - + تلاش ها - + زمان میانگین - + پخش - + میانگیر - + بایت ها - + CIDR - + بسته - + دروازه پیش فرض - + حذف... - + توضیحات - + DHCP فعال - + اجاره DHCP منقضی می شود - + اجاره DHCP اخذ شده است - + کارگزار DHCP - + کارگزار(های) DHCP - + پسوند DNS - + نشانی IPv4 پویا - + کارگزار DNS متعلق به IPv4 پویا - + گام - + گام ها - + نام میزبان - + نشانی IP - + نشانی های IP - + IPv4 - + نشانی IPv4 - + دروازه-پیش فرض-IPv4 - + IPv6 - + نشانی IPv6 - + Link-local IPv6 address - + دروازه-پیش فرض-IPv6 - + بیشینه - + بیشینه گام ها - + کمینه کردن پنجره به جای خاتمه دادن برنامه - + کمینه در سینی به جای نوار وظیفه - + کمینه - + نام - + نشانی شبکه - + نقاب زیر شبکه جدید یا CIDR - + خیر - + اخذ نشانی IP به طور خودکار - + اخذ نشانی کارگزار DNS به طور خودکار - + از دست دادن بسته - + بسته ها منتقل شدند - + نشانی فیزیکی - + پروتکل ترجیحی هنگام بازیابی نام میزبان: - + کارگزار DNS اصلی - + دریافت شده / از دست رفته - + بازیابی نام میزبان - + راه اندازی مجدد نیاز است - + ذخیره تنظیمات در پوشه برنامه - + کارگزار DNS ثانویه - + نمایش - + برنامه های زیر را هنگام راه اندازی نمایش بده: - + ابزاری قدرتمند برای مدیریت شبکه ها و عیب یابی مشکلات شبکه! - + سرعت - + شروع به صورت کمینه در سینی - + شروع با ویندوز (کاربر جاری) - + Static IPv4 address - + Static IPv4 DNS server - + Subnet mask - + Threads - + زمان - + زمان 1 - + زمان 2 - + زمان 3 - + Timeout - + Timeout (ms) - + زمان (م.ث) انتظار بین هر پینگ - + TTL - + Type - + Use the following DNS server addresses: - + Use the following IP address: - + Wake up - + Yes - + Add - + Add a tab to perform a DNS lookup... - + Add a tab to perform a network scan... - + Add a tab to perform an SNMP action... - + اضافه کردن یک سربرگ برای انجام پینگ - + Add a tab to perform a port scan... - + Add a tab to perform a trace... - + Add DNS suffix (primary) to hostname - + Additional command line - + Additionals - + Add profile... - + Adjust screen automatically - + Answers - + The application will be restarted afterwards! - + Apply - + Apply Windows key combinations (e.g. ALT+TAB): - + Auth - + Authentication level - + Authorities - + Automatically update every - + back - + Backup - + Baud - + The operation has been canceled by the user! - + Caps lock is enabled! - + Check for updates at startup - + Class - + Clear filter - + Color depth (bit) - + Community - + Configure the path to PuTTY in the settings... - + Confirm close - + Are you sure you want to close the application? - + Connect as... - + Connect external - + Connect the network card to a network to configure it! - + نسخه برداری - + نسخه برداری به عنوان - + نسخه برداری... - + Could not resolve hostname for: "{0}" - + داده احراز هویت - + فایل های پروفایل بر روی دیسک با استفاده از پروتکل AES و اندازه کلید 256 بیت و اندازه بلوک 128 بیت در حالت CBC رمزنگاری می شوند. کلید رمزنگاری از گذرواژه اصلی با استفاده از Rfc2898DeriveBytes (PBKDF2) به همراه 1,000,000 تکرار منتج می شود. در زمان اجرا، پس از بارگذاری فایل پروفایل گذرواژه ها به عنوان رشته امن SecureString ذخیره می شوند. برای برخی از توابع، رمز عبور باید به یک رشته معمولی تبدیل شود و تا زمانی که زباله جمع کن آنها را پاک کند، رمزگذاری نشده در حافظه باقی می ماند. - + سفارشی - + اندازه صفحه سفارشی: - + داده ها بروز رسانی شد! - + داده های احراز هویت باید رمزنگاری گردیده و برای مدیریت آنها بارگذاری شوند. - + پیش فرض - + Baud rate - + درگاه پیش فرض: - + درگاه RLogin: - + درگاه SSH - + درگاه Telnet - + داده احراز هویت منتخب بطور دائم حذف خواهد شد. - + حذف ورودی - + پروفایل منتخب به طور دائمی حذف میگردد. - + پیکربندی خودکار DNS - + پرس و جوی DNS - + کارگزار DNS - + بازکردن اسناد - + دامنه - + جریان - + ویرایش... - + فعال سازی - + فعال سازی فراهم کننده پشتیبانی ایمنی داده احراز هویت - + End time - + Enter a subnet to calculate it... - + Enter subnet and a new subnet mask to create subnets... - + Couldn't connect to 'api.github.com', check your network connection! - + Error in response! - + Error in response! Check if you have write permissions. - + Expand - + First usable IP address - + Fixed screen size: - + Star/Fork the Project on GitHub - + Found - + Group - + Height - + Host - + Hostname or IP address - + Hosts - + ID - + Inherit host from general - + IP range - + Last usable IP address - + Local IP address - + Local port - + MAC address or vendor - + Magic packet successfully sent! - + Maximum number ({0}) of hops/router reached! - + Message size - + Mode - + Multicast - + Multiple instances - + The network address cannot be reached. Check if your computer is connected to the network. For information about network troubleshooting, see Windows Help. - + New connection... - + No DNS record found for "{0}"! Check your input and the settings. - + No enabled network adapters found! - + No ports found. Check your input! - + No profiles found! Create one... - + Nothing found! - + Nothing to do. Check your input! - + No update available! - + No valid file found to import. - + No vendor found. Check your input! - + Number of errors after which is canceled: - + Number of stored entries - + OID - + Only when using the full screen - + On the remote computer - + On this computer - + Open - + Open license - + Open project - + Open website - + override - + Password - + Passwords do not match! - + Path - + Port or service - + Ports - + Priv - + Profile - + Profiles reloaded - + Protocol - + PuTTY process has ended! - + Questions - + RAW - + Recursion - + Redirect clipboard - + Redirect devices - + Redirect drives - + Redirect ports - + Redirect printers - + Redirect smartcards - + Remaining time - + Remote IP address - + Remote port - + Repeat - + Resolve CNAME on ANY requests - + Responses - + Rlogin - + Scanned - + Searched application not found! - + Searched language not found! - + Searched setting not found! - + Security - + Select a screen resolution - + This will reset all settings! - + Serial - + Serial line - + Service - + The found settings file was corrupted or is not compatible with this version! You may report this issue on GitHub. A backup of the settings file was created in the settings folder and the settings were reset. Profile files are not affected! - + Show closed ports - + Show current application title - + Show only most common query types - + Show unreachable IP addresses and ports - + Show statistics - + SSH - + Start time - + State - + Subnet 1 - + Subnet 2 - + Tags - + Telnet - + The application can be started without parameters! - + The following hostnames could not be resolved: - + The following parameters are available: - + The following parameters can not be processed: - + The process can take up some time and resources (CPU / RAM). - + The settings location is not affected! - + Timeout on SNMP query. Maybe the host is not reachable or the community / password is wrong. - + Timeout when querying the DNS server with the IP address "{0}"! - + Timestamp - + Trace - + Unkown error! - + Untray / Bring window to foreground - + URL - + استفاده از داده های احراز هویت - + Use the current view size as the screen size - + Use custom DNS server - + Use custom DNS suffix - + Use resolver cache - + User interface locked! - + Username - + Vendor - + Version - + Version {0} is available! - + Walk mode - + Width - + Profile file could not be decrypted with the given password. - + The entered password is wrong. - + Add... - + Add entry... - + Calculate - + Cancel - + Change - + Change Master Password... - + Check - + Check for updates - + Closed - + Continue - + Custom: - + Cut - + Decrypt and load... - + Delete - + Delete table - + Enter location... - + Everything - + Filter... - + Flush DNS cache - + رمزگشایی و بارگذاری داده های احراز هویت شما برای انتخاب آنها - + Displays this dialog. - + Resets all application settings. - + The password is not displayed when editing, but can be overwritten. - + [0] If server authentication fails, connect to the computer without warning. [1] If server authentication fails, do not establish a connection. [2] If server authentication fails, show a warning and allow me to connect or refuse the connection. [3] No authentication requirement is specified. - + Tags help you organize profiles/Profiles by topics/projects. Multiple tags can be used with ";" be separated. Search by tags with "tag=xxx". - + Hour(s) - + Location of the import file... - + Minute(s) - + Move & Restart - + Network connections.... - + (not changed) - + Off - + OK - + On - + Open location - + Open settings - + Overwrite - + Paste - + Reconnect - + Refresh - + Restart now - + Save - + Search... - + Second(s) - + Send - + Set Master Password... - + Show local licenses - + Subnet Calculator - + Validate - + Connections - + Enter a valid IP range! - + Enter a valid IPv4 address! - + Enter a valid MAC address (like 00:F1:23:AB:F2:35)! - + Enter a valid port (1 - 65535)! - + Enter a valid subnetmask (like 255.255.255.0)! - + Enter a valid subnetmask or CIDR (like 255.255.255.0 or /24)! - + Field cannot be empty! - + File does not exists! - + Folder does not exists! - + Listeners - + Amber - + Appearance - + Applications - + Dark - + Light - + Black - + Blue - + Brown - + Cobalt - + Crimson - + Cyan - + Emerald - + Enter one or more valid IP addresses! - + Enter a valid baud! - + Enter valid hosts (multiple hosts can not end with ";")! - + Enter a valid IP address! - + Enter a valid number! - + Enter a valid OID! - + Enter a valid port and/or port range (1 - 65535)! - + Enter a valid subnet (like 192.168.178.133/26)! - + Enter a valid website (like https://example.com/index.html) - + Green - + Import / Export - + Indigo - + Destination host unreachable. - + Destination network unreachable. - + Destination port unreachable. - + Success - + Request timed out. - + TTL expired in transit. - + Key must have 8 characters or more! - + Lime - + Magenta - + Mauve - + Olive - + Only numbers can be entered! - + Orange - + Pink - + Purple - + Red - + Socket closed. - + Remote disconnect by server. - + Decompression error. - + Connection timed out. - + Decryption error. - + DNS name lookup failure. - + DNS lookup failed. - + Encryption error. - + Windows Sockets gethostbyname call failed. - + Host not found. - + Internal error. - + Internal security error. - + Internal security error. - + The encryption method specified is not valid. - + Bad IP address specified. - + The IP address specified is not valid. - + Security data is not valid. - + Server security data is not valid. - + License negotiation failed. - + Licensing time-out. - + Local disconnection. - + No information is available. - + Out of memory. - + Out of memory. - + Out of memory. - + Remote disconnect by user. - + Failed to unpack server certificate. - + Windows Sockets connect failed. - + Windows Sockets recv call failed. - + The account is disabled. - + The account is expired. - + The account is locked out. - + The account is restricted. - + The received certificate is expired. - + این سیاست از تفویض داده های احراز هویت به کارگزار مقصد پشیبانی نمی کند. - + The server authentication policy does not allow connection requests using saved credentials. The user must enter new credentials. - + Login failed. - + No authority could be contacted for authentication. The domain name of the authenticating party could be wrong, the domain could be unreachable, or there might have been a trust relationship failure. - + The specified user has no account. - + The password is expired. - + The user password must be changed before logging on for the first time. - + Delegation of credentials to the target server is not allowed unless mutual authentication has been achieved. - + The smart card is blocked. - + An incorrect PIN was presented to the smart card. - + Timeout occurred. - + Internal timer error. - + Windows Sockets send call failed. - + Sienna - + Spaces are not allowed! - + Steel - + Taupe - + Closed - + CloseWait - + Closing - + DeleteTcb - + Established - + FinWait1 - + FinWait2 - + LastAck - + Listen - + SynReceived - + SynSent - + TimeWait - + Unkown - + Teal - + Violet - + White - + Yellow - + A profile with this name already exists! - + Closed - + Open - + At least one application must be visible! - + Hidden applications - + Visible applications - + Visible applications in the bar: - + Whois - + Add a tab to query whois... - + Enter a valid domain (like "example.com")! - + Whois server not found for the domain: "{0}" - + Routing - + Release - + Release & Renew - + Renew - + Windows DNS settings - + Delete DNS server - + The selected DNS server will be deleted permanently. - + Add DNS server - + Edit DNS server - + A DNS server with this name already exists! - + Restart session - + TigerVNC - + Configure the path to TigerVNC in the settings... - + TigerVNC process has ended! - + Connecting... - + Resolve MAC address and vendor - + Note - + Export all - + Export... - + Export selected - + Location... - + File - + Enter a valid file path! - + All - + Format - + Selected - + An error occurred while exporting the data. See error message for details: - + Design - + Highlight timeouts - + Enter subnets to create a wide subnet... - + Wide Subnet - + Add tab... - + Add IPv4 address... - + Add IPv4 address - + Max. concurrent host threads - + Max. concurrent port threads - + PowerShell - + Configure the path to PowerShell in the settings... - + PowerShell process has ended! - + Execution Policy - + Remote console - + File path - + Override default settings - + Resolve IPv4 address for this host - + Hide - + Total bytes received - + Total bytes sent - + Download - + Bandwidth - + Upload - + Apply Windows key combinations - + فراهم کننده پشتیبانی ایمنی داده احراز هویت - + Background job - + The background job will save settings and profiles every x-minutes. Value 0 will disable this feature. Changes to this value will take effect after restarting the application. - + Run background job every x-minute - + Your system OS is incompatible with the latest release! - + Dashboard - + All settings can be changed later in the settings! - + Check public IP address - + Thank you for using NETworkManager! If you like this tool, please leave a star on GitHub and recommend it to others. - + When starting the program, it checks in the background whether a new program version is available on GitHub. URL: https://api.github.com/ - + The public IP address is determined via ipify.org. URL: https://api.ipify.org and https://api6.ipify.org - + Privacy - + Welcome - + External services - + Star/Fork the Project on GitHub. - + Help translate the project on Transifex. - + Contact via Twitter. - + Connection - + Computer - + Gateway / Router - + Internet - + Check your network adapter configuration (dns) and if your dns server is configured correctly. - + Check your network adapter configuration (dhcp, static ip) and if you are connected to a network. - + Could not detect gateway ip address! - + Could not detect local ip address! - + Could not get public ip address via WebRequest (http/https) from "{0}"! Check your network connection (firewall, proxy, etc.). - + No A dns records resolved for "{0}"! - + No PTR dns record resolved for "{0}"! - + "{0}" A dns records resolved for "{1}"! - + PTR dns record resolved for "{0}"! - + Got "{0}" as public ip address from "{1}"! - + Resolved "{0}" as hostname for ip address "{1}"! - + Public IP address check is disabled! - + TCP/IP stack is available. "{0}" is reachable via ICMP! - + TCP/IP stack is not available... "{0}" is not reachable via ICMP! - + "{0}" detected as gateway ip address! - + "{0}" detected as local ip address! - + "{0}" is not reachable via ICMP! - + "{0}" is reachable via ICMP! - + Use custom IPv4 address API - + URL to a web service that can be reached via http or https and returns an IPv4 address like "xx.xx.xx.xx" as response. - + Could not parse public ip address from "{0}"! Try another service or use the default... - + Could not connect to "{0}"! - + IPv4 protocol available - + IPv6 protocol available - + نسخه برداری - + Official - + Network connection type - + Desktop background - + Desktop composition - + Experience - + Font smoothing - + Menu and window animation - + Performance - + Persistent bitmap caching - + Reconnect if the connection is dropped - + High-speed broadband (2 Mbps - 10 Mbps) - + Low-speed broadband (256 kbps - 2 Mbps) - + Detect connection quality automatically - + LAN (10 Mbps or higher) - + Modem (56 kbps) - + Satellite (2 Mbps - 16 Mbps with high latency) - + WAN (10 Mbps or higher with high latency) - + Show window contents while dragging - + Visual styles - + Remote audio - + Remote audio playback - + Remote audio recording - + Do not record - + Record from this computer - + Do not play - + Play on remote computer - + Play on this computer - + Gateway - + Custom commands - + Add custom command - + Arguments - + Delete custom command - + Edit custom command - + Program - + The selected custom command will be deleted permanently. - + The following variables are available: $$ipaddress$$ --> IP adresse $$hostname$$ --> Hostname - + Restart - + Could not resolve ip address for hostname! - + Ctrl+Alt+Del - + Keyboard shortcuts - + Adjust screen - + Fullscreen - + Could not send keystroke! - + Disconnect - + Detect local ip address and subnetmask - + Could not detect subnetmask! - + Detecting network... - + Closing in {0} seconds... - + Network unavailable! - + IP address to detect local ip address based on routing - + Show status window on network change - + Time in seconds how long the status window is shown - + WiFi - + Networks - + Searching for networks... - + No WiFi adapters found! - + Searching for WiFi adapters... - + No WiFi networks found! - + Channels - + Channel - + 2.4 GHz - + 5 GHz - + Signal strength - + Current download speed - + Current upload speed - + Measured time - + Network usage - + مجموع دانلود - + مجموع بارگذاری - + تلاش ها - + از میانگیر استفاده کن - + فقط از TCP استفاده کن - + کلاس پرس و جو - + نام دامنه - + مهلت زمانی (ث) - + گزارش یک مشکل یا درخواست یک امکان - + گزارش یک مشکل یا درخواست یک امکان. - + Beacon interval - + رمزنگاری - + زیرساخت - + نوع شبکه - + Phy kind - + زمان فعال بودن - + نمایش پیغام خطا - + نمایش پینگ - + افزودن میزبان - + افزودن یک میزبان جهت نمایش - + مکث - + ادامه - + عدم امکان بازیابی نشانی IP برای:"{0}" - + برنامه راه اندازی مجدد خواهد شد... - + امکان صدور فایل نیست! پیغام خطا را ببینید:"{0}" - + فایل به "{0}" صادر شد! - + امکان ورود فایل نیست! پیغام خطا را ببینید:"{0}" - + موقعیت در نسخه قابل جابجایی نمی تواند تغییر کند! - + آیا رمزنگاری شده - + بازکردن سند در GitHub. - + مشتری 1 - + افزودن فایل پروفایل - + Disable encryption... - + Edit profile file - + Enable encryption... - + Encryption... - + Profile name already exists! - + Rename - + Delete profile file - + Selected profile file will be deleted permanently. - + All profiles in this profile file will be permanently deleted! - + Patch - + Restart the application to change the language! - + Currently downloaded - + Currently uploaded - + LLDP / CDP - + Restart as Administrator - + To analyze network packets, the application must be started with elevated rights! - + Capture - + Device - + Duration (s) - + Model - + VLAN - + Capture network packets to view LLDP or CDP information! - + No discovery protocol packages received! - + Capturing network packages... - + Discovery Protocol - + CDP - + LLDP - + LLDP / CDP - + {0} seconds remaining... - + Help - + Application that is displayed at startup. - + Parameter - + Value - + Web Console - + Reload - + Browser - + The WebView control (Microsoft Edge) cannot connect to websites with an invalid certificate! - + Microsoft.Windows.SDK.Contracts is required for this feature but not available on this system (e.g. on Windows Server). - + ARP Table - + Connections - + Dashboard - + Discovery Protocol - + DNS Lookup - + HTTP Headers - + IP Scanner - + Listeners - + Lookup - + Network Interface - + پینگ - + نمایش پینگ - + Port Scanner - + PowerShell - + PuTTY - + Remote Desktop - + SNMP - + Subnet Calculator - + TigerVNC - + Traceroute - + Wake on LAN - + Web Console - + Whois - + WiFi - + Amber - + Black - + Blue - + Brown - + Cobalt - + Crimson - + Cyan - + Emerald - + Green - + Indigo - + Lime - + Magenta - + Mauve - + Olive - + Orange - + Purple - + Red - + Sienna - + Taupe - + Teal - + Pink - + Yellow - + Steel - + General - + Applications - + General - + Appearance - + Autostart - + General - + HotKeys - + Language - + Profiles - + Settings - + Status - + Update - + Window - + Enable log - + Log file name - + Log path - + Log mode - + Log - + SSH log - + SSH Raw log - + Session log - + SSH log - + SSH and Raw log - + Enter a valid file name! - + Lost - + Received - + Status change - + Update available! - + Private key file - + Preview - + Port profiles - + Add port profile - + Delete port profile - + Edit port profile - + The selected port profile will be deleted permanently. - + Select port profile - + Open port profiles... - + Show SplashScreen on start - + SplashScreen - + Download Microsoft Edge WebView2 Runtime - + Microsoft Edge WebView2 Runtime is not available! - + Frequency - + SSID - + Profile file could not be loaded! - + The profile file could not be loaded and may be corrupted. You can try to restore the file from a backup or delete it. If this happens unexpectedly or after an update, please report the error on GitHub. @@ -2749,360 +2754,360 @@ If this happens unexpectedly or after an update, please report the error on GitH Error message: "{0}" - + Edit group... - + Decryption error - + Could not decrypt file. You may report this issue on GitHub. - + Encryption error - + Could not encrpyt file. You may report this issue on GitHub. - + Current password - + New password - + Change master password - + Unlock profile - + Unlock the profile file to use the profiles! - + Disclaimer - + Merge - + Use other - + Move - + Last scan at {0} - + Hidden Network - + Developed and maintained by {0} with the help of the - + A Simple Public IP Address API - + AirspacePanel fixes all Airspace issues with WPF-hosted Winforms. - + Shared Controlz for WPF and ... more - + DnsClient.NET is a simple yet very powerful and high performant open source library for the .NET Framework to do DNS lookups - + Dragable and tearable tab control for WPF - + C# library take care of complex network, IP, IPv4, IPv6, netmask, CIDR, subnet, subnetting, supernet, and supernetting calculation for .NET developers. - + Simple, flexible, interactive & powerful charts, maps and gauges for .Net - + A collection of loading indicators for WPF - + Some awesome icons for WPF and UWP all together... - + A toolkit for creating Metro / Modern UI styled WPF apps. - + Json.NET is a popular high-performance JSON framework for .NET - + A GitHub API client library for .NET - + Capture and parse CDP and LLDP packets on local or remote computers - + Sharp SNMP Library - Open Source SNMP for .NET and Mono - + A collection of all country flags in SVG - + List of Top-Level-Domains from iana.org, which is used to query whois servers of the TLD from whois.iana.org via port 43 - + OUI data from ieee.org. - + Service Name and Transport Protocol Port Number Registry from iana.org. - + Apache License 2.0 - + BSD-2-Clause - + MIT License - + Unlicense - + C#/WinRT provides packaged WinRT projection support for the C# language. - + Runtime for hosting PowerShell - + The WebView2 control enables you to embed web technologies (HTML, CSS, and JavaScript) in your native applications powered by Microsoft Edge (Chromium). - + Easily add interactivity to your apps using XAML Behaviors for WPF. - + Microsoft WebView2 License - + The current profile file is not encrypted and passwords will stored unencrypted on disk! Enable profile file encryption in Settings>Profile to store credentials securely. - + ICMPv4 - + ICMPv6 - + Check is disabled! - + Enter a valid IPv6 address! - + Public IPv4 address reachable via ICMP. - + Public IPv6 address reachable via ICMP. - + Public IPv4 address - + Public IPv6 address - + Use custom IPv6 address API - + Time to live - + Chassis Id - + Management - + Device description - + Port description - + Remove IPv4 address - + Additional config... - + Remove IPv4 address... - + The remote session ended because the total login time limit was reached. This limit is set by the server administrator or by network policies. - + Enter a valid hostname! - + Enter a valid hostname and port! - + Unable to reconnect to the remote session. - + Migrate - + Report on GitHub - + Groups - + Add group - + Delete group - + Selected group and all profiles inside this group will be deleted permanently. - + The name is already used! - + Resize - + Delete profiles - + Selected profiles will be deleted permanently. - + Use custom themes - + Custom themes - + Reset settings? - + Settings reset! - + AWS Session Manager - + Instance ID - + Local connection - + Local interface - + log4net is a tool to help the programmer output log statements to a variety of output targets. - + AWS Session Manager - + Enabled - + Region - + Synchronize EC2 instances from AWS - + Add AWS profile - + Delete AWS profile - + The selected AWS profile is permanently deleted. The profile is not removed from the ~\.aws\credentials file. - + Edit AWS profile - + Synchronize all EC2 instances from AWS - + Synchronize group EC2 instances from AWS - + Profiles and regions to synchronize - + To synchronize EC2 instances from AWS, the AWS CLI must be configured on the system. The EC2 instances can be queried for multiple AWS accounts (profiles) and multiple regions. To do this, the profile stored in the file "~/.aws/credentials" must be configured along with the region to query. - + AWS SDK for .NET to work with Amazon Elastic Compute Cloud (Amazon EC2) in Amazon Web Services (AWS). - + Default profile - + Default region - + Profile which is used by manually created profiles to connect to an EC2 instance via AWS CLI. If not set, the default AWS CLI settings are used. - + Region which is used by manually created profiles to connect to an EC2 instance via AWS CLI . If not set, the default AWS CLI settings are used. - + If not set, the default AWS CLI settings are used. - + Group name cannot start with "{0}"! - + Synchronize only running EC2 instances from AWS - + An AWS region named "{0}" does not exist! - + AWS CLI v2 is installed! - + AWS CLI v2 is not installed! - + AWS Session Manager Plugin is installed! - + AWS Session Manager Plugin is not installed! - + Check for pre-releases - + Synchronization is disabled! - + Command - + Apply theme to PowerShell console - + The color of the PowerShell console can be changed to the application theme under Settings > General > Appearance - + If you enable this option, the default PowerShell console settings in the registry under HKCU:\Console are overridden so that the PowerShell console window matches the application theme. This is a global system setting that may affect the appearance of the normal PowerShell window. Only the PowerShell consoles configured in the PowerShell and AWS Session Manager settings are modified. Both Windows PowerShell and PWSH (PowerShell 7 and higher) are supported. @@ -3111,166 +3116,166 @@ Click in the upper right corner on the help / documentation button (left of the If the option is disabled again, the values are no longer modified. However, the original values are NOT restored. - + Input cannot end with a ";"! - + Input does not contain any text! - + Bit Calculator - + Bit Calculator - + Notation - + Input - + Unit - + Bits - + Gigabits - + Gigabytes - + Kilobits - + Kilobytes - + Megabits - + Megabytes - + Petabits - + Petabytes - + Terabits - + Terabytes - + Enter a number and select a unit to calculate the units... - + Network - + Proxy - + Resolve IP address for this host (IPv4 is preferred) - + A valid path to PowerShell should end with "pwsh.exe" or "powershell.exe"! - + A valid path to PuTTY should end with "PuTTY.exe"! - + A valid path to TigerVNC should end with "vncviewer-*.exe" or "vncviewer64-*.exe"! - + SNTP Lookup - + Move a .NET Framework/.NET Core app runtime components and dependencies into a sub-directory and make it beauty. - + Add a tab to perform a SNTP lookup... - + SNTP server(s) - + URL to a web service that can be reached via http or https and returns an IPv6 address like "xxxx:xx:xxx::xx" as response. - + IP endpoint - + Local end time - + Local start time - + Network time - + Offset - + Round trip delay - + Server - + SNTP Lookup - + Add SNTP server - + Delete SNTP server - + The selected SNTP server will be deleted permanently. - + Edit SNTP server - + An SNTP server with this name already exists! - + Enter a valid hostname (like "server-01" or "example.com") or a valid IP address (like 192.168.178.1)! - + Server(s) - + Enter master password to unlock the profile file: - + Unlock profile file - + Timed out - + Hostkey - + The settings will be reset and the application will be restarted afterwards! - + Settings have been reset! - + وضعیت پینگ - + ThreadPool additional min. threads - + این پیکربندی کمینه تعداد نخ هایی که در استخر نخ برنامه بر حسب تقاضا ایجاد می شوند را مشخص می کند. این می تواند باعث بهبود راندمان گردد به عنوان مثال پویشگر IP یا پویشگر درگاه. این مقدار به مقدار پیش فرض کمینه نخ ها (تعداد نخ های پردازشگر مرکزی) اضافه می گردد. مقدار 0 پیکربندی پیش فرض را تغییری نمی دهد. اگر مقدار بیشتر از بیشنه پیش فرض نخ های استخر نخ ها باشد ، این مقدار امورد استفاده قرار میگیرد. @@ -3280,537 +3285,537 @@ If the option is disabled again, the values are no longer modified. However, the تغییرات در این مقدار بعد از راه اندازی مجدد برنامه اثر خواهند گذاشت. اینکه آیا مقدار با موفقیت تنظیم شده است را می توان در فایل گزارش زیر مشاهده کرد. %LocalAppData%\NETworkManager\NETworkManager.log - + These settings only change the maximum number of concurrently executed threads per host/port scan. Go to Settings > General > General to adjust the (min) threads of the application. - + Port status - + جزئیات پینگ - + No open ports found! - + Port scan is disabled! - + Scan ports - + برنامه "{0}" پیدا نشد. شاید برنامه در تنظیمات مخفی شده باشد؟ - + پنجره وضعیت - + نمایش نوار آدرس - + فعال کردن این پیکربندی پیشنهاد نمی شود. اجرای های مختلف برنامه همان پیکربندی ها و فایل های پروفایل را استفاده می کنند. با بسته شدن آخرین نسخه در حال اجرا ممکن است تغییرات ایجاد شده توسط سایر اجرا ها رونویسی شود. - + نادیده گرفتن نشانی های محلی - + فعال کردن کارگزار دروازه - + روش ورود - + کارگزار دروازه - + نام کارگزار - + اشتراک گذاری داده های احراز هویت دروازه با کامپیوتر راه دور - + اجازه بده بعداً انتخاب کنم - + کارت هوشمند یا Windows Hello برای مشتریان تجاری - + درخواست برای کلمه عبور (NTLM) - + استفاده از داده های احراز هویت دروازه - + Your computer can't connect to the remote computer because the Remote Desktop Gateway server is temporarily unavailable. Try reconnecting later or contact your network administrator for assistance. - + Your computer can't connect to the remote computer due to one of the following reasons: 1) The requested Remote Desktop Gateway server address and the server SSL certificate subject name do not match. 2) The certificate is expired or revoked. 3) The certificate root authority does not trust the certificate. Contact your network administrator for assistance. - + This computer can't verify the identity of the RD Gateway "". It's not safe to connect to servers that can't be identified. Contact your network administrator for assistance. - + Your computer can't connect to the remote computer because the Remote Desktop Gateway server address requested and the certificate subject name do not match. Contact your network administrator for assistance. - + Your computer can't connect to the remote computer because the Remote Desktop Gateway server's certificate has expired or has been revoked. Contact your network administrator for assistance. - + An error occurred while sending data to the Remote Desktop Gateway server. The server is temporarily unavailable or a network connection is down. Try again later, or contact your network administrator for assistance. - + An error occurred while receiving data from the Remote Desktop Gateway server. Either the server is temporarily unavailable or a network connection is down. Try again later, or contact your network administrator for assistance. - + Your computer can't connect to the remote computer because the Remote Desktop Gateway server address is unreachable or incorrect. Type a valid Remote Desktop Gateway server address. - + Your computer can't connect to the remote computer because the Remote Desktop Gateway server is running low on server resources and is temporarily unavailable. Try reconnecting later or contact your network administrator for assistance. - + The Remote Desktop Gateway server has ended the connection. Try reconnecting later or contact your network administrator for assistance. - + The Remote Desktop Gateway server administrator has ended the connection. Try reconnecting later or contact your network administrator for assistance. - + Remote Desktop can't connect to the remote computer "" for one of these reasons: 1) Your user account is not listed in the RD Gateway's permission list 2) You might have specified the remote computer in NetBIOS format (for example, computer1), but the RD Gateway is expecting an FQDN or IP address format (for example, computer1.fabrikam.com or 157.60.0.1). Contact your network administrator for assistance. - + Remote Desktop can't connect to the remote computer "" for one of these reasons: 1) Your user account is not authorized to access the RD Gateway "" 2) Your computer is not authorized to access the RD Gateway "" 3) You are using an incompatible authentication method (for example, the RD Gateway might be expecting a smart card but you provided a password) Contact your network administrator for assistance. - + Your computer can't connect to the remote computer because your network administrator has restricted access to this RD Gateway server. Contact your network administrator for assistance. - + Your computer can't connect to the remote computer because the web proxy server requires authentication. To allow unauthenticated traffic to an RD Gateway server through your web proxy server, contact your network administrator. - + Your computer can't connect to the remote computer because the Remote Desktop Gateway server reached its maximum allowed connections. Try reconnecting later or contact your network administrator for assistance. - + Your computer can't connect to the remote computer because the Remote Desktop Gateway server does not support the request. Contact your network administrator for assistance. - + Your computer can't connect to the remote computer because the client does not support one of the Remote Desktop Gateway's capabilities. Contact your network administrator for assistance. - + Your computer can't connect to the remote computer because the Remote Desktop Gateway server and this computer are incompatible. Contact your network administrator for assistance. - + Your computer can't connect to the remote computer because no certificate was configured to use at the Remote Desktop Gateway server. Contact your network administrator for assistance. - + Your computer can't connect to the remote computer because the RD Gateway server that you are trying to connect to is not allowed by your computer administrator. If you are the administrator, add this Remote Desktop Gateway server name to the trusted Remote Desktop Gateway server list on your computer and then try connecting again. - + Your computer can't connect to the remote computer because your computer or device did not meet the Network Access Protection requirements set by your network administrator, for one of the following reasons: 1) The Remote Desktop Gateway server name and the server's public key certificate subject name do not match. 2) The certificate has expired or has been revoked. 3) The certificate root authority does not trust the certificate. 4) The certificate key extension does not support encryption. 5) Your computer cannot verify the certificate revocation list. Contact your network administrator for assistance. - + رایانه شما امکان اتصال به رایانه راه دور را ندارد زیرا نام کاربری و گذرواژه مورد نیاز است برای احراز هویت کارگزار دروازه Remote Desktop به جای داده های احراز هویت کارت هوشمند. - + رایانه شما امکان اتصال به رایانه راه دور را ندارد زیرا داده های احراز هویت کارت هوشمند مورد نیاز است برای احراز هویت کارگزار دروازه Remote Desktop به جای نام کاربری و گذرواژه. - + Your computer can't connect to the remote computer because an invalid cookie was sent to the Remote Desktop Gateway server. Contact your network administrator for assistance. - + Your computer can't connect to the remote computer because the cookie was rejected by the Remote Desktop Gateway server. Contact your network administrator for assistance. - + Your computer can't connect to the remote computer because the Remote Desktop Gateway server is expecting an authentication method different from the one attempted. Contact your network administrator for assistance. - + The RD Gateway connection ended because periodic user authentication failed. Try reconnecting with a correct user name and password. If the reconnection fails, contact your network administrator for further assistance. - + The RD Gateway connection ended because periodic user authorization failed. Try reconnecting with a correct user name and password. If the reconnection fails, contact your network administrator for further assistance. - + Your computer can't connect to the remote computer because the Remote Desktop Gateway and the remote computer are unable to exchange policies. This could happen due to one of the following reasons: 1. The remote computer is not capable of exchanging policies with the Remote Desktop Gateway. 2. The remote computer's configuration does not permit a new connection. 3. The connection between the Remote Desktop Gateway and the remote computer ended. Contact your network administrator for assistance. - + The RD Gateway connection ended because periodic user authorization failed. Your computer or device didn't pass the Network Access Protection (NAP) requirements set by your network administrator. Contact your network administrator for assistance. - + Connected - + Error while scanning WiFi adapter "{0}" with error: "{1}" - + Connect... - + {0} disconnected! - + Connect to {0} - + WPS - + Connect automatically - + Pre-shared key - + Connecting to {0}... - + Could not connect to {0} ({1})! - + Successfully connected to {0}! - + Access to the network has been revoked - + داده های احراز هویت بی اعتبار - + Network not available - + Successful - + Connection attempt timed out - + -/- - + Authentication protocol is not supported! - + Checking WPS... - + Open OID profiles... - + MIB - + OID profiles - + Select OID profile - + Add OID profile - + Delete OID profile - + The selected OID profile will be deleted permanently. - + Edit OID profile - + Enter password... - + Add tab - + (from profile) - + New subnet mask - + Add server - + SNTP server - + The settings on this page contain errors. Correct them to be able to save. - + SSH hostkey to use for the connection (like "71:b8:f2:6e..."). Only available if the mode is "SSH". - + Full path to the private key file (like "C:\Users\BornToBeRoot\SSH\private_key.ppk"). Only available if the mode is "SSH". - + Username that will be passed into the PuTTY session. Only available if the mode is "SSH", "Telnet" or "Rlogin". - + ASN - + AS Name - + City - + Continent - + Country - + Currency - + District - + DNS resolver - + EDNS - + Geolocation - + Hosting - + IP geolocation - + ISP - + Latitude - + Longitude - + Mobile - + Organization - + PTR record - + ناحیه زمانی - + Zip - + IP Geolocation API - Fast, accurate, reliable - + Check DNS resolver - + Check IP geolocation - + The DNS resolver is determined via ip-api.com. URL: https://edns.ip-api.com/ - + The IP geolocation is determined via ip-api.com. URL: http://ip-api.com/ - + To provide additional features, third party services are used that are not operated by me. You can deselect them below. No data is transferred to me at any time. - + Checking DNS resolver... - + Checking IP geolocation... - + Check your network connection and try again in a few seconds. - + ip-api.com rate limit reached (too many requests from your network)! Try again in a few seconds. - + HTTP status code - + Steel - + Rate limit reached! Try again in {0} seconds... - + عمومی - + BSSID - + No reachable hosts found! - + Application - + Enable experimental features to test new functions. These are not yet complete, contain bugs, can crash the application and may change again until release. - + Experimental features - + Experimental - + Run command... - + IP Geolocation - + Add a tab to query the IP geolocation... - + Enter a domain to query whois... - + Enter host to query IP geolocation... - + Unknown user name. - + Authentication failure (incorrect password, community or key). - + The operation was successful without any errors. - + The response to your request was too large to fit into a single response! - + The requested OID could not be found! - + A read-write or write-only object was set to an inconsistent value! - + The requested OID does not exist and is not writable! - + An error occurred for which no specific message is available! - + The requested object is not accessible for modification! - + The object was set to an incompatible data type! - + The value assigned to the object exceeds its maximum length! - + The encoding used for the object is incorrect! - + The value assigned to the object is not a valid choice! - + The requested object does not exist and cannot be created! - + The MIB variable is currently in an inconsistent state and cannot be modified! - + There are no available system resources to perform the requested operation! - + An error occurred during the set operation! - + A set operation failed, and previous changes could not be rolled back! - + Authentication failed. Please check the community string! - + The requested object is not writable and cannot be modified! - + The object's state is inconsistent, preventing the set operation! - + Close all - + Expand host view - + Host cannot be set while other hosts are being added. Please wait until the process is complete and try again. - + Run command... (Ctrl+Shift+P) - + No matching commands! - + Remote hostname - + Process ID - + Process path - + Process name - + NetBIOS - + Computer name - + Error - + OK - + Warning - + Group / domain name - + NetBIOS reachable - + Scan for NetBIOS - + NetBIOS scan is disabled! - + Resolve Hostname is disabled! - + Resolve MAC address is disabled! - + Close group - + Run command... (Ctrl+Shift+P) diff --git a/Source/NETworkManager.Localization/Resources/Strings.fr-FR.resx b/Source/NETworkManager.Localization/Resources/Strings.fr-FR.resx index c3cf8fca4c..35315fe561 100644 --- a/Source/NETworkManager.Localization/Resources/Strings.fr-FR.resx +++ b/Source/NETworkManager.Localization/Resources/Strings.fr-FR.resx @@ -1,2745 +1,2750 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - - - - - - - text/microsoft-resx - - - 2.0 - - - System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - + + + + text/microsoft-resx + + + 2.0 + + + System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + + + + System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + + + À propos de - + Accent - + Ajouter les comptes - + Ajouter une entrée - + Ajouter un profil - + Êtes vous sûr? - + ARP - + Table ARP - + Authentification - + Démarrage automatique - + Calculette - + Arguments Lignes de commande - + Configurer - + Confirmer - + Connecter - + Connecter en tant que - + Copier le profil - + Compte - + Données - + Application par défaut - + Supprimer le compte - + Supprimer le profil - + Destination - + Détails - + Déconnecter - + Affichage - + DNS - + Requête DNS - + Ne pas fragmenter - + Éditer le compte - + Éditer le groupe - + Éditer le profil - + Erreur - + Exporter - + Filtrer - + Général - + Entêtes - + Historique - + Raccourcis clavier - + Entêtes HTTP - + Importer - + Information - + Interface - + Scan IP - + Clavier - + Langage - + Librairies - + Licence - + Appareils et ressources locales - + Localisation - + Chercher - + Adresse MAC - + Mot de passe Maître - + Multithreading - + Réseau - + Interface réseau - + Nouvel onglet - + OUI - + Écraser? - + Ping - + Port - + Portable - + Scan de ports - + Profils - + PuTTY - + Requête - + Bureau à distance - + Mise à zéro - + Résolution PTR - + Ressources - + Résultats - + Route - + Scan - + Rechercher - + Sélectionner un profil - + Définir le mot de passe maître - + Paramètres - + SNMP - + Socket - + Statistiques - + État - + Sous-réseau - + Sous-réseau - + Succès - + Thème - + Traceroute - + Barre d'état - + Mise à jour - + v1/v2c - + v3 - + Validation échouée! - + Wake on LAN - + Site web - + Fenêtre - + Mauvais mot de passe - + Client - + Administrateur - + Toujours afficher l'icône dans la barre d'état - + Tentatives - + Temps moyen - + Broadcast - + Tampon - + Octets - + CIDR - + Fermer - + Passerelle par défaut - + Supprimer… - + Description - + DHCP activé - + Expiration du bail DHCP - + Bail DHCP obtenu - + Serveur DHCP - + Serveur(s) DNS - + Suffixe DNS - + Adresse IPv4 dynamique - + Serveur DNS IPv4 dynamique - + Saut - + Sauts - + Nom d'hôte - + Adresse IP - + Adresses IP - + IPv4 - + Adresse IPv4 - + Adresse par défaut IPv4 - + IPv6 - + Adresse IPv6 - + Adresse IPv6 de liaison locale - + Passerelle par défaut IPv6 - + Maximum - + Maximum hops - + Minimiser la fenêtre principale au lieu de mettre fin à l'application - + Minimiser vers barre d'état au lieu de la barre des tâches - + Minimum - + Nom - + Adresse du réseau - + Nouveau masque de sous-réseau ou CIDR - + Aucun - + Obtenir une adresse IP automatiquement - + Obtention auto de l'adresse du serveur DNS - + Paquets perdus - + Paquets transmis - + Adresse physique - + Protocole préféré lors de la résolution du nom d'hôte: - + Serveur DNS primaire - + Reçus / Perdus - + Résoudre le nom d'hôte - + Redémarrage requis - + Enregistrer les paramètres dans le dossier d'application - + Serveur DNS secondaire - + Afficher - + Affichez l'application suivante au démarrage: - + Un outil puissant pour gérer les réseaux et résoudre les problèmes de réseau! - + Vitesse - + Démarrer minimisé dans barre d'état - + Démarrer avec Windows (utilisateur actuel) - + Adresse IPv4 statique - + Serveur DNS IPv4 statique - + Subnet mask - + Fils de Discussions - + Temps - + Temps 1 - + Temps 2 - + Temps 3 - + Délai d'attente - + Délai d'attente (ms) - + Time (ms) to wait between each ping - + TTL - + Type - + Utilisez les adresses de serveur DNS suivantes: - + Utilisez l'adresse IP suivante: - + S'éveiller - + Oui - + Ajouter - + Ajouter un onglet pour effectuer une recherche DNS… - + Ajouter un onglet pour effectuer un scan du réseau… - + Ajouter un onglet pour effectuer une action SNMP… - + Ajouter un onglet pour effectuer un ping… - + Ajouter un onglet pour effectuer un scan de port… - + Ajouter un onglet pour effectuer une trace… - + Ajouter suffixe DNS (principal) au nom d'hôte - + Ligne de commande supplémentaire - + Compléments - + Ajouter un profil… - + Ajustement auto de l'écran - + Réponses - + L'application sera redémarrée par la suite! - + Appliquer - + Appliquer combinaisons de touches Windows (par ex: ALT+TAB): - + Auth - + Niveau d'authentification - + Autorités - + Mise à jour auto de chaque - + retour - + Sauvegarde - + Baud - + L'opération a été annulée par l'utilisateur! - + Verrouillage des majuscules est activé! - + Vérifiez mises à jour au démarrage - + Classe - + Effacer le filtre - + Profondeur de couleur (bit) - + Communauté - + Configurez le chemin d'accès à PuTTY dans les paramètres… - + Confirmer la fermeture - + Êtes-vous sûr de vouloir fermer l'application? - + Connecter comme… - + Connexion externe - + Connectez la carte réseau à un réseau pour la configurer! - + Copier - + Copier sous… - + Copier… - + Impossible de résoudre le nom d'hôte pour: "{0}" - + Accréditation - + Profile files are encrypted on disk using AES with a key size of 256 bits and a block size of 128 bits in CBC mode. The encryption key is derived from a master password using Rfc2898DeriveBytes (PBKDF2) with 1,000,000 iterations. At runtime, passwords are stored as SecureString once the profile file is loaded. For some functions, the password must be converted to a normal string and remains unencrypted in memory until the garbage collector cleans them up. First make a backup copy of your profile files before enabling encryption! - + Personnalisée - + Taille d'écran personnalisée: - + Les données ont été mises à jour! - + Les informations d'identification doivent être décryptées et chargées pour les gérer. - + Par défaut - + Débit en bauds - + Port par défaut: - + Port Rlogin - + Port SSH - + Port Telnet - + Les informations d'identification sélectionnées seront supprimées définitivement. - + Supprimer l'entrée - + Selected profile will be deleted permanently. - + Auto-configuration DNS - + Recherche DNS… - + Serveur DNS - + Ouvrir la documentation - + Domaine - + Durée - + Éditer - + Activer - + Activer le fournisseur de support de sécurité des informations d'identification - + Heure de fin - + Enter a subnet to calculate it... - + Entrez sous-réseau et un nouveau masque de sous-réseau pour créer des sous-réseaux … - + Impossible de se connecter à 'api.github.com', vérifiez votre connexion réseau! - + Erreur de réponse! - + Erreur de réponse! Vérifiez si vous avez les droits d'écriture. - + Développer - + Première adresse IP utilisable - + Taille d'écran fixe: - + Lancer/faire aboutir le projet sur GitHub - + Trouvé - + Groupe - + Hauteur - + Hôte - + Nom d'hôte ou adresse IP - + Hosts - + ID - + Inherit host from general - + Plage IP - + Dernière adresse IP utilisable - + Adresse IP locale - + Port local - + Adresse MAC ou fournisseur - + Paquet magique envoyé avec succès! - + Nombre maximum ({0}) de sauts/routeur atteint! - + Taille du message - + Mode - + Multidiffusion - + Multiples instances - + L'adresse du réseau n'est pas accessible. Vérifiez si votre ordinateur est connecté au réseau. Pour plus d'informations sur le dépannage du réseau, consultez l'aide de Windows. - + Nouvelle connexion… - + Aucun enregistrement DNS trouvé pour "{0}"! Vérifiez votre saisie et les paramètres. - + Aucune carte réseau activée trouvée! - + Aucun port trouvé. Vérifiez votre entrée! - + Aucun profil trouvé! Créez-en un… - + Rien n'a été trouvé! - + Rien à faire. Vérifiez votre entrée! - + Aucune mise à jour disponible! - + Aucun fichier valide trouvé à importer. - + Aucun vendeur trouvé. Vérifiez votre entrée! - + Nombre d'erreurs après lesquelles est annulé: - + Nombre d'entrées stockées - + OID - + Uniquement en utilisant le plein écran - + Sur un ordinateur distant - + Sur cet ordinateur - + Ouvrir - + Licence ouverte - + Ouvrir un projet - + Ouvrir le site web - + passer outre - + Mots de passe - + Les mots de passe ne correspondent pas! - + Chemin - + Port ou service - + Ports - + Privé - + Profil - + Profils rechargés - + Protocole - + Le processus PuTTY est terminé! - + Questions - + RAW - + Récursivité - + Rediriger le presse-papiers - + Rediriger les dispositifs - + Rediriger les lecteurs - + Rediriger les ports - + Rediriger les imprimantes - + Rediriger les cartes à puce - + Durée restante - + Adresse IP distante - + Port distant - + Répéter - + Résoudre CNAME sur TOUTES les requêtes - + Réponses - + Rconnexion - + Scannée - + Application recherchée introuvable! - + Langue recherchée introuvable! - + Paramètre recherché introuvable! - + Sécurité - + Sélectionnez une résolution d'écran - + Cela réinitialisera tous les paramètres! - + Série - + Serial line - + Service - + Le fichier de paramètres trouvé était corrompu ou n'est pas compatible avec cette version. Tous les paramètres ont été réinitialisés! (Les fichiers de profil ne sont pas affectés!) - + Afficher les ports fermés - + Afficher le titre de l'application actuelle - + Afficher uniquement les types de requête les plus courants - + Show unreachable IP addresses and ports - + Afficher les statistiques - + SSH - + Heure de début - + État - + Sous-réseau 1 - + Sous-réseau 2 - + Balises - + Telnet - + L'application peut être lancée sans paramètres! - + Les noms d'hôtes suivants n'ont pas pu être résolus: - + Les paramètres suivants sont disponibles: - + Les paramètres suivants ne peuvent pas être traités: - + Le processus peut prendre du temps et des ressources (CPU / RAM). - + L'emplacement des paramètres n'est pas affecté - + Timeout on SNMP query. Maybe the host is not reachable or the community / password is wrong. - + Délai d'attente lors de l'interrogation du serveur DNS avec l'adresse IP "{0}"! - + Horodatage - + Tracer - + Erreur inconnue! - + Untray / Bring window to foreground - + URL - + Utiliser les justificatifs d'identité - + Utiliser la taille d'affichage actuelle comme taille d'écran - + Utiliser un serveur DNS personnalisé - + Utiliser un suffixe DNS personnalisé - + Utiliser le cache du résolveur - + Interface utilisateur verrouillée! - + Nom d'utilisateur - + Vendeur - + Version - + Version {0} est disponible! - + Mode marche - + Largeur - + Profile file could not be decrypted with the given password. - + Le mot de passe saisi est incorrect. - + Ajouter… - + Ajouter une entrée… - + Calculer - + Annuler - + Changer - + Changer le mot de passe principal… - + Vérifiez - + Vérifiez les mises à jour - + Fermé - + Continuer - + Personnalisé: - + Couper - + Décrypter et charger… - + Supprimer - + Supprimer la table - + Entrez l'emplacement… - + Tout savoir - + Filtre… - + Vider le cache DNS - + Décryptez et chargez vos justificatifs d'identité pour les sélectionner. - + Affiche ce dialogue. - + Réinitialise tous les paramètres de l'application. - + Le mot de passe n'est pas affiché lors de l'édition, mais peut être écrasé. - + [0] Si l'authentification du serveur échoue, connectez-vous à l'ordinateur sans avertissement. [1] Si l'authentification du serveur échoue, n'établissez pas de connexion. [2] Si l'authentification du serveur échoue, affichez un avertissement et autorisez-moi à me connecter ou refusez la connexion. [3] Aucune exigence d'authentification n'est spécifiée. - + Tags vous aident à organiser les profils par thèmes/projets. Plusieurs balises peuvent être utilisées avec " ;" séparé. Faites une recherche par balises avec "tag=xxx". - + Heure(s) - + Emplacement du fichier d'importation… - + Minute(s) - + Déplacer & Redémarrer - + Connexions réseau… - + (inchangé) - + Éteint - + OK - + Allumé - + Ouvrir emplacement - + Ouvrir paramètres - + Écraser - + Coller - + Reconnectez-vous - + Actualiser - + Redémarrer maintenant - + Sauvegarder - + Chercher… - + Seconde(s) - + Envoyé - + Définir le mot de passe principal… - + Afficher les licences locales - + Calculateur de sous-réseau - + Valider - + Connexions - + Enter a valid IP range! - + Entrez une adresse IPv4 valide! - + Entrez une adresse MAC valide (comme 00: F1: 23: AB: F2: 35)! - + Entrez un port valide (1 - 65535)! - + Entrez un masque de sous-réseau valide (comme 255.255.255.0)! - + Entrez un masque de sous-réseau ou CIDR valide (comme 255.255.255.0 ou / 24)! - + Le champ ne peut pas être vide! - + Le fichier n'existe pas! - + Le dossier n'existe pas! - + Les auditeurs - + Ambre - + Apparence - + Applications - + Sombre - + Clair - + Noir - + Bleu - + Marron - + Cobalt - + Cramoisi - + Cyan - + Émeraude - + Entrez une ou plusieurs adresses IP valides! - + Entrez un baud valide! - + Entrez des hôtes valides (plusieurs hôtes ne peuvent pas finir par ";")! - + Entrez une adresse IP valide! - + Entrez un numéro valide! - + Entrez un OID valide! - + Entrez un port et/ou une plage de ports valide (1 - 65535)! - + Entrez un sous-réseau valide (comme 192.168.178.133/26)! - + Entrez un site web valide (comme https://example.com/index.html) - + Vert - + Importer / Exporter - + Indigo - + Hôte de destination inaccessible. - + Réseau de destination inaccessible. - + Port de destination inaccessible. - + Succès - + La demande a expiré. - + TTL a expiré en transit. - + La clé doit avoir 8 caractères ou plus! - + Citron vert - + Magenta - + Mauve - + Olive - + Seuls les chiffres peuvent être saisis! - + Orange - + Rose - + Violet - + Rouge - + Prise fermée. - + Déconnexion à distance par le serveur. - + Erreur de décompression. - + Connexion interrompue. - + Erreur de décryptage. - + Échec de la recherche de nom DNS. - + La recherche DNS a échoué. - + Erreur de cryptage. - + Échec de l'appel gethostbyname de Windows Sockets. - + Hôte non trouvé. - + Erreur interne. - + Erreur de sécurité interne. - + Erreur de sécurité interne. - + La méthode de cryptage spécifiée n'est pas valide. - + Mauvaise adresse IP spécifiée. - + L'adresse IP indiquée n'est pas valide. - + Données de sécurité ne sont pas valides. - + Données de sécurité du serveur ne sont pas valides. - + Négociation de licence a échoué. - + Délai d'expiration de la licence. - + Déconnexion locale. - + Aucune information n'est disponible. - + Hors de la mémoire. - + Hors de la mémoire. - + Hors de la mémoire. - + Déconnexion à distance par l'utilisateur. - + Échec du déballage du certificat du serveur. - + La connexion Windows Sockets a échoué. - + Échec de l'appel recv de Windows Sockets. - + Le compte est désactivé. - + Le compte a expiré. - + Le compte est verrouillé. - + Le compte est restreint. - + Le certificat reçu est expiré. - + La politique ne prend pas en charge la délégation de pouvoirs au serveur cible. - + La politique d'authentification du serveur n'autorise pas les demandes de connexion utilisant des informations d'identification enregistrées. L'utilisateur doit saisir de nouveaux identifiants. - + Connexion échouée. - + Aucune autorité n'a pu être contactée pour l'authentification. Nom de domaine de la partie authentifiante peut être incorrect, domaine peut être inaccessible ou il peut y avoir eu un échec de la relation d'approbation. - + L'utilisateur spécifié n'a pas de compte. - + Le mot de passe a expiré. - + Mot de passe utilisateur doit être modifié avant la première connexion. - + Délégation des informations d'identification au serveur cible n'est autorisée que si authentification mutuelle a été réalisée. - + La carte à puce est bloquée. - + Un code PIN incorrect a été présenté à la carte à puce. - + Un dépassement de délai s'est produit. - + Erreur de minuterie interne. - + L'appel envoyé par Windows Sockets a échoué. - + Terre de sienne - + Les espaces ne sont pas autorisés! - + Acier - + Taupe - + Fermé - + FermerAttendre - + Fermeture - + SupprimerTcb - + Établie - + FinAttente1 - + FinAttente2 - + Dernier Ack - + Écouter - + Syn reçu - + Syn envoyé - + Temps d'attente - + Inconnu - + Sarcelle - + Violet - + Blanc - + Jaune - + Un profil avec ce nom existe déjà! - + Fermée - + Ouverte - + Au moins une application doit être visible! - + Applications masquées - + Applications visibles - + Applications visibles dans la barre: - + Whois - + Ajouter un onglet pour interroger whois… - + Entrez un domaine valide (comme "exemple.com")! - + Serveur Whois non trouvé pour le domaine: "{0}" - + Routage - + Libérer - + Libérer & renouveler - + Renouveler - + Paramètres DNS Windows - + Supprimer le serveur DNS - + Le serveur DNS sélectionné sera supprimé définitivement. - + Ajouter serveur DNS - + Éditer le serveur DNS - + Un serveur DNS avec ce nom existe déjà! - + Redémarrer la session - + TigerVNC - + Configurez chemin d'accès à TigerVNC dans paramètres… - + Le processus TigerVNC est terminé! - + Connexion… - + Résoudre l'adresse MAC et le fournisseur - + Remarque - + Exporter tout - + Exporter… - + Exporter sélectionné - + Emplacement… - + Fichier - + Entrez un chemin de fichier valide! - + Tout - + Format - + Sélectionné - + Une erreur s'est produite lors de l'exportation des données. Voir message d'erreur pour plus de détails: - + Conception - + Mettre en surbrillance les délais - + Entrez des sous-réseaux pour créer un large sous-réseau… - + Large sous-réseau - + Ajouter un onglet… - + Ajouter une adresse IPv4... - + Ajouter une adresse IPv4 - + Max. concurrent host threads - + Max. concurrent port threads - + PowerShell - + Configurez chemin d'accès à PowerShell dans paramètres… - + Le processus PowerShell est terminé! - + Politique d'exécution - + Console à distance - + Chemin du fichier - + Remplacer les paramètres par défaut - + Résoudre adresse IPv4 pour cet hôte - + Masquer - + Total octets reçus - + Total octets envoyés - + Téléchargement - + Bande passante - + Chargement - + Appliquer les combinaisons de touches Windows - + Fournisseur de support pour sécurité des justificatifs d'identité - + Travail de fond - + The background job will save settings and profiles every x-minutes. Value 0 will disable this feature. Changes to this value will take effect after restarting the application. - + Exécuter un travail en arrière-plan toutes les x minutes - + Votre système d'exploitation est incompatible avec la dernière version! - + Tableau de bord - + All settings can be changed later in the settings! - + Vérifier l'adresse IP publique - + Thank you for using NETworkManager! If you like this tool, please leave a star on GitHub and recommend it to others. - + Lors du démarrage du programme, il vérifie en arrière-plan si une nouvelle version du programme est disponible sur GitHub. URL: https://api.github.com/ - + L'adresse IP publique est déterminée via ipify.org. URL: https://api.ipify.org/ - + Vie privée - + Bienvenu - + Services extérieurs - + Star/Fork le Projet sur GitHub. - + Aidez à traduire le projet sur Transifex. - + Contact via Twitter. - + Connexion - + Ordinateur - + Passerelle / Routeur - + Internet - + Vérifiez la configuration de votre carte réseau (DNS) et si votre serveur DNS est correctement configuré. - + Vérifiez la configuration de votre carte réseau (DHCP, IP statique) et si vous êtes connecté à un réseau. - + Impossible de détecter l'adresse IP de la passerelle! - + Impossible de détecter l'adresse IP locale! - + Impossible d'obtenir l'adresse IP publique via WebRequest (http/https) depuis "{0}"! Vérifiez votre connexion réseau (pare-feu, proxy, etc.). - + Aucun enregistrement DNS résolu pour "{0}"! - + Aucun enregistrement DNS PTR résolu pour "{0}"! - + "{0}" Un enregistrement DNS résolu pour "{1}"! - + Enregistrement DNS PTR résolu pour "{0}"! - + Obtenu "{0}" comme adresse IP publique de "{1}"! - + Resolu "{0}" comme nom d'hôte pour l'adresse IP "{1}"! - + Vérification de l'adresse IP publique est désactivée! - + Pile TCP/IP disponible. "{0}" est accessible via l'ICMP! - + Pile TCP/IP non disponible… "{0}" n'est pas accessible via l'ICMP! - + "{0}" détecté comme adresse IP de passerelle! - + "{0}" détecté comme adresse IP locale! - + "{0}" n'est pas accessible via ICMP! - + "{0}" est accessible via ICMP! - + Utiliser API d'adresse IPv4 personnalisée - + URL to a web service that can be reached via http or https and returns an IPv4 address like "xx.xx.xx.xx" as response. - + Impossible d'analyser l'adresse IP publique depuis "{0}"! Essayez un autre service ou utilisez la valeur par défaut… - + N'a pas pu se connecter à "{0}"! - + Protocole IPv4 disponible - + Protocole IPv6 disponible - + Copie - + Officiel - + Type de connexion réseau - + Arrière-plan du bureau - + Composition du bureau - + Expérience - + Lissage des polices - + Animation des menus et des fenêtres - + Performance - + Mise en cache bitmap persistante - + Reconnectez-vous si la connexion est interrompue - + Haut débit à haute vitesse (2 Mbps - 10 Mbps) - + Haut débit à faible vitesse (256 kbps - 2 Mbps) - + Détection auto de la qualité de la connexion - + LAN (10 Mbps ou plus) - + Modem (56 kbps) - + Satellite (2 Mbps - 16 Mbps avec une forte latence) - + WAN (10 Mbps ou plus avec une latence élevée) - + Afficher contenu de la fenêtre en la faisant glisser - + Styles visuels - + Audio à distance - + Lecture audio à distance - + Enregistrement audio à distance - + Ne pas enregistrer - + Enregistrer à partir de cet ordinateur - + Ne pas jouer - + Jouer sur un ordinateur distant - + Jouer sur cet ordinateur - + Passerelle - + Commandes personnalisées - + Ajouter commande personnalisée - + Arguments - + Supprimer commande personnalisée - + Éditer commande personnalisée - + Programme - + Commande personnalisée sélectionnée sera supprimée définitivement. - + Variables suivantes sont disponibles: $$ipaddress$$ --> IP adresse $$hostname$$ --> Hostname - + Redémarrer - + Could not resolve ip address for hostname! - + Ctrl+Alt+Sup - + Raccourcis clavier - + Ajuster l'écran - + Plein écran - + Impossible d'envoyer la frappe! - + Déconnecter - + Détecter l'adresse IP locale et le masque de sous-réseau - + Impossible de détecter le masque de sous-réseau! - + Détection de réseau… - + Fermer dans {0} secondes... - + Réseau indisponible! - + Adresse IP pour détecter l'adresse IP locale en fonction du routage - + Afficher fenêtre d'état lors d'un changement de réseau - + Time in seconds how long the status window is shown - + Wi-Fi - + Réseaux - + Recherche de réseaux… - + Aucun adaptateur WiFi trouvé! - + Recherche d'adaptateurs Wi-Fi… - + Aucun réseau WiFi trouvé! - + Canaux - + Canal - + 2.4 GHz - + 5 GHz - + Intensité du signal - + Vitesse de téléchargement actuelle - + Vitesse de chargement actuelle - + Temps mesuré - + Utilisation du réseau - + Total des téléchargements - + Total des chargements - + Réessais - + Utiliser le cache - + Utilisez uniquement TCP - + Classe de requête - + Nom du domaine - + Délai (s) - + Signaler un problème ou créer une demande de fonctionnalité - + Signaler un problème ou créer une demande de fonctionnalité. - + Intervalle des balises - + Cryptage - + Infrastructure - + Genre de réseau - + Phy genre - + Disponibilité - + Afficher le message d'erreur - + Ping Moniteur - + Ajouter un hôte - + Ajouter un hôte à surveiller - + Pause - + Reprendre - + Impossible de résoudre l'adresse IP pour: "{0}" - + L'application sera relancée… - + Impossible d'exporter fichier! Voir message d'erreur: "{0}" - + Fichier exporté vers "{0}"! - + Impossible d'importer fichier! Voir message d'erreur: "{0}" - + Emplacement ne peut pas être changé en version portable! - + Est crypté - + Ouvrir la documentation sur GitHub. - + Client 1 - + Ajouter un fichier de profil - + Désactiver le cryptage… - + Éditer le fichier de profil - + Activer le cryptage… - + Cryptage… - + Nom du profil existe déjà! - + Renommer - + Supprimer le fichier de profil - + Fichier de profil sélectionné sera supprimé définitivement. - + Tous profils du fichier de profil seront supprimés définitivement! - + Chemin - + Redémarrez l'application pour changer la langue! - + Actuellement téléchargé - + Actuellement mis en ligne - + LLDP / CDP - + Redémarrer en tant qu'administrateur - + Pour analyser les paquets du réseau, l'application doit être lancée avec des droits élevés! - + Capture - + Dispositif - + Durée (s) - + Modèle - + VLAN - + Capturez les paquets réseau pour visualiser les informations LLDP ou CDP! - + Aucun paquet de protocole de découverte reçu! - + Capturer les paquets du réseau... - + Protocole de découverte - + CDP - + LLDP - + LLDP / CDP - + {0} secondes restantes... - + Aide - + Application qui s'affiche au démarrage. - + Paramètre - + Valeur - + Console Web - + Recharger - + Navigateur - + Le contrôle WebView (Microsoft Edge) ne peut pas se connecter à des sites web avec un certificat non valide! - + Microsoft.Windows.SDK.Contracts est requis pour cette fonctionnalité mais n'est pas disponible sur ce système (par ex: sur Windows Server). - + Table ARP - + Connexions - + Tableau de bord - + Protocole de découverte - + Recherche DNS - + En-têtes HTTP - + Scanner IP - + Auditeurs - + Chercher - + Interface réseau - + Ping - + Ping Moniteur - + Port Scanner - + PowerShell - + PuTTY - + Bureau à distance - + SNMP - + Calculateur de sous-réseau - + TigerVNC - + Traceroute - + Wake on LAN - + Console Web - + Whois - + WiFi - + Ambré - + Noir - + Bleu - + Marron - + Cobalt - + Cramoisi - + Cyan - + Émeraude - + Vert - + Indigo - + Citron vert - + Magenta - + Mauve - + Olive - + Orange - + Violet - + Rouge - + Terre de sienne - + Taupe - + Sarcelle - + Rose - + Jaune - + Steel - + General - + Applications - + General - + Appearance - + Autostart - + General - + HotKeys - + Language - + Profiles - + Settings - + Status - + Update - + Window - + Activer le journal - + Nom du fichier journal - + Chemin du journal - + Mode journal - + Journal - + Journal SSH - + Journal SSH Brut - + Journal de session - + Journal SSH - + SSH and Raw log - + Entrez un nom de fichier valide! - + Perdu - + Reçu - + Changement de statut - + Mise à jour disponible! - + Fichier de clé privée - + Aperçu - + Profils du port - + Ajouter un profil du port - + Supprimer le profil du port - + Éditer le profil du port - + Le profil du port sélectionné sera supprimé définitivement. - + Sélectionnez le profil du port - + Ouvrir les profils du port... - + Afficher Écran de démarrage au démarrage - + Écran de démarrage - + Télécharger Microsoft Edge WebView2 Runtime - + Microsoft Edge WebView2 Runtime n'est pas disponible! - + Fréquence - + SSID - + Profile file could not be loaded! - + The profile file could not be loaded and may be corrupted. You can try to restore the file from a backup or delete it. If this happens unexpectedly or after an update, please report the error on GitHub. @@ -2748,360 +2753,360 @@ If this happens unexpectedly or after an update, please report the error on GitH Error message: "{0}" - + Éditer le groupe... - + Erreur de décryptage - + Impossible de décrypter fichier. Reportez ce problème sur GitHub. - + Erreur de cryptage - + Impossible de crypter le fichier. Reportez ce problème sur GitHub. - + Mot de passe actuel - + Nouveau mot de passe - + Changer mot de passe principal - + Déverrouiller le profil - + Unlock the profile file to use the profiles! - + Clause de non-responsabilité - + Fusionner - + Utiliser autre - + Déplacer - + Dernier scan à {0} - + Réseau masqué - + Développé et maintenu par {0} avec l'aide du - + Une API simple adresse IP publique - + AirspacePanel corrige tous les problèmes d'espace aérien avec les Winforms hébergés par WPF. - + Contrôles partagés pour WPF et ... plus - + DnsClient.NET est une bibliothèque open source simple mais très puissante et hautement performante pour le .NET Framework pour effectuer des recherches DNS - + Contrôle d'onglet déplaçable et déchirable pour WPF - + La bibliothèque C# prend en charge les calculs complexes de réseau, IP, IPv4, IPv6, masque de réseau, CIDR, sous-réseau, sous-réseau, sur-réseau et sur-réseau pour les développeurs .NET. - + Graphiques, cartes et jauges simples, flexibles, interactifs et puissants pour .Net - + Une collection d'indicateurs de chargement pour WPF - + Quelques icônes impressionnantes pour WPF et UWP tous ensemble... - + Boîte à outils pour créer des applications WPF de style Metro / Modern UI. - + Json.NET est un framework JSON haute performance populaire pour .NET - + Une bibliothèque cliente d'API GitHub pour .NET - + Capturez et analysez les paquets CDP et LLDP sur des ordinateurs locaux ou distants - + Bibliothèque SNMP Sharp - SNMP Open Source pour .NET et Mono - + Une collection de tous les drapeaux de pays en SVG - + Liste des domaines de premier niveau de iana.org, qui est utilisée pour interroger les serveurs whois du TLD à partir de whois.iana.org via le port 43 - + OUI data from ieee.org. - + Registre des noms de service et des numéros de port du protocole de transport sur iana.org. - + Licence Apache 2.0 - + Clause BSD-2 - + Licence MIT - + Sans licence - + C#/WinRT fournit une prise en charge de la projection WinRT packagée pour le langage C#. - + Runtime pour l'hébergement de PowerShell - + Le contrôle WebView2 vous permet d'intégrer des technologies Web (HTML, CSS et JavaScript) dans vos applications natives optimisées par Microsoft Edge (Chromium). - + Ajoutez facilement de l'interactivité à vos applications à l'aide des comportements XAML pour WPF. - + Licence Microsoft WebView2 - + Le fichier de profil actuel n'est pas chiffré et les mots de passe seront stockés non chiffrés sur le disque ! Activez le cryptage des fichiers de profil dans Paramètres> Profil pour stocker les infos d'identification en toute sécurité. - + ICMPv4 - + ICMPv6 - + La vérification est désactivée! - + Entrez une adresse IPv6 valide! - + Public IPv4 address reachable via ICMP. - + Public IPv6 address reachable via ICMP. - + Adresse IPv4 publique - + Adresse IPv6 publique - + Utilisez API d'adresse IPv6 personnalisée - + Temps de vivre - + Id châssis - + Gestion - + Description du périphérique - + Description du port - + Retirez l'adresse IPv4 - + Config supplémentaires ... - + Retirez l'adresse IPv4... - + La session à distance s'est terminée car la limite de temps de connexion totale a été atteinte. Cette limite est définie par l'administrateur du serveur ou par les politiques de réseau. - + Entrez un nom d'hôte valide! - + Entrez un nom d'hôte et un port valides! - + Impossible de se reconnecter à la session distante. - + Migrate - + Report on GitHub - + Groups - + Add group - + Delete group - + Selected group and all profiles inside this group will be deleted permanently. - + The name is already used! - + Resize - + Delete profiles - + Selected profiles will be deleted permanently. - + Use custom themes - + Custom themes - + Reset settings? - + Settings reset! - + AWS Session Manager - + Instance ID - + Connexion locale - + Interface locale - + log4net est un outil pour aider le programmeur à produire des instructions de journal vers une variété de cibles de sortie. - + AWS Session Manager - + Enabled - + Region - + Synchronize EC2 instances from AWS - + Add AWS profile - + Delete AWS profile - + The selected AWS profile is permanently deleted. The profile is not removed from the ~\.aws\credentials file. - + Edit AWS profile - + Synchronize all EC2 instances from AWS - + Synchronize group EC2 instances from AWS - + Profiles and regions to synchronize - + To synchronize EC2 instances from AWS, the AWS CLI must be configured on the system. The EC2 instances can be queried for multiple AWS accounts (profiles) and multiple regions. To do this, the profile stored in the file "~/.aws/credentials" must be configured along with the region to query. - + AWS SDK for .NET to work with Amazon Elastic Compute Cloud (Amazon EC2) in Amazon Web Services (AWS). - + Default profile - + Default region - + Profile which is used by manually created profiles to connect to an EC2 instance via AWS CLI. If not set, the default AWS CLI settings are used. - + Region which is used by manually created profiles to connect to an EC2 instance via AWS CLI . If not set, the default AWS CLI settings are used. - + If not set, the default AWS CLI settings are used. - + Group name cannot start with "{0}"! - + Synchronize only running EC2 instances from AWS - + An AWS region named "{0}" does not exist! - + AWS CLI v2 is installed! - + AWS CLI v2 is not installed! - + AWS Session Manager Plugin is installed! - + AWS Session Manager Plugin is not installed! - + Check for pre-releases - + Synchronization is disabled! - + Command - + Apply theme to PowerShell console - + The color of the PowerShell console can be changed to the application theme under Settings > General > Appearance - + If you enable this option, the default PowerShell console settings in the registry under HKCU:\Console are overridden so that the PowerShell console window matches the application theme. This is a global system setting that may affect the appearance of the normal PowerShell window. Only the PowerShell consoles configured in the PowerShell and AWS Session Manager settings are modified. Both Windows PowerShell and PWSH (PowerShell 7 and higher) are supported. @@ -3110,166 +3115,166 @@ Click in the upper right corner on the help / documentation button (left of the If the option is disabled again, the values are no longer modified. However, the original values are NOT restored. - + Input cannot end with a ";"! - + Input does not contain any text! - + Bit Calculator - + Bit Calculator - + Notation - + Input - + Unit - + Bits - + Gigabits - + Gigabytes - + Kilobits - + Kilobytes - + Megabits - + Megabytes - + Petabits - + Petabytes - + Terabits - + Terabytes - + Enter a number and select a unit to calculate the units... - + Network - + Proxy - + Resolve IP address for this host (IPv4 is preferred) - + A valid path to PowerShell should end with "pwsh.exe" or "powershell.exe"! - + A valid path to PuTTY should end with "PuTTY.exe"! - + A valid path to TigerVNC should end with "vncviewer-*.exe" or "vncviewer64-*.exe"! - + SNTP Lookup - + Move a .NET Framework/.NET Core app runtime components and dependencies into a sub-directory and make it beauty. - + Add a tab to perform a SNTP lookup... - + SNTP server(s) - + URL to a web service that can be reached via http or https and returns an IPv6 address like "xxxx:xx:xxx::xx" as response. - + IP endpoint - + Local end time - + Local start time - + Network time - + Offset - + Round trip delay - + Server - + SNTP Lookup - + Add SNTP server - + Delete SNTP server - + The selected SNTP server will be deleted permanently. - + Edit SNTP server - + An SNTP server with this name already exists! - + Enter a valid hostname (like "server-01" or "example.com") or a valid IP address (like 192.168.178.1)! - + Server(s) - + Enter master password to unlock the profile file: - + Unlock profile file - + Timed out - + Hostkey - + The settings will be reset and the application will be restarted afterwards! - + Les paramètres ont été mis à zéro - + Ping status - + ThreadPool additional min. threads - + This setting specifies the minimum number of threads that will be created from the application's ThreadPool on demand. This can improve the performance for example of the IP scanner or port scanner. The value is added to the default min. threads (number of CPU threads). The value 0 leaves the default settings. If the value is higher than the default max. threads of the ThreadPool, this value is used. @@ -3278,549 +3283,549 @@ If the value is too high, performance problems may occur. Changes to this value will take effect after the application is restarted. Whether the value was set successfully can be seen in the log file under %LocalAppData%\NETworkManager\NETworkManager.log - + These settings only change the maximum number of concurrently executed threads per host/port scan. Go to Settings > General > General to adjust the (min) threads of the application. - + Port status - + Ping details - + No open ports found! - + Port scan is disabled! - + Scan ports - + Could not find the application "{0}". Maybe the application was hidden in the settings? - + Status window - + Show address bar - + Enabling this setting is not recommended. Multiple instances of the application share the same settings and profile files. The last instance to be closed may overwrite changes made by other instances. - + Bypass for local addresses - + Enable gateway server - + Logon method - + Gateway server - + Server name - + Share Gateway credentials with remote computer - + Allow me to select later - + Smart card or Windows Hello for Business - + Ask for password (NTLM) - + Use gateway credentials - + Your computer can't connect to the remote computer because the Remote Desktop Gateway server is temporarily unavailable. Try reconnecting later or contact your network administrator for assistance. - + Your computer can't connect to the remote computer due to one of the following reasons: 1) The requested Remote Desktop Gateway server address and the server SSL certificate subject name do not match. 2) The certificate is expired or revoked. 3) The certificate root authority does not trust the certificate. Contact your network administrator for assistance. - + This computer can't verify the identity of the RD Gateway "". It's not safe to connect to servers that can't be identified. Contact your network administrator for assistance. - + Your computer can't connect to the remote computer because the Remote Desktop Gateway server address requested and the certificate subject name do not match. Contact your network administrator for assistance. - + Your computer can't connect to the remote computer because the Remote Desktop Gateway server's certificate has expired or has been revoked. Contact your network administrator for assistance. - + An error occurred while sending data to the Remote Desktop Gateway server. The server is temporarily unavailable or a network connection is down. Try again later, or contact your network administrator for assistance. - + An error occurred while receiving data from the Remote Desktop Gateway server. Either the server is temporarily unavailable or a network connection is down. Try again later, or contact your network administrator for assistance. - + Your computer can't connect to the remote computer because the Remote Desktop Gateway server address is unreachable or incorrect. Type a valid Remote Desktop Gateway server address. - + Your computer can't connect to the remote computer because the Remote Desktop Gateway server is running low on server resources and is temporarily unavailable. Try reconnecting later or contact your network administrator for assistance. - + The Remote Desktop Gateway server has ended the connection. Try reconnecting later or contact your network administrator for assistance. - + The Remote Desktop Gateway server administrator has ended the connection. Try reconnecting later or contact your network administrator for assistance. - + Remote Desktop can't connect to the remote computer "" for one of these reasons: 1) Your user account is not listed in the RD Gateway's permission list 2) You might have specified the remote computer in NetBIOS format (for example, computer1), but the RD Gateway is expecting an FQDN or IP address format (for example, computer1.fabrikam.com or 157.60.0.1). Contact your network administrator for assistance. - + Remote Desktop can't connect to the remote computer "" for one of these reasons: 1) Your user account is not authorized to access the RD Gateway "" 2) Your computer is not authorized to access the RD Gateway "" 3) You are using an incompatible authentication method (for example, the RD Gateway might be expecting a smart card but you provided a password) Contact your network administrator for assistance. - + Your computer can't connect to the remote computer because your network administrator has restricted access to this RD Gateway server. Contact your network administrator for assistance. - + Your computer can't connect to the remote computer because the web proxy server requires authentication. To allow unauthenticated traffic to an RD Gateway server through your web proxy server, contact your network administrator. - + Your computer can't connect to the remote computer because the Remote Desktop Gateway server reached its maximum allowed connections. Try reconnecting later or contact your network administrator for assistance. - + Your computer can't connect to the remote computer because the Remote Desktop Gateway server does not support the request. Contact your network administrator for assistance. - + Your computer can't connect to the remote computer because the client does not support one of the Remote Desktop Gateway's capabilities. Contact your network administrator for assistance. - + Your computer can't connect to the remote computer because the Remote Desktop Gateway server and this computer are incompatible. Contact your network administrator for assistance. - + Your computer can't connect to the remote computer because no certificate was configured to use at the Remote Desktop Gateway server. Contact your network administrator for assistance. - + Your computer can't connect to the remote computer because the RD Gateway server that you are trying to connect to is not allowed by your computer administrator. If you are the administrator, add this Remote Desktop Gateway server name to the trusted Remote Desktop Gateway server list on your computer and then try connecting again. - + Your computer can't connect to the remote computer because your computer or device did not meet the Network Access Protection requirements set by your network administrator, for one of the following reasons: 1) The Remote Desktop Gateway server name and the server's public key certificate subject name do not match. 2) The certificate has expired or has been revoked. 3) The certificate root authority does not trust the certificate. 4) The certificate key extension does not support encryption. 5) Your computer cannot verify the certificate revocation list. Contact your network administrator for assistance. - + Your computer can't connect to the remote computer because a user name and password are required to authenticate to the Remote Desktop Gateway server instead of smart card credentials. - + Your computer can't connect to the remote computer because smart card credentials are required to authenticate to the Remote Desktop Gateway server instead of a user name and password. - + Your computer can't connect to the remote computer because an invalid cookie was sent to the Remote Desktop Gateway server. Contact your network administrator for assistance. - + Your computer can't connect to the remote computer because the cookie was rejected by the Remote Desktop Gateway server. Contact your network administrator for assistance. - + Your computer can't connect to the remote computer because the Remote Desktop Gateway server is expecting an authentication method different from the one attempted. Contact your network administrator for assistance. - + The RD Gateway connection ended because periodic user authentication failed. Try reconnecting with a correct user name and password. If the reconnection fails, contact your network administrator for further assistance. - + The RD Gateway connection ended because periodic user authorization failed. Try reconnecting with a correct user name and password. If the reconnection fails, contact your network administrator for further assistance. - + Your computer can't connect to the remote computer because the Remote Desktop Gateway and the remote computer are unable to exchange policies. This could happen due to one of the following reasons: 1. The remote computer is not capable of exchanging policies with the Remote Desktop Gateway. 2. The remote computer's configuration does not permit a new connection. 3. The connection between the Remote Desktop Gateway and the remote computer ended. Contact your network administrator for assistance. - + The RD Gateway connection ended because periodic user authorization failed. Your computer or device didn't pass the Network Access Protection (NAP) requirements set by your network administrator. Contact your network administrator for assistance. - + Connected - + Error while scanning WiFi adapter "{0}" with error: "{1}" - + Connect... - + {0} disconnected! - + Connect to {0} - + WPS - + Connect automatically - + Pre-shared key - + Connecting to {0}... - + Could not connect to {0} ({1})! - + Successfully connected to {0}! - + Access to the network has been revoked - + Invalid credentials - + Network not available - + Successful - + Connection attempt timed out - + -/- - + Authentication protocol is not supported! - + Checking WPS... - + Open OID profiles... - + MIB - + OID profiles - + Select OID profile - + Add OID profile - + Delete OID profile - + The selected OID profile will be deleted permanently. - + Edit OID profile - + Enter password... - + Add tab - + (from profile) - + New subnet mask - + Add server - + SNTP server - + The settings on this page contain errors. Correct them to be able to save. - + SSH hostkey to use for the connection (like "71:b8:f2:6e..."). Only available if the mode is "SSH". - + Full path to the private key file (like "C:\Users\BornToBeRoot\SSH\private_key.ppk"). Only available if the mode is "SSH". - + Username that will be passed into the PuTTY session. Only available if the mode is "SSH", "Telnet" or "Rlogin". - + ASN - + AS Name - + City - + Continent - + Country - + Currency - + District - + DNS resolver - + EDNS - + Geolocation - + Hosting - + IP geolocation - + ISP - + Latitude - + Longitude - + Mobile - + Organization - + PTR record - + Timezone - + Zip - + IP Geolocation API - Fast, accurate, reliable - + Check DNS resolver - + Check IP geolocation - + The DNS resolver is determined via ip-api.com. URL: https://edns.ip-api.com/ - + The IP geolocation is determined via ip-api.com. URL: http://ip-api.com/ - + To provide additional features, third party services are used that are not operated by me. You can deselect them below. No data is transferred to me at any time. - + Checking DNS resolver... - + Checking IP geolocation... - + Check your network connection and try again in a few seconds. - + ip-api.com rate limit reached (too many requests from your network)! Try again in a few seconds. - + HTTP status code - + Steel - + Rate limit reached! Try again in {0} seconds... - + General - + BSSID - + No reachable hosts found! - + Application - + Enable experimental features to test new functions. These are not yet complete, contain bugs, can crash the application and may change again until release. - + Experimental features - + Experimental - + Run command... - + IP Geolocation - + Add a tab to query the IP geolocation... - + Enter a domain to query whois... - + Enter host to query IP geolocation... - + Unknown user name. - + Authentication failure (incorrect password, community or key). - + The operation was successful without any errors. - + The response to your request was too large to fit into a single response! - + The requested OID could not be found! - + A read-write or write-only object was set to an inconsistent value! - + The requested OID does not exist and is not writable! - + An error occurred for which no specific message is available! - + The requested object is not accessible for modification! - + The object was set to an incompatible data type! - + The value assigned to the object exceeds its maximum length! - + The encoding used for the object is incorrect! - + The value assigned to the object is not a valid choice! - + The requested object does not exist and cannot be created! - + The MIB variable is currently in an inconsistent state and cannot be modified! - + There are no available system resources to perform the requested operation! - + An error occurred during the set operation! - + A set operation failed, and previous changes could not be rolled back! - + Authentication failed. Please check the community string! - + The requested object is not writable and cannot be modified! - + The object's state is inconsistent, preventing the set operation! - + Close all - + Expand host view - + Host cannot be set while other hosts are being added. Please wait until the process is complete and try again. - + Run command... (Ctrl+Shift+P) - + No matching commands! - + Remote hostname - + Process ID - + Process path - + Process name - + NetBIOS - + Computer name - + Error - + OK - + Warning - + Group / domain name - + NetBIOS reachable - + Scan for NetBIOS - + NetBIOS scan is disabled! - + Resolve Hostname is disabled! - + Resolve MAC address is disabled! - + Close group - + Run command... (Ctrl+Shift+P) - + Profile files - + Open settings... - + Expand and open search... - + Access to the Wi-Fi adapter is not permitted by Windows. Open the Windows settings and allow Wi-Fi access for this application. diff --git a/Source/NETworkManager.Localization/Resources/Strings.hu-HU.resx b/Source/NETworkManager.Localization/Resources/Strings.hu-HU.resx index e40ca1bad9..459c3cc33f 100644 --- a/Source/NETworkManager.Localization/Resources/Strings.hu-HU.resx +++ b/Source/NETworkManager.Localization/Resources/Strings.hu-HU.resx @@ -1,2748 +1,2753 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - - - - - - - text/microsoft-resx - - - 2.0 - - - System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - + + + + text/microsoft-resx + + + 2.0 + + + System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + + + + System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + + + Névjegy - + Kiemelés - + Hitelesítő adatok hozzáadása - + Bejegyzés hozzáadása - + Profil hozzáadása - + Biztos benne? - + ARP - + ARP tábla - + Hitelesítés - + Automatikus indítás - + Számológép - + Parancssori argumentumok - + Konfigurálás - + Megerősítés - + Csatlakozás - + Csatlakozás másként - + Profil másolása - + Hitelesítő adatok - + Adat - + Alapértelmezett alkalmazás - + Hitelesítő adatok törlése - + Profil törlése - + Cél - + Részletek - + Szétkapcsolva - + Megjelenítés - + DNS - + DNS-címkeresés - + Tilos tördelni - + Hitelesítő adatok szerkesztése - + Csoport szerkesztése - + Profil szerkesztése - + Hiba - + Exportálás - + Szűrő - + Általános - + Fejlécek - + Történet - + Gyorsbillentyűk - + HTTP-fejlécek - + Importálás - + Információ - + Interfész - + IP szkenner - + Billentyűzet - + Nyelv - + Könyvtárak - + Licenc - + Helyi eszközök és erőforrások - + Hely - + Keresés - + MAC-cím - + Mesterjelszó - + Többszálúság - + Hálózat - + Hálózati illesztő - + Új lap - + OUI - + Felülírja? - + Ping - + Port - + Hordozható - + Port szkenner - + Profilok - + PuTTY - + Lekérdezés - + Távoli asztal - + Visszaállítás - + PTR feloldása - + Erőforrások - + Eredmény - + Útvonal - + Szkennelés - + Keresés - + Válasszon ki egy profilt... - + Állítsa be a mesterjelszót - + Beállítások - + SNMP - + Szoftvercsatorna - + Statisztika - + Státusz - + Alhálózat - + Alhálózatbeosztás - + Sikeres! - + Téma - + Traceroute - + Tálca - + Frissítés - + v1/v2c - + v3 - + Ellenőrzés sikertelen! - + Wake on LAN - + Website - + Window - + Wrong password! - + Client - + Administrator - + Always show icon in tray - + Attempts - + Average time - + Broadcast - + Buffer - + Bytes - + CIDR - + Close - + Default-Gateway - + Delete... - + Description - + DHCP enabled - + DHCP lease expires - + DHCP lease obtained - + DHCP server - + DNS server(s) - + DNS suffix - + Dynamic IPv4 address - + Dynamic IPv4 DNS server - + Hop - + Hops - + Hostname - + IP address - + IP addresses - + IPv4 - + IPv4 address - + IPv4-Default-Gateway - + IPv6 - + IPv6 address - + Link-local IPv6 address - + IPv6-Default-Gateway - + Maximum - + Maximum hops - + Minimize main window instead of terminating the application - + Minimize to tray instead of taskbar - + Minimum - + Name - + Network address - + New subnetmask or CIDR - + No - + Obtain an IP address automatically - + Obtain DNS server address automatically - + Packet loss - + Packets transmitted - + PhysicalAddress - + Preferred protocol when resolving hostname: - + Primary DNS server - + Received / Lost - + Resolve hostname - + Restart required - + Save settings in the application folder - + Secondary DNS server - + Show - + Show the following application on startup: - + A powerful tool for managing networks and troubleshoot network problems! - + Speed - + Start minimized in tray - + Start with Windows (current user) - + Static IPv4 address - + Static IPv4 DNS server - + Subnet mask - + Threads - + Time - + Time 1 - + Time 2 - + Time 3 - + Timeout - + Timeout (ms) - + Time (ms) to wait between each ping - + TTL - + Type - + Use the following DNS server addresses: - + Use the following IP address: - + Wake up - + Yes - + Add - + Add a tab to perform a DNS lookup... - + Add a tab to perform a network scan... - + Add a tab to perform an SNMP action... - + Add a tab to perform a ping... - + Add a tab to perform a port scan... - + Add a tab to perform a trace... - + Add DNS suffix (primary) to hostname - + Additional command line - + Additionals - + Add profile... - + Adjust screen automatically - + Answers - + The application will be restarted afterwards! - + Apply - + Apply Windows key combinations (e.g. ALT+TAB): - + Auth - + Authentication level - + Authorities - + Automatically update every - + back - + Backup - + Baud - + The operation has been canceled by the user! - + Caps lock is enabled! - + Check for updates at startup - + Class - + Clear filter - + Color depth (bit) - + Community - + Configure the path to PuTTY in the settings... - + Confirm close - + Are you sure you want to close the application? - + Connect as... - + Connect external - + Connect the network card to a network to configure it! - + Copy - + Copy as... - + Copy... - + Could not resolve hostname for: "{0}" - + Credential - + Profile files are encrypted on disk using AES with a key size of 256 bits and a block size of 128 bits in CBC mode. The encryption key is derived from a master password using Rfc2898DeriveBytes (PBKDF2) with 1,000,000 iterations. At runtime, passwords are stored as SecureString once the profile file is loaded. For some functions, the password must be converted to a normal string and remains unencrypted in memory until the garbage collector cleans them up. First make a backup copy of your profile files before enabling encryption! - + Custom - + Custom screen size: - + Data has been updated! - + Credentials must be decrypted and loaded to manage them. - + Default - + Baud rate - + Default port: - + Rlogin port - + SSH port - + Telnet port - + The selected credential will be deleted permanently. - + Delete entry - + Selected profile will be deleted permanently. - + DNS autconfiguration - + DNS Lookup... - + DNS server - + Open documentation - + Domain - + Duration - + Edit... - + Enable - + Enable Credential Security Support Provider - + End time - + Enter a subnet to calculate it... - + Enter subnet and a new subnet mask to create subnets... - + Couldn't connect to 'api.github.com', check your network connection! - + Error in response! - + Error in response! Check if you have write permissions. - + Expand - + First usable IP address - + Fixed screen size: - + Star/Fork the Project on GitHub - + Found - + Group - + Height - + Host - + Hostname or IP address - + Hosts - + ID - + Inherit host from general - + IP range - + Last usable IP address - + Local IP address - + Local port - + MAC address or vendor - + Magic packet successfully sent! - + Maximum number ({0}) of hops/router reached! - + Message size - + Mode - + Multicast - + Multiple instances - + The network address cannot be reached. Check if your computer is connected to the network. For information about network troubleshooting, see Windows Help. - + New connection... - + No DNS record found for "{0}"! Check your input and the settings. - + No enabled network adapters found! - + No ports found. Check your input! - + No profiles found! Create one... - + Nothing found! - + Nothing to do. Check your input! - + No update available! - + No valid file found to import. - + No vendor found. Check your input! - + Number of errors after which is canceled: - + Number of stored entries - + OID - + Only when using the full screen - + On the remote computer - + On this computer - + Open - + Open license - + Open project - + Open website - + override - + Password - + Passwords do not match! - + Path - + Port or service - + Ports - + Priv - + Profile - + Profiles reloaded - + Protocol - + PuTTY process has ended! - + Questions - + RAW - + Recursion - + Redirect clipboard - + Redirect devices - + Redirect drives - + Redirect ports - + Redirect printers - + Redirect smartcards - + Remaining time - + Remote IP address - + Remote port - + Repeat - + Resolve CNAME on ANY requests - + Responses - + Rlogin - + Scanned - + Searched application not found! - + Searched language not found! - + Searched setting not found! - + Security - + Select a screen resolution - + This will reset all settings! - + Serial - + Serial line - + Service - + The found settings file was corrupted or is not compatible with this version! You may report this issue on GitHub. A backup of the settings file was created in the settings folder and the settings were reset. Profile files are not affected! - + Show closed ports - + Show current application title - + Show only most common query types - + Show unreachable IP addresses and ports - + Show statistics - + SSH - + Start time - + State - + Subnet 1 - + Subnet 2 - + Tags - + Telnet - + The application can be started without parameters! - + The following hostnames could not be resolved: - + The following parameters are available: - + The following parameters can not be processed: - + The process can take up some time and resources (CPU / RAM). - + The settings location is not affected! - + Timeout on SNMP query. Maybe the host is not reachable or the community / password is wrong. - + Timeout when querying the DNS server with the IP address "{0}"! - + Timestamp - + Trace - + Unkown error! - + Untray / Bring window to foreground - + URL - + Use credentials - + Use the current view size as the screen size - + Use custom DNS server - + Use custom DNS suffix - + Use resolver cache - + User interface locked! - + Username - + Vendor - + Version - + Version {0} is available! - + Walk mode - + Width - + Profile file could not be decrypted with the given password. - + The entered password is wrong. - + Add... - + Add entry... - + Calculate - + Cancel - + Change - + Change Master Password... - + Check - + Check for updates - + Closed - + Continue - + Custom: - + Cut - + Decrypt and load... - + Delete - + Delete table - + Enter location... - + Everything - + Filter... - + Flush DNS cache - + Decrypt and load your credentials to select them. - + Displays this dialog. - + Resets all application settings. - + The password is not displayed when editing, but can be overwritten. - + [0] If server authentication fails, connect to the computer without warning. [1] If server authentication fails, do not establish a connection. [2] If server authentication fails, show a warning and allow me to connect or refuse the connection. [3] No authentication requirement is specified. - + Tags help you organize profiles/Profiles by topics/projects. Multiple tags can be used with ";" be separated. Search by tags with "tag=xxx". - + Hour(s) - + Location of the import file... - + Minute(s) - + Move & Restart - + Network connections.... - + (not changed) - + Off - + OK - + On - + Open location - + Open settings - + Overwrite - + Paste - + Reconnect - + Refresh - + Restart now - + Save - + Search... - + Second(s) - + Send - + Set Master Password... - + Show local licenses - + Subnet Calculator - + Validate - + Connections - + Enter a valid IP range! - + Enter a valid IPv4 address! - + Enter a valid MAC address (like 00:F1:23:AB:F2:35)! - + Enter a valid port (1 - 65535)! - + Enter a valid subnetmask (like 255.255.255.0)! - + Enter a valid subnetmask or CIDR (like 255.255.255.0 or /24)! - + Field cannot be empty! - + File does not exists! - + Folder does not exists! - + Listeners - + Amber - + Appearance - + Applications - + Dark - + Light - + Black - + Blue - + Brown - + Cobalt - + Crimson - + Cyan - + Emerald - + Enter one or more valid IP addresses! - + Enter a valid baud! - + Enter valid hosts (multiple hosts can not end with ";")! - + Enter a valid IP address! - + Enter a valid number! - + Enter a valid OID! - + Enter a valid port and/or port range (1 - 65535)! - + Enter a valid subnet (like 192.168.178.133/26)! - + Enter a valid website (like https://example.com/index.html) - + Green - + Import / Export - + Indigo - + Destination host unreachable. - + Destination network unreachable. - + Destination port unreachable. - + Success - + Request timed out. - + TTL expired in transit. - + Key must have 8 characters or more! - + Lime - + Magenta - + Mauve - + Olive - + Only numbers can be entered! - + Orange - + Pink - + Purple - + Red - + Socket closed. - + Remote disconnect by server. - + Decompression error. - + Connection timed out. - + Decryption error. - + DNS name lookup failure. - + DNS lookup failed. - + Encryption error. - + Windows Sockets gethostbyname call failed. - + Host not found. - + Internal error. - + Internal security error. - + Internal security error. - + The encryption method specified is not valid. - + Bad IP address specified. - + The IP address specified is not valid. - + Security data is not valid. - + Server security data is not valid. - + License negotiation failed. - + Licensing time-out. - + Local disconnection. - + No information is available. - + Out of memory. - + Out of memory. - + Out of memory. - + Remote disconnect by user. - + Failed to unpack server certificate. - + Windows Sockets connect failed. - + Windows Sockets recv call failed. - + The account is disabled. - + The account is expired. - + The account is locked out. - + The account is restricted. - + The received certificate is expired. - + The policy does not support delegation of credentials to the target server. - + The server authentication policy does not allow connection requests using saved credentials. The user must enter new credentials. - + Login failed. - + No authority could be contacted for authentication. The domain name of the authenticating party could be wrong, the domain could be unreachable, or there might have been a trust relationship failure. - + The specified user has no account. - + The password is expired. - + The user password must be changed before logging on for the first time. - + Delegation of credentials to the target server is not allowed unless mutual authentication has been achieved. - + The smart card is blocked. - + An incorrect PIN was presented to the smart card. - + Timeout occurred. - + Internal timer error. - + Windows Sockets send call failed. - + Sienna - + Spaces are not allowed! - + Steel - + Taupe - + Closed - + CloseWait - + Closing - + DeleteTcb - + Established - + FinWait1 - + FinWait2 - + LastAck - + Listen - + SynReceived - + SynSent - + TimeWait - + Unkown - + Teal - + Violet - + White - + Yellow - + A profile with this name already exists! - + Closed - + Open - + At least one application must be visible! - + Hidden applications - + Visible applications - + Visible applications in the bar: - + Whois - + Add a tab to query whois... - + Enter a valid domain (like "example.com")! - + Whois server not found for the domain: "{0}" - + Routing - + Release - + Release & Renew - + Renew - + Windows DNS settings - + Delete DNS server - + The selected DNS server will be deleted permanently. - + Add DNS server - + Edit DNS server - + A DNS server with this name already exists! - + Restart session - + TigerVNC - + Configure the path to TigerVNC in the settings... - + TigerVNC process has ended! - + Connecting... - + Resolve MAC address and vendor - + Note - + Export all - + Export... - + Export selected - + Location... - + File - + Enter a valid file path! - + All - + Format - + Selected - + An error occurred while exporting the data. See error message for details: - + Design - + Highlight timeouts - + Enter subnets to create a wide subnet... - + Wide Subnet - + Add tab... - + Add IPv4 address... - + Add IPv4 address - + Max. concurrent host threads - + Max. concurrent port threads - + PowerShell - + Configure the path to PowerShell in the settings... - + PowerShell process has ended! - + Execution Policy - + Remote console - + File path - + Override default settings - + Resolve IPv4 address for this host - + Hide - + Total bytes received - + Total bytes sent - + Download - + Bandwidth - + Upload - + Apply Windows key combinations - + Credential Security Support Provider - + Background job - + The background job will save settings and profiles every x-minutes. Value 0 will disable this feature. Changes to this value will take effect after restarting the application. - + Run background job every x-minute - + Your system OS is incompatible with the latest release! - + Dashboard - + All settings can be changed later in the settings! - + Check public IP address - + Thank you for using NETworkManager! If you like this tool, please leave a star on GitHub and recommend it to others. - + When starting the program, it checks in the background whether a new program version is available on GitHub. URL: https://api.github.com/ - + The public IP address is determined via ipify.org. URL: https://api.ipify.org/ - + Privacy - + Welcome - + External services - + Star/Fork the Project on GitHub. - + Help translate the project on Transifex. - + Contact via Twitter. - + Connection - + Computer - + Gateway / Router - + Internet - + Check your network adapter configuration (dns) and if your dns server is configured correctly. - + Check your network adapter configuration (dhcp, static ip) and if you are connected to a network. - + Could not detect gateway ip address! - + Could not detect local ip address! - + Could not get public ip address via WebRequest (http/https) from "{0}"! Check your network connection (firewall, proxy, etc.). - + No A dns records resolved for "{0}"! - + No PTR dns record resolved for "{0}"! - + "{0}" A dns records resolved for "{1}"! - + PTR dns record resolved for "{0}"! - + Got "{0}" as public ip address from "{1}"! - + Resolved "{0}" as hostname for ip address "{1}"! - + Public IP address check is disabled! - + TCP/IP stack is available. "{0}" is reachable via ICMP! - + TCP/IP stack is not available... "{0}" is not reachable via ICMP! - + "{0}" detected as gateway ip address! - + "{0}" detected as local ip address! - + "{0}" is not reachable via ICMP! - + "{0}" is reachable via ICMP! - + Use custom IPv4 address API - + URL to a web service that can be reached via http or https and returns an IPv4 address like "xx.xx.xx.xx" as response. - + Could not parse public ip address from "{0}"! Try another service or use the default... - + Could not connect to "{0}"! - + IPv4 protocol available - + IPv6 protocol available - + Copy - + Official - + Network connection type - + Desktop background - + Desktop composition - + Experience - + Font smoothing - + Menu and window animation - + Performance - + Persistent bitmap caching - + Reconnect if the connection is dropped - + High-speed broadband (2 Mbps - 10 Mbps) - + Low-speed broadband (256 kbps - 2 Mbps) - + Detect connection quality automatically - + LAN (10 Mbps or higher) - + Modem (56 kbps) - + Satellite (2 Mbps - 16 Mbps with high latency) - + WAN (10 Mbps or higher with high latency) - + Show window contents while dragging - + Visual styles - + Remote audio - + Remote audio playback - + Remote audio recording - + Do not record - + Record from this computer - + Do not play - + Play on remote computer - + Play on this computer - + Átjáró - + Egyéni parancsok - + Egyéni parancs hozzáadása - + Argumentumok - + Egyéni parancs törlése - + Egyéni parancs szerkesztése - + Program - + A kiválasztott egyedi parancs véglegesen törlésre kerül. - + Az alábbi változók elérhetők: $$ipaddress$$ --> IP-cím $$hostname$$ --> Állomásnév - + Újraindítás - + Could not resolve ip address for hostname! - + Ctrl+Alt+Del - + Billentyűparancsok - + Képernyő igazítása - + Teljes képernyő - + Nem sikerült kiküldeni a billentyűzetleütést! - + Szétkapcoslás - + IP-cím és alhálózati maszk felismerése - + Nem sikertült felismerni az alhálózati maszkot! - + Hálózat felismerése... - + Bezárás {0} másodperc múlva... - + Hálózat nem érhető el! - + IP address to detect local ip address based on routing - + Show status window on network change - + Time in seconds how long the status window is shown - + WiFi - + Hálózatok - + Hálózatok keresése... - + Nem található WiFi csatoló! - + WiFi csatolók keresése... - + Nem található WiFi hálózat! - + Csatornák - + Csatorna - + 2,4 GHz - + 5 GHz - + Jelerősség - + Current download speed - + Current upload speed - + Measured time - + Network usage - + Total download - + Total upload - + Retries - + Use cache - + Use only TCP - + Query class - + Domain name - + Timeout (s) - + Report an issue or create a feature request - + Report an issue or create a feature request. - + Beacon interval - + Encryption - + Infrastructure - + Network kind - + Phy kind - + Uptime - + Show error message - + Ping Monitor - + Add host - + Add a host to monitor - + Pause - + Resume - + Could not resolve ip address for: "{0}" - + The application will be restarted... - + Could not export file! See error message: "{0}" - + File exported to "{0}"! - + Could not import file! See error message: "{0}" - + Location cannot be changed in portable version! - + Is encrypted - + Open documentation on GitHub. - + Customer 1 - + Add profile file - + Disable encryption... - + Edit profile file - + Enable encryption... - + Encryption... - + Profile name already exists! - + Rename - + Delete profile file - + Selected profile file will be deleted permanently. - + All profiles in this profile file will be permanently deleted! - + Patch - + Restart the application to change the language! - + Currently downloaded - + Currently uploaded - + LLDP / CDP - + Restart as Administrator - + To analyze network packets, the application must be started with elevated rights! - + Capture - + Device - + Duration (s) - + Model - + VLAN - + Capture network packets to view LLDP or CDP information! - + No discovery protocol packages received! - + Capturing network packages... - + Discovery Protocol - + CDP - + LLDP - + LLDP / CDP - + {0} seconds remaining... - + Help - + Application that is displayed at startup. - + Parameter - + Value - + Web Console - + Reload - + Browser - + The WebView control (Microsoft Edge) cannot connect to websites with an invalid certificate! - + Microsoft.Windows.SDK.Contracts is required for this feature but not available on this system (e.g. on Windows Server). - + ARP Table - + Connections - + Dashboard - + Discovery Protocol - + DNS Lookup - + HTTP Headers - + IP Scanner - + Listeners - + Lookup - + Network Interface - + Ping - + Ping Monitor - + Port Scanner - + PowerShell - + PuTTY - + Remote Desktop - + SNMP - + Subnet Calculator - + TigerVNC - + Traceroute - + Wake on LAN - + Web Console - + Whois - + WiFi - + Amber - + Black - + Blue - + Brown - + Cobalt - + Crimson - + Cyan - + Emerald - + Green - + Indigo - + Lime - + Magenta - + Mauve - + Olive - + Orange - + Purple - + Red - + Sienna - + Taupe - + Teal - + Pink - + Yellow - + Steel - + General - + Applications - + General - + Appearance - + Autostart - + General - + HotKeys - + Language - + Profiles - + Settings - + Status - + Update - + Window - + Enable log - + Log file name - + Log path - + Log mode - + Log - + SSH log - + SSH Raw log - + Session log - + SSH log - + SSH and Raw log - + Enter a valid file name! - + Lost - + Received - + Status change - + Update available! - + Private key file - + Preview - + Port profiles - + Add port profile - + Delete port profile - + Edit port profile - + The selected port profile will be deleted permanently. - + Select port profile - + Open port profiles... - + Show SplashScreen on start - + SplashScreen - + Download Microsoft Edge WebView2 Runtime - + Microsoft Edge WebView2 Runtime is not available! - + Frequency - + SSID - + Profile file could not be loaded! - + The profile file could not be loaded and may be corrupted. You can try to restore the file from a backup or delete it. If this happens unexpectedly or after an update, please report the error on GitHub. @@ -2751,360 +2756,360 @@ If this happens unexpectedly or after an update, please report the error on GitH Error message: "{0}" - + Edit group... - + Decryption error - + Could not decrypt file. You may report this issue on GitHub. - + Encryption error - + Could not encrpyt file. You may report this issue on GitHub. - + Current password - + New password - + Change master password - + Unlock profile - + Unlock the profile file to use the profiles! - + Disclaimer - + Merge - + Use other - + Move - + Last scan at {0} - + Hidden Network - + Developed and maintained by {0} with the help of the - + A Simple Public IP Address API - + AirspacePanel fixes all Airspace issues with WPF-hosted Winforms. - + Shared Controlz for WPF and ... more - + DnsClient.NET is a simple yet very powerful and high performant open source library for the .NET Framework to do DNS lookups - + Dragable and tearable tab control for WPF - + C# library take care of complex network, IP, IPv4, IPv6, netmask, CIDR, subnet, subnetting, supernet, and supernetting calculation for .NET developers. - + Simple, flexible, interactive & powerful charts, maps and gauges for .Net - + A collection of loading indicators for WPF - + Some awesome icons for WPF and UWP all together... - + A toolkit for creating Metro / Modern UI styled WPF apps. - + Json.NET is a popular high-performance JSON framework for .NET - + A GitHub API client library for .NET - + Capture and parse CDP and LLDP packets on local or remote computers - + Sharp SNMP Library - Open Source SNMP for .NET and Mono - + A collection of all country flags in SVG - + List of Top-Level-Domains from iana.org, which is used to query whois servers of the TLD from whois.iana.org via port 43 - + OUI data from ieee.org. - + Service Name and Transport Protocol Port Number Registry from iana.org. - + Apache License 2.0 - + BSD-2-Clause - + MIT License - + Unlicense - + C#/WinRT provides packaged WinRT projection support for the C# language. - + Runtime for hosting PowerShell - + The WebView2 control enables you to embed web technologies (HTML, CSS, and JavaScript) in your native applications powered by Microsoft Edge (Chromium). - + Easily add interactivity to your apps using XAML Behaviors for WPF. - + Microsoft WebView2 License - + The current profile file is not encrypted and passwords will stored unencrypted on disk! Enable profile file encryption in Settings>Profile to store credentials securely. - + ICMPv4 - + ICMPv6 - + Check is disabled! - + Enter a valid IPv6 address! - + Public IPv4 address reachable via ICMP. - + Public IPv6 address reachable via ICMP. - + Public IPv4 address - + Public IPv6 address - + Use custom IPv6 address API - + Time to live - + Chassis Id - + Management - + Device description - + Port description - + Remove IPv4 address - + Additional config... - + Remove IPv4 address... - + The remote session ended because the total login time limit was reached. This limit is set by the server administrator or by network policies. - + Enter a valid hostname! - + Enter a valid hostname and port! - + Unable to reconnect to the remote session. - + Migrate - + Report on GitHub - + Groups - + Add group - + Delete group - + Selected group and all profiles inside this group will be deleted permanently. - + The name is already used! - + Resize - + Delete profiles - + Selected profiles will be deleted permanently. - + Use custom themes - + Custom themes - + Reset settings? - + Settings reset! - + AWS Session Manager - + Instance ID - + Local connection - + Local interface - + log4net is a tool to help the programmer output log statements to a variety of output targets. - + AWS Session Manager - + Enabled - + Region - + Synchronize EC2 instances from AWS - + Add AWS profile - + Delete AWS profile - + The selected AWS profile is permanently deleted. The profile is not removed from the ~\.aws\credentials file. - + Edit AWS profile - + Synchronize all EC2 instances from AWS - + Synchronize group EC2 instances from AWS - + Profiles and regions to synchronize - + To synchronize EC2 instances from AWS, the AWS CLI must be configured on the system. The EC2 instances can be queried for multiple AWS accounts (profiles) and multiple regions. To do this, the profile stored in the file "~/.aws/credentials" must be configured along with the region to query. - + AWS SDK for .NET to work with Amazon Elastic Compute Cloud (Amazon EC2) in Amazon Web Services (AWS). - + Default profile - + Default region - + Profile which is used by manually created profiles to connect to an EC2 instance via AWS CLI. If not set, the default AWS CLI settings are used. - + Region which is used by manually created profiles to connect to an EC2 instance via AWS CLI . If not set, the default AWS CLI settings are used. - + If not set, the default AWS CLI settings are used. - + Group name cannot start with "{0}"! - + Synchronize only running EC2 instances from AWS - + An AWS region named "{0}" does not exist! - + AWS CLI v2 is installed! - + AWS CLI v2 is not installed! - + AWS Session Manager Plugin is installed! - + AWS Session Manager Plugin is not installed! - + Check for pre-releases - + Synchronization is disabled! - + Command - + Apply theme to PowerShell console - + The color of the PowerShell console can be changed to the application theme under Settings > General > Appearance - + If you enable this option, the default PowerShell console settings in the registry under HKCU:\Console are overridden so that the PowerShell console window matches the application theme. This is a global system setting that may affect the appearance of the normal PowerShell window. Only the PowerShell consoles configured in the PowerShell and AWS Session Manager settings are modified. Both Windows PowerShell and PWSH (PowerShell 7 and higher) are supported. @@ -3113,166 +3118,166 @@ Click in the upper right corner on the help / documentation button (left of the If the option is disabled again, the values are no longer modified. However, the original values are NOT restored. - + Input cannot end with a ";"! - + Input does not contain any text! - + Bit Calculator - + Bit Calculator - + Notation - + Input - + Unit - + Bits - + Gigabits - + Gigabytes - + Kilobits - + Kilobytes - + Megabits - + Megabytes - + Petabits - + Petabytes - + Terabits - + Terabytes - + Enter a number and select a unit to calculate the units... - + Network - + Proxy - + Resolve IP address for this host (IPv4 is preferred) - + A valid path to PowerShell should end with "pwsh.exe" or "powershell.exe"! - + A valid path to PuTTY should end with "PuTTY.exe"! - + A valid path to TigerVNC should end with "vncviewer-*.exe" or "vncviewer64-*.exe"! - + SNTP Lookup - + Move a .NET Framework/.NET Core app runtime components and dependencies into a sub-directory and make it beauty. - + Add a tab to perform a SNTP lookup... - + SNTP server(s) - + URL to a web service that can be reached via http or https and returns an IPv6 address like "xxxx:xx:xxx::xx" as response. - + IP endpoint - + Local end time - + Local start time - + Network time - + Offset - + Round trip delay - + Server - + SNTP Lookup - + Add SNTP server - + Delete SNTP server - + The selected SNTP server will be deleted permanently. - + Edit SNTP server - + An SNTP server with this name already exists! - + Enter a valid hostname (like "server-01" or "example.com") or a valid IP address (like 192.168.178.1)! - + Server(s) - + Enter master password to unlock the profile file: - + Unlock profile file - + Timed out - + Hostkey - + The settings will be reset and the application will be restarted afterwards! - + A beállítások vissza lettek állítva! - + Ping status - + ThreadPool additional min. threads - + This setting specifies the minimum number of threads that will be created from the application's ThreadPool on demand. This can improve the performance for example of the IP scanner or port scanner. The value is added to the default min. threads (number of CPU threads). The value 0 leaves the default settings. If the value is higher than the default max. threads of the ThreadPool, this value is used. @@ -3281,549 +3286,549 @@ If the value is too high, performance problems may occur. Changes to this value will take effect after the application is restarted. Whether the value was set successfully can be seen in the log file under %LocalAppData%\NETworkManager\NETworkManager.log - + These settings only change the maximum number of concurrently executed threads per host/port scan. Go to Settings > General > General to adjust the (min) threads of the application. - + Port status - + Ping details - + No open ports found! - + Port scan is disabled! - + Scan ports - + Could not find the application "{0}". Maybe the application was hidden in the settings? - + Status window - + Show address bar - + Enabling this setting is not recommended. Multiple instances of the application share the same settings and profile files. The last instance to be closed may overwrite changes made by other instances. - + Bypass for local addresses - + Enable gateway server - + Logon method - + Gateway server - + Server name - + Share Gateway credentials with remote computer - + Allow me to select later - + Smart card or Windows Hello for Business - + Ask for password (NTLM) - + Use gateway credentials - + Your computer can't connect to the remote computer because the Remote Desktop Gateway server is temporarily unavailable. Try reconnecting later or contact your network administrator for assistance. - + Your computer can't connect to the remote computer due to one of the following reasons: 1) The requested Remote Desktop Gateway server address and the server SSL certificate subject name do not match. 2) The certificate is expired or revoked. 3) The certificate root authority does not trust the certificate. Contact your network administrator for assistance. - + This computer can't verify the identity of the RD Gateway "". It's not safe to connect to servers that can't be identified. Contact your network administrator for assistance. - + Your computer can't connect to the remote computer because the Remote Desktop Gateway server address requested and the certificate subject name do not match. Contact your network administrator for assistance. - + Your computer can't connect to the remote computer because the Remote Desktop Gateway server's certificate has expired or has been revoked. Contact your network administrator for assistance. - + An error occurred while sending data to the Remote Desktop Gateway server. The server is temporarily unavailable or a network connection is down. Try again later, or contact your network administrator for assistance. - + An error occurred while receiving data from the Remote Desktop Gateway server. Either the server is temporarily unavailable or a network connection is down. Try again later, or contact your network administrator for assistance. - + Your computer can't connect to the remote computer because the Remote Desktop Gateway server address is unreachable or incorrect. Type a valid Remote Desktop Gateway server address. - + Your computer can't connect to the remote computer because the Remote Desktop Gateway server is running low on server resources and is temporarily unavailable. Try reconnecting later or contact your network administrator for assistance. - + The Remote Desktop Gateway server has ended the connection. Try reconnecting later or contact your network administrator for assistance. - + The Remote Desktop Gateway server administrator has ended the connection. Try reconnecting later or contact your network administrator for assistance. - + Remote Desktop can't connect to the remote computer "" for one of these reasons: 1) Your user account is not listed in the RD Gateway's permission list 2) You might have specified the remote computer in NetBIOS format (for example, computer1), but the RD Gateway is expecting an FQDN or IP address format (for example, computer1.fabrikam.com or 157.60.0.1). Contact your network administrator for assistance. - + Remote Desktop can't connect to the remote computer "" for one of these reasons: 1) Your user account is not authorized to access the RD Gateway "" 2) Your computer is not authorized to access the RD Gateway "" 3) You are using an incompatible authentication method (for example, the RD Gateway might be expecting a smart card but you provided a password) Contact your network administrator for assistance. - + Your computer can't connect to the remote computer because your network administrator has restricted access to this RD Gateway server. Contact your network administrator for assistance. - + Your computer can't connect to the remote computer because the web proxy server requires authentication. To allow unauthenticated traffic to an RD Gateway server through your web proxy server, contact your network administrator. - + Your computer can't connect to the remote computer because the Remote Desktop Gateway server reached its maximum allowed connections. Try reconnecting later or contact your network administrator for assistance. - + Your computer can't connect to the remote computer because the Remote Desktop Gateway server does not support the request. Contact your network administrator for assistance. - + Your computer can't connect to the remote computer because the client does not support one of the Remote Desktop Gateway's capabilities. Contact your network administrator for assistance. - + Your computer can't connect to the remote computer because the Remote Desktop Gateway server and this computer are incompatible. Contact your network administrator for assistance. - + Your computer can't connect to the remote computer because no certificate was configured to use at the Remote Desktop Gateway server. Contact your network administrator for assistance. - + Your computer can't connect to the remote computer because the RD Gateway server that you are trying to connect to is not allowed by your computer administrator. If you are the administrator, add this Remote Desktop Gateway server name to the trusted Remote Desktop Gateway server list on your computer and then try connecting again. - + Your computer can't connect to the remote computer because your computer or device did not meet the Network Access Protection requirements set by your network administrator, for one of the following reasons: 1) The Remote Desktop Gateway server name and the server's public key certificate subject name do not match. 2) The certificate has expired or has been revoked. 3) The certificate root authority does not trust the certificate. 4) The certificate key extension does not support encryption. 5) Your computer cannot verify the certificate revocation list. Contact your network administrator for assistance. - + Your computer can't connect to the remote computer because a user name and password are required to authenticate to the Remote Desktop Gateway server instead of smart card credentials. - + Your computer can't connect to the remote computer because smart card credentials are required to authenticate to the Remote Desktop Gateway server instead of a user name and password. - + Your computer can't connect to the remote computer because an invalid cookie was sent to the Remote Desktop Gateway server. Contact your network administrator for assistance. - + Your computer can't connect to the remote computer because the cookie was rejected by the Remote Desktop Gateway server. Contact your network administrator for assistance. - + Your computer can't connect to the remote computer because the Remote Desktop Gateway server is expecting an authentication method different from the one attempted. Contact your network administrator for assistance. - + The RD Gateway connection ended because periodic user authentication failed. Try reconnecting with a correct user name and password. If the reconnection fails, contact your network administrator for further assistance. - + The RD Gateway connection ended because periodic user authorization failed. Try reconnecting with a correct user name and password. If the reconnection fails, contact your network administrator for further assistance. - + Your computer can't connect to the remote computer because the Remote Desktop Gateway and the remote computer are unable to exchange policies. This could happen due to one of the following reasons: 1. The remote computer is not capable of exchanging policies with the Remote Desktop Gateway. 2. The remote computer's configuration does not permit a new connection. 3. The connection between the Remote Desktop Gateway and the remote computer ended. Contact your network administrator for assistance. - + The RD Gateway connection ended because periodic user authorization failed. Your computer or device didn't pass the Network Access Protection (NAP) requirements set by your network administrator. Contact your network administrator for assistance. - + Connected - + Error while scanning WiFi adapter "{0}" with error: "{1}" - + Connect... - + {0} disconnected! - + Connect to {0} - + WPS - + Connect automatically - + Pre-shared key - + Connecting to {0}... - + Could not connect to {0} ({1})! - + Successfully connected to {0}! - + Access to the network has been revoked - + Invalid credentials - + Network not available - + Successful - + Connection attempt timed out - + -/- - + Authentication protocol is not supported! - + Checking WPS... - + Open OID profiles... - + MIB - + OID profiles - + Select OID profile - + Add OID profile - + Delete OID profile - + The selected OID profile will be deleted permanently. - + Edit OID profile - + Enter password... - + Add tab - + (from profile) - + New subnet mask - + Add server - + SNTP server - + The settings on this page contain errors. Correct them to be able to save. - + SSH hostkey to use for the connection (like "71:b8:f2:6e..."). Only available if the mode is "SSH". - + Full path to the private key file (like "C:\Users\BornToBeRoot\SSH\private_key.ppk"). Only available if the mode is "SSH". - + Username that will be passed into the PuTTY session. Only available if the mode is "SSH", "Telnet" or "Rlogin". - + ASN - + AS Name - + City - + Continent - + Country - + Currency - + District - + DNS resolver - + EDNS - + Geolocation - + Hosting - + IP geolocation - + ISP - + Latitude - + Longitude - + Mobile - + Organization - + PTR record - + Timezone - + Zip - + IP Geolocation API - Fast, accurate, reliable - + Check DNS resolver - + Check IP geolocation - + The DNS resolver is determined via ip-api.com. URL: https://edns.ip-api.com/ - + The IP geolocation is determined via ip-api.com. URL: http://ip-api.com/ - + To provide additional features, third party services are used that are not operated by me. You can deselect them below. No data is transferred to me at any time. - + Checking DNS resolver... - + Checking IP geolocation... - + Check your network connection and try again in a few seconds. - + ip-api.com rate limit reached (too many requests from your network)! Try again in a few seconds. - + HTTP status code - + Steel - + Rate limit reached! Try again in {0} seconds... - + General - + BSSID - + No reachable hosts found! - + Application - + Enable experimental features to test new functions. These are not yet complete, contain bugs, can crash the application and may change again until release. - + Experimental features - + Experimental - + Run command... - + IP Geolocation - + Add a tab to query the IP geolocation... - + Enter a domain to query whois... - + Enter host to query IP geolocation... - + Unknown user name. - + Authentication failure (incorrect password, community or key). - + The operation was successful without any errors. - + The response to your request was too large to fit into a single response! - + The requested OID could not be found! - + A read-write or write-only object was set to an inconsistent value! - + The requested OID does not exist and is not writable! - + An error occurred for which no specific message is available! - + The requested object is not accessible for modification! - + The object was set to an incompatible data type! - + The value assigned to the object exceeds its maximum length! - + The encoding used for the object is incorrect! - + The value assigned to the object is not a valid choice! - + The requested object does not exist and cannot be created! - + The MIB variable is currently in an inconsistent state and cannot be modified! - + There are no available system resources to perform the requested operation! - + An error occurred during the set operation! - + A set operation failed, and previous changes could not be rolled back! - + Authentication failed. Please check the community string! - + The requested object is not writable and cannot be modified! - + The object's state is inconsistent, preventing the set operation! - + Close all - + Expand host view - + Host cannot be set while other hosts are being added. Please wait until the process is complete and try again. - + Run command... (Ctrl+Shift+P) - + No matching commands! - + Remote hostname - + Process ID - + Process path - + Process name - + NetBIOS - + Computer name - + Error - + OK - + Warning - + Group / domain name - + NetBIOS reachable - + Scan for NetBIOS - + NetBIOS scan is disabled! - + Resolve Hostname is disabled! - + Resolve MAC address is disabled! - + Close group - + Run command... (Ctrl+Shift+P) - + Profile files - + Open settings... - + Expand and open search... - + Access to the Wi-Fi adapter is not permitted by Windows. Open the Windows settings and allow Wi-Fi access for this application. diff --git a/Source/NETworkManager.Localization/Resources/Strings.it-IT.resx b/Source/NETworkManager.Localization/Resources/Strings.it-IT.resx index 7e54f49907..b9add7d0c8 100644 --- a/Source/NETworkManager.Localization/Resources/Strings.it-IT.resx +++ b/Source/NETworkManager.Localization/Resources/Strings.it-IT.resx @@ -1,2769 +1,2774 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - - - - - - - text/microsoft-resx - - - 2.0 - - - System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - + + + + text/microsoft-resx + + + 2.0 + + + System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + + + + System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + + + Informazioni programma - + Accento - + Aggiungi credenziali - + Aggiungi voce - + Crea profilo - + Sei sicuro? - + ARP - + Tabella ARP - + Autenticazione - + Avvia automaticamente - + Calcolatrice - + Argomenti riga di comando - + Configura - + Conferma - + Connetti - + Connetti come - + Copia profilo - + Credenziali - + Dati - + Applicazione predefinita - + Rimuovi credenziali - + Rimuovi profilo - + Destinazione - + Dettagli - + Non connesso - + Schermo - + DNS - + Ricerca DNS - + Non frammentare - + Modifica credenziali - + Modifica gruppo - + Modifica profilo - + Errore - + Esporta - + Filtro - + Generale - + Intestazioni - + Cronologia - + Tasti scelta rapida - + Intestazioni HTTP - + Importa - + Informazioni - + Interfaccia - + Scanner IP - + Tastiera - + Lingua - + Librerie - + Licenza - + Periferiche e risorse locali - + Percorso - + Ricerca - + Indirizzo MAC - + Password globale - + Multi threading - + Rete - + Interfaccia di rete - + Nuova scheda - + OUI - + Vuoi sovrascrivere? - + Ping - + Porta - + Portatile - + Scanner porte - + Profili - + PuTTY - + Interrogazione - + Desktop remoto - + Ripristina - + Risolvi PTR - + Risorse - + Risultato - + Route - + Scansione - + Cerca - + Seleziona un profilo - + Imposta password globale - + Impostazioni - + SNMP - + Socket - + Statistiche - + Stato - + Sottorete - + Gestione sottoreti - + Completato! - + Tema - + Traceroute - + Area di notifica - + Aggiorna - + V1/v2c - + v3 - + Verifica fallita! - + Wake on LAN - + Sito web - + Finestra - + Password non valida! - + Client - + Amministratore - + Visualizza sempre l'icona nella'area di notifica - + Tentativi - + Tempo medio - + Trasmissione - + Buffer - + Byte - + CIDR - + Chiudi - + Gateway predefinito - + Elimina... - + Descrizione - + DHCP abilitato - + Scadenza lease DHCP - + Ottenuto lease DHCP - + Server DHCP - + Server DNS - + Suffisso DNS - + Indirizzo IPv4 dinamico - + Server DNS IPv4 dinamico - + Hop - + Hop - + Nome host - + Indirizzo IP - + Indirizzi IP - + IPv4 - + Indirizzo IPv4 - + Gateway IPv4 predefinito - + IPv6 - + Indirizzo IPv6 - + Indirizzo IPv6 link locale - + Gateway IPv6 predefinito - + Massimo - + Hop masssimi - + Minimizza la finestra principale invece di chiudere l'applicazione - + Riduci a icona nell'area di notifica anziché nella barra delle applicazioni - + Minimo - + Nome - + Indirizzo di rete - + Nuova maschera di sottorete o CIDR - + No - + Ottieni automaticamente un indirizzo IP - + Ottieni automaticamente indirizzo del server DNS - + Pacchetti persi - + Pacchetti trasmessi - + Indirizzo fisico - + Protocollo predefinito per risoluzione nome host: - + Server DNS primario - + Ricevuti / Persi - + Risolvi nome host - + Necessario riavvio - + Salva le impostazioni nella cartella dell'applicazione - + Server DNS secondario - + Visualizza - + Visualizza la seguente applicazione all'avvio: - + Un potente strumento per la gestione delle reti e la risoluzione dei problemi di rete! - + Velocità - + Avvia minimizzato nell'area di notifica - + Avvia con Windows (utente attuale) - + Indirizzo statico IPv4 - + Indirizzo statico server DNS IPv4 - + Maschera sottorete - + Thread - + Tempo - + Tempo 1 - + Tempo 2 - + Tempo 3 - + Time out - + Time out (ms) - + Tempo (ms) di attesa tra ogni ping - + TTL - + Tipo - + Usa i seguenti indirizzi come server DNS: - + Usa il seguente indirizzo IP: - + Sveglia - + Si - + Aggiungi - + Aggiungi una scheda per eseguire una ricerca DNS ... - + Aggiungi una scheda per eseguire una ricerca di rete... - + Aggiungi una scheda per eseguire un'azione SNMP ... - + Aggiungi una scheda per eseguire un ping ... - + Aggiungi una scheda per eseguire una scansione delle porte ... - + Aggiungi una scheda per eseguire un trace... - + Aggiungi il suffisso DNS (primario) al nome host - + Riga di comando aggiuntiva - + Aggiuntivi - + Aggiungi profilo... - + Regola automaticamente lo schermo - + Risposte - + Successivamente l'applicazione verrà riavviata! - + Applica - + Applica le combinazioni di tasti Windows (ad esempio ALT + TAB): - + Aut - + Livello autenticazione - + Autorità - + Aggiorna automaticamente ogni - + indietro - + Backup - + Baud - + L'operazione è stata annullata dall'utente! - + Il blocco maiuscole è abilitato! - + Controllo aggiornamenti all'avvio - + Classe - + Cancella il filtro - + Profondità colore (bit) - + Comunità - + Configura il percorso di PuTTY nelle impostazioni ... - + Conferma la chiusura - + Sei sicuro di voler chiudere l'applicazione? - + Connetti come ... - + Connetti esterno - + Per configurarla collega la scheda di rete ad una rete! - + Copia - + Copia come ... - + Copia... - + Impossibile risolvere nome host per: "{0}" - + Credenziali - + I file profilo vengono crittografati su disco usando AES con una dimensione della chiave di 256 bit e una dimensione del blocco di 128 bit in modalità CBC. La chiave di crittografia deriva da una password principale usando Rfc2898DeriveBytes (PBKDF2) con 1.000.000 iterazioni. In fase di runtime, le password vengono memorizzate come SecureString una volta caricato il file del profilo. Per alcune funzioni, la password deve essere convertita in una stringa normale e rimane non crittografata in memoria fino a quando il garbage collector non le pulisce. - + Personalizza - + Dimensioni schermo personalizzate: - + I dati sono stati aggiornati! - + Per gestire le credenziali devono essere decrittografate. - + Predefinito - + Baud rate - + Porta predefinita: - + Porta Rlogin - + Porta SSH - + Porta telnet - + Le credenziali selezionate verranno eliminate in modo permanente. - + Elimina voce - + Il profilo selezionato verrà eliminato definitivamente. - + Autoconfigurazione DNS - + Ricerca DNS... - + Server DNS - + Apri documentazione - + Dominio - + Durata - + Modifica... - + Abilita - + Abilita provider di supporto per la sicurezza delle credenziali (CSP) - + Tempo di fine - + Inserisci una sottorete per calcolarlo... - + Per creare sottoreti inserisci la sottorete e una nuova maschera di sottorete... - + Impossibile connettersi a "api.github.com". Controlla la connessione di rete! - + Errore nella risposta! - + Errore nella risposta! Verifica se disponi delle autorizzazioni di scrittura. - + Espandi - + Primo indirizzo IP usabile - + Dimensione dello schermo fissa: - + Star/fork del progetto su GitHub - + Trovato - + Gruppo - + Altezza - + Host - + Nome host o indirizzo IP - + Host - + ID - + Eredita host da generale - + Intervallo IP - + Ultimo indirizzo IP usabile - + Indirizzo IP locale - + Porta locale - + Indirizzo MAC o fornitore - + Pacchetto magico inviato con successo! - + Numero massimo ({0}) di hop/router raggiunto! - + Dimensioni messaggio - + Modalità - + Multicast - + Istanze multiple - + L'indirizzo di rete non è raggiungibile. Controlla se il computer è connesso alla rete. Per informazioni sulla risoluzione dei problemi di rete, consulta la Guida di Windows. - + Nuova connessione... - + Nessun record DNS trovato per "{0}"! Controlla i parametri e le impostazioni. - + Non è stata trovata alcuna scheda di rete abilitata! - + Nessuna porta trovata. Controlla i parametri! - + Nessun profilo trovato. Crea nuovo profilo... - + Non è stato trovato nulla! - + Non c'è niente da fare. Controlla i parametri immessi! - + Nessun aggiornamento disponibile! - + Non è stato trovato alcune file valido per l'importazione. - + Nessun fornitore trovato. Controlla i parametri! - + Numero di errori dopo i quali viene annullato: - + Numero di voci memorizzate - + OID - + Solo quando si usa lo schermo intero - + Nel computer remoto - + In questo computer - + Apri - + Apri licenza - + Apri progetto - + Apri sito web - + sostituisci - + Password - + Le password non combaciano! - + Percorso - + Porta o servizio - + Porte - + Priv - + Profilo - + Profili ricaricati - + Protocollo - + Il processo PuTTY è terminato! - + Domande - + RAW - + Ricorsione - + Reindirizza la clipboard - + Reindirizza dispositivi - + Reindirizza dischi - + Reindirizza porte - + Reindirizza stampanti - + Reindirizza le smart card - + Tempo residuo - + Indirizzo IP remoto - + Porta remota - + Ripeti - + Risolvi CNAME su richieste ANY - + Risposte - + Rlogin - + Scansionati - + Applicazione cercata non trovata! - + Lingua cercata non trovata! - + Impostazione cercata non trovata! - + Sicurezza - + Seleziona una risoluzione dello schermo - + Selezionando questo verranno ripristinate tutte le impostazioni! - + Seriale - + Linea seriale - + Servizio - + Il file delle impostazioni trovato è danneggiato o non è compatibile con questa versione! Puoi segnalare questo problema su GitHub. È stato creato un backup del file delle impostazioni nella cartella delle impostazioni e le impostazioni sono state ripristinate. I file del profilo non sono interessati dal problema! - + Visualizza porte chiuse - + Visualizza il titolo dell'applicazione corrente - + Visualizza solo i tipi di interrogazione più comuni - + Visualizza indirizzi IP e porte non raggiungibili - + Visualizza statistiche - + SSH - + Ora di inizio - + Stato - + Sottorete 1 - + Sottorete 2 - + Tag - + Telnet - + L'applicazione può essere avviata senza argomenti! - + Non è stato possibile risolvere i seguenti nomi host: - + Sono disponibili i seguenti parametri: - + I seguenti parametri non possono essere elaborati: - + Il processo può richiedere del tempo e delle risorse (CPU / RAM). - + I file delle impostazioni non sono interessati dal problema! - + Timeout sulla query SNMP. Forse l'host non è raggiungibile oppure la community/password è sbagliata. - + Time out durante l'interrogazione del server DNS con l'indirizzo IP "{0}" - + Data/ora - + Trace - + Errore sconosciuto! - + Porta la finestra in primo piano - + URL - + Usa credenziali - + Usa la dimensione della visualizzazione attuale come dimensione dello schermo - + Usa server DNS personalizzato - + Usa suffisso DNS personalizzato - + Usa la cache del resolver - + Interfaccia utente bloccata! - + Utente - + Fornitore - + Versione - + Disponibile versione {0}! - + Modalità Walk - + Larghezza - + Impossibile decifrare il file profilo con la password specificata. - + La password inserita non è corretta. - + Aggiungi... - + Aggiungi voce... - + Calcola - + Annulla - + Modifica - + Modifica password globale... - + Controlla - + Controlla aggiornamenti - + Chiuso - + Continua - + Personalizzato: - + Taglia - + Decripta e carica... - + Elimina - + Elimina tabella - + Inserisci percorso... - + Tutto - + Filtro... - + Svuota la cache DNS - + Decodifica e carica le credenziali per selezionarle. - + Visualizza questa finestra. - + Ripristina tutte le impostazioni dell'applicazione - + La password non viene visualizzata durante la modifica, ma può essere sovrascritta. - + [0] Se l'autenticazione del server fallisce, eseguire la connessione al computer senza preavviso. [1] Se l'autenticazione del server fallisce, non eseguire la connessione. [2] Se l'autenticazione del server fallisce, mostra un avviso e permettimi di decidere se effettuare o rifiutare la connessione. [3] Nessun requisito di autenticazione. - + I tag ti aiutano a organizzare i profili per argomenti/progetti. È possibile usare più tag separandoli con ";". Cerca per tag con "tag = xxx". - + Ora/e - + Percorso/nome file da importare file importazione... - + Minuto/i - + Sposta e riavvia - + Connessioni di rete... - + (non modificato) - + OFF - + OK - + ON - + Apri percorso - + Apri impostazioni - + Sovrascrivi - + Incolla - + Ricollega - + Aggiorna - + Riavvia addesso - + Salva - + Cerca... - + Secondo/i - + Invia - + Imposta password globale... - + Visualizza licenze locali - + Calcolatore sottorete - + Verifica - + Connessioni - + Inserisci un intervallo IP valido! - + Inserisci un indirizzo IPv4 valido! - + Inserisci un indirizzo MAC valido (es. 00: F1: 23: AB: F2: 35)! - + Inserisci una porta valida (1 - 65535)! - + Inserisci una sottorete valida (per esempio 255.255.255.0)! - + Inserisci una sottorete o CIDR validi (per esempio 255.255.255.0 o /24)! - + Il campo non può essere vuoto! - + Il campo non esiste! - + La cartella non esiste! - + Ascoltatori - + Ambra - + Aspetto - + Applicazioni - + Tema scuro - + Tema chiaro - + Nero - + Blu - + Marrone - + Cobalto - + Rosso sangue - + Ciano - + Smeraldo - + Inserisci uno o più indirizzi IP validi! - + Inserisci un valore baud valido! - + Inserisci host validi (più host non possono terminare con ";")! - + Inserisci un indirizzo IP valido! - + Inserisci un numero valido! - + Inserisci un OID valido! - + Inserisci una porta e/o intervallo di porte validi (1 - 65535)! - + Inserisci una sottorete valida (es. 192.168.178.133/26)! - + Inserisci un sito web valido (es. https://example.com/index.html) - + Verde - + Imposta/esporta - + Indaco - + Host destinazione non raggiungibile. - + Rete destinazione non raggiungibile. - + Porta destinazione non raggiungibile. - + Completato - + Timeout richiesta. - + TTL scaduto in transito. - + La chiave deve contenere almeno 8 caratteri! - + Lime - + Magenta - + Malva - + Oliva - + Si possono inserire solo numeri! - + Arancione - + Rosa - + Viola - + Rosso - + Socket chiusa. - + Disconnessione remota dal server. - + Errore di decompressione. - + Timeout della connessione. - + Errore nella decodifica. - + Errore nella ricerca del nome DNS. - + Ricerca DNS non riuscita. - + Errore crittografia. - + Chiamata gethostbyname di Windows Socket non riuscita. - + Host non trovato. - + Errore interno. - + Errore di sicurezza interno. - + Errore di sicurezza interno. - + Il metodo di crittografia specificato non è valido. - + Specificato Indirizzo IP errato. - + L'indirizzo IP specificato non è valido. - + I dati di sicurezza non sono validi. - + I dati di sicurezza del server non sono validi. - + Negoziazione licenza fallita. - + Timeout verifica licenza. - + Disconnessione locale. - + Nessuna informazione disponibile. - + Memoria esaurita. - + Memoria esaurita. - + Memoria esaurita. - + Disconnessione remota da parte dell'utente. - + Impossibile decomprimere il certificato del server. - + Connessione Windows Sockets non riuscita. - + Chiamata recv di Windows Sockets non riuscita. - + L'account è disabilitato - + L'account è scaduto. - + L'account è bloccato. - + L'account è limitato. - + Il certificato ricevuto è scaduto. - + La policy non supporta la delega delle credenziali al server di destinazione. - + La policy di autenticazione del server non consente le richieste di connessione utilizzando le credenziali salvate. L'utente deve inserire nuove credenziali. - + Accesso fallito. - + Nessuna autorità può essere contattata per l'autenticazione. Il nome di dominio della parte di autenticazione potrebbe essere errato, il dominio potrebbe essere irraggiungibile o potrebbe essersi verificato un errore nella relazione di fiducia. - + L'utente specificato non ha un account. - + La password è scaduta. - + La password deve essere modificata prima di accedere per la prima volta. - + La delega delle credenziali al server di destinazione non è consentita a meno che non sia stata raggiunta l'autenticazione reciproca. - + La smart card è bloccata. - + È stato inserito un PIN errato nella smart card. - + Si è verificato il timeout. - + Errore timer interno. - + Chiamata di invio Windows Sockets non riuscita. - + Sienna - + Gli spazi non sono ammessi! - + Acciaio - + Tortora - + Chiuso - + Attesa chiusura - + Chisura - + Elimina Tcb - + Stabilita - + Atetsa finale 1 - + Attesa finale 2 - + Ultimo Ack - + In ascolto - + Ricevuto Syn - + Inviato Syn - + TimeWait - + Sconosciuto - + Verde acqua - + Violetto - + Bianco - + Giallo - + Esiste già un profilo con questo nome! - + Chiuso - + Aperto - + Deve essere visibile almeno un'applicazione! - + Applicazioni nascoste - + Applicazioni visibili - + Applicazioni visibili nella barra: - + Whois - + Aggiungi una scheda per interrogare whois... - + Inserisci un dominio valido (come "esempio.com")! - + Server Whois non trovato per il dominio: "{0}" - + Routing - + Rilascia - + Rilascia e rinnova - + Rinnova - + Impostazioni DNS di Windows - + Rimuovi server DNS - + Il server DNS selezionato verrà rimosso definitivamente. - + Aggiungi server DNS - + Modifica server DNS - + Esiste già un server DNS con questo nome! - + Riavvia sessione - + TigerVNC - + Configura nelle impostazioni il percorso di TigerVNC... - + Il processo TigerVNC è terminato! - + Connessione in corso... - + Risolvi indirizzo MAC e fornitore - + Nota - + Esporta tutto - + Esporta... - + Esporta selezionati - + Percorso... - + File - + Inserisci un percorso file valido! - + Tutto - + Formatta - + Selezionato - + Si è verificato un errore durante l'esportazione dei dati. Per ulteriori dettagli visualizza il messaggio di errore: - + Design - + Evidenzia i timeout - + Per creare un sottorete ampia inserisci le sottoreti... - + Sottorete ampia - + Aggiungi scheda... - + Aggiungi indirizzo IPv4... - + Aggiungi indirizzo IPv4... - + N. max thread host simultanei - + N. amx thread porta simultanei - + PowerShell - + Configurare nelle impostazioni il percorso di PowerShell... - + Il processo di PowerShell è terminato! - + Policy esecuzione - + Console remota - + Percorso file - + Sovarscrivi le impostazioni predefinite - + Risolvi l'indirizzo IPv4 per questo host - + Nascondi - + Byte totali ricevuti - + Byte totali inviati - + Download - + Banda - + Upload - + Applica combinazioni di tasti di Windows - + Fornitore supporto per la sicurezza delle credenziali - + Attività in background - + l'attività in background salverà impostazioni e profili ogni x minuti. Il valore 0 disabiliterà questa funzione. Le modifiche a questo valore avranno effetto dopo il riavvio dell'applicazione. - + Esegui le attività in background ogni x minuti - + Il sistema operativo non è compatibile con l'ultima versione! - + Pannello di controllo - + Tutte le impostazioni possono essere modificate successivamente nelle impostazioni! - + Controlla l'indirizzo IP pubblico - + Grazie per aver utilizzato NETworkManager! Se ti piace questo strumento, lascia una stella su GitHub e consiglialo ad altri. - + Quando parte, il programma verifica in background se sono disponibili nuove versioni su GitHub. URL: https://api.github.com/ - + L'indirizzo IP pubblico è determinato tramite ipify.org. URL: https://api.ipify.org e https://api6.ipify.org - + Privacy - + Benvenuti - + Servizi esterni - + Start/fork progetto su Github. - + Aiutaci nella traduzione del programma su Transiflex. - + Contattami su Twitter. - + Connessione - + Computer - + Gateway/router - + Internet - + Verifica la configurazione della scheda di rete (DNS) e se il server DNS è configurato correttamente. - + Controlla la configurazione della scheda di rete (DHCP, IP statico) e se sei connesso ad una rete. - + Impossibile rilevare l'indirizzo IP del gateway! - + Impossibile rilevare l'indirizzo IP locale! - + Impossibile ottenere l'indirizzo IP pubblico tramite WebRequest (http / https) da "{0}"! Controlla la connessione di rete (firewall, proxy, ecc.). - + Nessun record DNS A risolto per "{0}"! - + Nessun record DNS PTR risolto per "{0}"! - + "{0}" record DNS A risolti per "{1}"! - + Record DNS PTR risolti per "{0}"! - + Ottenuto "{0}" come indirizzo IP pubblico da "{1}"! - + Risolto "{0}" come nome host per l'indirizzo IP "{1}"! - + Il controllo dell'indirizzo IP pubblico è disabilitato! - + Stack TCP/IP disponibile. "{0}" raggiungibile via ICMP! - + Stack TCP/IP non disponibile. "{0}" non raggiungibile via ICMP! - + "{0}" rilevato come indirizzo IP gateway! - + "{0}" rilevato come indirizzo IP locale! - + "{0}" non è raggiungibile tramite ICMP! - + "{0}" è raggiungibile tramite ICMP! - + Usa API indirizzo IPv4 personalizzato - + URL a un servizio Web che può essere raggiunto tramite http o https e restituisce un indirizzo IPv4 come "xx.xx.xx.xx" come risposta. - + Impossibile analizzare l'indirizzo IP pubblico da "{0}"! Prova un altro servizio o usa quello predefinito... - + Impossibile connettersi a "{0}"! - + Protocollo IPv4 disponibile - + Protocollo IPv6 disponibile - + Copia - + Ufficiale - + Tipo di connessione di rete - + Sfondo desktop - + Composizione desktop - + Esperienza - + Ammorbidimento caratteri - + Animazione menu e finestre - + Prestazioni - + Memorizzazione cache bitmap persistente - + Riconnetti se la connessione viene interrotta - + Banda larga ad alta velocità (2 Mbps - 10 Mbps) - + Banda larga a bassa velocità (256 kbps - 2 Mbps) - + Rileva automaticamente qualità della connessione - + LAN (10 Mbps o superiore) - + Modem (56 kbps) - + Satellite (2 Mbps - 16 Mbps con alta latenza) - + WAN (10 Mbps o superiore con alta latenza) - + Visualizza contenuto della finestra durante il trascinamento - + Stili visivi - + Audio remoto - + Riproduzione audio remota - + Registrazione audio remota - + Non registrare - + Registra in questo computer - + Non riprodurre - + Riproduci nel computer remoto - + Riproduci in questo computer - + Gateway - + Comandi personalizzati - + Aggiungi comando personalizzato - + Argomenti - + Elimina comando personalizzato - + Modifica comando personalizzato - + Programma - + Il comando personalizzato selezionato verrà eliminato definitivamente. - + Sono disponibili le seguenti variabili: $$ipaddress$$ --> Indirizzo IP $$hostname$$ --> Nome host - + Riavvia - + Impossibile risolvere l'indirizzo IP per il nome host! - + Ctrl+Alt+Canc - + Tasti rapidi - + Regola schermo - + Schermo intero - + Impossibile inviare la sequenza di tasti! - + Scollega - + Rileva l'indirizzo IP locale e la maschera di sottorete - + Impossibile rilevare la maschera di sottorete! - + Rilevamento rete ... - + Chiusura tra {0} secondi... - + Rete non disponibile - + Indirizzo IP per rilevare l'indirizzo IP locale in base al routing - + Visualizza la finestra di stato al cambio della rete - + Tempo in secondi di visualizzazione della finestra di stato - + WiFi - + Reti - + Ricerca reti... - + Nessuna scheda WiFi trovata - + Ricerca schede WiFi... - + Nessuna rete WiFi trovata! - + Canali - + Canale - + 2.4 GHz - + 5 GHz - + Livello segnale - + Velocità download attuale - + Velocità upload attuale - + Tempo misurato - + Uso rete - + Totale downlod - + Totale upload - + Ritentativi - + Usa cache - + Usa solo TCP - + Classe interrogazione - + Nome dominio - + Timeout (s) - + Segnala un problema o richiedi nuova funzionalità - + Segnala un problema o richiedi nuova funzionalità. - + Intervallo Beacon - + Criptazione - + Infrastruttura - + Tipo rete - + Tipo PHY - + Tempo attività - + Visualizza messaggio errore - + Monitor ping - + Aggiungi host - + Aggiungi host da monitorare - + Pausa - + Riprendi - + Impossibile risolvere indirizzo IP per: "{0}" - + L'applicazione verrà riavviata... - + Impossibile esportare il file! Vedi messaggio errore: "{0}" - + File esportato in "{0}"> - + Impossibile importare il file! Vedi messaggio errore: "{0}" - + Nella versione portatile il percorso non può essere modificato! - + È criptato - + Apri documentazione su Github - + Personale 1 - + Aggiungi file profilo - + Disabilita criptazione... - + Modifica file profilo - + Abilita criptazione... - + Criptazione... - + Esiste già un profilo con lo stesso nome! - + Rinomina - + Elimina file profilo - + Il file profilo selezionato verra eliminato permanentemente. - + Tutti profili in questo file profilo verranno permanentemente eliminati! - + Patch - + Per applicare la modifica della lingua riavvia l'applicazione - + Attualmente downloadati - + Attualmente uploadati - + LLDP/CDP - + Riavvia come amministratore - + Per analizzare i pacchetti di rete l'applicazione deve essere avviata con privilegi elevati! - + Cattura - + Dispositivo - + Durata (s) - + Modello - + VLAN - + Cattura pacchetti di rete per visualizzare le info LLDP o CDP! - + Nessun pacchetto discovery ricevuto! - + Cattura pacchetti rete... - + Protocollo discovery - + CDP - + LLDP - + LLDP / CDP - + {0} secondi rimanenti... - + Guida - + Applicazione visualizzata all'avvio - + Parametro - + Valore - + Console web - + Ricarica - + Browser - + Il controllo WebView (Microsoft Edge) non può collegarsi al sito web con un certificato non valido! - + Per questa funzione è richiesto Microsoft.Windows.SDK.Contracts che non è disponibile nel sistema (es. Windows Server) - + Tabella ARP - + Connessioni - + Pannello di controllo - + Protocollo discovery - + Consultazione DNS - + Intestazioni HTTP - + Scansione IP - + Ascoltatori - + Consultazione - + Interfacce di rete - + Ping - + Monitor ping - + Scansione porte - + PowerShell - + PuTTY - + Desktop remoto - + SNMP - + Calcolatore sottorete - + TigerVNC - + Tarceroute - + WakeOnLAN - + Console web - + Whois - + WiFi - + Ambra - + Nero - + Blu - + Marrone - + Cobalto - + Cremisi - + Ciano - + Smeraldo - + Verde - + Indaco - + Lime - + Magenta - + Malva - + Oliva - + Arancio - + Viola - + Rosso - + Siena - + Talpa - + Verde acqua - + Violetto - + Giallo - + Acciao - + Generale - + Applicazioni - + Generale - + Apparenza - + Avvio automatico - + Generale - + Tasti rapidi - + Lingua - + Profili - + Impostazioni - + Stato - + Aggiorna - + Finestre - + Abilita registro eventi - + Nome file registro - + Percorso file registro - + Livello registro - + Registro eventi - + Registro eventi SSH - + Registro eventi SSH RAW - + Registro eventi sessione - + Registro eventi SSH - + Registro SSH e RAW - + Inserisci un nome di file valido! - + Persi - + Ricevuti - + Modifica stato - + Disponibile aggiornamento! - + File chiave privata - + Anteprima - + Profili porte - + Aggiungi profilo porte - + Elimina profilo porte - + Modifica profilo porte - + Il seguente profilo porte verrà permanentemente eliminato! - + Seleziona profilo porte - + Apri profilo porte... - + Visualizza schermata benvevuto all'avvio - + Schermata benvenuto - + Download runtime Microsoft Edge WebView2 - + Runtime Microsoft Edge WebView2 non disponibile! - + Frequenza - + SSID - + Impossibile caricare il file del profilo! - + Impossibile caricare il file del profilo, potrebbe essere danneggiato. Puoi provare a ripristinare il file da un backup o eliminarlo. @@ -2773,365 +2778,365 @@ Se ciò accade inaspettatamente o dopo un aggiornamento, segnala l'errore su Git Messaggio di errore: "{0}" - + Modifica gruppo... - + Errore decriptazione - + Impossibile decriptare il file. Segnala questo problema su Github. - + Errore criptazione - + Impossibile criptare il file. Segnala questo problema su Github. - + Password attuale - + Nuova password - + Modifica password principale - + Sblocca profilo - + Per usare i profili sblocca il file del profilo! - + Disconoscimento - + Unisci - + Usa altri - + Sposta - + Ultima scansione il {0} - + Rete nascosta - + Sviluppato e mantenuto da {0} con l'aiuto di - + Una API semplice di indirizzi pubblici - + AirspacePanel risolve tutti i problemi di AirSpace con Winforms hostati su WPF. - + Controlz condiviso per WPF e ... altro - + DnsClient.NET è una libreria open source semplice ma molto potente e ad alte prestazioni per .NET Framework per eseguire ricerche DNS - + Controllo struttura a schede trascinabile per WPF - + La libreria C # si occupa di reti complesse, IP, IPv4, IPv6, maschere di rete, CIDR, sottoreti, subnetting, supernet e supernetting per gli sviluppatori .NET. - + Grafici, mappe e indicatori semplici, flessibili, interattivi e potenti per .Net - + Una raccolta di indicatori di carico per WPF - + Alcune fantastiche icone per WPF e UWP tutte insieme ... - + Un insieme di strumenti per la creazione di app WPF in stile Metro / Modern UI. - + Json.NET è un popolare framework JSON ad alte prestazioni per .NET - + Una libreria client API GitHub per .NET - + cattura e analizza i pacchetti CDP e LLDP in computer locali o remoti - + Libreria Sharp SNMP - SNMP open source per .NET e Mono - + Una collezione di bandiere delle nazioni in SVG - + Elenco dei domini di primo livello da iana.org, usato per interrogare i server whois del TLD da whois.iana.org tramite la porta 43 - + Dati OUI da ieee.org. - + Registro del nome del servizio e del numero di porta del protocollo di trasporto da iana.org. - + Licenza Apache 2.0 - + Clausola BSD-2 - + Licenza MIT - + Senza licenza - + C # / WinRT fornisce il supporto della proiezione in pacchetti WinRT per il linguaggio C #. - + Runtime per hosting PowerShell - + Il controllo WebView2 consente di incorporare tecnologie web (HTML, CSS e JavaScript) nelle applicazioni native basate su Microsoft Edge (Chromium). - + Aggiungi facilmente interattività alle tue app usando XAML Behaviors per WPF. - + Licenza Microsoft WebView2 - + Il file del profilo attuale non è crittografato e le password verranno archiviate su disco non crittografate! Per archiviare le credenziali in modo sicuro abilita la crittografia del file del profilo in Impostazioni -> Profilo . - + ICMPv4 - + ICMPv6 - + Il controllo è disabilitato - + Inserisci un indirizzo IPv6 valido! - + Indirizzo IPv4 pubblico raggiungibile tramite ICMP. - + Indirizzo IPv6 pubblico raggiungibile tramite ICMP. - + Indirizzo IPv4 pubblico - + Indirizzo IPv6 pubblico - + Usa API indirizzo IPv6 personalizzato - + Time To Live - + ID telaio - + Gestione - + Descrizione dispositivo - + Descrizione porta - + Rimuovi indirizzo IPv4 - + Impostazioni aggiuntive... - + Rimuovi indirizzo IPv4... - + La sessione remota è terminata perché è stato raggiunto il limite di tempo di accesso totale. Questo limite è impostato dall'amministratore del server o dai criteri di rete. - + Inserisci un nome host valido! - + Inserisci un nome host ed una porta validi! - + Impossibile ricollegarsi alla sessione remota. - + Migra - + Segnala su GitHub - + Gruppi - + Aggiungi gruppo - + Elimina gruppo - + Verranno eliminati in modo permanente il gruppo selezionato e tutti i profili all'interno di questo gruppo. - + Questo nome è già in uso! - + Ridimensiona - + Elimina profili - + I profili selezionati verranno eliminati definitivamente. - + Usa temi personalizzati - + Temi personalizzati - + Vuoi ripristinare le impostazioni? - + Impostazioni ripristinate! - + Gestione sessioni AWS - + ID istanza - + Connessione locale - + Interfaccia locale - + log4net è uno strumento per creare un registro delle istruzioni di output del programmatore per una varietà di destinazioni di output. - + Gestione sessioni AWS - + Abilitato - + Regione - + Sincronizza istanze EC2 da AWS - + Aggiungi profilo AWS - + Elimina profilo AWS - + Il profilo AWS selezionato verrà eliminato definitivamente. Il profilo non verrà rimosso dal file ~\.aws\credentials. - + Modifica profilo AWS - + Sincronizza tutte le istanze EC2 da AWS - + Sincronizza istanze EC2 del gruppo da AWS - + Profili e regioni da sincronizzare - + Per sincronizzare le istanze EC2 da AWS nel sistema deve essere configurata la CLI AWS. Le istanze EC2 possono essere interrogate per più account AWS (profili) e più regioni. Per fare ciò, il profilo memorizzato nel file "~/.aws/credentials" deve essere configurato insieme alla regione da interrogare. - + SDK AWS per .NET per funzionare con Amazon Elastic Compute Cloud (Amazon EC2) in Amazon Web Services (AWS). - + Profilo predefinito - + Regione predefinita - + Profilo che verrà usato dai profili creati manualmente per connettersi a un'istanza EC2 tramite CLI AWS.. Se non impostato, verranno usate le impostazioni predefinite della CLI AWS. - + Regione usata dai profili creati manualmente per connettersi a un'istanza EC2 tramite CLI AWS . Se non impostata, verranno usate le impostazioni predefinite della CLI AWS. - + Se non viene impostata, verranno usate le impostazioni CLI AWS predefinite. - + Il nome gruppo non può iniziare con "{0}"! - + Sincronizza solo le istanze EC2 in esecuzione da AWS - + Non esiste una regione AWS denominata "{0}"! - + CLI AWS v2 è installato! - + CLI AWS v2 non è installato! - + Il plugin Gestione sessioni AWS è installato! - + Il plugin Gestione sessioni AWS non è installato! - + Controlla disponibilità pre-release - + La sincronizzazione è disabilitata! - + Comando - + Applica tema alla console PowerShell - + Il colore della console di PowerShell può essere modificato nel tema dell'applicazione in Impostazioni > Generale > Aspetto - + Se si abilita questa opzione, le impostazioni della console di PowerShell predefinite nel registro in HKCU:\Console vengono sovrascritte in modo che la finestra della console di PowerShell corrisponda al tema dell'applicazione. Si tratta di un'impostazione di sistema globale che potrebbe influire sull'aspetto della normale finestra di PowerShell. Vengono modificate solo le console PowerShell configurate nelle impostazioni di PowerShell e AWS Session Manager. @@ -3144,166 +3149,166 @@ Ecco i valori documentati che verranno adeguati. Se l'opzione viene nuovamente disabilitata, i valori non vengono più modificati. Tuttavia, i valori originali NON vengono ripristinati. - + L'input non può terminare con un ";"! - + L'input non contiene testo! - + Calcolatorebit - + Calcolatore bit - + Notazione - + Input - + Unità - + Bit - + Gigabit - + Gigabyte - + Kilobit - + Kilobyte - + Megabit - + Megabyte - + Petabit - + Petabyte - + Terabit - + Terabyte - + Inserisci un numero e seleziona un'unità per calcolare le unità... - + Rete - + Proxy - + Risolvi l'indirizzo IP per questo host (è preferibile IPv4) - + Un percorso valido per PowerShell dovrebbe terminare con "pwsh.exe" o "powershell.exe"! - + Un percorso valido per PuTTY dovrebbe terminare con "PuTTY.exe"! - + Un percorso valido per TigerVNC dovrebbe terminare con "vncviewer-*.exe" o "vncviewer64-*.exe"! - + Ricerca SNTP - + Sposta i componenti e le dipendenze di runtime di un'app .NET Framework/.NET Core in una sotto cartella. - + Aggiungi una scheda per eseguire una ricerca SNTP... - + Server SNTP - + URL a un servizio Web che può essere raggiunto tramite http o https e restituisce un indirizzo IPv6 come "xxxx:xx:xxx::xx" come risposta. - + Terminale IP - + Orario locale finale - + Orario locale finale - + Orario di rete - + Offset - + Ritardo andata e ritorno - + Server - + Ricerca SNTP - + Aggiungi server SNTP - + Elimina server SNTP - + Il server SNTP selezionato verrà definitivamente eliminato. - + Modifica server SNTP - + Esiste già un server SNTP con questo nome! - + Inserisci un nome host valido (esempio "server-01" o "esempio.com") o un indirizzo IP valido (esempio 192.168.178.1)! - + Server - + Per sbloccare il file del profilo inserisci la password principale: - + Sblocca file profilo - + Timeout - + Tasto rapido - + Le impostazioni verranno ripristinate e l'applicazione successivamente verrà riavviata! - + Le impostazioni sono state ripristinate! - + Stato ping - + ThreadPool aggiuntivo min. thread - + Questa impostazione specifica il numero minimo di thread che verranno creati dal ThreadPool dell'applicazione su richiesta. Ciò può migliorare le prestazioni, ad esempio, dello scanner IP o del port scanner. Il valore viene aggiunto al n. min. predefinito thread (numero thread CPU). @@ -3313,165 +3318,165 @@ Se il valore è troppo alto, potrebbero verificarsi problemi di prestazioni. Le modifiche a questo valore avranno effetto dopo il riavvio dell'applicazione. Se il valore è stato impostato correttamente, è possibile verificarlo nel file registro in %LocalAppData%\NETworkManager\NETworkManager.log - + Queste impostazioni modificano solo il numero massimo di thread eseguiti contemporaneamente per scansione host/porta. Vai in Impostazioni > Generali > Generali per regolare i thread minimi dell'applicazione. - + Stato porta - + Dettagli ping - + Nessuna porta aperta trovata! - + La scansione delle porte è disabilitata! - + Scansione porte - + Impossibile trovare l'applicazione "{0}". Forse l'applicazione era nascosta nelle impostazioni? - + Finestra di stato - + Visualizza barra indirizzi - + L'attivazione di questa impostazione non è consigliata. Più istanze dell'applicazione condividono le stesse impostazioni e file di profilo. L'ultima istanza da chiudere potrebbe sovrascrivere le modifiche apportate da altre istanze. - + Bypass per indirizzi locali - + Abilita server gateway - + Metodo accesso - + Server gateway - + Nome server - + Condividi le credenziali del gateway con il computer remoto - + Consenti di selezionarlo più tardi - + Smart card o Windows Hello for Business - + Richiedi password (NTLM) - + Usa credenziali gateway - + Questo computer non può connettersi al computer remoto perché il server gateway desktop remoto è temporaneamente non disponibile. Prova a riconnetterti più tardi o contatta per assistenza l'amministratore di rete. - + Questo computer non può connettersi al computer remoto a causa di uno dei seguenti motivi: 1) L'indirizzo del server gateway desktop remoto richiesto ed il nome del soggetto del certificato SSL del server non corrispondono. 2) Il certificato è scaduto o revocato. 3) L'autorità del certificato principale non considera attendibile il certificato. Per assistenza contatta l'amministratore di rete. - + Questo computer non è in grado di verificare l'identità del gateway desktop remoto. Non è sicuro connettersi a server che non possono essere identificati. Per assistenza contatta l'amministratore di rete. - + Questo computer non può connettersi al computer remoto perché l'indirizzo del server gateway desktop remoto richiesto e il nome del soggetto del certificato non corrispondono. Per assistenza contatta l'amministratore di rete. - + Questo computer non può connettersi al computer remoto perché il certificato del server gateway desktop remoto è scaduto o è stato revocato. Per assistenza contatta l'amministratore di rete. - + Si è verificato un errore durante l'invio dei dati al server gateway desktop remoto. Il server è temporaneamente non disponibile o una connessione di rete non è attiva. Riprova più tardi o contatta l'amministratore di rete per assistenza. - + Si è verificato un errore durante la ricezione dei dati dal server gateway desktop remoto. Il server è temporaneamente non disponibile o una connessione di rete non è attiva. Riprova più tardi o contatta l'amministratore di rete per assistenza. - + Questo computer non può connettersi al computer remoto perché l'indirizzo del server gateway desktop remoto non è raggiungibile o non è corretto. Inserisci un indirizzo valido del server gateway desktop remoto. - + Questo computer non può connettersi al computer remoto perché il server gateway desktop remoto sta esaurendo le risorse del server ed è temporaneamente non disponibile. Prova a riconnetterti più tardi o contatta l'amministratore di rete per assistenza. - + Il server gateway desktop remoto ha terminato la connessione. Prova a riconnetterti più tardi o contatta l'amministratore di rete per assistenza. - + L'amministratore del server gateway desktop remoto ha terminato la connessione. Prova a riconnetterti più tardi o contatta l'amministratore di rete per assistenza. - + Il desktop remoto non può connettersi al computer remoto per uno di questi motivi: 1) L'account utente non è elencato nell'elenco delle autorizzazioni del gateway desktop remoto 2) Potresti aver specificato il computer remoto in formato NetBIOS (ad esempio, computer1) , ma il gateway desktop remoto prevede un nome di dominio completo o un formato di indirizzo IP (ad esempio, computer1.fabrikam.com o 157.60.0.1). Per assistenza contatta l'amministratore di rete. - + Desktop remoto non può connettersi al computer remoto per uno di questi motivi: 1) L'account utente non è autorizzato ad accedere al gateway RD 2) Il computer non è autorizzato ad accedere al Gateway RD 3) Stai usano un metodo di autenticazione non compatibile (ad esempio, il gateway desktop remoto potrebbe essere in attesa di una smart card ma hai fornito una password). Per assistenza contatta l'amministratore di rete. - + Questo computer non può connettersi al computer remoto perché l'amministratore di rete ha limitato l'accesso a questo server gateway desktop remoto. Per assistenza contatta l'amministratore di rete. - + Questo computer non può connettersi al computer remoto perché il server proxy web richiede l'autenticazione. Per consentire il traffico non autenticato ad un server gateway desktop remoto tramite il server proxy Web, contatta l'amministratore di rete. - + Questo computer non può connettersi al computer remoto perché il server gateway desktop remoto ha raggiunto il numero massimo di connessioni consentite. Prova a riconnetterti più tardi o contatta l'amministratore di rete per assistenza. - + Questo computer non può connettersi al computer remoto perché il server gateway desktop remoto non supporta la richiesta. Per assistenza contatta l'amministratore di rete. - + Questo computer non può connettersi al computer remoto perché il client non supporta una delle funzionalità del gateway desktop remoto. Per assistenza contatta l'amministratore di rete. - + Questo computer non può connettersi al computer remoto perché il server gateway desktop remoto e questo computer non sono compatibili. Per assistenza contatta l'amministratore di rete. - + Questo computer non può connettersi al computer remoto perché non è stato configurato un certificato per l'uso nel server gateway desktop remoto. Per assistenza contatta l'amministratore di rete. - + Questo computer non può connettersi al computer remoto perché il server gateway desktop remoto a cui stai tentando di connetterti non è autorizzato dall'amministratore del computer. Se sei l'amministratore, aggiungi nel computer il nome del server gateway desktop remoto all'elenco dei server gateway desktop remoto attendibili, quindi riprova a connetterti. - + Questo computer non può connettersi al computer remoto perché questo computer o dispositivo non soddisfa i requisiti di protezione accesso alla rete impostati dall'amministratore di rete, per uno dei seguenti motivi: 1) Il nome del server gateway desktop remoto e il certificato della chiave pubblica del server il nome del soggetto non corrispondono. 2) Il certificato è scaduto o è stato revocato. @@ -3480,35 +3485,35 @@ Se sei l'amministratore, aggiungi nel computer il nome del server gateway deskto 5) Il computer non è in grado di verificare l'elenco di revoca dei certificati. Per assistenza contatta l'amministratore di rete. - + Questo computer non può connettersi al computer remoto perché sono necessari un nome utente e una password per l'autenticazione al server gateway desktop remoto anziché le credenziali della smart card. - + Questo computer non può connettersi al computer remoto perché sono necessarie per l'autenticazione al server gateway desktop remoto le credenziali della smart card invece di un nome utente e una password. - + Questo computer non può connettersi al computer remoto perché è stato inviato un cookie non valido al server gateway desktop remoto. Per assistenza contatta l'amministratore di rete. - + Questo computer non può connettersi al computer remoto perché il cookie è stato rifiutato dal server gateway desktop remoto. Per assistenza contatta l'amministratore di rete. - + Questo computer non può connettersi al computer remoto perché il server gateway desktop remoto prevede un metodo di autenticazione diverso da quello usato. Per assistenza contatta l'amministratore di rete. - + La connessione al gateway desktop remoto è terminata perché l'autenticazione utente periodica non è riuscita. Prova a riconnetterti con un nome utente e una password corretti. Se la riconnessione non riesce, contatta l'amministratore di rete per ulteriore assistenza. - + La connessione al gateway desktop remoto è terminata perché l'autorizzazione utente periodica non è riuscita. Prova a riconnetterti con un nome utente e una password corretti. Se la riconnessione non riesce, contattare l'amministratore di rete per ulteriore assistenza. - + Questo computer non può connettersi al computer remoto perché il gateway desktop remoto ed il computer remoto non sono in grado di scambiare i criteri. Ciò potrebbe verificarsi a causa di uno dei seguenti motivi: 1. Il computer remoto non è in grado di scambiare criteri con il gateway desktop remoto. @@ -3516,409 +3521,409 @@ Ciò potrebbe verificarsi a causa di uno dei seguenti motivi: 3. La connessione tra gateway desktop remoto ed il computer remoto è terminata. Per assistenza contatta l'amministratore di rete. - + La connessione al gateway desktop remoto è terminata perché l'autorizzazione utente periodica non è riuscita. Questo computer o dispositivo non ha superato i requisiti NAP (Network Access Protection) impostati dall'amministratore di rete. Per assistenza contattare l'amministratore di rete. - + Connesso - + Errore durante la scansione della scheda WiFi "{0}" - errore: "{1}" - + Connessione... - + {0} disconnesso! - + Connesso a {0} - + WPS - + Connetti automaticamente - + Chiave condivisa in precedenza - + Connessione a {0}... - + Impossibile connettersi a {0} ({1})! - + Completata connessione a {0}! - + L'accesso alla rete è stato revocato - + Credenziali non valide - + Rete non disponibile - + Completato - + Tentativo di connessione scaduto - + -/- - + Il protocollo di autenticazione non è supportato! - + Controllo WPS... - + Apri profili OID... - + MIB - + Profili OID - + Seleziona profilo OID - + Aggiungi profilo OID - + Elimina profilo OID - + Il profilo OID selezionato verrà eliminato definitivamente. - + Modifica profilo OID - + Inserisci password... - + Aggiungi scheda - + (dal profilo) - + Nuova maschera sottorete - + Aggiungi server - + Server SNTP - + Le impostazioni in questa pagina contengono errori. Correggili per poter salvare. - + Chiave host SSH da usare per la connessione (come "71:b8:f2:6e..."). Disponibile solo se la modalità è "SSH". - + Percorso completo file chiave privata (come "C:\Users\BornToBeRoot\SSH\private_key.ppk"). Disponibile solo se la modalità è "SSH". - + Nome utente che verrà passato alla sessione PuTTY. Disponibile solo se la modalità è "SSH", "Telnet" o "Rlogin". - + ASN - + Nome AS - + Città - + Continente - + Nazione - + Valuta - + Dsitretto - + Risoolutore DNS - + EDNS - + Geolocalizzazione - + Hosting - + Geolocalizzazione IP - + ISP - + Latitudine - + Longitudine - + Cellulare - + Organizzazione - + Record PTR - + Fuso orario - + CAP - + API geolocalizzazione IP: veloce, precisa, affidabile - + Verifica risolutore DNS - + Verifica geolocalizzazione IP - + Il risolutore DNS viene determinato tramite ip-api.com. URL: https://edns.ip-api.com/ - + La geolocalizzazione IP viene determinata tramite ip-api.com. URL: http://ip-api.com/ - + Per fornire funzionalità aggiuntive, vengono utilizzati servizi di terze parti che non sono gestiti da me. Puoi deselezionarli di seguito. Nessun dato viene inviato ll'autore in nessun momento. - + Verifica risolutore DNS... - + Verifica geolocalizzazione IP... - + Controlla la connessione di rete e riprova tra qualche secondo. - + Raggiunto limite ip-api.com (troppe richieste dal questa rete)! Riprova tra qualche secondo. - + Codice stato HTTP - + Acciaio - + Raggiunto limite rapporto! Riprova dentro {0} secondi... - + Generale - + BSSID - + Nessun host raggiungibile trovato! - + Applicazione - + Abilita le funzionalità sperimentali per testare nuove funzioni. Questi non sono ancora completi, contengono bug, possono mandare in crash l'applicazione e potrebbero cambiare di nuovo fino al rilascio. - + Funzioni sperimentali - + Sperimentale - + Esegui comando... - + Geolocalizzazione IP - + Aggiungi una scheda per l'interrogazione della geolocalizzazione IP... - + Inserisci un dominio per interrogare whois... - + Inserisci un host per interrogare la geolocalizzazione IP... - + Nome utente sconosciuto. - + Errore autenticazione (password, comunità o chiave errati). - + L'operazione è andata a buon fine senza alcun errore. - + La risposta alla richiesta era troppo grande per essere contenuta in un'unica risposta! - + L'OID richiesto non è stato trovato! - + Un oggetto di lettura-scrittura o di sola scrittura è stato impostato su un valore non coerente! - + L'OID richiesto non esiste e non è scrivibile! - + Si è verificato un errore per il quale non è disponibile alcun messaggio specifico! - + L'oggetto richiesto non è accessibile per la modifica! - + L'oggetto è stato impostato su un tipo di dati non compatibile! - + Il valore assegnato all'oggetto supera la sua lunghezza massima! - + La codifica usata per l'oggetto non è corretta! - + Il valore assegnato all'oggetto non è una scelta valida! - + L'oggetto richiesto non esiste e non può essere creato! - + La variabile MIB è attualmente in uno stato non coerente e non può essere modificata! - + Non ci sono risorse di sistema disponibili per eseguire l'operazione richiesta! - + Si è verificato un errore durante l'operazione di impostazione! - + Un'operazione di impostazione non è riuscita e non è stato possibile ripristinare le modifiche precedenti! - + Autenticazione fallita. Controlla la stringa comunità! - + L'oggetto richiesto non è scrivibile e non può essere modificato! - + Lo stato dell'oggetto non è coerente ed impedisce l'operazione di impostazione! - + Chiudi tutto - + Espandi visualizzazione host - + Non è possibile impostare l'host mentre vengono aggiunti altri host. Attendi il completamento del processo e riprova. - + Esegui comando... (Ctrl+Maiusc+P) - + Nessun comando corrispondente! - + Nome host remoto - + ID processo - + Percorso processo - + Nome processo - + NetBIOS - + Nome computer - + Errore - + OK - + Avviso - + Nome gruppo/dominio - + NetBIOS raggiungibile - + Scansione per NetBIOS - + La scansione NetBIOS è disabilitata! - + La risoluzione dei nomi host è disabilitata! - + La risoluzione degli indirizzi MAC è disabilitata! - + Chiudi gruppo - + Esegui comando... (Ctrl+Maiusc+P) - + File profili - + Apri impostazioni... - + Espandi e apri ricerca... - + L'accesso alla scheda Wi-Fi non è consentito da Windows. Apri le impostazioni di Windows e consenti l'accesso Wi-Fi per questa applicazione. diff --git a/Source/NETworkManager.Localization/Resources/Strings.ko-KR.resx b/Source/NETworkManager.Localization/Resources/Strings.ko-KR.resx index 5c582425e8..61fe95c339 100644 --- a/Source/NETworkManager.Localization/Resources/Strings.ko-KR.resx +++ b/Source/NETworkManager.Localization/Resources/Strings.ko-KR.resx @@ -1,2745 +1,2750 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - - - - - - - text/microsoft-resx - - - 2.0 - - - System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - + + + + text/microsoft-resx + + + 2.0 + + + System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + + + + System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + + + 정보 - + 강조 - + 자격 증명 추가 - + 항목 추가 - + 프로필 추가 - + 확실합니까? - + ARP - + ARP 테이블 - + 인증 - + 자동시작 - + 계산기 - + 명령줄 인수 - + 구성 - + 확인 - + 연결 - + 연락처 - + 프로필 복사 - + 자격 증명 - + 데이터 - + 기본 응용 프로그램 - + 자격 증명 삭제 - + 프로필 삭제 - + 대상 - + 세부사항 - + 연결 끊김 - + 표시 - + DNS - + DNS 조회 - + 조각내지 않음 - + 자격 증명 편집 - + 그룹 편집 - + 프로필 편집 - + 오류 - + 내보내기 - + 필터 - + 일반 - + 머리말 - + 사용 기록 - + 단축키 - + HTTP 헤더 - + 가져오기 - + 정보 - + 인터페이스 - + IP 스캐너 - + 키보드 - + 언어 - + 라이브러리 - + 라이센스 - + 로컬 장치 및 리소스 - + 위치 - + 조회 - + MAC 주소 - + 마스터 암호 - + 멀티스레딩 - + 네트워크 - + 네트워크 인터페이스 - + 새 탭 - + OUI - + 덮어쓰시겠습니까? - + - + 포트 - + 휴대용 - + 포트 스캐너 - + 프로필 - + PuTTY - + 질의 - + 원격 데스크탑 - + 재설정 - + PTR 해결 - + 자원 - + 결과 - + 라우트 - + 탐색 - + 검색 - + 프로필 선택... - + 마스터 암호 설정 - + 설정 - + SNMP - + 소켓 - + 통계 - + 상태 - + 서브넷 - + 서브넷팅 - + 성공! - + 테마 - + 추적 경로 - + 트레이 - + 업데이트 - + v1/v2c - + v3 - + 검증에 실패했습니다! - + Wake on LAN - + 웹사이트 - + - + 잘못된 암호! - + 클라이언트 - + 관리자 - + 트레이에 항상 아이콘 표시 - + 시도 - + 평균 시간 - + 방송 - + 버퍼 - + 바이트 - + CIDR - + 닫기 - + 기본 게이트웨이 - + 삭제... - + 설명 - + DHCP 사용 - + DHCP 임대 만료 - + DHCP 임대 획득 - + DHCP 서버 - + DNS 서버 - + DNS 접미사 - + 동적 IPv4 주소 - + 동적 IPv4 DNS 서버 - + Hop - + Hops - + 호스트 이름 - + IP 주소 - + IP 주소 - + IPv4 - + IPv4 주소 - + IPv4 기본 게이트웨이 - + IPv6 - + IPv6 주소 - + 링크 로컬 IPv6 주소 - + IPv6 기본 게이트웨이 - + 최대화 - + Maximum hops - + 응용 프로그램을 종료하는 대신 기본 창 최소화 - + 작업 표시줄 대신 트레이로 최소화 - + 최소화 - + 이름 - + 네트워크 주소 - + 새 서브넷 마스크 또는 CIDR - + 아니오 - + 자동으로 IP 주소 가져오기 - + 자동으로 DNS 서버 주소 가져오기 - + 패킷 손실 - + 전송된 패킷 - + 물리적 주소 - + 호스트 이름을 확인할 때 선호하는 프로토콜: - + 기본 DNS 서버 - + 수신 / 분실 - + 호스트 이름 확인 - + 재시작 필요 - + 응용 프로그램 폴더에 설정 저장 - + 보조 DNS 서버 - + 표시 - + 시작할 때 다음 응용 프로그램을 표시: - + 네트워크를 관리하고 네트워크 문제를 해결하는 강력한 도구입니다! - + 속도 - + 트레이에서 최소화로 시작 - + Windows와 시작 (현재 사용자) - + 정적 IPv4 주소 - + 정적 IPv4 DNS 서버 - + Subnet mask - + 스레드 - + 시간 - + 시간 1 - + 시간 2 - + 시간 3 - + 시간 초과 - + 시간 초과 (ms) - + Time (ms) to wait between each ping - + TTL - + 유형 - + 다음 DNS 서버 주소 사용: - + 다음 IP 주소 사용: - + 깨우기 - + - + 추가 - + DNS 조회를 수행할 탭 추가... - + 네트워크 검색을 수행할 탭 추가... - + SNMP 작업을 수행할 탭 추가... - + 핑을 수행할 탭 추가... - + 포트 검색을 수행할 탭 추가... - + 추적을 수행할 탭 추가... - + 호스트 이름에 DNS 접미사 (기본) 추가 - + 추가 명령행 - + 추가 - + 프로필 추가... - + 화면 자동 조정 - + 응답 - + 응용 프로그램은 이후에 다시 시작됩니다! - + 적용 - + Windows 키 조합 적용 (예: Alt+Tab) : - + 인증 - + 인증 수준 - + 권한 - + 자동 업데이트 간격 - + 뒤로 - + 백업 - + 보오드 - + 사용자가 작업을 취소했습니다! - + Caps Lock이 활성화되었습니다! - + 시작할 때 업데이트 확인 - + 클래스 - + 필터 지우기 - + 색 깊이 (bit) - + 커뮤니티 - + 설정에서 PuTTY 경로 구성... - + 닫기 확인 - + 응용 프로그램을 닫으시겠습니까? - + 다음으로 연결... - + 외부 연결 - + 네트워크 카드를 네트워크에 연결하여 구성합니다! - + 복사 - + 다음으로 복사... - + 복사... - + 다음에 대한 호스트 이름을 확인할 수 없습니다: "{0}" - + 자격 증명 - + 프로필 파일은 CBC 모드에서 키 크기 256비트, 블록 크기 128비트의 AES를 사용하여 디스크에서 암호화됩니다. 암호화 키는 1,000,000회 반복하는 Rfc2898DeriveBytes (PBKDF2)를 사용하는 마스터 암호에서 파생됩니다. 런타임에 프로필 파일이 로드되면 암호가 SecureString으로 저장됩니다. 일부 함수의 경우 암호를 일반 문자열로 변환해야 하며 가비지 수집기가 암호를 정리할 때까지 메모리에 암호화되지 않은 상태로 남아 있습니다. 암호화를 활성화하기 전에 먼저 프로필 파일의 백업 복사본을 만드십시오! - + 사용자 정의 - + 사용자 정의 화면 크기: - + 데이터가 업데이트되었습니다! - + 자격 증명을 관리하려면 암호를 해독하고 불러와야 합니다. - + 기본값 - + 전송 속도 - + 기본 포트: - + Rlogin 포트 - + SSH 포트 - + 텔넷 포트 - + 선택한 자격 증명이 영구적으로 삭제됩니다. - + 항목 삭제 - + 선택한 프로파일이 영구적으로 삭제됩니다. - + DNS 자동 구성 - + DNS 조회... - + DNS 서버 - + 문서 열기 - + 도메인 - + 기간 - + 편집... - + 사용함 - + 자격 증명 보안 지원 공급자 사용 - + 종료시간 - + Enter a subnet to calculate it... - + 서브넷과 새 서브넷 마스크를 입력하여 서브넷을 만듭니다... - + 'api.github.com'에 연결할 수 없습니다. 네트워크 연결을 확인하십시오! - + 응답 오류! - + 응답 오류! 쓰기 권한이 있는지 확인합니다. - + 확장 - + 사용 가능한 첫 번째 IP 주소 - + 고정 화면 크기: - + GitHub 프로젝트 스타/포크 - + 찾음 - + 그룹 - + 높이 - + 호스트 - + 호스트 이름 또는 IP 주소 - + Hosts - + ID - + 일반에서 호스트 상속 - + IP 범위 - + 사용 가능한 마지막 IP 주소 - + 로컬 IP 주소 - + 로컬 포트 - + MAC 주소 또는 공급 업체 - + 매직 패킷이 성공적으로 전송되었습니다! - + 홉/라우터의 최대 수 ({0}) 에 도달했습니다! - + 메시지 크기 - + 모드 - + 멀티캐스트 - + 다중 인스턴스 - + 네트워크 주소에 연결할 수 없습니다. 컴퓨터가 네트워크에 연결되어 있는지 확인합니다. 네트워크 문제 해결에 대한 자세한 내용은 Windows 도움말을 참조하십시오. - + 새 연결... - + "{0}"에 대한 DNS 레코드를 찾을 수 없습니다! 입력 및 설정을 확인하십시오. - + 사용하도록 설정된 네트워크 어댑터를 찾을 수 없습니다! - + 포트를 찾을 수 없습니다. 입력 내용을 확인하십시오! - + 프로필을 찾을 수 없습니다! 하나 만들기... - + 아무것도 찾을 수 없음! - + 할 것이 없습니다. 입력 내용을 확인하십시오! - + 사용할 수 있는 업데이트가 없습니다! - + 가져올 올바른 파일을 찾을 수 없습니다. - + 공급업체를 찾을 수 없습니다. 입력 내용을 확인하십시오! - + 취소 후 오류 수: - + 저장된 항목 수 - + OID - + 전체 화면을 사용할 때만 - + 원격 컴퓨터에서 - + 이 컴퓨터에서 - + 열기 - + 오픈 라이센스 - + 프로젝트 열기 - + 웹 사이트 열기 - + 무효 - + 암호 - + 암호가 일치하지 않습니다! - + 경로 - + 포트 또는 서비스 - + 포트 - + Priv - + 프로필 - + 프로필이 다시 로드됨 - + 프로토콜 - + PuTTY 프로세스가 종료되었습니다! - + 질문 - + RAW - + 재귀 - + 클립보드 리디렉션 - + 장치 리디렉션 - + 드라이브 리디렉션 - + 포트 리디렉션 - + 프린터 리디렉션 - + 스마트 카드 리디렉션 - + 잔여 시간 - + 원격 IP 주소 - + 원격 포트 - + 반복 - + 모든 요청에 대해 CNAME 해결 - + 응답 - + Rlogin - + 스캔됨 - + 검색된 응용 프로그램을 찾을 수 없습니다! - + 검색된 언어를 찾을 수 없습니다! - + 검색된 설정을 찾을 수 없습니다! - + 보안 - + 화면 해상도 선택 - + 이렇게 하면 모든 설정이 재설정됩니다! - + 직렬 - + Serial line - + 서비스 - + 발견된 설정 파일이 손상되었거나 이 버전과 호환되지 않습니다. 모든 설정이 재설정되었습니다! (프로필에는 영향을 주지 않습니다!) - + 닫힌 포트 표시 - + 현재 응용 프로그램 제목 표시 - + 가장 일반적인 쿼리 유형만 표시 - + Show unreachable IP addresses and ports - + 통계 표시 - + SSH - + 시작 시간 - + 상태 - + 서브넷 1 - + 서브넷 2 - + 태그 - + 텔넷 - + 매개 변수 없이 응용 프로그램을 시작할 수 있습니다! - + 다음 호스트 이름을 확인할 수 없습니다: - + 다음 매개변수를 사용할 수 있습니다: - + 다음 매개변수를 처리할 수 없습니다: - + 프로세스에는 시간과 리소스 (CPU / RAM)가 다소 소요될 수 있습니다. - + 설정 위치는 영향을 받지 않습니다 - + Timeout on SNMP query. Maybe the host is not reachable or the community / password is wrong. - + IP 주소 "{0}"으로 DNS 서버를 쿼리할 때 시간이 초과되었습니다! - + 타임스탬프 - + 추적 - + 알 수 없는 오류! - + Untray / Bring window to foreground - + URL - + 자격 증명 사용 - + 현재 보기 크기를 화면 크기로 사용 - + 사용자 지정 DNS 서버 사용 - + 사용자 지정 DNS 접미사 사용 - + 해결사 캐시 사용 - + 사용자 인터페이스가 잠겼습니다! - + 사용자 이름 - + 공급 업체 - + 버전 - + {0}버전을 사용할 수 있습니다! - + 걷기 모드 - + 너비 - + 지정된 암호로 프로필 파일의 암호를 해독할 수 없습니다. - + 입력한 암호가 잘못되었습니다. - + 추가... - + 항목 추가... - + 계산 - + 취소 - + 변경 - + 마스터 암호 변경... - + 확인 - + 업데이트 확인 - + 닫힘 - + 계속 - + 사용자 지정: - + 잘라내기 - + 암호 해독 및 불러오기... - + 삭제 - + 테이블 삭제 - + 위치 입력... - + 모든 것 - + 필터... - + DNS 캐시 플러시 - + 자격 증명을 해독하고 불러와서 선택합니다. - + 이 대화 상자를 표시합니다. - + 모든 응용 프로그램 설정을 재설정합니다. - + 편집할 때 암호는 표시되지 않지만 덮어쓸 수 있습니다. - + [0] 서버 인증이 실패하면 경고 없이 컴퓨터에 연결합니다. [1] 서버 인증에 실패하면 연결을 설정하지 마십시오. [2] 서버 인증에 실패하면 경고를 표시하고 연결 또는 연결을 거부하도록 허용합니다. [3] 인증 요구사항이 지정되지 않았습니다. - + 태그는 프로필/ 항목별 프로필/프로젝트를 구성하는데 도움이 됩니다. 다중 태크는";"로 구분해서 사용할 수 있습니다. "tag=xxx"를 사용하여 태그로 검색합니다. - + - + 가져오기 파일의 위치... - + - + 이동 및 재시작 - + 네트워크 연결.... - + (변경되지 않음) - + 꺼짐 - + 확인 - + 켜짐 - + 위치 열기 - + 설정 열기 - + 덮어쓰기 - + 붙여넣기 - + 다시 연결 - + 새로 고침 - + 지금 다시 시작 - + 저장 - + 검색... - + - + 보내기 - + 마스터 암호 설정... - + 로컬 라이센스 표시 - + 서브넷 계산기 - + 확인 - + 연결 - + Enter a valid IP range! - + 유효한 IPv4 주소를 입력하십시오! - + 유효한 MAC 주소를 입력하십시오 (00:F1:23:AB:F2:35 같은)! - + 유효한 포트를 입력하십시오 (1 - 65535)! - + 유효한 서브넷 마스크를 입력하십시오 (255.255.255.0 같은)! - + CIDR의 유효한 서브넷 마스크를 입력하십시오 (255.255.255.0 또는 /24 같은)! - + 필드는 비어있을 수 없습니다! - + 파일이 없습니다! - + 폴더가 없습니다! - + 청취자 - + 황색 - + 모양 - + 응용 프로그램 - + 어두운 - + 밝은 - + 검정 - + 파랑 - + 갈색 - + 진청록 - + 진홍 - + 청록 - + 에메랄드 - + 하나 이상의 유효한 IP 주소를 입력하십시오! - + 유효한 보우드를 입력하십시오! - + 유효한 호스트를 입력하십시오 (여러 호스트는 ";"로 끝날 수 없습니다)! - + 유효한 IP 주소를 입력하십시오! - + 유효한 번호를 입력하십시오! - + 유효한 OID를 입력하십시오! - + 유효한 포트 및/또는 포트 범위를 입력하십시오 (1 - 65535)! - + 유효한 서브넷을 입력하십시오 (192.168.178.133/26 같은)! - + 유효한 웹 사이트를 입력하십시오 (https://example.com/index.html 같은) - + 녹색 - + 가져오기 / 내보내기 - + 남색 - + 대상 호스트에 연결할 수 없습니다. - + 대상 네트워크에 연결할 수 없습니다. - + 대상 포트에 연결할 수 없습니다. - + 성공 - + 요청 시간이 초과되었습니다. - + TTL은 전송 중에 만료되었습니다. - + 키는 8자 이상이어야 합니다! - + 라임 - + 자홍 - + 연보라 - + 올리브 - + 숫자만 입력할 수 있습니다! - + 주황 - + 분홍 - + 자주 - + 빨강 - + 소켓이 닫힙니다. - + 서버별 원격 연결 끊기입니다. - + 압축 해제 오류입니다. - + 연결 시간이 초과되었습니다. - + 암호 해독 오류입니다. - + DNS 이름을 조회하지 못했습니다. - + DNS 조회가 실패했습니다. - + 암호화 오류입니다. - + Windows 소켓 getbyname 호출에 실패했습니다. - + 호스트를 찾을 수 없습니다. - + 내부 오류입니다. - + 내부 보안 오류입니다. - + 내부 보안 오류입니다. - + 지정한 암호화 방법이 잘못되었습니다. - + 잘못된 IP 주소가 지정되었습니다. - + 지정한 IP 주소가 잘못되었습니다. - + 보안 데이터가 잘못되었습니다. - + 서버 보안 데이터가 잘못되었습니다. - + 라이센스 협상에 실패했습니다. - + 라이센스 제한 시간이 초과되었습니다. - + 로컬 연결이 끊어졌습니다. - + 사용할 수 있는 정보가 없습니다. - + 메모리가 부족합니다. - + 메모리가 부족합니다. - + 메모리가 부족합니다. - + 사용자가 원격 연결을 끊습니다. - + 서버 인증서의 압축을 풀지 못했습니다. - + Windows 소켓 연결에 실패했습니다. - + Windows 소켓 recv 호출에 실패했습니다. - + 계정을 사용할 수 없습니다. - + 계정이 만료되었습니다. - + 계정이 잠겼습니다. - + 계정이 제한되어 있습니다. - + 수신된 인증서가 만료되었습니다. - + 이 정책은 대상 서버에 대한 자격 증명 위임을 지원하지 않습니다. - + 서버 인증 정책에서 저장된 자격 증명을 사용한 연결 요청을 허용하지 않습니다. 사용자는 새 자격 증명을 입력해야 합니다. - + 로그인에 실패했습니다. - + 인증 기관에 연결할 수 없습니다. 인증 당사자의 도메인 이름이 잘못되었거나 도메인에 연결할 수 없거나 신뢰 관계 오류가 있을 수 있습니다. - + 지정한 사용자에게 계정이 없습니다. - + 암호가 만료되었습니다. - + 처음 로그온하기 전에 사용자 암호를 변경해야 합니다. - + 상호 인증이 이루어지지 않으면 대상 서버에 대한 자격 증명의 위임이 허용되지 않습니다. - + 스마트 카드가 차단되었습니다. - + 스마트 카드에 잘못된 PIN이 제공되었습니다. - + 시간 초과가 발생했습니다. - + 내부 타이머 오류입니다. - + Windows 소켓 전송 호출에 실패했습니다. - + 황갈색 - + 공백은 허용되지 않습니다! - + 철색 - + 회갈색 - + 닫힘 - + 대기 종료 - + 폐쇄 - + 삭제Tcb - + 설립된 - + FinWait1 - + FinWait2 - + LastAck - + Listen - + SynReceived - + SynSent - + 시간 대기 - + 알 수 없음 - + 청록색 - + 보라 - + 흰색 - + 노랑 - + 같은 이름의 프로필이 이미 있습니다! - + 닫힘 - + 열기 - + 하나 이상의 응용 프로그램이 표시되어야 합니다! - + 숨겨진 응용 프로그램 - + 표시할 응용 프로그램: - + 막대에 표시되는 응용 프로그램: - + Whois - + Whois를 쿼리할 탭을 추가... - + 유효한 도메인을 입력하십시오 ("example.com" 과 같은)! - + Whois 서버는 도메인에 대해 찾을 수 없습니다: "{0}" - + 라우팅 - + Release - + Release 및 Renew - + Renew - + Windows DNS 설정 - + DNS 서버 삭제 - + 선택한 DNS 서버가 영구적으로 삭제됩니다. - + DNS 서버 추가 - + DNS 서버 편집 - + 같은 이름의 DNS 서버가 이미 있습니다! - + 세션 다시 시작 - + TigerVNC - + 설정에서 TigerVNC 경로 구성... - + TigerVNC 프로세스가 종료되었습니다! - + 연결 중... - + MAC 주소 및 벤더 해결 - + 참고 - + 모두 내보내기 - + 내보내기... - + 선택 내보내기 - + 위치... - + 파일 - + 유효한 파일 경로를 입력하십시오! - + 모두 - + 형식 - + 선택함 - + 데이터를 내보내는 동안 오류가 발생했습니다. 자세한 내용은 오류 메시지를 참조하십시오: - + 디자인 - + 시간 초과 강조 - + 와이드 서브넷을 만들려면 서브넷을 입력하십시오... - + 와이드 서브넷 - + 탭 추가... - + IPv4 주소 추가... - + IPv4 주소 추가 - + Max. concurrent host threads - + Max. concurrent port threads - + PowerShell - + 설정에서 PowerShell 경로 구성... - + PowerShell 프로세스가 종료되었습니다! - + 실행 정책 - + 원격 콘솔 - + 파일 경로 - + 기본 설정 재정의 - + 이 호스트의 IPv4 주소 확인 - + 숨기기 - + 수신한 총 바이트 수 - + 보낸 총 바이트 수 - + 다운로드 - + 대역폭 - + 업로드 - + Windows 키 조합 적용 - + 자격 증명 보안 지원 공급자 - + 백그라운드 작업 - + The background job will save settings and profiles every x-minutes. Value 0 will disable this feature. Changes to this value will take effect after restarting the application. - + x분마다 백그라운드 작업 실행 - + 시스템 OS가 최신 릴리스와 호환되지 않습니다! - + 대시보드 - + All settings can be changed later in the settings! - + 공용 IP 주소 확인 - + Thank you for using NETworkManager! If you like this tool, please leave a star on GitHub and recommend it to others. - + 프로그램을 시작할 때 GitHub에서 새 프로그램 버전을 사용할 수 있는지 백그라운드에서 확인합니다. URL: https://api.github.com/ - + 공용 IP 주소는 ipify.org을 통해 결정됩니다. URL: https://api.ipify.org/ - + 프라이버시 - + 환영합니다 - + 외부 서비스 - + GitHub에 프로젝트를 Star/Fork합니다. - + Transifex에서 프로젝트 번역을 도와줍니다. - + Twitter로 연락합니다. - + 연결 - + 컴퓨터 - + 게이트웨이 / 라우터 - + 인터넷 - + 네트워크 어댑터 구성 (dns)과 DNS 서버가 올바르게 구성되어 있는지 확인합니다. - + 네트워크 어댑터 구성 (dhcp, 정적 IP)과 네트워크에 연결되어 있는지 확인합니다. - + 게이트웨이 IP 주소를 검색할 수 없습니다! - + 로컬 IP 주소를 검색할 수 없습니다! - + "{0}"에서 WebRequest(http/https)를 통해 공용 IP 주소를 가져올 수 없습니다! 네트워크 연결(방화벽, 프록시 등)을 확인합니다. - + "{0}"에 대해 해결된 A dns 레코드가 없습니다! - + "{0}"에 대해 해결된 PTR dns 레코드가 없습니다! - + "{0}" A dns 레코드가 "{1}에 의해 해결되었습니다!" - + "{0}"에 대한 PTR dns 레코드가 해결되었습니다!! - + "{0}" 공용 ip 주소를 "{1}"에서 받았습니다! - + "{0}" 이 "{1}"의 호스트 이름으로 해결되었습니다! - + 공용 IP 주소 검사 비활성화되었습니다! - + TCP/IP 스택을 사용할 수 있습니다. ICMP를 통해 "{0}" 에 연결할 수 있습니다! - + TCP/IP 스택을 사용할 수 없습니다... ICMP를 통해 "{0}" 에 연결할 수 없습니다! - + "{0}" 이 게이트웨이 IP 주소로 검색되었습니다! - + "{0}" 이 로컬 IP 주소로 검색되었습니다! - + ICMP를 통해 "{0}" 에 연결할 수 없습니다! - + ICMP를 통해 "{0}" 에 연결할 수 있습니다! - + Use custom IPv4 address API - + URL to a web service that can be reached via http or https and returns an IPv4 address like "xx.xx.xx.xx" as response. - + "{0}"에서 공용 IP 주소를 구문 분석할 수 없습니다! 다른 서비스를 시도하거나 기본값을 사용합니다... - + "{0}"에 연결할 수 없습니다! - + IPv4 프로토콜 사용 가능 - + IPv6 프로토콜 사용 가능 - + 복사 - + 공식 - + 네트워크 연결 유형 - + 데스크탑 배경 - + 데스크톱 구성 - + 경험 - + 매끈한 글꼴 - + 메뉴 및 창 애니메이션 - + 성능 - + 영구 비트맵 캐싱 - + 연결이 끊긴 경우 다시 연결 - + 고속 광대역(2Mbps - 10Mbps) - + 저속 광대역 (256kbps - 2Mbps) - + 연결 품질 자동 감지 - + LAN (10 Mbps 이상) - + 모뎀 (56 kbps) - + 위성 (2Mbps - 16Mbps, 지연 시간 높음) - + WAN (10Mbps 이상, 지연 시간 높음) - + 드래그하는 동안 창 내용 표시 - + 시각적 스타일 - + 원격 오디오 - + 원격 오디오 재생 - + 원격 오디오 녹음 - + 기록 안 함 - + 이 컴퓨터에서 녹화 - + 재생 안 함 - + 원격 컴퓨터에서 재생 - + 이 컴퓨터에서 재생 - + 게이트웨이 - + 사용자 지정 명령 - + 사용자 지정 명령 추가 - + 인수 - + 사용자 지정 명령 삭제 - + 사용자 지정 명령 편집 - + 프로그램 - + 선택한 사용자 지정 명령이 영구적으로 삭제됩니다. - + 다음 변수를 사용할 수 있습니다: $$ipaddress$$ --> IP 주소 $$hostname$$ --> 호스트이름 - + 다시 시작 - + Could not resolve ip address for hostname! - + Ctrl+Alt+Del - + 키보드 단축키 - + 화면 조정 - + 전체 화면 - + 키 입력을 보낼 수 없습니다! - + 연결 끊기 - + 로컬 IP 주소 및 서브넷 마스크 탐지 - + 서브넷 마스크를 감지할 수 없습니다! - + 네트워크 검색 중... - + {0} 초 후에 닫는 중... - + 네트워크를 사용할 수 없습니다! - + 라우팅을 기반으로 로컬 IP 주소를 탐지하는 IP 주소 - + 네트워크 변경시 상태 창 표시 - + Time in seconds how long the status window is shown - + WiFi - + 네트워크 - + 네트워크 검색 중... - + WiFi 어댑터를 찾을 수 없습니다! - + WiFi 어댑터를 검색 중... - + WiFi 네트워크를 찾을 수 없습니다! - + 채널 - + 채널 - + 2.4 GHz - + 5 GHz - + 신호 세기 - + 현재 다운로드 속도 - + 현재 업로드 속도 - + 측정시간 - + 네트워크 사용량 - + 총 다운로드 - + 총 업로드 - + 재시도 - + 캐시 사용 - + TCP만 사용 - + 쿼리 클래스 - + 도메인 이름 - + 시간 초과 - + 문제를 보고하거나 기능 요청을 만듭니다 - + 문제를 보고하거나 기능 요청을 만듭니다. - + 신호 간격 - + 암호화 - + 인프라스트럭쳐 - + 네트워크 종류 - + Phy 종류 - + 가동 시간 - + 오류 메시지 표시 - + 핑 모니터 - + 호스트 추가 - + 모니터링할 호스트 추가 - + 일시 중지 - + 재개 - + IP 주소를 확인할 수 없습니다: "{0}" - + 응용 프로그램이 다시 시작됩니다... - + 파일을 내보낼 수 없습니다! 오류 메시지 참조: "{0}" - + 파일을 "{0}"으로 내보냈습니다! - + 파일을 가져올 수 없습니다! 오류 메시지 참조: "{0}" - + 휴대용 버전에서는 위치를 변경할 수 없습니다! - + 암호화됨 - + GitHub에서 문서를 엽니다. - + 고객 1 - + 프로필 파일 추가 - + 암호화 사용 안 함... - + 프로필 파일 편집 - + 암호화 사용... - + 암호화... - + 프로필 이름이 이미 있습니다! - + 이름 바꾸기 - + 프로필 파일 삭제 - + 선택한 프로필 파일이 영구적으로 삭제됩니다. - + 이 프로필 파일의 모든 프로필이 영구적으로 삭제됩니다! - + 패치 - + 언어를 변경하려면 응용 프로그램을 다시 시작합니다! - + 현재 다운로드됨 - + 현재 업로드됨 - + LLDP / CDP - + 관리자로 재시작 - + 네트워크 패킷을 분석하려면 응용 프로그램을 상승된 권한으로 시작해야 합니다! - + 캡쳐 - + 장치 - + 기간 - + 모델 - + VLAN - + LLDP 또는 CDP 정보를 보려면 네트워크 패킷을 캡처하십시오! - + 수신한 검색 프로토콜 패키지가 없습니다! - + 네트워크 패키지 캡처 중... - + 탐색 프로토콜 - + CDP - + LLDP - + LLDP / CDP - + {0}초 남음... - + 도움말 - + 시작할 때 표시되는 응용 프로그램입니다. - + 매개변수 - + - + 웹 콘솔 - + 다시 불러오기 - + 브라우저 - + WebView 제어 (Microsoft Edge)는 잘못된 인증서가 있는 웹 사이트에 연결할 수 없습니다! - + 이 기능에 대해서는 Microsoft.Windows.SDK.Contracts가 필요하지만 이 시스템에서는 사용할 수 없습니다 (예: Windows 서버에서). - + ARP 테이블 - + 연결 - + 대시보드 - + 탐색 프로토콜 - + DNS 조회 - + HTTP 헤더 - + IP 스캐너 - + 청취자 - + 조회 - + 네트워크 인터페이스 - + - + 핑 모니터 - + 포트 스캐너 - + PowerShell - + PuTTY - + 원격 데스크탑 - + SNMP - + 서브넷 계산기 - + TigerVNC - + 추적 경로 - + Wake on LAN - + 웹 콘솔 - + Whois - + WiFi - + 황색 - + 검정 - + 파랑 - + 갈색 - + 진청록 - + 진홍색 - + 청록 - + 에메랄드 - + 녹색 - + 남색 - + 라임 - + 자홍 - + 연보라 - + 올리브 - + 주황 - + 보라 - + 빨강 - + 황갈색 - + 회갈색 - + 청록색 - + 분홍 - + 노랑 - + Steel - + General - + Applications - + General - + Appearance - + Autostart - + General - + HotKeys - + Language - + Profiles - + Settings - + Status - + Update - + Window - + 로그 사용 - + 로그 파일 이름 - + 로그 경로 - + 로그 모드 - + 로그 - + SSH 로그 - + SSH Raw 로그 - + 세션 로그 - + SSH 로그 - + SSH and Raw log - + 유효한 파일 이름을 입력하십시오! - + 분실 - + 수신 - + 상태 변경 - + 업데이트 가능! - + 개인 키 파일 - + 미리보기 - + 포트 프로필 - + 포트 프로필 추가 - + 포트 프로필 삭제 - + 포트 프로필 편집 - + 선택한 포트 프로필이 영구적으로 삭제됩니다. - + 포트 프로필 선택 - + 포트 프로파일 열기... - + 시작시 시작 화면 표시 - + 시작 화면 - + Microsoft Edge WebView2 런타임 다운로드 - + Microsoft Edge WebView2 Runtime을 사용할 수 없습니다! - + 주파수 - + SSID - + Profile file could not be loaded! - + The profile file could not be loaded and may be corrupted. You can try to restore the file from a backup or delete it. If this happens unexpectedly or after an update, please report the error on GitHub. @@ -2748,360 +2753,360 @@ If this happens unexpectedly or after an update, please report the error on GitH Error message: "{0}" - + 그룹 편집... - + 암호 해독 오류 - + 파일의 암호를 해독할 수 없습니다. GitHub에서 이 문제를 보고할 수 있습니다. - + 암호화 오류 - + 파일을 암호화할 수 없습니다. GitHub에서 이 문제를 보고할 수 있습니다. - + 현재 암호 - + 새 암호 - + 마스터 암호 변경 - + 프로필 잠금 해제 - + 프로필을 사용하려면 프로필 파일의 잠금을 해제하십시오! - + 부인 성명 - + 병합 - + 기타 사용 - + 이동 - + {0}에 마지막 검색 - + 숨겨진 네트워크 - + {0}의 도움으로 개발 및 유지 관리 - + 간단한 공용 IP 주소 API - + AirSpacePanel WPF 호스팅 WinForms의 모든 영공 문제를 해결합니다. - + WPF 등에 대한 공유 제어 및 ... 기타 - + DnsClient.NET는 단순하지만 매우 강력하고 .NET Framework에서 DNS 검색을 수행할 수 있는 고성능 오픈 소스 라이브러리 - + WPF를 위한 드래그 가능 및 찢어진 탭 제어 - + C# 라이브러리는 복잡한 네트워크, IP, IPv4, IPv6, NetMask, CIDR, 서브넷, 서브넷, 슈퍼넷 및 .NET 개발자를 위한 슈퍼넷팅 계산을 처리합니다. - + 간편하고 유연하며 대화형 강력한 .Net용 차트, 지도 및 게이지 - + WPF에 대한 부하 지시기 모음 - + WPF와 UWP를 위한 멋진 아이콘들... - + 메트로 / 현대적인 UI 스타일의 WPF 앱을 만드는 툴킷입니다. - + Json.NET는 널리 사용되는 .NET용 고성능 JSON 프레임워크입니다 - + .NET용 GitHub API 클라이언트 라이브러리 - + 로컬 또는 원격 시스템에서 CDP 및 LLDP 패킷 캡처 및 구문 분석 - + Sharp SNMP 라이브러리 - .NET 및 Mono용 오픈 소스 SNMP - + SVG의 모든 국가 깃발 모음 - + 포트 43을 통해 whois.iana.org에서 TLD의 서버를 쿼리하는 데 사용되는 iana.org의 최상위 도메인 목록 - + OUI data from ieee.org. - + iana.org의 서비스 이름 및 전송 프로토콜 포트 번호 레지스트리 - + Apache 라이센스 2.0 - + BSD-2-조항 - + MIT 라이센스 - + 라이센스 취소 - + C#/WinRT는 C# 언어에 대한 패키지 WinRT 예상 지원을 제공합니다. - + PowerShell 호스팅을 위한 런타임 - + WebView2 컨트롤을 사용하면 Microsoft Edge (Chromium)에서 제공하는 기본 응용 프로그램에 웹 기술 (HTML, CSS 및 JavaScript)을 포함할 수 있습니다. - + WPF의 XAML 동작을 사용하여 앱에 상호 작용을 쉽게 추가할 수 있습니다. - + Microsoft WebView2 라이센스 - + 현재 프로파일 파일은 암호화되지 않고 암호가 디스크에 암호화되지 않은 상태로 저장됩니다! 설정> 프로파일에서 프로파일 파일 암호화를 사용하여 자격 증명을 안전하게 저장하십시오. - + ICMPv4 - + ICMPv6 - + Check is disabled! - + Enter a valid IPv6 address! - + Public IPv4 address reachable via ICMP. - + Public IPv6 address reachable via ICMP. - + Public IPv4 address - + Public IPv6 address - + Use custom IPv6 address API - + Time to live - + Chassis Id - + Management - + Device description - + Port description - + IPv4 주소 제거 - + 추가 구성... - + IPv4 주소 제거... - + 총 로그인 시간 제한에 도달하여 원격 세션이 종료되었습니다. 이 제한은 서버 관리자 또는 네트워크 정책에 의해 설정됩니다. - + 올바른 호스트 이름을 입력하십시오! - + 올바른 호스트 이름과 포트를 입력하십시오! - + 원격 세션에 다시 연결할 수 없습니다. - + 마이그레이션 - + GitHub에 보고 - + 그룹 - + 그룹 추가 - + 그룹 삭제 - + 선택한 그룹 및 이 그룹 내의 모든 프로필이 영구적으로 삭제됩니다. - + 이름이 이미 사용되었습니다! - + 크기 조정 - + 프로필 삭제 - + 선택한 프로필은 영구적으로 삭제됩니다. - + 사용자 지정 테마 사용 - + 사용자 지정 테마 - + 설정을 재설정하시겠습니까? - + 설정이 재설정되었습니다! - + AWS Session Manager - + Instance ID - + Local connection - + Local interface - + log4net is a tool to help the programmer output log statements to a variety of output targets. - + AWS Session Manager - + Enabled - + Region - + Synchronize EC2 instances from AWS - + Add AWS profile - + Delete AWS profile - + The selected AWS profile is permanently deleted. The profile is not removed from the ~\.aws\credentials file. - + Edit AWS profile - + Synchronize all EC2 instances from AWS - + Synchronize group EC2 instances from AWS - + Profiles and regions to synchronize - + To synchronize EC2 instances from AWS, the AWS CLI must be configured on the system. The EC2 instances can be queried for multiple AWS accounts (profiles) and multiple regions. To do this, the profile stored in the file "~/.aws/credentials" must be configured along with the region to query. - + AWS SDK for .NET to work with Amazon Elastic Compute Cloud (Amazon EC2) in Amazon Web Services (AWS). - + Default profile - + Default region - + Profile which is used by manually created profiles to connect to an EC2 instance via AWS CLI. If not set, the default AWS CLI settings are used. - + Region which is used by manually created profiles to connect to an EC2 instance via AWS CLI . If not set, the default AWS CLI settings are used. - + If not set, the default AWS CLI settings are used. - + Group name cannot start with "{0}"! - + Synchronize only running EC2 instances from AWS - + An AWS region named "{0}" does not exist! - + AWS CLI v2 is installed! - + AWS CLI v2 is not installed! - + AWS Session Manager Plugin is installed! - + AWS Session Manager Plugin is not installed! - + Check for pre-releases - + Synchronization is disabled! - + Command - + Apply theme to PowerShell console - + The color of the PowerShell console can be changed to the application theme under Settings > General > Appearance - + If you enable this option, the default PowerShell console settings in the registry under HKCU:\Console are overridden so that the PowerShell console window matches the application theme. This is a global system setting that may affect the appearance of the normal PowerShell window. Only the PowerShell consoles configured in the PowerShell and AWS Session Manager settings are modified. Both Windows PowerShell and PWSH (PowerShell 7 and higher) are supported. @@ -3110,166 +3115,166 @@ Click in the upper right corner on the help / documentation button (left of the If the option is disabled again, the values are no longer modified. However, the original values are NOT restored. - + Input cannot end with a ";"! - + Input does not contain any text! - + Bit Calculator - + Bit Calculator - + Notation - + Input - + Unit - + Bits - + Gigabits - + Gigabytes - + Kilobits - + Kilobytes - + Megabits - + Megabytes - + Petabits - + Petabytes - + Terabits - + Terabytes - + Enter a number and select a unit to calculate the units... - + Network - + Proxy - + Resolve IP address for this host (IPv4 is preferred) - + A valid path to PowerShell should end with "pwsh.exe" or "powershell.exe"! - + A valid path to PuTTY should end with "PuTTY.exe"! - + A valid path to TigerVNC should end with "vncviewer-*.exe" or "vncviewer64-*.exe"! - + SNTP Lookup - + Move a .NET Framework/.NET Core app runtime components and dependencies into a sub-directory and make it beauty. - + Add a tab to perform a SNTP lookup... - + SNTP server(s) - + URL to a web service that can be reached via http or https and returns an IPv6 address like "xxxx:xx:xxx::xx" as response. - + IP endpoint - + Local end time - + Local start time - + Network time - + Offset - + Round trip delay - + Server - + SNTP Lookup - + Add SNTP server - + Delete SNTP server - + The selected SNTP server will be deleted permanently. - + Edit SNTP server - + An SNTP server with this name already exists! - + Enter a valid hostname (like "server-01" or "example.com") or a valid IP address (like 192.168.178.1)! - + Server(s) - + Enter master password to unlock the profile file: - + Unlock profile file - + Timed out - + Hostkey - + The settings will be reset and the application will be restarted afterwards! - + 설정이 재설정되었습니다! - + Ping status - + ThreadPool additional min. threads - + This setting specifies the minimum number of threads that will be created from the application's ThreadPool on demand. This can improve the performance for example of the IP scanner or port scanner. The value is added to the default min. threads (number of CPU threads). The value 0 leaves the default settings. If the value is higher than the default max. threads of the ThreadPool, this value is used. @@ -3278,549 +3283,549 @@ If the value is too high, performance problems may occur. Changes to this value will take effect after the application is restarted. Whether the value was set successfully can be seen in the log file under %LocalAppData%\NETworkManager\NETworkManager.log - + These settings only change the maximum number of concurrently executed threads per host/port scan. Go to Settings > General > General to adjust the (min) threads of the application. - + Port status - + Ping details - + No open ports found! - + Port scan is disabled! - + Scan ports - + Could not find the application "{0}". Maybe the application was hidden in the settings? - + Status window - + Show address bar - + Enabling this setting is not recommended. Multiple instances of the application share the same settings and profile files. The last instance to be closed may overwrite changes made by other instances. - + Bypass for local addresses - + Enable gateway server - + Logon method - + Gateway server - + Server name - + Share Gateway credentials with remote computer - + Allow me to select later - + Smart card or Windows Hello for Business - + Ask for password (NTLM) - + Use gateway credentials - + Your computer can't connect to the remote computer because the Remote Desktop Gateway server is temporarily unavailable. Try reconnecting later or contact your network administrator for assistance. - + Your computer can't connect to the remote computer due to one of the following reasons: 1) The requested Remote Desktop Gateway server address and the server SSL certificate subject name do not match. 2) The certificate is expired or revoked. 3) The certificate root authority does not trust the certificate. Contact your network administrator for assistance. - + This computer can't verify the identity of the RD Gateway "". It's not safe to connect to servers that can't be identified. Contact your network administrator for assistance. - + Your computer can't connect to the remote computer because the Remote Desktop Gateway server address requested and the certificate subject name do not match. Contact your network administrator for assistance. - + Your computer can't connect to the remote computer because the Remote Desktop Gateway server's certificate has expired or has been revoked. Contact your network administrator for assistance. - + An error occurred while sending data to the Remote Desktop Gateway server. The server is temporarily unavailable or a network connection is down. Try again later, or contact your network administrator for assistance. - + An error occurred while receiving data from the Remote Desktop Gateway server. Either the server is temporarily unavailable or a network connection is down. Try again later, or contact your network administrator for assistance. - + Your computer can't connect to the remote computer because the Remote Desktop Gateway server address is unreachable or incorrect. Type a valid Remote Desktop Gateway server address. - + Your computer can't connect to the remote computer because the Remote Desktop Gateway server is running low on server resources and is temporarily unavailable. Try reconnecting later or contact your network administrator for assistance. - + The Remote Desktop Gateway server has ended the connection. Try reconnecting later or contact your network administrator for assistance. - + The Remote Desktop Gateway server administrator has ended the connection. Try reconnecting later or contact your network administrator for assistance. - + Remote Desktop can't connect to the remote computer "" for one of these reasons: 1) Your user account is not listed in the RD Gateway's permission list 2) You might have specified the remote computer in NetBIOS format (for example, computer1), but the RD Gateway is expecting an FQDN or IP address format (for example, computer1.fabrikam.com or 157.60.0.1). Contact your network administrator for assistance. - + Remote Desktop can't connect to the remote computer "" for one of these reasons: 1) Your user account is not authorized to access the RD Gateway "" 2) Your computer is not authorized to access the RD Gateway "" 3) You are using an incompatible authentication method (for example, the RD Gateway might be expecting a smart card but you provided a password) Contact your network administrator for assistance. - + Your computer can't connect to the remote computer because your network administrator has restricted access to this RD Gateway server. Contact your network administrator for assistance. - + Your computer can't connect to the remote computer because the web proxy server requires authentication. To allow unauthenticated traffic to an RD Gateway server through your web proxy server, contact your network administrator. - + Your computer can't connect to the remote computer because the Remote Desktop Gateway server reached its maximum allowed connections. Try reconnecting later or contact your network administrator for assistance. - + Your computer can't connect to the remote computer because the Remote Desktop Gateway server does not support the request. Contact your network administrator for assistance. - + Your computer can't connect to the remote computer because the client does not support one of the Remote Desktop Gateway's capabilities. Contact your network administrator for assistance. - + Your computer can't connect to the remote computer because the Remote Desktop Gateway server and this computer are incompatible. Contact your network administrator for assistance. - + Your computer can't connect to the remote computer because no certificate was configured to use at the Remote Desktop Gateway server. Contact your network administrator for assistance. - + Your computer can't connect to the remote computer because the RD Gateway server that you are trying to connect to is not allowed by your computer administrator. If you are the administrator, add this Remote Desktop Gateway server name to the trusted Remote Desktop Gateway server list on your computer and then try connecting again. - + Your computer can't connect to the remote computer because your computer or device did not meet the Network Access Protection requirements set by your network administrator, for one of the following reasons: 1) The Remote Desktop Gateway server name and the server's public key certificate subject name do not match. 2) The certificate has expired or has been revoked. 3) The certificate root authority does not trust the certificate. 4) The certificate key extension does not support encryption. 5) Your computer cannot verify the certificate revocation list. Contact your network administrator for assistance. - + Your computer can't connect to the remote computer because a user name and password are required to authenticate to the Remote Desktop Gateway server instead of smart card credentials. - + Your computer can't connect to the remote computer because smart card credentials are required to authenticate to the Remote Desktop Gateway server instead of a user name and password. - + Your computer can't connect to the remote computer because an invalid cookie was sent to the Remote Desktop Gateway server. Contact your network administrator for assistance. - + Your computer can't connect to the remote computer because the cookie was rejected by the Remote Desktop Gateway server. Contact your network administrator for assistance. - + Your computer can't connect to the remote computer because the Remote Desktop Gateway server is expecting an authentication method different from the one attempted. Contact your network administrator for assistance. - + The RD Gateway connection ended because periodic user authentication failed. Try reconnecting with a correct user name and password. If the reconnection fails, contact your network administrator for further assistance. - + The RD Gateway connection ended because periodic user authorization failed. Try reconnecting with a correct user name and password. If the reconnection fails, contact your network administrator for further assistance. - + Your computer can't connect to the remote computer because the Remote Desktop Gateway and the remote computer are unable to exchange policies. This could happen due to one of the following reasons: 1. The remote computer is not capable of exchanging policies with the Remote Desktop Gateway. 2. The remote computer's configuration does not permit a new connection. 3. The connection between the Remote Desktop Gateway and the remote computer ended. Contact your network administrator for assistance. - + The RD Gateway connection ended because periodic user authorization failed. Your computer or device didn't pass the Network Access Protection (NAP) requirements set by your network administrator. Contact your network administrator for assistance. - + Connected - + Error while scanning WiFi adapter "{0}" with error: "{1}" - + Connect... - + {0} disconnected! - + Connect to {0} - + WPS - + Connect automatically - + Pre-shared key - + Connecting to {0}... - + Could not connect to {0} ({1})! - + Successfully connected to {0}! - + Access to the network has been revoked - + Invalid credentials - + Network not available - + Successful - + Connection attempt timed out - + -/- - + Authentication protocol is not supported! - + Checking WPS... - + Open OID profiles... - + MIB - + OID profiles - + Select OID profile - + Add OID profile - + Delete OID profile - + The selected OID profile will be deleted permanently. - + Edit OID profile - + Enter password... - + Add tab - + (from profile) - + New subnet mask - + Add server - + SNTP server - + The settings on this page contain errors. Correct them to be able to save. - + SSH hostkey to use for the connection (like "71:b8:f2:6e..."). Only available if the mode is "SSH". - + Full path to the private key file (like "C:\Users\BornToBeRoot\SSH\private_key.ppk"). Only available if the mode is "SSH". - + Username that will be passed into the PuTTY session. Only available if the mode is "SSH", "Telnet" or "Rlogin". - + ASN - + AS Name - + City - + Continent - + Country - + Currency - + District - + DNS resolver - + EDNS - + Geolocation - + Hosting - + IP geolocation - + ISP - + Latitude - + Longitude - + Mobile - + Organization - + PTR record - + Timezone - + Zip - + IP Geolocation API - Fast, accurate, reliable - + Check DNS resolver - + Check IP geolocation - + The DNS resolver is determined via ip-api.com. URL: https://edns.ip-api.com/ - + The IP geolocation is determined via ip-api.com. URL: http://ip-api.com/ - + To provide additional features, third party services are used that are not operated by me. You can deselect them below. No data is transferred to me at any time. - + Checking DNS resolver... - + Checking IP geolocation... - + Check your network connection and try again in a few seconds. - + ip-api.com rate limit reached (too many requests from your network)! Try again in a few seconds. - + HTTP status code - + Steel - + Rate limit reached! Try again in {0} seconds... - + General - + BSSID - + No reachable hosts found! - + Application - + Enable experimental features to test new functions. These are not yet complete, contain bugs, can crash the application and may change again until release. - + Experimental features - + Experimental - + Run command... - + IP Geolocation - + Add a tab to query the IP geolocation... - + Enter a domain to query whois... - + Enter host to query IP geolocation... - + Unknown user name. - + Authentication failure (incorrect password, community or key). - + The operation was successful without any errors. - + The response to your request was too large to fit into a single response! - + The requested OID could not be found! - + A read-write or write-only object was set to an inconsistent value! - + The requested OID does not exist and is not writable! - + An error occurred for which no specific message is available! - + The requested object is not accessible for modification! - + The object was set to an incompatible data type! - + The value assigned to the object exceeds its maximum length! - + The encoding used for the object is incorrect! - + The value assigned to the object is not a valid choice! - + The requested object does not exist and cannot be created! - + The MIB variable is currently in an inconsistent state and cannot be modified! - + There are no available system resources to perform the requested operation! - + An error occurred during the set operation! - + A set operation failed, and previous changes could not be rolled back! - + Authentication failed. Please check the community string! - + The requested object is not writable and cannot be modified! - + The object's state is inconsistent, preventing the set operation! - + Close all - + Expand host view - + Host cannot be set while other hosts are being added. Please wait until the process is complete and try again. - + Run command... (Ctrl+Shift+P) - + No matching commands! - + Remote hostname - + Process ID - + Process path - + Process name - + NetBIOS - + Computer name - + Error - + OK - + Warning - + Group / domain name - + NetBIOS reachable - + Scan for NetBIOS - + NetBIOS scan is disabled! - + Resolve Hostname is disabled! - + Resolve MAC address is disabled! - + Close group - + Run command... (Ctrl+Shift+P) - + Profile files - + Open settings... - + Expand and open search... - + Access to the Wi-Fi adapter is not permitted by Windows. Open the Windows settings and allow Wi-Fi access for this application. diff --git a/Source/NETworkManager.Localization/Resources/Strings.nl-NL.resx b/Source/NETworkManager.Localization/Resources/Strings.nl-NL.resx index fb9eb059af..be5bf09d4e 100644 --- a/Source/NETworkManager.Localization/Resources/Strings.nl-NL.resx +++ b/Source/NETworkManager.Localization/Resources/Strings.nl-NL.resx @@ -1,2745 +1,2750 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - - - - - - - text/microsoft-resx - - - 2.0 - - - System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - + + + + text/microsoft-resx + + + 2.0 + + + System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + + + + System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + + + Wat betreft - + Accent - + Voeg inloggegevens toe - + Voeg een item toe - + Voeg profiel toe - + Weet je het zeker? - + ARP - + ARP Tafel - + Authenticatie - + Automatische start - + Rekenmachine - + Command line argumenten - + Configureren - + Bevestigen - + Aansluiten - + Aansluiten als - + Kopieer profiel - + Geloofsbrieven - + Gegevens - + Standaard applicatie - + Geloofsbrieven verwijderen - + Verwijder profiel - + Bestemming - + Details - + Verbinding verbroken - + Tonen - + DNS - + DNS Lookup - + Niet fragmenteren - + Aanmeldingsgegevens bewerken - + Bewerk Groep - + Bewerk profiel - + Fout - + Exporteren - + Filter - + Algemeen - + Headers - + Geschiedenis - + HotKeys - + HTTP Headers - + Importeren - + Informatie - + Interface - + IP Scanner - + Toetsenbord - + Taal - + Bibliotheken - + Licentie - + Lokale apparaten en bronnen - + Plaats - + Opzoeken - + Mac adres - + Master wachtwoord - + Multithreading - + Netwerk - + Netwerkinterface - + Nieuw tabblad - + OUI - + Overschrijven? - + Ping - + Port - + Draagbaar - + Port Scanner - + Profielen - + PuTTY - + Vraag - + Remote Desktop - + Reset - + Resolve PTR - + Middelen - + Resultaat - + Route - + Scannen - + Zoeken - + Selecteer een profiel... - + Stel hoofdwachtwoord in - + Instellingen - + SNMP - + Socket - + Statistieken - + Staat - + Subnet - + Subnetting - + Succes! - + Thema - + Traceroute - + Dienblad - + Update - + v1/v2c - + v3 - + Validatie mislukt! - + Wake on LAN - + Website - + Venster - + Verkeerd wachtwoord! - + Cliënt - + Beheerder - + Toon altijd het pictogram in de lade - + Pogingen - + Gemiddelde tijd - + Uitzending - + Buffer - + Bytes - + CIDR - + Dichtbij - + Default-Gateway - + Wegvagen... - + Beschrijving - + DHCP ingeschakeld - + DHCP lease expires - + DHCP lease obtained - + DHCP server - + DNS server(s) - + DNS suffix - + Dynamic IPv4 address - + Dynamic IPv4 DNS server - + Hop - + Hops - + Hostname - + IP adres - + IP adressen - + IPv4 - + IPv4 adres - + IPv4-Default-Gateway - + IPv6 - + IPv6 adres - + Link-local IPv6 address - + IPv6-Default-Gateway - + Maximaal - + Maximum hops - + Minimize main window instead of terminating the application - + Minimize to tray instead of taskbar - + Minimum - + Naam - + Netwerkadres - + New subnetmask or CIDR - + Nee - + Obtain an IP address automatically - + Obtain DNS server address automatically - + Pakketverlies - + Pakketten verzonden - + Fysiek adres - + Preferred protocol when resolving hostname: - + Primaire DNS-server - + Ontvangen / verloren - + Hostnaam oplossen - + Opnieuw opstarten vereist - + Save settings in the application folder - + Secundaire DNS-server - + Show - + Toon de volgende applicatie bij het opstarten: - + Een krachtig hulpmiddel voor het beheren van netwerken en het oplossen van netwerkproblemen! - + Snelheid - + Start geminimaliseerd in lade - + Begin met Windows (huidige gebruiker) - + Static IPv4 address - + Static IPv4 DNS server - + Subnet mask - + Draden - + Tijd - + Tijd 1 - + Tijd 2 - + Tijd 3 - + Time-out - + Timeout (ms) - + Time (ms) to wait between each ping - + TTL - + Type - + Use the following DNS server addresses: - + Use the following IP address: - + Wakker maken - + Ja - + Toevoegen - + Voeg een tabblad toe om een DNS lookup uit te voeren... - + Voeg een tabblad toe om een ​​netwerkscan uit te voeren... - + Voeg een tabblad toe om een SNMP-actie uit te voeren... - + Voeg een tabblad toe om een ping uit te voeren... - + Voeg een tabblad toe om een poortscan uit te voeren... - + Voeg een tabblad toe om een trace uit te voeren... - + Add DNS suffix (primary) to hostname - + Additional command line - + Additionals - + Voeg profiel toe ... - + Adjust screen automatically - + Antwoorden - + The application will be restarted afterwards! - + Van toepassing zijn - + Apply Windows key combinations (e.g. ALT+TAB): - + Auth - + Authenticatieniveau - + Authorities - + Automatically update every - + terug - + Reservekopie - + Baud - + De bewerking is geannuleerd door de gebruiker! - + Caps lock is ingeschakeld! - + Controleren op updates bij het opstarten - + Klasse - + Clear filter - + Kleurdiepte (bit) - + Gemeenschap - + Configureer het pad naar PuTTY in de instellingen... - + Bevestig dichtbij - + Weet u zeker dat u de applicatie wilt sluiten? - + Aansluiten als... - + Extern aansluiten - + Verbind de netwerkkaart met een netwerk om het te configureren! - + Kopiëren - + Kopiëren als... - + Kopiëren... - + Could not resolve hostname for: "{0}" - + Geloofsbrieven - + Profile files are encrypted on disk using AES with a key size of 256 bits and a block size of 128 bits in CBC mode. The encryption key is derived from a master password using Rfc2898DeriveBytes (PBKDF2) with 1,000,000 iterations. At runtime, passwords are stored as SecureString once the profile file is loaded. For some functions, the password must be converted to a normal string and remains unencrypted in memory until the garbage collector cleans them up. First make a backup copy of your profile files before enabling encryption! - + Custom - + Aangepaste schermgrootte: - + Gegevens zijn bijgewerkt! - + Credentials must be decrypted and loaded to manage them. - + Default - + Baud rate - + Default port: - + Rlogin port - + SSH port - + Telnet port - + The selected credential will be deleted permanently. - + Delete entry - + Selected profile will be deleted permanently. - + DNS autconfiguration - + DNS Lookup... - + DNS server - + Open documentatie - + Domain - + Duration - + Bewerk... - + Enable - + Enable Credential Security Support Provider - + Eindtijd - + Enter a subnet to calculate it... - + Enter subnet and a new subnet mask to create subnets... - + Kon geen verbinding maken met 'api.github.com', controleer je netwerkverbinding! - + Error in response! - + Error in response! Check if you have write permissions. - + Expand - + Eerste bruikbare IP adres - + Vaste schermgrootte: - + Star/Fork the Project on GitHub - + Gevonden - + Groep - + Hoogte - + Host - + Hostnaam of IP adres - + Hosts - + ID - + Inherit host from general - + IP range - + Laatste bruikbare IP adres - + Local IP address - + Local port - + MAC address or vendor - + Magic packet successfully sent! - + Maximum number ({0}) of hops/router reached! - + Message size - + Mode - + Multicast - + Multiple instances - + Het netwerkadres kan niet worden bereikt. Controleer of uw computer is verbonden met het netwerk. Raadpleeg Windows Help voor informatie over het oplossen van netwerkproblemen. - + Nieuwe verbinding... - + No DNS record found for "{0}"! Check your input and the settings. - + Geen geschikte netwerkadapters gevonden! - + Geen poorten gevonden. Controleer je invoer! - + Geen profielen gevonden! Creëer er een... - + Niets gevonden! - + Niets te doen. Controleer je invoer! - + Geen update beschikbaar! - + Geen geldig bestand gevonden om te importeren. - + Geen verkoper gevonden. Controleer je invoer! - + Aantal fouten waarna is geannuleerd: - + Aantal opgeslagen items - + OID - + Alleen bij gebruik van het volledige scherm - + On the remote computer - + On this computer - + Open - + Open licentie - + Open project - + Open de website - + override - + Wachtwoord - + Wachtwoorden komen niet overeen! - + Pad - + Port or service - + Ports - + Priv - + Profiel - + Profiles reloaded - + Protocol - + PuTTY process has ended! - + Vragen - + RAW - + Recursion - + Redirect clipboard - + Redirect devices - + Redirect drives - + Redirect ports - + Redirect printers - + Redirect smartcards - + Remaining time - + Remote IP address - + Remote port - + Repeat - + Resolve CNAME on ANY requests - + Responses - + Rlogin - + Scanned - + Searched application not found! - + Searched language not found! - + Searched setting not found! - + Security - + Select a screen resolution - + This will reset all settings! - + Serial - + Serial line - + Service - + The settings file found was corrupted or is not compatible with this version. All settings have been reset! (Profile files are not affected!) - + Show closed ports - + Show current application title - + Show only most common query types - + Show unreachable IP addresses and ports - + Show statistics - + SSH - + Start time - + State - + Subnet 1 - + Subnet 2 - + Tags - + Telnet - + The application can be started without parameters! - + The following hostnames could not be resolved: - + The following parameters are available: - + The following parameters can not be processed: - + The process can take up some time and resources (CPU / RAM). - + The settings location is not affected - + Timeout on SNMP query. Maybe the host is not reachable or the community / password is wrong. - + Timeout when querying the DNS server with the IP address "{0}"! - + Timestamp - + Trace - + Unkown error! - + Untray / Bring window to foreground - + URL - + Use credentials - + Use the current view size as the screen size - + Use custom DNS server - + Use custom DNS suffix - + Use resolver cache - + User interface locked! - + Username - + Vendor - + Versie - + Version {0} is available! - + Walk mode - + Width - + Profile file could not be decrypted with the given password. - + The entered password is wrong. - + Toevoegen... - + Add entry... - + Berekenen - + Cancel - + Change - + Change Master Password... - + Check - + Check for updates - + Gesloten - + Continue - + Custom: - + Cut - + Decrypt and load... - + Delete - + Delete table - + Voer locatie in... - + Alles - + Filter... - + Lege DNS-cache - + Decrypt and load your credentials to select them. - + Displays this dialog. - + Resets all application settings. - + The password is not displayed when editing, but can be overwritten. - + [0] If server authentication fails, connect to the computer without warning. [1] If server authentication fails, do not establish a connection. [2] If server authentication fails, show a warning and allow me to connect or refuse the connection. [3] No authentication requirement is specified. - + Tags help you organize profiles/Profiles by topics/projects. Multiple tags can be used with ";" be separated. Search by tags with "tag=xxx". - + Hour(s) - + Location of the import file... - + Minute(s) - + Verplaatsen & Opnieuw opstarten - + Network connections.... - + (niet veranderd) - + Uit - + OK - + Op - + Open locatie - + Open instellingen - + Overschrijven - + Invoegen - + Reconnect - + Refresh - + Start nu opnieuw - + Opslaan - + Zoeken... - + Second(s) - + Sturen - + Stel hoofdwachtwoord in... - + Show local licenses - + Subnet Calculator - + Validate - + Aansluitingen - + Enter a valid IP range! - + Voer een geldig IPv4-adres in! - + Voer een geldig MAC-adres in (zoals 00:F1:23:AB:F2:35)! - + Voer een geldige poort in (1 - 65535)! - + Voer een geldig subnetmasker in (zoals 255.255.255.0)! - + Voer een geldig subnetmask of CIDR in (zoals 255.255.255.0 of / 24)! - + Veld kan niet leeg zijn! - + Bestand bestaat niet! - + Map bestaat niet! - + Listeners - + Barnsteen - + Verschijning - + Toepassingen - + Dark - + Light - + Zwart - + Blauw - + Bruin - + Kobalt - + Karmozijn - + Cyan - + Emerald - + Voer een of meer geldige IP-adressen in! - + Voer een geldige baud in! - + Voer geldige hosts in (meerdere hosts kunnen niet eindigen met ";")! - + Voer een geldig IP-adres in! - + Voer een geldig nummer in! - + Voer een geldige OID in! - + Voer een geldige poort en/of poortbereik in (1 - 65535)! - + Voer een geldig subnet in (zoals 192.168.178.133/26)! - + Voer een geldige website in (zoals https://example.com/index.html) - + Groen - + Importeren / Exporteren - + Indigo - + Destination host unreachable. - + Bestemmingsnetwerk onbereikbaar. - + Bestemmingspoort onbereikbaar. - + Success - + Request timed out. - + TTL expired in transit. - + Key must have 8 characters or more! - + Limoen - + Magenta - + Mauve - + Olijf - + Only numbers can be entered! - + Oranje - + Roze - + Purper - + Rood - + Socket closed. - + Remote disconnect by server. - + Decompressiefout. - + Connectie time-out. - + Ontcijferingsfout. - + DNS name lookup failure. - + DNS lookup failed. - + Encryption error. - + Windows Sockets gethostbyname call failed. - + Host not found. - + Internal error. - + Internal security error. - + Internal security error. - + The encryption method specified is not valid. - + Bad IP address specified. - + The IP address specified is not valid. - + Security data is not valid. - + Server security data is not valid. - + License negotiation failed. - + Licensing time-out. - + Local disconnection. - + No information is available. - + Geen geheugen meer. - + Geen geheugen meer. - + Geen geheugen meer. - + Remote disconnect by user. - + Failed to unpack server certificate. - + Windows Sockets connect failed. - + Windows Sockets recv call failed. - + The account is disabled. - + The account is expired. - + The account is locked out. - + The account is restricted. - + The received certificate is expired. - + The policy does not support delegation of credentials to the target server. - + The server authentication policy does not allow connection requests using saved credentials. The user must enter new credentials. - + Login failed. - + No authority could be contacted for authentication. The domain name of the authenticating party could be wrong, the domain could be unreachable, or there might have been a trust relationship failure. - + The specified user has no account. - + The password is expired. - + The user password must be changed before logging on for the first time. - + Delegation of credentials to the target server is not allowed unless mutual authentication has been achieved. - + The smart card is blocked. - + An incorrect PIN was presented to the smart card. - + Timeout occurred. - + Internal timer error. - + Windows Sockets send call failed. - + Sienna - + Spaces are not allowed! - + Steel - + Taupe - + Gesloten - + CloseWait - + Closing - + DeleteTcb - + Established - + FinWait1 - + FinWait2 - + LastAck - + Listen - + SynReceived - + SynSent - + TimeWait - + Unkown - + Taling - + Violetta - + Wit - + Geel - + A profile with this name already exists! - + Gesloten - + Open - + At least one application must be visible! - + Hidden applications - + Visible applications - + Visible applications in the bar: - + Whois - + Add a tab to query whois... - + Enter a valid domain (like "example.com")! - + Whois server not found for the domain: "{0}" - + Routing - + Release - + Release & Renew - + Renew - + Windows DNS instellingen - + Delete DNS server - + The selected DNS server will be deleted permanently. - + Add DNS server - + Edit DNS server - + A DNS server with this name already exists! - + Restart session - + TigerVNC - + Configure the path to TigerVNC in the settings... - + TigerVNC process has ended! - + Connecting... - + Resolve MAC address and vendor - + Notitie - + Alles exporteren - + Exporteren... - + Geselecteerde export - + Plaats... - + File - + Enter a valid file path! - + Allemaal - + Format - + Geselecteerd - + An error occurred while exporting the data. See error message for details: - + Ontwerp - + Highlight timeouts - + Enter subnets to create a wide subnet... - + Wide Subnet - + Tab toevoegen... - + IPv4-adres toevoegen... - + IPv4-adres toevoegen - + Max. concurrent host threads - + Max. concurrent port threads - + PowerShell - + Configure the path to PowerShell in the settings... - + PowerShell process has ended! - + Execution Policy - + Remote console - + Bestandspad - + Override default settings - + Resolve IPv4 address for this host - + Verbergen - + Totaal aantal ontvangen bytes - + Totaal aantal verzonden bytes - + Download - + Bandbreedte - + Uploaden - + Apply Windows key combinations - + Credential Security Support Provider - + Achtergrond baan - + The background job will save settings and profiles every x-minutes. Value 0 will disable this feature. Changes to this value will take effect after restarting the application. - + Run background job every x-minute - + Your system OS is incompatible with the latest release! - + Dashboard - + All settings can be changed later in the settings! - + Controleer openbaar IP adres - + Thank you for using NETworkManager! If you like this tool, please leave a star on GitHub and recommend it to others. - + When starting the program, it checks in the background whether a new program version is available on GitHub. URL: https://api.github.com/ - + Het openbare IP adres wordt bepaald via ipify.org. URL: https://api.ipify.org/ - + Privacy - + Welkom - + Externe dienstverlening - + Star/Fork the Project on GitHub. - + Help translate the project on Transifex. - + Contact via Twitter. - + Aansluiting - + Computer - + Gateway / Router - + Internet - + Check your network adapter configuration (dns) and if your dns server is configured correctly. - + Check your network adapter configuration (dhcp, static ip) and if you are connected to a network. - + Could not detect gateway ip address! - + Could not detect local ip address! - + Could not get public ip address via WebRequest (http/https) from "{0}"! Check your network connection (firewall, proxy, etc.). - + No A dns records resolved for "{0}"! - + No PTR dns record resolved for "{0}"! - + "{0}" A dns records resolved for "{1}"! - + PTR dns record resolved for "{0}"! - + Got "{0}" as public ip address from "{1}"! - + Resolved "{0}" as hostname for ip address "{1}"! - + Public IP address check is disabled! - + TCP/IP stack is available. "{0}" is reachable via ICMP! - + TCP/IP stack is not available... "{0}" is not reachable via ICMP! - + "{0}" detected as gateway ip address! - + "{0}" detected as local ip address! - + "{0}" is not reachable via ICMP! - + "{0}" is reachable via ICMP! - + Use custom IPv4 address API - + URL to a web service that can be reached via http or https and returns an IPv4 address like "xx.xx.xx.xx" as response. - + Could not parse public ip address from "{0}"! Try another service or use the default... - + Could not connect to "{0}"! - + IPv4 protocol beschikbaar - + IPv6 protocol beschikbaar - + Kopiëren - + Officieel - + Network connection type - + Desktop background - + Desktop composition - + Ervaring - + Font smoothing - + Menu and window animation - + Performance - + Persistent bitmap caching - + Reconnect if the connection is dropped - + High-speed broadband (2 Mbps - 10 Mbps) - + Low-speed broadband (256 kbps - 2 Mbps) - + Detect connection quality automatically - + LAN (10 Mbps or higher) - + Modem (56 kbps) - + Satellite (2 Mbps - 16 Mbps with high latency) - + WAN (10 Mbps or higher with high latency) - + Show window contents while dragging - + Visuele stijlen - + Remote audio - + Remote audio playback - + Remote audio recording - + Do not record - + Record from this computer - + Do not play - + Play on remote computer - + Play on this computer - + Gateway - + Custom commands - + Add custom command - + Arguments - + Delete custom command - + Edit custom command - + Program - + The selected custom command will be deleted permanently. - + The following variables are available: $$ipaddress$$ --> IP adresse $$hostname$$ --> Hostname - + Restart - + Could not resolve ip address for hostname! - + Ctrl+Alt+Del - + Keyboard shortcuts - + Adjust screen - + Fullscreen - + Could not send keystroke! - + Disconnect - + Detect local ip address and subnetmask - + Could not detect subnetmask! - + Detecting network... - + Closing in {0} seconds... - + Network unavailable! - + IP address to detect local ip address based on routing - + Show status window on network change - + Time in seconds how long the status window is shown - + WiFi - + Networks - + Searching for networks... - + No WiFi adapters found! - + Searching for WiFi adapters... - + No WiFi networks found! - + Channels - + Channel - + 2.4 GHz - + 5 GHz - + Signal strength - + Current download speed - + Current upload speed - + Measured time - + Network usage - + Total download - + Total upload - + Retries - + Use cache - + Use only TCP - + Query class - + Domain name - + Timeout (s) - + Report an issue or create a feature request - + Report an issue or create a feature request. - + Beacon interval - + Encryption - + Infrastructure - + Network kind - + Phy kind - + Uptime - + Show error message - + Ping Monitor - + Add host - + Add a host to monitor - + Pause - + Resume - + Could not resolve ip address for: "{0}" - + The application will be restarted... - + Could not export file! See error message: "{0}" - + File exported to "{0}"! - + Could not import file! See error message: "{0}" - + Location cannot be changed in portable version! - + Is encrypted - + Open documentation on GitHub. - + Customer 1 - + Add profile file - + Disable encryption... - + Edit profile file - + Enable encryption... - + Encryption... - + Profile name already exists! - + Rename - + Delete profile file - + Selected profile file will be deleted permanently. - + All profiles in this profile file will be permanently deleted! - + Patch - + Restart the application to change the language! - + Currently downloaded - + Currently uploaded - + LLDP / CDP - + Restart as Administrator - + To analyze network packets, the application must be started with elevated rights! - + Capture - + Device - + Duration (s) - + Model - + VLAN - + Capture network packets to view LLDP or CDP information! - + No discovery protocol packages received! - + Capturing network packages... - + Discovery Protocol - + CDP - + LLDP - + LLDP / CDP - + {0} seconds remaining... - + Help - + Application that is displayed at startup. - + Parameter - + Value - + Web Console - + Reload - + Browser - + The WebView control (Microsoft Edge) cannot connect to websites with an invalid certificate! - + Microsoft.Windows.SDK.Contracts is required for this feature but not available on this system (e.g. on Windows Server). - + ARP Table - + Connections - + Dashboard - + Discovery Protocol - + DNS Lookup - + HTTP Headers - + IP Scanner - + Listeners - + Lookup - + Network Interface - + Ping - + Ping Monitor - + Port Scanner - + PowerShell - + PuTTY - + Remote Desktop - + SNMP - + Subnet Calculator - + TigerVNC - + Traceroute - + Wake on LAN - + Web Console - + Whois - + WiFi - + Amber - + Black - + Blue - + Brown - + Cobalt - + Crimson - + Cyan - + Emerald - + Green - + Indigo - + Lime - + Magenta - + Mauve - + Olive - + Orange - + Purple - + Red - + Sienna - + Taupe - + Teal - + Pink - + Yellow - + Steel - + General - + Applications - + General - + Appearance - + Autostart - + General - + HotKeys - + Language - + Profiles - + Settings - + Status - + Update - + Window - + Enable log - + Log file name - + Log path - + Log mode - + Log - + SSH log - + SSH Raw log - + Session log - + SSH log - + SSH and Raw log - + Enter a valid file name! - + Lost - + Received - + Status change - + Update available! - + Private key file - + Preview - + Port profiles - + Add port profile - + Delete port profile - + Edit port profile - + The selected port profile will be deleted permanently. - + Select port profile - + Open port profiles... - + Show SplashScreen on start - + SplashScreen - + Download Microsoft Edge WebView2 Runtime - + Microsoft Edge WebView2 Runtime is not available! - + Frequency - + SSID - + Profile file could not be loaded! - + The profile file could not be loaded and may be corrupted. You can try to restore the file from a backup or delete it. If this happens unexpectedly or after an update, please report the error on GitHub. @@ -2748,360 +2753,360 @@ If this happens unexpectedly or after an update, please report the error on GitH Error message: "{0}" - + Edit group... - + Decryption error - + Could not decrypt file. You may report this issue on GitHub. - + Encryption error - + Could not encrpyt file. You may report this issue on GitHub. - + Current password - + New password - + Change master password - + Unlock profile - + Unlock the profile file to use the profiles! - + Disclaimer - + Merge - + Use other - + Move - + Last scan at {0} - + Hidden Network - + Developed and maintained by {0} with the help of the - + A Simple Public IP Address API - + AirspacePanel fixes all Airspace issues with WPF-hosted Winforms. - + Shared Controlz for WPF and ... more - + DnsClient.NET is a simple yet very powerful and high performant open source library for the .NET Framework to do DNS lookups - + Dragable and tearable tab control for WPF - + C# library take care of complex network, IP, IPv4, IPv6, netmask, CIDR, subnet, subnetting, supernet, and supernetting calculation for .NET developers. - + Simple, flexible, interactive & powerful charts, maps and gauges for .Net - + A collection of loading indicators for WPF - + Some awesome icons for WPF and UWP all together... - + A toolkit for creating Metro / Modern UI styled WPF apps. - + Json.NET is a popular high-performance JSON framework for .NET - + A GitHub API client library for .NET - + Capture and parse CDP and LLDP packets on local or remote computers - + Sharp SNMP Library - Open Source SNMP for .NET and Mono - + A collection of all country flags in SVG - + List of Top-Level-Domains from iana.org, which is used to query whois servers of the TLD from whois.iana.org via port 43 - + OUI data from ieee.org. - + Service Name and Transport Protocol Port Number Registry from iana.org. - + Apache License 2.0 - + BSD-2-Clause - + MIT License - + Unlicense - + C#/WinRT provides packaged WinRT projection support for the C# language. - + Runtime for hosting PowerShell - + The WebView2 control enables you to embed web technologies (HTML, CSS, and JavaScript) in your native applications powered by Microsoft Edge (Chromium). - + Easily add interactivity to your apps using XAML Behaviors for WPF. - + Microsoft WebView2 License - + The current profile file is not encrypted and passwords will stored unencrypted on disk! Enable profile file encryption in Settings>Profile to store credentials securely. - + ICMPv4 - + ICMPv6 - + Check is disabled! - + Enter a valid IPv6 address! - + Public IPv4 address reachable via ICMP. - + Public IPv6 address reachable via ICMP. - + Public IPv4 address - + Public IPv6 address - + Use custom IPv6 address API - + Time to live - + Chassis Id - + Management - + Device description - + Port description - + Remove IPv4 address - + Additional config... - + Remove IPv4 address... - + The remote session ended because the total login time limit was reached. This limit is set by the server administrator or by network policies. - + Enter a valid hostname! - + Enter a valid hostname and port! - + Unable to reconnect to the remote session. - + Migrate - + Report on GitHub - + Groups - + Add group - + Delete group - + Selected group and all profiles inside this group will be deleted permanently. - + The name is already used! - + Resize - + Delete profiles - + Selected profiles will be deleted permanently. - + Use custom themes - + Custom themes - + Reset settings? - + Settings reset! - + AWS Session Manager - + Instance ID - + Local connection - + Local interface - + log4net is a tool to help the programmer output log statements to a variety of output targets. - + AWS Session Manager - + Enabled - + Region - + Synchronize EC2 instances from AWS - + Add AWS profile - + Delete AWS profile - + The selected AWS profile is permanently deleted. The profile is not removed from the ~\.aws\credentials file. - + Edit AWS profile - + Synchronize all EC2 instances from AWS - + Synchronize group EC2 instances from AWS - + Profiles and regions to synchronize - + To synchronize EC2 instances from AWS, the AWS CLI must be configured on the system. The EC2 instances can be queried for multiple AWS accounts (profiles) and multiple regions. To do this, the profile stored in the file "~/.aws/credentials" must be configured along with the region to query. - + AWS SDK for .NET to work with Amazon Elastic Compute Cloud (Amazon EC2) in Amazon Web Services (AWS). - + Default profile - + Default region - + Profile which is used by manually created profiles to connect to an EC2 instance via AWS CLI. If not set, the default AWS CLI settings are used. - + Region which is used by manually created profiles to connect to an EC2 instance via AWS CLI . If not set, the default AWS CLI settings are used. - + If not set, the default AWS CLI settings are used. - + Group name cannot start with "{0}"! - + Synchronize only running EC2 instances from AWS - + An AWS region named "{0}" does not exist! - + AWS CLI v2 is installed! - + AWS CLI v2 is not installed! - + AWS Session Manager Plugin is installed! - + AWS Session Manager Plugin is not installed! - + Check for pre-releases - + Synchronization is disabled! - + Command - + Apply theme to PowerShell console - + The color of the PowerShell console can be changed to the application theme under Settings > General > Appearance - + If you enable this option, the default PowerShell console settings in the registry under HKCU:\Console are overridden so that the PowerShell console window matches the application theme. This is a global system setting that may affect the appearance of the normal PowerShell window. Only the PowerShell consoles configured in the PowerShell and AWS Session Manager settings are modified. Both Windows PowerShell and PWSH (PowerShell 7 and higher) are supported. @@ -3110,166 +3115,166 @@ Click in the upper right corner on the help / documentation button (left of the If the option is disabled again, the values are no longer modified. However, the original values are NOT restored. - + Input cannot end with a ";"! - + Input does not contain any text! - + Bit Calculator - + Bit Calculator - + Notation - + Input - + Unit - + Bits - + Gigabits - + Gigabytes - + Kilobits - + Kilobytes - + Megabits - + Megabytes - + Petabits - + Petabytes - + Terabits - + Terabytes - + Enter a number and select a unit to calculate the units... - + Network - + Proxy - + Resolve IP address for this host (IPv4 is preferred) - + A valid path to PowerShell should end with "pwsh.exe" or "powershell.exe"! - + A valid path to PuTTY should end with "PuTTY.exe"! - + A valid path to TigerVNC should end with "vncviewer-*.exe" or "vncviewer64-*.exe"! - + SNTP Lookup - + Move a .NET Framework/.NET Core app runtime components and dependencies into a sub-directory and make it beauty. - + Add a tab to perform a SNTP lookup... - + SNTP server(s) - + URL to a web service that can be reached via http or https and returns an IPv6 address like "xxxx:xx:xxx::xx" as response. - + IP endpoint - + Local end time - + Local start time - + Network time - + Offset - + Round trip delay - + Server - + SNTP Lookup - + Add SNTP server - + Delete SNTP server - + The selected SNTP server will be deleted permanently. - + Edit SNTP server - + An SNTP server with this name already exists! - + Enter a valid hostname (like "server-01" or "example.com") or a valid IP address (like 192.168.178.1)! - + Server(s) - + Enter master password to unlock the profile file: - + Unlock profile file - + Timed out - + Hostkey - + The settings will be reset and the application will be restarted afterwards! - + Instellingen zijn gereset! - + Ping status - + ThreadPool additional min. threads - + This setting specifies the minimum number of threads that will be created from the application's ThreadPool on demand. This can improve the performance for example of the IP scanner or port scanner. The value is added to the default min. threads (number of CPU threads). The value 0 leaves the default settings. If the value is higher than the default max. threads of the ThreadPool, this value is used. @@ -3278,549 +3283,549 @@ If the value is too high, performance problems may occur. Changes to this value will take effect after the application is restarted. Whether the value was set successfully can be seen in the log file under %LocalAppData%\NETworkManager\NETworkManager.log - + These settings only change the maximum number of concurrently executed threads per host/port scan. Go to Settings > General > General to adjust the (min) threads of the application. - + Port status - + Ping details - + No open ports found! - + Port scan is disabled! - + Scan ports - + Could not find the application "{0}". Maybe the application was hidden in the settings? - + Status window - + Show address bar - + Enabling this setting is not recommended. Multiple instances of the application share the same settings and profile files. The last instance to be closed may overwrite changes made by other instances. - + Bypass for local addresses - + Enable gateway server - + Logon method - + Gateway server - + Server name - + Share Gateway credentials with remote computer - + Allow me to select later - + Smart card or Windows Hello for Business - + Ask for password (NTLM) - + Use gateway credentials - + Your computer can't connect to the remote computer because the Remote Desktop Gateway server is temporarily unavailable. Try reconnecting later or contact your network administrator for assistance. - + Your computer can't connect to the remote computer due to one of the following reasons: 1) The requested Remote Desktop Gateway server address and the server SSL certificate subject name do not match. 2) The certificate is expired or revoked. 3) The certificate root authority does not trust the certificate. Contact your network administrator for assistance. - + This computer can't verify the identity of the RD Gateway "". It's not safe to connect to servers that can't be identified. Contact your network administrator for assistance. - + Your computer can't connect to the remote computer because the Remote Desktop Gateway server address requested and the certificate subject name do not match. Contact your network administrator for assistance. - + Your computer can't connect to the remote computer because the Remote Desktop Gateway server's certificate has expired or has been revoked. Contact your network administrator for assistance. - + An error occurred while sending data to the Remote Desktop Gateway server. The server is temporarily unavailable or a network connection is down. Try again later, or contact your network administrator for assistance. - + An error occurred while receiving data from the Remote Desktop Gateway server. Either the server is temporarily unavailable or a network connection is down. Try again later, or contact your network administrator for assistance. - + Your computer can't connect to the remote computer because the Remote Desktop Gateway server address is unreachable or incorrect. Type a valid Remote Desktop Gateway server address. - + Your computer can't connect to the remote computer because the Remote Desktop Gateway server is running low on server resources and is temporarily unavailable. Try reconnecting later or contact your network administrator for assistance. - + The Remote Desktop Gateway server has ended the connection. Try reconnecting later or contact your network administrator for assistance. - + The Remote Desktop Gateway server administrator has ended the connection. Try reconnecting later or contact your network administrator for assistance. - + Remote Desktop can't connect to the remote computer "" for one of these reasons: 1) Your user account is not listed in the RD Gateway's permission list 2) You might have specified the remote computer in NetBIOS format (for example, computer1), but the RD Gateway is expecting an FQDN or IP address format (for example, computer1.fabrikam.com or 157.60.0.1). Contact your network administrator for assistance. - + Remote Desktop can't connect to the remote computer "" for one of these reasons: 1) Your user account is not authorized to access the RD Gateway "" 2) Your computer is not authorized to access the RD Gateway "" 3) You are using an incompatible authentication method (for example, the RD Gateway might be expecting a smart card but you provided a password) Contact your network administrator for assistance. - + Your computer can't connect to the remote computer because your network administrator has restricted access to this RD Gateway server. Contact your network administrator for assistance. - + Your computer can't connect to the remote computer because the web proxy server requires authentication. To allow unauthenticated traffic to an RD Gateway server through your web proxy server, contact your network administrator. - + Your computer can't connect to the remote computer because the Remote Desktop Gateway server reached its maximum allowed connections. Try reconnecting later or contact your network administrator for assistance. - + Your computer can't connect to the remote computer because the Remote Desktop Gateway server does not support the request. Contact your network administrator for assistance. - + Your computer can't connect to the remote computer because the client does not support one of the Remote Desktop Gateway's capabilities. Contact your network administrator for assistance. - + Your computer can't connect to the remote computer because the Remote Desktop Gateway server and this computer are incompatible. Contact your network administrator for assistance. - + Your computer can't connect to the remote computer because no certificate was configured to use at the Remote Desktop Gateway server. Contact your network administrator for assistance. - + Your computer can't connect to the remote computer because the RD Gateway server that you are trying to connect to is not allowed by your computer administrator. If you are the administrator, add this Remote Desktop Gateway server name to the trusted Remote Desktop Gateway server list on your computer and then try connecting again. - + Your computer can't connect to the remote computer because your computer or device did not meet the Network Access Protection requirements set by your network administrator, for one of the following reasons: 1) The Remote Desktop Gateway server name and the server's public key certificate subject name do not match. 2) The certificate has expired or has been revoked. 3) The certificate root authority does not trust the certificate. 4) The certificate key extension does not support encryption. 5) Your computer cannot verify the certificate revocation list. Contact your network administrator for assistance. - + Your computer can't connect to the remote computer because a user name and password are required to authenticate to the Remote Desktop Gateway server instead of smart card credentials. - + Your computer can't connect to the remote computer because smart card credentials are required to authenticate to the Remote Desktop Gateway server instead of a user name and password. - + Your computer can't connect to the remote computer because an invalid cookie was sent to the Remote Desktop Gateway server. Contact your network administrator for assistance. - + Your computer can't connect to the remote computer because the cookie was rejected by the Remote Desktop Gateway server. Contact your network administrator for assistance. - + Your computer can't connect to the remote computer because the Remote Desktop Gateway server is expecting an authentication method different from the one attempted. Contact your network administrator for assistance. - + The RD Gateway connection ended because periodic user authentication failed. Try reconnecting with a correct user name and password. If the reconnection fails, contact your network administrator for further assistance. - + The RD Gateway connection ended because periodic user authorization failed. Try reconnecting with a correct user name and password. If the reconnection fails, contact your network administrator for further assistance. - + Your computer can't connect to the remote computer because the Remote Desktop Gateway and the remote computer are unable to exchange policies. This could happen due to one of the following reasons: 1. The remote computer is not capable of exchanging policies with the Remote Desktop Gateway. 2. The remote computer's configuration does not permit a new connection. 3. The connection between the Remote Desktop Gateway and the remote computer ended. Contact your network administrator for assistance. - + The RD Gateway connection ended because periodic user authorization failed. Your computer or device didn't pass the Network Access Protection (NAP) requirements set by your network administrator. Contact your network administrator for assistance. - + Connected - + Error while scanning WiFi adapter "{0}" with error: "{1}" - + Connect... - + {0} disconnected! - + Connect to {0} - + WPS - + Connect automatically - + Pre-shared key - + Connecting to {0}... - + Could not connect to {0} ({1})! - + Successfully connected to {0}! - + Access to the network has been revoked - + Invalid credentials - + Network not available - + Successful - + Connection attempt timed out - + -/- - + Authentication protocol is not supported! - + Checking WPS... - + Open OID profiles... - + MIB - + OID profiles - + Select OID profile - + Add OID profile - + Delete OID profile - + The selected OID profile will be deleted permanently. - + Edit OID profile - + Enter password... - + Add tab - + (from profile) - + New subnet mask - + Add server - + SNTP server - + The settings on this page contain errors. Correct them to be able to save. - + SSH hostkey to use for the connection (like "71:b8:f2:6e..."). Only available if the mode is "SSH". - + Full path to the private key file (like "C:\Users\BornToBeRoot\SSH\private_key.ppk"). Only available if the mode is "SSH". - + Username that will be passed into the PuTTY session. Only available if the mode is "SSH", "Telnet" or "Rlogin". - + ASN - + AS Name - + City - + Continent - + Country - + Currency - + District - + DNS resolver - + EDNS - + Geolocation - + Hosting - + IP geolocation - + ISP - + Latitude - + Longitude - + Mobile - + Organization - + PTR record - + Timezone - + Zip - + IP Geolocation API - Fast, accurate, reliable - + Check DNS resolver - + Check IP geolocation - + The DNS resolver is determined via ip-api.com. URL: https://edns.ip-api.com/ - + The IP geolocation is determined via ip-api.com. URL: http://ip-api.com/ - + To provide additional features, third party services are used that are not operated by me. You can deselect them below. No data is transferred to me at any time. - + Checking DNS resolver... - + Checking IP geolocation... - + Check your network connection and try again in a few seconds. - + ip-api.com rate limit reached (too many requests from your network)! Try again in a few seconds. - + HTTP status code - + Steel - + Rate limit reached! Try again in {0} seconds... - + General - + BSSID - + No reachable hosts found! - + Application - + Enable experimental features to test new functions. These are not yet complete, contain bugs, can crash the application and may change again until release. - + Experimental features - + Experimental - + Run command... - + IP Geolocation - + Add a tab to query the IP geolocation... - + Enter a domain to query whois... - + Enter host to query IP geolocation... - + Unknown user name. - + Authentication failure (incorrect password, community or key). - + The operation was successful without any errors. - + The response to your request was too large to fit into a single response! - + The requested OID could not be found! - + A read-write or write-only object was set to an inconsistent value! - + The requested OID does not exist and is not writable! - + An error occurred for which no specific message is available! - + The requested object is not accessible for modification! - + The object was set to an incompatible data type! - + The value assigned to the object exceeds its maximum length! - + The encoding used for the object is incorrect! - + The value assigned to the object is not a valid choice! - + The requested object does not exist and cannot be created! - + The MIB variable is currently in an inconsistent state and cannot be modified! - + There are no available system resources to perform the requested operation! - + An error occurred during the set operation! - + A set operation failed, and previous changes could not be rolled back! - + Authentication failed. Please check the community string! - + The requested object is not writable and cannot be modified! - + The object's state is inconsistent, preventing the set operation! - + Close all - + Expand host view - + Host cannot be set while other hosts are being added. Please wait until the process is complete and try again. - + Run command... (Ctrl+Shift+P) - + No matching commands! - + Remote hostname - + Process ID - + Process path - + Process name - + NetBIOS - + Computer name - + Error - + OK - + Warning - + Group / domain name - + NetBIOS reachable - + Scan for NetBIOS - + NetBIOS scan is disabled! - + Resolve Hostname is disabled! - + Resolve MAC address is disabled! - + Close group - + Run command... (Ctrl+Shift+P) - + Profile files - + Open settings... - + Expand and open search... - + Access to the Wi-Fi adapter is not permitted by Windows. Open the Windows settings and allow Wi-Fi access for this application. diff --git a/Source/NETworkManager.Localization/Resources/Strings.pl-PL.resx b/Source/NETworkManager.Localization/Resources/Strings.pl-PL.resx index 7a351a07cd..75f190b6c9 100644 --- a/Source/NETworkManager.Localization/Resources/Strings.pl-PL.resx +++ b/Source/NETworkManager.Localization/Resources/Strings.pl-PL.resx @@ -1,2745 +1,2750 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - - - - - - - text/microsoft-resx - - - 2.0 - - - System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - + + + + text/microsoft-resx + + + 2.0 + + + System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + + + + System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + + + O programie - + Akcent - + Dodaj dane logowania - + Dodaj rekord - + Dodaj profil - + Czy na pewno? - + ARP - + Tablica ARP - + Uwierzytelnianie - + Autostart - + Kalkulator - + Argumenty Linii Komend - + Konfiguracja - + Potwierdź - + Połącz - + Połącz jako - + Skopiuj profil - + Dane logowania - + Dane - + Domyślna aplikacja - + Usuń dane logowania - + Usuń profil - + Miejsce docelowe - + Szczegóły - + Rozłączono - + Ekran - + DNS - + Wyszukiwanie DNS - + Nie fragmentuj - + Edytuj dane logowania - + Edytuj grupę - + Edytuj profil - + Błąd - + Export - + Filtr - + Ogólne - + Nagłówki - + Historia - + Skróty klawiszowe - + Nagłówki HTTP - + Importuj - + Informacja - + Interfejs - + Skaner IP - + Klawiatura - + Język - + Biblioteki - + Licencja - + Zasoby i urządzenia lokalne - + Lokalizacja - + Wyszukiwanie - + Adres MAC - + Główne Hasło - + Wielowątkowość - + Sieć - + Interfejs sieciowy - + Nowa karta - + OUI - + Nadpisać? - + Ping - + Port - + Przenośny - + Skaner portów - + Profile - + PuTTY - + Zapytanie - + Zdalny Pulpit - + Resetuj - + Rozwiąż PTR - + Zasoby - + Wynik - + Trasa - + Skanuj - + Szukaj - + Wybór profilu - + Ustaw główne hasło - + Ustawienia - + SNMP - + Socket - + Statystyki - + Status - + Podsieć - + Podsieci - + Udało się! - + Wygląd - + Traceroute - + Tray - + Aktualizuj - + v1/v2c - + v3 - + Walidacja niepoprawna! - + Wake on LAN - + Strona - + Okno - + Złe hasło! - + Klient - + Administrator - + Zawsze wyświetlaj ikonę na pasku - + Próby - + Średni czas - + Rozgłoszeniowy - + Bufor - + Bajty - + CIDR - + Zamknij - + Brama-Domyślna - + Usuń... - + Opis - + DHCP Włączone - + Dzierżawa DHCP wygasa - + Uzyskano dzierżawę DHCP - + Serwer DHCP - + Serwer(y) DNS - + Przyrostek DNS - + Dynamiczny adres IPv4 - + Dynamiczny serwer DNS IPv4 - + Skok - + Skoki - + Nazwa hosta - + Adres IP - + Adresy IP - + IPv4 - + Adresy IPv4 - + Brama-Domyślna-IPv4 - + IPv6 - + Adresy IPv6 - + Adres IPv6 Link-local - + Brama-Domyślna-IPv6 - + Maksymalny - + Maximum hops - + Zminimalizuj okno główne, zamiast zamykać aplikację - + Minimalizuj do zasobnika zamiast paska zadań - + Minimumalny - + Nazwa - + Adres sieci - + Nowa maska podsieci lub CIDR - + Nie - + Uzyskaj adres IP automatycznie - + Uzyskaj adres serwera DNS automatycznie - + Utrata pakietów - + Przesłane pakiety - + Adres fizyczny - + Preferowany protokół podczas rozwiązywania nazwy hosta: - + Główny serwer DNS - + Otrzymane / Utracone - + Rozwiąż nazwę hosta - + Wymagane jest ponowne uruchomienie - + Zapisz ustawienia w folderze aplikacji - + Dodatkowy serwer DNS - + Pokaż - + Pokaż następującą aplikację podczas uruchamiania: - + Potężne narzędzie do zarządzania sieciami i rozwiązywania problemów z siecią! - + Prędkość - + Rozpocznij zminimalizowany w zasobniku - + Włącz wraz z systemem Windows (bieżący użytkownik) - + Statyczny adres IPv4 - + Statyczny serwer DNS IPv4 - + Maska podsieci - + Wątki - + Czas - + Czas 1 - + Czas 2 - + Czas 3 - + Limit czasu - + Limit czasu (ms) - + Time (ms) to wait between each ping - + TTL - + Typ - + Użyj następujących adresów serwerów DNS: - + Użyj następującego adresu IP: - + Obudź - + Tak - + Dodaj - + Dodaj kartę, aby przeprowadzić wyszukiwanie DNS... - + Dodaj kartę, aby wykonać skanowanie sieci... - + Dodaj kartę, aby wykonać akcję SNMP... - + Dodaj kartę, aby wykonać ping... - + Dodaj kartę, aby wykonać skanowanie portów... - + Dodaj kartę, aby wykonać śledzenie... - + Dodaj sufiks DNS (podstawowy) do nazwy hosta - + Dodatkowa linia poleceń - + Dodatki - + Dodaj profil... - + Dostosuj ekran automatycznie - + Odpowiedzi - + The application will be restarted afterwards! - + Zastosuj - + Zastosuj kombinacje klawiszy Windows (np. ALT + TAB): - + Autoryzacja - + Poziom uwierzytelnienia - + Administracja - + Aktualizuj automatycznie co - + cofnij - + Utwórz kopię zapasową - + Baud - + Operacja została anulowana przez użytkownika! - + Caps Lock jest włączony! - + Sprawdź aktualizacje podczas uruchamiania - + Klasa - + Wyczyśc filtr - + Głębia koloru (bit) - + Społeczność - + Skonfiguruj ścieżkę do PuTTY w ustawieniach... - + Potwierdź zamknięcie - + Czy na pewno chcesz zamknąć aplikację? - + Połącz jako... - + Połącz zewnętrznie - + Podłącz kartę sieciową do sieci, aby ją skonfigurować! - + Kopiuj - + Kopiuj jako... - + Kopiuj... - + Nie można rozpoznać nazwy hosta dla: "{0}" - + Poświadczenie - + Profile files are encrypted on disk using AES with a key size of 256 bits and a block size of 128 bits in CBC mode. The encryption key is derived from a master password using Rfc2898DeriveBytes (PBKDF2) with 1,000,000 iterations. At runtime, passwords are stored as SecureString once the profile file is loaded. For some functions, the password must be converted to a normal string and remains unencrypted in memory until the garbage collector cleans them up. First make a backup copy of your profile files before enabling encryption! - + Niestandardowe - + Niestandardowy rozmiar ekranu: - + Dane zostały zaktualizowane! - + Poświadczenia muszą zostać odszyfrowane i załadowane, aby móc nimi zarządzać. - + Domyślne - + Szybkość transmisji - + Port domyślny: - + Port Rlogin - + Port SSH - + Port Telnet - + Wybrane dane logowania zostaną trwale usunięte. - + Usuń wpis - + Selected profile will be deleted permanently. - + Autokonfiguracja DNS - + Wyszukiwanie DNS... - + Serwer DNS - + Otwórz dokumentację - + Domena - + Czas trwania - + Edytuj... - + Włącz - + Włącz dostawcę obsługi zabezpieczeń poświadczeń - + Koniec czasu - + Enter a subnet to calculate it... - + Wprowadź podsieć i nową maskę podsieci, aby utworzyć podsieci... - + Nie można połączyć się z „api.github.com”, sprawdź połączenie sieciowe! - + Błąd w odpowiedzi! - + Błąd w odpowiedzi! Sprawdź, czy masz uprawnienia do zapisu. - + Rozszerz - + Pierwszy użyteczny adres IP - + Stały rozmiar ekranu: - + Daj gwiazdkę dla projektu na GitHub - + Znaleziony - + Grupa - + Wysokość - + Host - + Nazwa hosta lub adres IP - + Hosts - + ID - + Inherit host from general - + Zakres ip - + Ostatni użyteczny adres IP - + Lokalny adres IP - + Port lokalny - + Adres MAC lub dostawca - + Wysłano magiczny pakiet! - + Osiągnięto maksymalną liczbę ({0}) przeskoków / routera! - + Rozmiar wiadomości - + Tryb - + Multicast - + Wiele instancji - + Nie można osiągnąć adresu sieciowego. Sprawdź, czy komputer jest podłączony do sieci. Aby uzyskać informacje na temat rozwiązywania problemów z siecią, zobacz Pomoc systemu Windows. - + Nowe połączenie... - + Nie znaleziono rekordu DNS dla "{0}"! Sprawdź wprowadzone dane i ustawienia. - + Nie znaleziono włączonych kart sieciowych! - + Nie znaleziono portów. Sprawdź swoje dane! - + Nie znaleziono profili! Stwórz jeden... - + Nic nie znaleziono! - + Nic do roboty. Sprawdź swoje dane! - + Brak dostępnej aktualizacji! - + Nie znaleziono prawidłowego pliku do zaimportowania. - + Nie znaleziono dostawcy. Sprawdź swoje dane! - + Liczba błędów po których operacja zostanie anulowana: - + Liczba przechowywanych wpisów - + OID - + Tylko gdy użyto pełnego ekranu - + Na zdalnym komputerze - + Na tym komputerze - + Otwórz - + Otwórz licencję - + Otwórz projekt - + Otwórz stronę internetową - + nadpisz - + Hasło - + Hasła nie zgadzają się! - + Ścieżka - + Port lub usługa - + Porty - + Priv - + Profil - + Profile przeładowane - + Protokół - + Proces PuTTY zakończył się! - + Pytania - + RAW - + Rekursja - + Przekieruj schowek - + Przekieruj urządzenia - + Przekieruj dyski - + Przekieruj porty - + Przekieruj drukarki - + Przekieruj karty inteligentne - + Pozostały czas - + Zdalny adres IP - + Zdalny port - + Powtórz - + Rozwiąż CNAME przy żądaniach 'WSZYSTKO' - + Odpowiedzi - + Rlogin - + Przeskanowano - + Nie znaleziono poszukiwanej aplikacji! - + Nie znaleziono szukanego języka! - + Nie znaleziono szukanego ustawienia! - + Bezpieczeństwo - + Wybierz rozdzielczość ekranu - + To zresetuje wszystkie ustawienia! - + Serial - + Serial line - + Usługa - + Plik ustawień jest uszkodzony lub niekompatybilny z bieżącą wersją. Wszystkie ustawienia zostały zresetowane! (Pliki profili nie zostały naruszone!) - + Pokaż zamknięte porty - + Pokaż bieżący tytuł aplikacji - + Pokaż tylko najczęściej spotykane typy zapytań - + Show unreachable IP addresses and ports - + Pokaż statystyki - + SSH - + Czas startu - + Stan - + Podsieć 1 - + Podsieć 2 - + Tagi - + Telnet - + Aplikacja może zostać uruchomiona bez parametrów! - + Następujące nazwy hosta nie mogą zostać odwzorowane: - + Następujące parametry są dostępne: - + Następujące parametry nie mogą zostać przetworzone: - + Operacja może zająć trochę czasu i zasobów komputera (CPU / RAM). - + Lokalizacja ustawień jest nienaruszona - + Timeout on SNMP query. Maybe the host is not reachable or the community / password is wrong. - + Osiągnięto limit czasu odpytując serwer DNS "{0}"! - + Znacznik czasu - + Trace - + Nieznany błąd! - + Untray / Bring window to foreground - + URL - + Użyj poświadczeń - + Użyj bieżących rozmiarów widoku jako wielkości ekranu - + Użyj niestandardowego serwera DNS - + Użyj niestandardowego sufiksu DNS - + Użyj pamięci podręcznej serwera - + Interfejs użytkownika zablokowany! - + Nazwa użytkownika - + Dostawca - + Wersja - + Wersja {0} jest dostępna! - + Walk mode - + Szerokość - + Profile file could not be decrypted with the given password. - + Wprowadzone hasło jest nieprawidłowe. - + Dodaj... - + Dodaj wpis... - + Oblicz - + Anuluj - + Zmień - + Zmień hasło główne... - + Sprawdź - + Sprawdź dostępne aktualizacje - + Zamknięte - + Kontynuuj - + Niestandardowe: - + Wytnij - + Odszyfruj i załaduj... - + Usuń - + Usuń tabelę - + Wprowadź lokalizację... - + Wszystko - + Filtr... - + Wyczyść pamięć podręczną DNS - + Odszyfruj i załaduj poświadczenia aby jest wybrać. - + Wyświetla ten komunikat. - + Resetuje wszystkie ustawienia aplikacji. - + Hasło nie jest wyświetlane podczas edycji, ale może być nadpisane. - + [0] Jeśli uwierzytelnianie serwera nie powiedzie się, połącz bez ostrzeżenia. [1] Jeśli uwierzytelnianie serwera nie powiedzie się, nie ustanawiaj połączenia. [2] Jeśli uwierzytelnianie serwera nie powiedzie się, wyświetl ostrzeżenie i pozwól mi zdecydować. [3] Wymagania uwierzytelnienia nie są ustalone. - + Tagi pomagają Ci zorganizować profile w grupy/projekty. Można użyć wielu tagów rozdzielając je znakiem ";". Szukaj za pomocą tagów poprzez "tag=xxx". - + Godzin(y) - + Lokalizacja pliku importu... - + Minut(y) - + Przenieś & Zrestartuj - + Połączenia sieciowe... - + (brak zmian) - + Wyłącz - + OK - + Włącz - + Otwórz lokalizację - + Otwórz ustawniea - + Nadpisz - + Wklej - + Połącz ponownie - + Odśwież - + Restartuj teraz - + Zapisz - + Szukaj... - + Sekund(y) - + Wyślij - + Ustaw hasło główne... - + Pokaż licencje lokalne - + Kalkulator podsieci - + Zweryfikuj - + Połączenia - + Enter a valid IP range! - + Wprowadź poprawny adres IPv4! - + Wprowadź poprawny adres MAC (np. 00:F1:23:AB:F2:35)! - + Wprowadź poprawny port (1 - 65535)! - + Wprowadź poprawną maskę podsieci (np. 255.255.255.0)! - + Wprowadź poprawną maskę podsieci lub CIDR (np. 255.255.255.0 lub /24)! - + Pole nie może być puste! - + Plik nie istnieje! - + Folder nie istnieje! - + Gniazda nasłuchujące - + Bursztynowy - + Wygląd - + Aplikacje - + Ciemny - + Jasny - + Czarny - + Niebieski - + Brązowy - + Kobalt - + Karmazyn - + Cyjan - + Szmaragdowy - + Wprowadź jeden lub więcej prawidłowych adresów IP! - + Wprowadź prawidłowy baud! - + Wprowadź prawidłowe hosty (wiele hostów nie może kończyć się znakiem ";")! - + Wprowadź prawidłowy adres IP! - + Wprowadź prawidłową liczbę! - + Wprowadź prawidłowy OID! - + Wprowadź prawidłowy port lub zakres (1-65535)! - + Wprowadź prawidłową podsieć (np. 192.168.178.133/26)! - + Wprowadź prawidłowy adres WWW (np. https://example.com/index.html) - + Zielony - + Import / Export - + Indygo - + Docelowy host nieosiągalny. - + Docelowa sieć nieosiągalna. - + Docelowy port nieosiągalny. - + Sukces - + Upłynął maksymalny czas oczekiwania na odpowiedź. - + TTL wygasło w transporcie. - + Klucz musi mieć 8 znaków lub więcej! - + Limonkowy - + Magenta - + Fiołkoworóżowy - + Oliwkowy - + Tylko liczby mogą być wprowadzane! - + Pomarańczowy - + Różowy - + Fioletowy - + Czerwony - + Gniazdo zamknięte. - + Zdalne rozłączenie przez serwer. - + Błąd dekompresji. - + Upłynął limit czasu oczekiwania na połączenie. - + Błąd rozszyfrowania. - + Nieudane wyszukiwanie nazwy DNS. - + Nieudane wyszukiwanie DNS. - + Błąd szyfrowania. - + Nieudane wywołanie Windows Sockets gethostbyname. - + Nie znaleziono hosta. - + Błąd wewnętrzny. - + Wewnętrzny błąd bezpieczeństwa. - + Wewnętrzny błąd bezpieczeństwa. - + Wprowadzona metoda szyfrowania jest nieprawidłowa. - + Podano błędny adres IP. - + Podany adres IP jest nieprawidłowy. - + Dane bezpieczeństwa są nieprawidłowe. - + Dane bezpieczeństwa serwera są nieprawidłowe. - + Nieudana negocjacja licencji. - + Upłyną limit czasu licencjonowania. - + Rozłączono lokalnie. - + Brak dostępnych informacji. - + Brak pamięci. - + Brak pamięci. - + Brak pamięci. - + Zdalne rozłączenie przez użytkownika. - + Błąd rozpakowania certyfikatu serwera. - + Błąd połączenia Windows Sockets. - + Błąd wywołania Windows Sockets recv. - + Konto jest wyłączone. - + Konto wygasło. - + Konto jest zablokowane. - + Konto jest ograniczone. - + Odebrany certyfikat wygasł. - + Polityka nie wspiera delegacji poświadczeń do serwera docelowego. - + Polityka uwierzytelnienia serwera nie zezwala na połączenia z użyciem zapisanych poświadczeń. Użytkownik musi podać nowe poświadczenia. - + Logowanie nieudane. - + Nie udało się skomunikować z żadnym serwerem autoryzacji. Nazwa domeny może być błędnie podana, domena może być niedostępna lub może istnieć problem z relacją zaufania. - + Wprowadzony użytkownika nie ma konta. - + Hasło wygasło. - + Hasło użytkownika musi zostać zmienione przed pierwszym logowaniem. - + Delegacja poświadczeń do serwera docelowego nie jest dozwolona dopóki wzajemne uwierzytelnienie nie jest osiągnięte. - + Karta inteligentna jest zablokowana. - + Wprowadzono błędny pin do karty inteligentnej. - + Upłynął limit czasu. - + Błąd wewnętrznego zegara. - + Błąd wywołania Windows Sockets send. - + Sjena - + Spacje są niedozwolone! - + Stal - + Ciemnoszary - + Zamknięty - + CloseWait - + Zamykanie - + DeleteTcb - + Ustanowiony - + FinWait1 - + FinWait2 - + LastAck - + Nasłuchuje - + SynReceived - + SynSent - + TimeWait - + Nieznany - + Niebiesko zielonkawy - + Fioletowy - + Biały - + Żółty - + Profil o tej nazwie już istnieje! - + Zamknięty - + Otwarty - + Co najmniej jedna aplikacja musi być widoczna! - + Ukryte aplikacje - + Widoczne aplikacje - + Aplikacje widoczne na pasku: - + Whois - + Dodaj kartę aby odpytać whois... - + Wprowadź prawidłową domenę (np. "example.com")! - + Nie znaleziono serwera Whois dla domeny: "{0}" - + Routing - + Uwolnij - + Uwolnij & Odnów - + Odnów - + Ustawienia DNS w Windows - + Usuń serwer DNS - + Wybrany serwer DNS zostanie trwale usunięty. - + Dodaj serwer DNS - + Edytuj serwer DNS - + Serwer DNS o tej nazwie już istnieje! - + Restartuj sesję - + TigerVNC - + Ustaw ścieżkę do aplikacji TigerVNC w ustawieniach... - + Proces TigerVNC zakończył się! - + Łączenie... - + Rozwiąż adres MAC i dostawcę - + Notatka - + Eksportuj wszystko - + Exportuj... - + Wybrany eksport - + Lokalizacja... - + Plik - + Wprowadź prawidłową ścieżkę pliku! - + Wszystko - + Format - + Wybany - + Wystąpił błąd podczas eksportu danych. Wiadomość błędu może dostarczyć więcej szczegółów: - + Design - + Limit czasu podświetlenia - + Wprowadź podsieci aby stworzyć podsieć łączącą... - + Łączenie podsieci - + Dodaj kartę... - + Dodaj adres IPv4... - + Dodaj adres IPv4 - + Max. concurrent host threads - + Max. concurrent port threads - + PowerShell - + Ustaw ścieżkę do aplikacji PowerShell w ustawieniach... - + Process PowerShell zakończył się! - + Polityka wykonania - + Konsola zdalna - + Ścieżka pliku - + Nadpisz ustawienia domyślne - + Rozwiąż adres IPv4 dla tego hosta - + Ukryj - + Całkowita ilość otrzymanych bajtów - + Całkowita ilość wysłanych bajtów - + Pobieranie - + Przepustowość - + Wysyłanie - + Zastosuj kombinację klawiszy Windows - + Credential Security Support Provider - + Zadanie w tle - + The background job will save settings and profiles every x-minutes. Value 0 will disable this feature. Changes to this value will take effect after restarting the application. - + Uruchom zadanie w tle co x-minut - + Twój system operacyjny nie jest kompatybilny z najnowszą wersją aplikacji! - + Ekran główny - + All settings can be changed later in the settings! - + Sprawdź publiczny adres IP - + Thank you for using NETworkManager! If you like this tool, please leave a star on GitHub and recommend it to others. - + Podczas uruchamiania, aplikacja sprawdza w tle czy nie jest dostępna nowa wersja na GitHub. URL: https://api.github.com/ - + Publiczny adres IP jest określany za pomocą ipify.org. URL: https://api.ipify.org/ - + Prywatność - + Witaj - + Zewnętrzne usługi - + Odwiedź projekt na GitHub'ie. - + Pomóż w tłumaczeniach za pomocą Transifex. - + Połącz za pomocą Twitter'a. - + Połączenie - + Komputer - + Brama / Router - + Internet - + Sprawdź konfigurację karty sieciowej (dns) oraz poprawność konfiguracji serwerów dns. - + Sprawdź konfigurację karty sieciowej (dhcp, statyczne ip) oraz czy jesteś podłączony do sieci. - + Nie można wykryć adres IP bramy sieciowej! - + Nie można wykryć lokalnego adresu IP! - + Nie można pobrać publicznego adresu IP za pomocą WebRequest (http/https) z "{0}"! Sprawdź połączenie sieciowe (firewall, proxy, itp.). - + Brak rekordu A dla "{0}"! - + Brak rekordu PTR dla "{0}"! - + "{0}" A rozwiązaniem dns dla "{1}"! - + Rekord PTR rozwiązany dla "{0}"! - + Odebrano "{0}" jako publiczny adres ip z "{1}"! - + Rozwiązano "{0}" jako nazwę hosta dla adresu IP "{1}"! - + Wykrywanie publicznego adresu IP jest wyłączone! - + Stos TCP/IP jest dostępny. "{0}" jest osiągalny za pomocą ICMP! - + Sots TCP/IP jest niedostępny... "{0}" nie jest osiągalny za pomocą ICMP! - + "{0}" wykryto jako adres IP bramy! - + "{0}" wykryto jako lokalny adres IP! - + "{0}" nie jest osiągalny przez ICMP! - + "{0}" jest osiągalny przez ICMP! - + Use custom IPv4 address API - + URL to a web service that can be reached via http or https and returns an IPv4 address like "xx.xx.xx.xx" as response. - + Nie można odczytać publicznego adresu ip z "{0}"! Użyj innej usługi lub wybierz domyślną... - + Nie można połączyć z "{0}"! - + Protokół IPv4 dostępny - + Protokół IPv6 dostępny - + Kopiuj - + Oficjalny - + Typ połączenia sieciowego - + Tło pulpitu - + Kompozycja pulpitu - + Doznania - + Wygładzanie czcionek - + Animacje menu i okien - + Wydajność - + Trwałe buforowanie bitmapy - + Połącz ponownie, jeśli połączenie zostanie przerwane - + Szybkie łącza szerokopasmowe (2 Mbps - 10 Mbps) - + Niskie prędkości łączy szerokopasmowych (256 kbps - 2 Mbps) - + Automatyczne wykrywanie jakości połączenia - + LAN (10 Mbps lub więcej) - + Modem (56 kbps) - + Satelita (2 Mbps - 16 Mbps z dużym opóźnieniem) - + WAN (10 Mbps lub więcej z dużym opóźnieniem) - + Pokaż zawartość okna podczas przeciągania - + Style wizualne - + Zdalny dźwięk - + Zdalne odtwarzanie dźwięku - + Zdalne nagrywanie dźwięku - + Nie nagrywaj - + Nagrywaj z tego komputera - + Nie odtwarzaj - + Odtwarzaj na zdalnym komputerze - + Odtwarzaj na tym komputerze - + Brama - + Niestandardowe komendy - + Dodaj niestandardową komendę - + Argumenty - + Usuń niestandardową komendę - + Edytuj niestandardową komendę - + Program - + Wybrana komenda niestandardowa zostanie trwale usunięta. - + Następujące zmienne są dostępne: $$ipaddress$$ --> Adres IP $$hostname$$ --> Nazwa hosta - + Uruchom ponownie - + Could not resolve ip address for hostname! - + Ctrl+Alt+Del - + Skróty klawiaturowe - + Dopasuj ekran - + Pełny ekran - + Nie można wysłać kombinacji klawiszy! - + Rozłącz - + Wykryj lokalny adres ip i maskę podsieci - + Nie można wykryć maski podsieci! - + Wykrywanie sieci... - + Zamykanie za {0} sekund... - + Sieć niedostępna! - + Adres IP do wykrywania lokalnego adresu ip w oparciu o routing - + Pokaż okno statusu przy zmianie stanu sieci - + Time in seconds how long the status window is shown - + WiFi - + Sieci - + Wyszukiwanie sieci... - + Nie znaleziono kart sieciowych WiFi! - + Wyszukiwanie kart sieciowych WiFi... - + Nie znaleziono żadnych sieci WiFi! - + Kanały - + Kanał - + 2.4 GHz - + 5 GHz - + Siła sygnału - + Bieżąca prędkość pobierania - + Bieżąca prędkość wysyłania - + Zmierzony czas - + Wykorzystanie sieci - + Całkowite pobieranie - + Całkowite wysyłanie - + Próby - + Użyj pamięci podręcznej - + Użyj wyłącznie TCP - + Klasa zapytania - + Nazwa domeny - + Limit czasu (s) - + Zgłoś błąd lub utwórz propozycję funkcji - + Zgłoś błąd lub utwórz propozycję funkcji. - + Interwał beacon'a - + Szyfrowanie - + Infrastruktura - + Rodzaj sieci - + Rodzaj PHY - + Czas pracy - + Pokaż komunikat błędu - + Monitor Ping - + Dodaj hosta - + Dodaj hosta do monitorowania - + Pauza - + Wznów - + Nie można rozwiązać adresu ip dla: "{0}" - + Aplikacja zostanie uruchomiona ponownie - + Nie można wyeksportować pliku! Zobacz komunikat błędu: "{0}" - + Plik wyeksportowany do "{0}"! - + Nie można zaimportować pliku! Zobacz komunikat błędu: "{0}" - + Lokalizacja nie może być zmieniona w przenośnej wersji aplikacji! - + Jest zaszyfrowane - + Otwórz dokumentację na GitHub'ie. - + Klient 1 - + Dodaj plik profilu - + Wyłącz szyfrowanie... - + Edytuj plik profilu - + Włącz szyfrowanie... - + Szyfrowanie... - + Nazwa profilu już istnieje! - + Zmień nazwę - + Usuń plik profilu - + Wybrany profil zostanie trwale usunięty. - + Wszystkie profile w tym pliku profili zostaną bezpowrotnie usunięte! - + Patch - + Uruchom ponownie aplikację aby zmienić język! - + Obecnie pobrano - + Obecnie wysłano - + LLDP / CDP - + Uruchom ponownie jako Administrator - + Aby analizować pakiety sieciowe, aplikacja musi być uruchomiona z podniesionymi uprawnieniami! - + Przechwytuj - + Urządzenie - + Czas trwania (s) - + Model - + VLAN - + Przechwytuj pakiety sieciowe aby zobaczyć informację LLDP lub CDP! - + Nie odebrano żadnych pakietów! - + Przechwytywanie pakietów sieciowych... - + Discovery Protocol - + CDP - + LLDP - + LLDP / CDP - + Pozostało {0} sekund... - + Pomoc - + Aplikacja wyświetlana po uruchomieniu. - + Parametr - + Wartość - + Konsola Web - + Przeładuj - + Przeglądarka - + Kontrolka WebView (Microsoft Edge) nie może łączyć się do stron z nieprawidłowym certyfikatem! - + Microsoft.Windows.SDK.Contracts jest wymagane do użycia tej funkcji ale nie jest dostępne na tym systemie (np. na Windows Server). - + Tablica ARP - + Połączenia - + Ekran główny - + Discovery Protocol - + Wyszukiwanie DNS - + Nagłówki HTTP - + Skaner IP - + Gniazda nasłuchujące - + Wyszukiwanie - + Interfejs sieciowy - + Ping - + Monitor Ping - + Skaner portów - + PowerShell - + PuTTY - + Zdalny Pulpit - + SNMP - + Kalkulator podsieci - + TigerVNC - + Traceroute - + Wake on LAN - + Konsola Web - + Whois - + WiFi - + Bursztynowy - + Czarny - + Niebieski - + Brązowy - + Kobalt - + Karmazyn - + Cyjan - + Szmaragdowy - + Zielony - + Indygo - + Limonkowy - + Magenta - + Fiołkoworóżowy - + Oliwkowy - + Pomarańczowy - + Fioletowy - + Czerwony - + Sjena - + Ciemnoszary - + Niebiesko zielonkawy - + Różowy - + Żółty - + Steel - + General - + Applications - + General - + Appearance - + Autostart - + General - + HotKeys - + Language - + Profiles - + Ustawienia - + Status - + Update - + Window - + Włącz dziennik - + Nazwa pliku dziennika - + Ścieżka dziennika - + Tryb dziennika - + Dziennik - + Dziennik SSH - + Surowy dziennik SSH - + Dziennik sesji - + Dziennik SSH - + SSH and Raw log - + Wprowadź prawidłową nazwę pliku! - + Zgubiony - + Otrzymany - + Zmiana statusu - + Dostępne aktualizacje! - + Plik klucza prywatnego - + Podgląd - + Profile portów - + Dodaj profil portu - + Usuń profil portu - + Edytuj profil portu - + Wybrany profil portu zostanie trwale usunięty. - + Wybierz profil portu - + Otwórz profile portów... - + Pokaż ekran powitalny przy uruchamianiu - + Ekran powitalny - + Pobierz środowisko uruchomieniowe Microsoft Edge WebView2 - + Środowisko uruchomieniowe Microsoft Edge WebView2 nie jest dostępne! - + Częstotliwość - + SSID - + Profile file could not be loaded! - + The profile file could not be loaded and may be corrupted. You can try to restore the file from a backup or delete it. If this happens unexpectedly or after an update, please report the error on GitHub. @@ -2748,360 +2753,360 @@ If this happens unexpectedly or after an update, please report the error on GitH Error message: "{0}" - + Edit group... - + Decryption error - + Could not decrypt file. You may report this issue on GitHub. - + Encryption error - + Could not encrpyt file. You may report this issue on GitHub. - + Current password - + New password - + Change master password - + Unlock profile - + Unlock the profile file to use the profiles! - + Disclaimer - + Merge - + Użyj innych - + Move - + Last scan at {0} - + Hidden Network - + Developed and maintained by {0} with the help of the - + A Simple Public IP Address API - + AirspacePanel fixes all Airspace issues with WPF-hosted Winforms. - + Shared Controlz for WPF and ... more - + DnsClient.NET is a simple yet very powerful and high performant open source library for the .NET Framework to do DNS lookups - + Dragable and tearable tab control for WPF - + C# library take care of complex network, IP, IPv4, IPv6, netmask, CIDR, subnet, subnetting, supernet, and supernetting calculation for .NET developers. - + Simple, flexible, interactive & powerful charts, maps and gauges for .Net - + A collection of loading indicators for WPF - + Some awesome icons for WPF and UWP all together... - + A toolkit for creating Metro / Modern UI styled WPF apps. - + Json.NET is a popular high-performance JSON framework for .NET - + A GitHub API client library for .NET - + Capture and parse CDP and LLDP packets on local or remote computers - + Sharp SNMP Library - Open Source SNMP for .NET and Mono - + A collection of all country flags in SVG - + List of Top-Level-Domains from iana.org, which is used to query whois servers of the TLD from whois.iana.org via port 43 - + OUI data from ieee.org. - + Service Name and Transport Protocol Port Number Registry from iana.org. - + Apache License 2.0 - + BSD-2-Clause - + MIT License - + Unlicense - + C#/WinRT provides packaged WinRT projection support for the C# language. - + Runtime for hosting PowerShell - + The WebView2 control enables you to embed web technologies (HTML, CSS, and JavaScript) in your native applications powered by Microsoft Edge (Chromium). - + Easily add interactivity to your apps using XAML Behaviors for WPF. - + Microsoft WebView2 License - + The current profile file is not encrypted and passwords will stored unencrypted on disk! Enable profile file encryption in Settings>Profile to store credentials securely. - + ICMPv4 - + ICMPv6 - + Check is disabled! - + Enter a valid IPv6 address! - + Public IPv4 address reachable via ICMP. - + Public IPv6 address reachable via ICMP. - + Public IPv4 address - + Public IPv6 address - + Use custom IPv6 address API - + Time to live - + Chassis Id - + Management - + Device description - + Port description - + Usuń adres IPv4 - + Dodatkowa konfiguracja... - + Usuń adres IPv4... - + Sesja zdalna zakończyła się, ponieważ całkowity czas zalogowania został przekroczony. Ten limit jest ustawiana przez administratora serwera, albo przez reguły sieciowe. - + Wpisz poprawną nazwę hosta! - + Wpisz poprawną nazwę hosta i port! - + Nie udało się ponownie połączyć do sesji zdalnej. - + Migrate - + Report on GitHub - + Groups - + Add group - + Delete group - + Selected group and all profiles inside this group will be deleted permanently. - + The name is already used! - + Resize - + Delete profiles - + Selected profiles will be deleted permanently. - + Use custom themes - + Custom themes - + Reset settings? - + Settings reset! - + AWS Session Manager - + Instance ID - + Local connection - + Local interface - + log4net is a tool to help the programmer output log statements to a variety of output targets. - + AWS Session Manager - + Enabled - + Region - + Synchronize EC2 instances from AWS - + Add AWS profile - + Delete AWS profile - + The selected AWS profile is permanently deleted. The profile is not removed from the ~\.aws\credentials file. - + Edit AWS profile - + Synchronize all EC2 instances from AWS - + Synchronize group EC2 instances from AWS - + Profiles and regions to synchronize - + To synchronize EC2 instances from AWS, the AWS CLI must be configured on the system. The EC2 instances can be queried for multiple AWS accounts (profiles) and multiple regions. To do this, the profile stored in the file "~/.aws/credentials" must be configured along with the region to query. - + AWS SDK for .NET to work with Amazon Elastic Compute Cloud (Amazon EC2) in Amazon Web Services (AWS). - + Default profile - + Default region - + Profile which is used by manually created profiles to connect to an EC2 instance via AWS CLI. If not set, the default AWS CLI settings are used. - + Region which is used by manually created profiles to connect to an EC2 instance via AWS CLI . If not set, the default AWS CLI settings are used. - + If not set, the default AWS CLI settings are used. - + Group name cannot start with "{0}"! - + Synchronize only running EC2 instances from AWS - + An AWS region named "{0}" does not exist! - + AWS CLI v2 is installed! - + AWS CLI v2 is not installed! - + AWS Session Manager Plugin is installed! - + AWS Session Manager Plugin is not installed! - + Check for pre-releases - + Synchronization is disabled! - + Command - + Apply theme to PowerShell console - + The color of the PowerShell console can be changed to the application theme under Settings > General > Appearance - + If you enable this option, the default PowerShell console settings in the registry under HKCU:\Console are overridden so that the PowerShell console window matches the application theme. This is a global system setting that may affect the appearance of the normal PowerShell window. Only the PowerShell consoles configured in the PowerShell and AWS Session Manager settings are modified. Both Windows PowerShell and PWSH (PowerShell 7 and higher) are supported. @@ -3110,166 +3115,166 @@ Click in the upper right corner on the help / documentation button (left of the If the option is disabled again, the values are no longer modified. However, the original values are NOT restored. - + Input cannot end with a ";"! - + Input does not contain any text! - + Bit Calculator - + Bit Calculator - + Notation - + Input - + Unit - + Bits - + Gigabits - + Gigabytes - + Kilobits - + Kilobytes - + Megabits - + Megabytes - + Petabits - + Petabytes - + Terabits - + Terabytes - + Enter a number and select a unit to calculate the units... - + Network - + Proxy - + Resolve IP address for this host (IPv4 is preferred) - + A valid path to PowerShell should end with "pwsh.exe" or "powershell.exe"! - + A valid path to PuTTY should end with "PuTTY.exe"! - + A valid path to TigerVNC should end with "vncviewer-*.exe" or "vncviewer64-*.exe"! - + SNTP Lookup - + Move a .NET Framework/.NET Core app runtime components and dependencies into a sub-directory and make it beauty. - + Add a tab to perform a SNTP lookup... - + SNTP server(s) - + URL to a web service that can be reached via http or https and returns an IPv6 address like "xxxx:xx:xxx::xx" as response. - + IP endpoint - + Local end time - + Local start time - + Network time - + Offset - + Round trip delay - + Server - + SNTP Lookup - + Add SNTP server - + Delete SNTP server - + The selected SNTP server will be deleted permanently. - + Edit SNTP server - + An SNTP server with this name already exists! - + Enter a valid hostname (like "server-01" or "example.com") or a valid IP address (like 192.168.178.1)! - + Server(s) - + Enter master password to unlock the profile file: - + Unlock profile file - + Timed out - + Hostkey - + The settings will be reset and the application will be restarted afterwards! - + Ustawienia zostały zresetowane! - + Ping status - + ThreadPool additional min. threads - + This setting specifies the minimum number of threads that will be created from the application's ThreadPool on demand. This can improve the performance for example of the IP scanner or port scanner. The value is added to the default min. threads (number of CPU threads). The value 0 leaves the default settings. If the value is higher than the default max. threads of the ThreadPool, this value is used. @@ -3278,549 +3283,549 @@ If the value is too high, performance problems may occur. Changes to this value will take effect after the application is restarted. Whether the value was set successfully can be seen in the log file under %LocalAppData%\NETworkManager\NETworkManager.log - + These settings only change the maximum number of concurrently executed threads per host/port scan. Go to Settings > General > General to adjust the (min) threads of the application. - + Port status - + Ping details - + No open ports found! - + Port scan is disabled! - + Scan ports - + Could not find the application "{0}". Maybe the application was hidden in the settings? - + Status window - + Show address bar - + Enabling this setting is not recommended. Multiple instances of the application share the same settings and profile files. The last instance to be closed may overwrite changes made by other instances. - + Bypass for local addresses - + Enable gateway server - + Logon method - + Gateway server - + Server name - + Share Gateway credentials with remote computer - + Allow me to select later - + Smart card or Windows Hello for Business - + Ask for password (NTLM) - + Use gateway credentials - + Your computer can't connect to the remote computer because the Remote Desktop Gateway server is temporarily unavailable. Try reconnecting later or contact your network administrator for assistance. - + Your computer can't connect to the remote computer due to one of the following reasons: 1) The requested Remote Desktop Gateway server address and the server SSL certificate subject name do not match. 2) The certificate is expired or revoked. 3) The certificate root authority does not trust the certificate. Contact your network administrator for assistance. - + This computer can't verify the identity of the RD Gateway "". It's not safe to connect to servers that can't be identified. Contact your network administrator for assistance. - + Your computer can't connect to the remote computer because the Remote Desktop Gateway server address requested and the certificate subject name do not match. Contact your network administrator for assistance. - + Your computer can't connect to the remote computer because the Remote Desktop Gateway server's certificate has expired or has been revoked. Contact your network administrator for assistance. - + An error occurred while sending data to the Remote Desktop Gateway server. The server is temporarily unavailable or a network connection is down. Try again later, or contact your network administrator for assistance. - + An error occurred while receiving data from the Remote Desktop Gateway server. Either the server is temporarily unavailable or a network connection is down. Try again later, or contact your network administrator for assistance. - + Your computer can't connect to the remote computer because the Remote Desktop Gateway server address is unreachable or incorrect. Type a valid Remote Desktop Gateway server address. - + Your computer can't connect to the remote computer because the Remote Desktop Gateway server is running low on server resources and is temporarily unavailable. Try reconnecting later or contact your network administrator for assistance. - + The Remote Desktop Gateway server has ended the connection. Try reconnecting later or contact your network administrator for assistance. - + The Remote Desktop Gateway server administrator has ended the connection. Try reconnecting later or contact your network administrator for assistance. - + Remote Desktop can't connect to the remote computer "" for one of these reasons: 1) Your user account is not listed in the RD Gateway's permission list 2) You might have specified the remote computer in NetBIOS format (for example, computer1), but the RD Gateway is expecting an FQDN or IP address format (for example, computer1.fabrikam.com or 157.60.0.1). Contact your network administrator for assistance. - + Remote Desktop can't connect to the remote computer "" for one of these reasons: 1) Your user account is not authorized to access the RD Gateway "" 2) Your computer is not authorized to access the RD Gateway "" 3) You are using an incompatible authentication method (for example, the RD Gateway might be expecting a smart card but you provided a password) Contact your network administrator for assistance. - + Your computer can't connect to the remote computer because your network administrator has restricted access to this RD Gateway server. Contact your network administrator for assistance. - + Your computer can't connect to the remote computer because the web proxy server requires authentication. To allow unauthenticated traffic to an RD Gateway server through your web proxy server, contact your network administrator. - + Your computer can't connect to the remote computer because the Remote Desktop Gateway server reached its maximum allowed connections. Try reconnecting later or contact your network administrator for assistance. - + Your computer can't connect to the remote computer because the Remote Desktop Gateway server does not support the request. Contact your network administrator for assistance. - + Your computer can't connect to the remote computer because the client does not support one of the Remote Desktop Gateway's capabilities. Contact your network administrator for assistance. - + Your computer can't connect to the remote computer because the Remote Desktop Gateway server and this computer are incompatible. Contact your network administrator for assistance. - + Your computer can't connect to the remote computer because no certificate was configured to use at the Remote Desktop Gateway server. Contact your network administrator for assistance. - + Your computer can't connect to the remote computer because the RD Gateway server that you are trying to connect to is not allowed by your computer administrator. If you are the administrator, add this Remote Desktop Gateway server name to the trusted Remote Desktop Gateway server list on your computer and then try connecting again. - + Your computer can't connect to the remote computer because your computer or device did not meet the Network Access Protection requirements set by your network administrator, for one of the following reasons: 1) The Remote Desktop Gateway server name and the server's public key certificate subject name do not match. 2) The certificate has expired or has been revoked. 3) The certificate root authority does not trust the certificate. 4) The certificate key extension does not support encryption. 5) Your computer cannot verify the certificate revocation list. Contact your network administrator for assistance. - + Your computer can't connect to the remote computer because a user name and password are required to authenticate to the Remote Desktop Gateway server instead of smart card credentials. - + Your computer can't connect to the remote computer because smart card credentials are required to authenticate to the Remote Desktop Gateway server instead of a user name and password. - + Your computer can't connect to the remote computer because an invalid cookie was sent to the Remote Desktop Gateway server. Contact your network administrator for assistance. - + Your computer can't connect to the remote computer because the cookie was rejected by the Remote Desktop Gateway server. Contact your network administrator for assistance. - + Your computer can't connect to the remote computer because the Remote Desktop Gateway server is expecting an authentication method different from the one attempted. Contact your network administrator for assistance. - + The RD Gateway connection ended because periodic user authentication failed. Try reconnecting with a correct user name and password. If the reconnection fails, contact your network administrator for further assistance. - + The RD Gateway connection ended because periodic user authorization failed. Try reconnecting with a correct user name and password. If the reconnection fails, contact your network administrator for further assistance. - + Your computer can't connect to the remote computer because the Remote Desktop Gateway and the remote computer are unable to exchange policies. This could happen due to one of the following reasons: 1. The remote computer is not capable of exchanging policies with the Remote Desktop Gateway. 2. The remote computer's configuration does not permit a new connection. 3. The connection between the Remote Desktop Gateway and the remote computer ended. Contact your network administrator for assistance. - + The RD Gateway connection ended because periodic user authorization failed. Your computer or device didn't pass the Network Access Protection (NAP) requirements set by your network administrator. Contact your network administrator for assistance. - + Connected - + Error while scanning WiFi adapter "{0}" with error: "{1}" - + Connect... - + {0} disconnected! - + Connect to {0} - + WPS - + Connect automatically - + Pre-shared key - + Connecting to {0}... - + Could not connect to {0} ({1})! - + Successfully connected to {0}! - + Access to the network has been revoked - + Invalid credentials - + Network not available - + Successful - + Connection attempt timed out - + -/- - + Authentication protocol is not supported! - + Checking WPS... - + Open OID profiles... - + MIB - + OID profiles - + Select OID profile - + Add OID profile - + Delete OID profile - + The selected OID profile will be deleted permanently. - + Edit OID profile - + Enter password... - + Add tab - + (from profile) - + New subnet mask - + Dodaj serwer - + Serwer SNTP - + The settings on this page contain errors. Correct them to be able to save. - + SSH hostkey to use for the connection (like "71:b8:f2:6e..."). Only available if the mode is "SSH". - + Full path to the private key file (like "C:\Users\BornToBeRoot\SSH\private_key.ppk"). Only available if the mode is "SSH". - + Username that will be passed into the PuTTY session. Only available if the mode is "SSH", "Telnet" or "Rlogin". - + ASN - + AS Name - + Miasto - + Kontynent - + Kraj - + Currency - + District - + DNS resolver - + EDNS - + Geolocation - + Hosting - + IP geolocation - + ISP - + Latitude - + Longitude - + Mobile - + Organization - + PTR record - + Strefa czasowa - + Zip - + IP Geolocation API - Fast, accurate, reliable - + Check DNS resolver - + Check IP geolocation - + The DNS resolver is determined via ip-api.com. URL: https://edns.ip-api.com/ - + The IP geolocation is determined via ip-api.com. URL: http://ip-api.com/ - + To provide additional features, third party services are used that are not operated by me. You can deselect them below. No data is transferred to me at any time. - + Checking DNS resolver... - + Checking IP geolocation... - + Check your network connection and try again in a few seconds. - + ip-api.com rate limit reached (too many requests from your network)! Try again in a few seconds. - + HTTP status code - + Steel - + Rate limit reached! Try again in {0} seconds... - + General - + BSSID - + No reachable hosts found! - + Application - + Enable experimental features to test new functions. These are not yet complete, contain bugs, can crash the application and may change again until release. - + Experimental features - + Experimental - + Run command... - + IP Geolocation - + Add a tab to query the IP geolocation... - + Enter a domain to query whois... - + Enter host to query IP geolocation... - + Unknown user name. - + Authentication failure (incorrect password, community or key). - + The operation was successful without any errors. - + The response to your request was too large to fit into a single response! - + The requested OID could not be found! - + A read-write or write-only object was set to an inconsistent value! - + The requested OID does not exist and is not writable! - + An error occurred for which no specific message is available! - + The requested object is not accessible for modification! - + The object was set to an incompatible data type! - + The value assigned to the object exceeds its maximum length! - + The encoding used for the object is incorrect! - + The value assigned to the object is not a valid choice! - + The requested object does not exist and cannot be created! - + The MIB variable is currently in an inconsistent state and cannot be modified! - + There are no available system resources to perform the requested operation! - + An error occurred during the set operation! - + A set operation failed, and previous changes could not be rolled back! - + Authentication failed. Please check the community string! - + The requested object is not writable and cannot be modified! - + The object's state is inconsistent, preventing the set operation! - + Close all - + Expand host view - + Host cannot be set while other hosts are being added. Please wait until the process is complete and try again. - + Run command... (Ctrl+Shift+P) - + No matching commands! - + Remote hostname - + Process ID - + Process path - + Process name - + NetBIOS - + Nazwa komputera - + Błąd - + OK - + Warning - + Group / domain name - + NetBIOS reachable - + Scan for NetBIOS - + NetBIOS scan is disabled! - + Resolve Hostname is disabled! - + Resolve MAC address is disabled! - + Close group - + Run command... (Ctrl+Shift+P) - + Profile files - + Open settings... - + Expand and open search... - + Access to the Wi-Fi adapter is not permitted by Windows. Open the Windows settings and allow Wi-Fi access for this application. diff --git a/Source/NETworkManager.Localization/Resources/Strings.pt-BR.resx b/Source/NETworkManager.Localization/Resources/Strings.pt-BR.resx index fc602a2e86..47f6e5f52a 100644 --- a/Source/NETworkManager.Localization/Resources/Strings.pt-BR.resx +++ b/Source/NETworkManager.Localization/Resources/Strings.pt-BR.resx @@ -1,2748 +1,2753 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - - - - - - - text/microsoft-resx - - - 2.0 - - - System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - + + + + text/microsoft-resx + + + 2.0 + + + System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + + + + System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + + + Sobre - + Realce - + Adicionar credenciais - + Adicionar entrada - + Adicionar perfil - + Você tem certeza? - + ARP - + Tabela ARP - + Autenticação - + Iniciar automático - + Calculadora - + Argumentos da Linha de Comando - + Configurar - + Confirmar - + Conectar - + Conecte-se como - + Copiar perfil - + Credenciais - + Dados - + Aplicativo padrão - + Excluir credenciais - + Excluir perfil - + Destino - + Detalhes - + Desconectado - + Exibição - + DNS - + Pesquisa de DNS - + Não fragmentar - + Editar credenciais - + Editar grupo - + Editar Perfil - + Erro - + Exportar - + Filtro - + Geral - + Cabeçalhos - + Histórico - + Teclas de Atalho - + Cabeçalhos HTTP - + Importar - + Informação - + Interface - + Scanner de IP - + Teclado - + Idioma - + Bibliotecas - + Licença - + Dispositivos locais e recursos - + Localização - + Pesquisa - + Endereço MAC - + Senha Mestre - + Multithreading - + Rede - + Interface de rede - + Nova aba - + OUI - + Substituir? - + Ping - + Porta - + Portátil - + Scanner de Portas - + Perfis - + PuTTY - + Consultar - + Área de trabalho remota - + Redefinir - + Resolver PTR - + Recursos - + Resultado - + Rota - + Verificar - + Procurar - + Selecione um perfil... - + Definir Senha Mestre - + Configurações - + SNMP - + Socket - + Estatísticas - + Status - + Sub-rede - + Sub-redes - + Sucesso! - + Tema - + Traceroute - + Área de Notificação - + Atualizar - + v1/v2c - + v3 - + Falha na validação! - + Wake on LAN - + Site da Web - + Janela - + Senha incorreta! - + Cliente - + Administrador - + Sempre exibir ícone na área de notificação - + Tentativas - + Tempo médio - + Transmissão - + Buffer - + Bytes - + CIDR - + Fechar - + Gateway-Padrão - + Excluir... - + Descrição - + DHCP ativado - + Concessão DHCP expira - + Concessão DHCP obtida - + Servidor DHCP - + Servidor(es) DNS - + Sufixo DNS - + Endereço IPv4 dinâmico - + Servidor DNS IPv4 dinâmico - + Salto - + Saltos - + Nome do host - + Endereço IP - + Endereços IP - + IPv4 - + Endereço IPv4 - + Gateway Padrão IPv4 - + IPv6 - + Endereço IPV6 - + Endereço IPV6 link local - + Gateway Padrão IPv6 - + Máximo - + Máximo de saltos - + Minimizar janela principal em vez de finalizar o aplicativo - + Minimizar para a área de notificação em vez da barra de tarefas - + Mínimo - + Nome - + Endereço de rede - + Nova máscara de sub-rede ou CIDR - + Não - + Obter um endereço IP automaticamente - + Obter endereço do servidor DNS automaticamente - + Perda de pacotes - + Pacotes transmitidos - + Endereço Físico - + Protocolo preferido ao resolver o nome do host: - + Servidor DNS primário - + Recebido / Perdido - + Resolver nome do host - + Necessário reiniciar - + Salvar configurações na pasta do aplicativo - + Servidor DNS secundário - + Exibir - + Exibir seguinte aplicativo ao iniciar: - + Uma ferramenta poderosa para gerenciar redes e solucionar problemas de rede! - + Velocidade - + Iniciar minimizado na área de notificação - + Iniciar com o Windows (usuário atual) - + Endereço IPv4 estático - + Servidor DNS IPv4 estático - + Máscara de sub-rede - + Segmentos - + Tempo - + Tempo 1 - + Tempo 2 - + Tempo 3 - + Tempo limite - + Tempo limite (ms) - + Tempo para esperar (ms) entre cada ping - + TTL - + Tipo - + Use os seguintes endereços de servidor DNS - + Use o seguinte endereço IP - + Acordar - + Sim - + Adicionar - + Adicionar aba para realizar pesquisa de DNS... - + Adicionar aba para realizar varredura de rede... - + Adicionar aba para realizar uma ação SNMP... - + Adicionar aba para realizar ping... - + Adicionar aba para realizar varredura de portas... - + Adicionar aba para realizar trace... - + Adicionar sufixo DNS (primário) ao nome do host - + Linha de comando adicional - + Adicionais - + Adicionar perfil... - + Ajustar tela automaticamente - + Respostas - + O aplicativo será reiniciado em seguida! - + Aplicar - + Aplicar combinação de teclas do Windows (ex.: ALT + TAB): - + Autenticar - + Nível de autenticação - + Autoridades - + Atualizar automático a cada - + voltar - + Backup - + Baud - + A operação foi cancelada pelo usuário! - + Capslock está ativado! - + Verificar atualizações na inicialização - + Classe - + Limpar filtro - + Profundidade de cores (bits) - + Comunidade - + Configure o caminho para PuTTY nas configurações ... - + Confirmar fechar - + Tem certeza de que deseja fechar o aplicativo? - + Conectar como... - + Conectar externo - + Conecte a placa de rede a uma rede para configurá-la! - + Copiar - + Copiar como... - + Copiar... - + Não foi possível resolver o nome do host para: "{0}" - + Credencial - + Os arquivos de perfil são criptografados em disco usando AES com um tamanho de chave de 256 bits e um tamanho de bloco de 128 bits no modo CBC. A chave de criptografia é derivada de uma senha mestre usando Rfc2898DeriveBytes (PBKDF2) com 1.000.000 de iterações. No tempo de execução, as senhas são armazenadas como SecureString assim que o arquivo de perfil é carregado. Para algumas funções, a senha deve ser convertida em uma string normal e permanecer sem criptografia na memória até que o coletor de lixo as limpe. Primeiro faça uma cópia de backup dos seus arquivos de perfil antes de habilitar a criptografia! - + Personalizado - + Tamanho de tela personalizado: - + Os dados foram atualizados! - + As credenciais devem ser descriptografadas e carregadas para gerenciá-las. - + Padrão - + Taxa de transmissão - + Porta padrão: - + Porta Rlogin - + Porta SSH - + Porta Telnet - + A credencial selecionada será excluída permanentemente. - + Excluir entrada - + O perfil selecionado será excluído permanentemente. - + Autoconfiguração DNS - + Pesquisa de DNS... - + Servidor DNS - + Abrir documentação - + Domínio - + Duração - + Editar... - + Habilitar - + Ativar Provedor de Suporte à Segurança de Credenciais - + Hora final - + Insira uma sub-rede para calculá-la... - + Digite a sub-rede e uma nova máscara de sub-rede para criar sub-redes... - + Não foi possível conectar em 'api.github.com', verifique sua conexão de rede! - + Erro na resposta! - + Erro na resposta! Verifique se você possui permissão de escrita. - + Expandir - + Primeiro endereço IP utilizável - + Tamanho fixo da tela: - + Star/Fork Projeto no GirHub - + Encontrado - + Grupo - + Altura - + Host - + Nome do host ou endereço IP - + Hosts - + ID - + Herdar host do geral - + Intervalo de IP - + Último endereço IP utilizável - + Endereço IP local - + Porta local - + Endereço MAC ou fabricante - + Pacote Magic enviado com sucesso! - + Número máximo ({0}) de saltos/roteador atingido! - + Tamanho da mensagem - + Modo - + Multicast - + Múltiplas instâncias - + O endereço de rede não pôde ser alcançado. Verifique se o seu computador está conectado à rede. Para obter informações sobre solução de problemas de rede, consulte a Ajuda do Windows. - + Nova conexão... - + Nenhum registro DNS encontrado para "{0}"! Verifique sua entrada e configurações. - + Nenhum adaptador de rede habilitado encontrado! - + Nenhuma porta encontrada. Verifique sua entrada! - + Nenhum perfil encontrado! Crie um... - + Nada encontrado! - + Nada para fazer. Verifique sua entrada! - + Nenhuma atualização disponível! - + Nenhum arquivo válido encontrado para importar. - + Nenhum fornecedor encontrado. Verifique sua entrada! - + Número de erros após o qual é cancelado: - + Número de entradas armazenadas - + OID - + Somente ao usar a tela cheia - + No computador remoto - + Neste computador - + Abrir - + Abrir licença - + Abrir projeto - + Abrir site - + sobrepor - + Senha - + As senhas não correspondem! - + Caminho - + Porta ou serviço - + Portas - + Priv - + Perfil - + Perfis recarregados - + Protocolo - + Processo PuTTY foi finalizado! - + Perguntas - + RAW - + Recursão - + Redirecionar área de transferência - + Redirecionar dispositivos - + Redirecionar unidades - + Redirecionar portas - + Redirecionar impressoras - + Redirecionar cartões inteligentes - + Tempo restante - + Endereço IP remoto - + Porta remota - + Repetir - + Resolver CNAME em QUALQUER solicitação - + Respostas - + Rlogin - + Examinado - + Aplicativo pesquisado não encontrado! - + Idioma pesquisado não encontrado! - + Configuração pesquisada não encontrada! - + Segurança - + Selecione uma resolução de tela - + Isto irá redefinir todas as configurações! - + Serial - + Linha de série - + Serviço - + O arquivo de configurações encontrado está corrompido ou não é compatível com esta versão! Você pode reportar este problema no GitHub. Um backup do arquivo de configurações foi criado na pasta de configurações e as configurações foram redefinidas. Os arquivos do perfil não foram afetados! - + Mostrar portas fechadas - + Mostrar título do aplicativo atual - + Mostrar apenas os tipos de consulta mais comuns - + Mostrar endereços IP e portas inacessíveis - + Mostre estatisticas - + SSH - + Hora de início - + Estado - + Sub-rede 1 - + Sub-rede 2 - + Tags - + Telnet - + O aplicativo pode ser iniciado sem parâmetros! - + Os seguintes nomes de host não puderam ser resolvidos: - + Os seguintes parâmetros estão disponíveis: - + Os seguintes parâmetros não podem ser processados: - + O processo pode levar algum tempo e recursos (CPU / RAM). - + A pasta de configurações não é afetada! - + Tempo limite na consulta SNMP. Talvez o host não esteja acessível ou a comunidade/senha esteja errada. - + Tempo limite ao consultar o servidor DNS com o endereço IP "{0}"! - + Carimbo de data/hora - + Trace - + Erro desconhecido! - + Trazer janela para a frente - + URL - + Usar credenciais - + Usar tamanho de visualização atual como tamanho da tela - + Usar servidor DNS personalizado - + Usar sufixo DNS personalizado - + Usar cache do resolvedor - + Interface do usuário bloqueada! - + Nome de usuário - + Fornecedor - + Versão - + Versão {0} disponível! - + Modo de caminhada - + Largura - + Não foi possível descriptografar o perfil com a senha fornecida. - + A senha digitada está errada. - + Adicionar... - + Adicionar entrada... - + Calcular - + Cancelar - + Alterar - + Mudar Senha Mestre... - + Verificar - + Verificar atualizações - + Fechado - + Continuar - + Personalizado: - + Recortar - + Descriptografar e carregar... - + Excluir - + Excluir tabela - + Entre o local... - + Tudo - + Filtro... - + Limpar cache DNS - + Descriptografa e carrega suas credenciais para selecioná-las. - + Mostra este diálogo. - + Redefine todas as configurações do aplicativo. - + A senha não é exibida durante a edição, mas pode ser substituída. - + [0] Se a autenticação do servidor falhar, conectar ao computador sem avisos. [1] Se a autenticação do servidor falhar, não estabelecer uma conexão. [2] Se a autenticação do servidor falhar, mostrar aviso e permitir conectar ou recusar a conexão. [3] Nenhum requerimento de autenticação é especificado. - + As tags lhe ajudam a organizar perfis/Perfis por tópicos/projetos. Múltiplas tags podem ser usadas separadas com ";". Pesquise por tags com "tag=xxx". - + hora(s) - + Local do arquivo importado... - + minuto(s) - + Mover & Reiniciar - + Conexões de rede... - + (não alterado) - + Desligado - + OK - + Ligado - + Abrir local - + Abrir configurações - + Substituir - + Colar - + Reconectar - + Atualizar - + Reiniciar agora - + Salvar - + Pesquisar... - + segundo(s) - + Enviar - + Definir Senha Mestre... - + Mostrar licenças locais - + Calculadora de sub-rede - + Validar - + Conexões - + Digite um intervalo de IPs válido! - + Entre um endereço IPv4 válido! - + Entre um endereço MAC válido (como 00:F1:23:AB:F2:35)! - + Entre uma porta válida (1 - 65535)! - + Entre uma máscara de sub-rede válida (como 255.255.255.0)! - + Digite uma sub-máscara de rede ou CIDR válido (como 255.255.255.0 ou /24)! - + O campo não pode estar vazio! - + O arquivo não existe! - + Pasta não existe! - + Escutas - + Âmbar - + Aparência - + Aplicativos - + Escuro - + Claro - + Preto - + Azu - + Marrom - + Cobalto - + Carmesim - + Ciano - + Esmeralda - + Digite um ou mais endereços IP válidos! - + Digite um baud válido! - + Digite hosts válidos (múltiplos hosts não podem terminar com ";")! - + Digite um endereço de IP válido! - + Entre um número válido! - + Digite um OID válido! - + Digite uma porta válida e/ou intervalo de portas (1 - 65535)! - + Digite uma sub-rede válida (como 192.168.178.133/26)! - + Insira um site válido (como https://exemplo.com/index.html) - + Verde - + Importar / Exportar - + Índigo - + Host de destino inacessível. - + Rede de destino inacessível. - + Porta de destino inacessível. - + Sucesso - + O pedido expirou. - + TTL expirou em trânsito. - + A chave deve ter 8 caracteres ou mais! - + Lima - + Magenta - + Roxo - + Oliva - + Somente números podem ser inseridos! - + Laranja - + Rosa - + Púrpura - + Vermelho - + Socket fechado. - + Desconexão remota por servidor. - + Erro de descompressão. - + A conexão expirou. - + Erro de descriptografia. - + Falha na pesquisa de nome DNS. - + A pesquisa de DNS falhou. - + Erro de criptografia. - + Falha na chamada gethostbyname do Windows Sockets. - + Host não encontrado. - + Erro interno. - + Erro de segurança interno. - + Erro de segurança interno. - + O método de criptografia especificado não é válido. - + Endereço IP inválido especificado. - + O endereço IP especificado não é válido. - + Os dados de segurança não são válidos. - + Os dados de segurança do servidor não são válidos. - + Falha na negociação da licença. - + Tempo limite do licenciamento. - + Desconexão local. - + Nenhuma informação disponível - + Falta de memória. - + Falta de memória. - + Falta de memória. - + Desconexão remota pelo usuário. - + Falha ao descompactar certificado do servidor. - + Falha na conexão do Windows Sockets. - + Falha na chamada de recv dos soquetes do Windows. - + A conta está desabilitada. - + A conta está expirada. - + A conta está bloqueada. - + A conta é restrita. - + O certificado recebido está expirado. - + A política não suporta delegação de credenciais no servidor de destino. - + A política de autenticação do servidor não permite solicitações de conexão usando credenciais salvas. O usuário deve inserir novas credenciais. - + Falha no login. - + Nenhuma autoridade pôde ser contatada para autenticação. O nome de domínio da parte autenticada pode estar errado, o domínio pode estar inacessível ou pode ter havido uma falha na relação de confiança. - + O usuário especificado não possui conta. - + A senha expirou. - + A senha do usuário deve ser alterada antes de efetuar o logon pela primeira vez. - + A delegação de credenciais ao servidor de destino não é permitida, a menos que a autenticação mútua tenha sido alcançada. - + O cartão inteligente está bloqueado. - + Um PIN incorreto foi apresentado ao cartão inteligente. - + Ocorreu o tempo limite. - + Erro interno do temporizador. - + Falha no envio de chamada do Windows Sockets. - + Sienna - + Espaços não são permitidos. - + Aço - + Taupe - + Fechado - + CloseWait - + Fechando - + DeleteTcb - + Estabelecida - + FinWait1 - + FinWait2 - + LastAck - + Escutando - + SynReceived - + SynSent - + TimeWait - + Desconhecido - + Verde Azulado - + Violeta - + Branco - + Amarelo - + Um perfil com este nome já existe! - + Fechado - + Abrir - + Pelo menos um aplicativo deve ser visível! - + Aplicativos ocultos - + Aplicativos visíveis - + Aplicativos visíveis na barra: - + Whois - + Adicionar aba para consultar whois... - + Entre um domínio válido (como "exemplo.com")! - + Servidor whois não encontrado para o domínio: "{0}" - + Roteamento - + Liberar - + Liberar & Renovar - + Renovar - + Configuraçõe de DNS do WIndows - + Excluir servidor DNS - + O servidor DNS selecionado será excluído permanentemente. - + Adicionar servidor DNS - + Editar servidor DNS - + Um servidor DNS com este nome já existe! - + Reiniciar sessão - + TigerVNC - + Configure o caminho para o TigerVNC nas configurações ... - + Processo TigerVNC foi finalizado! - + Conectando... - + Resolver endereço MAC e fornecedor - + Nota - + Exportar tudo - + Exportar... - + Exportar selecionados - + Local... - + Arquivo - + Entre o caminho válido do arquivo! - + Tudo - + Formato - + Selecionados - + Ocorreu um erro ao exportar os dados. Veja a mensagem de erro para detalhes: - + Design - + Realçar tempos limite - + Insira sub-redes para criar uma ampla sub-rede... - + Sub-rede Ampla - + Adicionar aba... - + Adicionar endereço IPv4... - + Adicionar endereço IPv4 - + Máx. threads de host simultâneos - + Máx. threads de portas concorrentes - + PowerShell - + Configure o caminho para o PowerShell nas configurações ... - + Processo do Powershell foi finalizado! - + Política de Execução - + Console remoto - + Caminho do arquivo - + Substituir configurações padrão - + Resolver endereço IPv4 para este host - + Ocultar - + Total de bytes recebidos - + Total de bytes enviados - + Download - + Largura de Banda - + Upload - + Aplicar combinação de teclas do Windows - + Provedor de Suporte à Segurança de Credenciais - + Tarefa em segundo plano - + A tarefa em segundo plano irá salvar configurações e perfis a cada x minutos. Valor 0 desabilita este recurso. Alterar esse valor requer uma reinicialização do aplicativo para entrar em vigor. - + Executar tarefa em segundo plano a cada x minuto(s) - + Seu sistema operacional é incompatível com a versão mais recente! - + Painel de Controle - + Todas as configurações podem ser alteradas mais tarde nas configurações! - + Verificar endereço de IP público - + Obrigado por usar o NETworkManager! Se você gosta desta ferramenta, deixe uma estrela no GitHub e recomende-a a outras pessoas. - + Ao iniciar o programa, ele verifica em segundo plano se uma nova versão do programa está disponível no GitHub. URL: https://api.github.com/ - + O endereço IP público é determinado via ipify.org. URL: https://api.ipify.org/ - + Privacidade - + Bem-vindo - + Serviços externos - + Star/Fork Projeto no GirHub. - + Ajude a traduzir o projeto no Transifex. - + Contato pelo Twitter. - + Conexão - + Computador - + Gateway / Roteador - + Internet - + Verifique a configuração do adaptador de rede (DNS) e se o servidor DNS está configurado corretamente. - + Verifica a configuração do adaptador de rede (DHCP, IP estático) e se você está conectado em uma rede. - + Não foi possível detectar o endereço IP do gateway! - + Não foi possível detectar o endereço IP local! - + Não foi possível obter o endereço IP público via WebRequest (http/https) de "{0}"! Verifique sua conexão de rede (firewall, proxy, etc.). - + Nenhum registro DNS A resolvido para "{0}"! - + Nenhum registro DNS PTR resolvido para "{0}"! - + "{0}" registros DNS A resolvidos para "{1}"! - + Registro DNS PTR resolvido para "{0}"! - + Obtido "{0}" como endereço de IP público de "{1}"! - + "{0}" resolvido como nome do host para o endereço de IP "{1}"! - + Verificação de endereço de IP público está desabilitada! - + A pilha TCP/IP está disponível. "{0}" está acessível via ICMP! - + A pilha TCP/IP não está disponível. "{0}" não está acessível via ICMP! - + "{0}" detectado como endereço IP do gateway! - + "{0}" detectado como endereço IP local! - + "{0}" não está acessível via ICMP! - + "{0}" está acessível via ICMP! - + Usar API de endereço IPv4 personalizado - + URL para um serviço da web que pode ser acessado via http ou https e retorna um endereço IP do tipo "xx.xx.xx.xx" como resposta. - + Não foi possível analisar o endereço IP público de "{0}"! Tente outro serviço ou use o padrão... - + Não foi possível conectar-se a "{0}"! - + Protocolo IPv4 disponível - + Protocolo IPv6 disponível - + Copiar - + Oficial - + Tipo de conexão de rede - + Fundo da Área de Trabalho - + Composição da Área de Trabalho - + Experiência - + Suavização de fonte - + Animação do menu e da janela - + Desempenho - + Cache de bitmap persistente - + Reconectar se a conexão cair - + Banda larga de alta velocidade (2 Mbps - 10 Mbps) - + Banda larga de baixa velocidade (256 kbps - 2 Mbps) - + Detectar qualidade da conexão automaticamente - + LAN (10 Mbps ou superior) - + Modem (56 kbps) - + Satélite (2 Mbps - 16 Mbps com latência alta) - + WAN (10 Mbps or superior com latência alta) - + Mostrar conteúdo da janela ao arrastar - + Estilos visuais - + Áudio remoto - + Reprodução de áudio remoto - + Gravação de áudio remoto - + Não gravar - + Gravar deste computador - + Não reproduzir - + Reproduzir no computador remoto - + Reproduzir neste computador - + Gateway - + Comandos personalizados - + Adicionar comando personalizado - + Argumentos - + Excluir comando personalizado - + Editar comando personalizado - + Programa - + O comando personalizado selecionado será excluído permanentemente. - + As seguintes variáveis estão disponíveis: $$ipaddress$$-->Endereço IP $$hostname$$-->Nome do host - + Reiniciar - + Não foi possível resolver o endereço IP do nome do host! - + Ctrl+Alt+Del - + Atalhos de teclado - + Ajustar tela - + Tela cheia - + Não foi possível enviar pressionamento de tecla! - + Desconectar - + Detectar endereço IP local e máscara de sub-rede - + Não foi possível detectar a máscara de sub-rede! - + Detectando rede... - + Fechando em {0} segundos... - + Rede indisponível! - + Endereço IP para detectar o endereço IP local com base no roteamento - + Mostrar janela de status ao alterar rede - + Tempo em segundos de quanto tempo a janela de status deve ser exibida - + Wi-Fi - + Redes - + Procurando redes... - + Nenhum adaptador Wi-Fi encontrado! - + Procurando adaptadores Wi-Fi! - + Nenhuma rede WiFi encontrada! - + Canais - + Canal - + 2.4 GHz - + 5 GHz - + Potência do sinal - + Velocidade atual de download - + Velocidade atual de upload - + Tempo medido - + Uso de rede - + Download total - + Upload total - + Tentativas - + Usar cache - + Usar comente TCP - + Classe de consulta - + Nome do domínio - + Tempo limite (s) - + Reporte um erro ou crie um pedido de recurso - + Reporte um erro ou crie um pedido de recurso. - + Intervalo beacon - + Criptografia - + Infra-estrutura - + Tipo de rede - + Tipo de Phy - + Tempo de atividade - + Mostrar mensagem de erro - + Monitor de Ping - + Adicionar host - + Adicione um host para monitorar - + Pausar - + Continuar - + Não foi possível resolver o endereço IP para: "{0}" - + O aplicativo será reiniciado... - + Não foi possível exportar o arquivo! Veja a mensagem de erro: "{0}" - + Arquivo exportado para "{0}"! - + Não foi possível importar o arquivo! Veja a mensagem de erro: "{0}" - + A localização não pode ser alterada na versão portátil! - + Está criptografado - + Abrir documentação no GitHub. - + Cliente 1 - + Adicionar arquivo de perfi - + Desabilitar criptografia... - + Editar arquivo de perfi - + Habilitar criptografia... - + Criptografia... - + O nome de perfil já existe! - + Renomear - + Excluir arquivo de perfil - + O arquivo de perfil selecionado será excluído permanentemente. - + Todos os perfis neste arquivo de perfil serão excluídos permanentemente! - + Patch - + Reinicie o aplicativo para alterar o idioma! - + Atualmente baixado - + Atualmente enviado - + LLDP / CDP - + Reiniciar como Administrador - + Para analisar pacotes de rede, o aplicativo deve ser iniciado com direitos elevados! - + Capturar - + Dispositivo - + Duração (s) - + Modelo - + VLAN - + Capturar pacotes de rede para visualizar informações LLDP ou CDP! - + Nenhum pacote de protocolo de descoberta recebido! - + Capturando pacotes de rede... - + Protocolo de Descoberta - + CDP - + LLDP - + LLDP / CDP - + {0} segundos restantes... - + Ajuda - + Aplicativo que é exibido na inicialização. - + Parâmetro - + Valor - + Console Web - + Recarregar - + Navegador - + O controle WebView (Microsoft Edge) não pode se conectar a sites com um certificado inválido! - + O Microsoft.Windows.SDK.Contracts é necessário para esse recurso, mas não está disponível neste sistema (por exemplo, no Windows Server). - + Tabela ARP - + Conexões - + Painel de Controle - + Protocolo de Descoberta - + Pesquisa de DNS - + Cabeçalhos HTTP - + Scanner de IP - + Escutas - + Pesquisa - + Interface de Rede - + Ping - + Monitor de Ping - + Scanner de Portas - + PowerShell - + PuTTY - + Área de Trabalho Remota - + SNMP - + Calculadora de Sub-rede - + TigerVNC - + Traceroute - + Wake on LAN - + Console Web - + Whois - + Wi-Fi - + Âmbar - + Preto - + Azul - + Marrom - + Cobalto - + Carmesim - + Ciano - + Esmeralda - + Verde - + Índigo - + Lima - + Magenta - + Roxo - + Oliva - + Laranja - + Púrpura - + Vermelho - + Sienna - + Taupe - + Verde Azulado - + Rosa - + Amarelo - + Aço - + Geral - + Aplicativos - + Geral - + Aparência - + Iniciar automático - + Geral - + Teclas de Atalho - + Idioma - + Perfis - + Configurações - + Status - + Atualizar - + Janela - + Habilitar registro - + Nome do arquivo de registro - + Caminho do registro - + Modo de registro - + Registro - + Registro SSH - + Registro Raw SSH - + Registro da sessão - + Registro SSH - + Registro SSH e Raw - + Entre o nome válido de arquivo! - + Perdido - + Recebido - + Mudança de status - + Atualização disponível! - + Arquivo de chave privada - + Prévia - + Perfis de porta - + Adicionar perfil de porta - + Excluir perfil de porta - + Editar perfil de porta - + O perfil de porta selecionado será excluído permanentemente. - + Selecionar perfil de porta - + Abrir perfis de porta... - + Mostrar Tela de Início ao abrir - + Tela de Início - + Baixar Microsoft Edge WebView2 Runtime - + Microsoft Edge WebView2 Runtime não está disponível! - + Frequência - + SSID - + O perfil não pôde ser carregado! - + O arquivo de perfil não pôde ser carregado e pode estar corrompido. Você pode tentar restaurar o arquivo de um backup ou excluí-lo. Se isso acontecer inesperadamente ou após uma atualização, relate o erro no GitHub. @@ -2751,360 +2756,360 @@ Se isso acontecer inesperadamente ou após uma atualização, relate o erro no G Mensagem de erro: "{0}" - + Editar grupo... - + Erro de descriptografia - + Não foi possível descriptografar este arquivo. Você pode reportar este problema no GitHub. - + Erro de criptografia - + Não foi possível criptografar este arquivo. Você pode reportar este problema no GitHub. - + Senha atual - + Nova senha - + Mudar senha mestre - + Desbloquear perfil - + Desbloqueie o arquivo de perfil usar os perfis! - + Aviso legal - + Unir - + Usar outro - + Mover - + Última verificação às {0} - + Rede Oculta - + Desenvolvido e mantido por {0} com a ajuda de - + Uma API de Endereço IP Público Simples - + O AirspacePanel corrige todos os problemas do Airspace com Winforms hospedados no WPF. - + Controles Compartilhados para WPF e... mais - + DnsClient.NET é uma biblioteca de código aberto simples, mas muito poderosa e de alto desempenho para o .NET Framework fazer pesquisas DNS - + Controle de guias arrastável e tearable para WPF - + A biblioteca C# cuida de redes complexas, IP, IPv4, IPv6, máscara de rede, CIDR, sub-rede, supernet e cálculo de super-rede para desenvolvedores .NET. - + Gráficos, mapas e medidores simples, flexíveis, interativos e poderosos para .NET - + Uma coleção de indicadores de carregamento para WPF - + Alguns ícones incríveis para WPF e UWP juntos... - + Um kit de ferramentas para a criação de aplicativos WPF no estilo Metro / Modern UI. - + Json.NET é uma estrutura JSON de alto desempenho popular para .NET - + Uma biblioteca cliente da API GitHub para .NET - + Captura e análise de pacotes CDP e LLDP em computadores locais ou remotos - + Biblioteca Sharp SNMP - SNMP de código aberto para .NET e Mono - + Uma coleção de todas as bandeiras de países em SVG - + Lista de domínios de nível superior de iana.org, que é usada para consultar servidores whois do TLD de whois.iana.org por meio da porta 43 - + Dados OUI de ieee.org - + Registro de Nome de Serviço e Número de Porta de Protocolo de Transporte de iana.org. - + Apache Licença 2.0 - + Cláusula BSD-2 - + Licença MIT - + Não licenciado - + C#/WinRT fornece suporte de projeção WinRT empacotado para a linguagem C#. - + Runtime para hospedar PowerShell - + O controle WebView2 permite que você incorpore tecnologias da web (HTML, CSS e JavaScript) em seus aplicativos nativos com tecnologia Microsoft Edge (Chromium). - + Adicione facilmente interatividade aos seus aplicativos usando comportamentos XAML para WPF. - + Licença Microsoft WebView2 - + O arquivo de perfil atual não é criptografado e as senhas serão armazenadas sem criptografia no disco! Habilite a criptografia do arquivo de perfil em Configurações > Perfil para armazenar credenciais com segurança. - + ICMPv4 - + ICMPv6 - + Verificação desativada! - + Entre um endereço IPv6 válido! - + Endereço IPv4 público acessível via ICMP. - + Endereço IPv6 público acessível via ICMP. - + Endereço IPv4 público - + Endereço IPv6 público - + Usar API de endereço IPv6 personalizado - + TTL - + Chassis ID - + Gerenciamento - + Descrição do dispositivo - + Descrição da porta - + Remover endereço IPv4 - + Configuração adicional... - + Remover endereço IPv4... - + A sessão remota foi encerrada porque o limite de tempo total de login foi atingido. Este limite é definido pelo administrador do servidor ou pelas políticas de rede. - + Entre o nome válido de host! - + Entre o nome válido de host e porta! - + Não foi possível reconectar na sessão remota. - + Migrar - + Reportar no GitHub - + Grupos - + Adicionar grupo - + Excluir grupo - + O grupo selecionado e todos os perfis dentro deste grupo serão excluídos permanentemente. - + Este nome já está sendo usado! - + Redimensionar - + Excluir perfis - + Os perfis selecionados serão excluídos permanentemente. - + Usar temas personalizados - + Temas personalizados - + Redefinir configurações? - + Configurações redefinidas! - + Gerenciador de sessão AWS - + ID da instância - + Conexão local - + Interface local - + log4net é uma ferramenta para ajudar o programador a enviar instruções de log para uma variedade de destinos de saída. - + Gerenciador de sessão AWS - + Habilitado - + Região - + Sincronizar instâncias EC2 do AWS - + Adicionar perfil AWS - + Excluir perfil AWS - + O perfil AWS selecionado foi excluído permanentemente. O perfil não foi removido do arquivo ~\.aws\credentials. - + Editar perfil AWS - + Sincronizar todas as instâncias EC2 do AWS - + Sincronizar todas as instâncias EC2 de grupo do AWS - + Perfis e regiões para sincronizar - + Para sincronizar instâncias EC2 do AWS, o CLI do AWS deve ser configurado no sistema. As instâncias EC2 podem ser consultados de múltiplas contas AWS (perfis) e múltiplas regiões. Para fazer isto, o perfil armazenado em ~\.aws\credentials deve ser configurado junto com a região a ser consultada. - + AWS SDK para .NET para funcionar com Amazon Elastic Compute Cloud (Amazon EC2) no Amazon Web Services (AWS). - + Perfil padrão - + Região padrão - + O perfil que é usado para criar perfis para conectar a uma instância EC2 pelo CLI do AWS. Se não definidas, as configurações CLI padrão do AWS serão usadas. - + A região que é usada para criar perfis para conectar a uma instância EC2 pelo CLI do AWS. Se não definidas, as configurações CLI padrão do AWS serão usadas. - + Se não definidas, as configurações CLI padrão do AWS serão usadas. - + O nome do grupo não pode iniciar com "{0}"! - + Sincronizar somente instâncias EC2 em execução do AWS - + Uma região AWS nomeada "{0}" não existe! - + CLI v2 do AWS está instalado! - + CLI v2 do AWS não está instalado! - + O plugin do Gerenciador de sessão AWS está instalado! - + O plugin do Gerenciador de sessão AWS não está instalado! - + Verificar por pré-lançamentos - + Sincronização desativada! - + Comando - + Aplicar tema ao console do PowerShell - + A cor do console do PowerShell pode ser alterada para o tema do aplicativo em Configurações > Geral > Aparência - + Se você habilitar essa opção, as configurações padrão do console do PowerShell no registro em HKCU:\Console serão substituídas para que a janela do console do PowerShell corresponda ao tema do aplicativo. Esta é uma configuração global do sistema que pode afetar a aparência da janela normal do PowerShell. Somente os consoles do PowerShell configurados nas configurações do PowerShell e do AWS Session Manager são modificados. Há suporte para Windows PowerShell e PWSH (PowerShell 7 e superior). @@ -3113,166 +3118,166 @@ Clique no canto superior direito no botão de ajuda/documentação (à esquerda Se a opção for desativada novamente, os valores não serão mais modificados. No entanto, os valores originais NÃO são restaurados. - + A entrada não pode terminar com ";"! - + A entrada não contém nenhum texto! - + Calculadora de bits - + Calculadora de bits - + Nota - + Entrada - + Unidade - + Bits - + Gigabits - + Gigabytes - + Kilobits - + Kilobytes - + Megabits - + Megabytes - + Petabits - + Petabytes - + Terabits - + Terabytes - + Digite um número e selecione uma unidade para calcular as unidades... - + Rede - + Proxy - + Resolver endereço IP para este host (IPv4 é o preferido) - + Um caminho válido para o PowerShell deve terminar com "pwsh.exe" ou "powershell.exe"! - + Um caminho válido para o PuTTY deve terminar com "PuTTY.exe"! - + Um caminho válido para TigerVNC deve terminar com "vncviewer-*.exe" ou "vncviewer64-*.exe"! - + Pesquisa de SNTP - + Mova os componentes e dependências de tempo de execução de um aplicativo .NET Framework/.NET Core para uma subpasta e torne-o atraente. - + Adicionar aba para realizar pesquisa de SNTP... - + Servidor(es) SNTP - + URL para um serviço da web que pode ser acessado via http ou https e retorna um endereço IPv6 do tipo "xxxx:xx:xxx::xx" como resposta. - + Ponto final de IP - + Horário de término local - + Hora de início local - + Hora da rede - + Compensação - + Atraso de ida e volta - + Servidor - + Pesquisa de SNTP - + Adicionar servidor SNTP - + Excluir servidor SNTP - + O servidor SNTP selecionado será excluído permanentemente. - + Editar servidor SNTP - + Um servidor SNTP com este nome já existe! - + Digite um nome de host válido (como "servidor-01.com" ou "exemplo.com") ou um endereço de IP válido (como 192.168.178.1)! - + Servidor(es) - + Digite a senha mestre para desbloquear o arquivo de perfil: - + Desbloquear arquivo de perfil - + Tempo esgotado - + Hostkey - + As configurações serão redefinidas e o aplicativo será reiniciado em seguida! - + As configurações foram redefinidas! - + Status do ping - + Threads mínimos adicionais ThreadPool - + Essa configuração especifica o número mínimo de threads que serão criados a partir do ThreadPool do aplicativo sob demanda. Isso pode melhorar o desempenho, por exemplo, do scanner IP ou do scanner de porta. O valor é adicionado ao threads mínimo padrão (número de threads da CPU). O valor 0 deixa as configurações padrão. Se o valor for maior que o padrão máximo de threads do ThreadPool, esse valor é usado. @@ -3281,549 +3286,549 @@ Se o valor for muito alto, podem ocorrer problemas de desempenho. As alterações nesse valor entrarão em vigor depois que o aplicativo for reiniciado. Se o valor foi definido com sucesso pode ser visto no arquivo de log em %LocalAppData%\NETworkManager\NETworkManager.log - + Essas configurações alteram apenas o número máximo de threads executados simultaneamente por verificação de host/porta. Vá para Configurações > Geral > Geral para ajustar os threads (mín.) do aplicativo. - + Status da porta - + Detalhes do ping - + Nenhuma porta aberta encontrada! - + A verificação de porta está desativada! - + Verificar portas - + Não foi possível encontrar o aplicativo "{0}". Talvez o aplicativo foi ocultado nas configurações? - + Janela de status - + Mostrar barra de endereço - + Ativar esta configuração não é recomendado. Várias instâncias do aplicativo compartilham as mesmas configurações e arquivos de perfil. A última instância a ser fechada pode substituir as alterações feitas por outras instâncias. - + Ignorar para endereços locais - + Habilitar servidor gateway - + Método de logon - + Servidor gateway - + Nome do servidor - + Compartilhar credenciais do gateway com computador remoto - + Permitir selecionar mais tarde - + Cartão inteligente ou Windows Hello para Empresas - + Solicitar senha (NTLM) - + Usar credenciais do gateway - + Seu computador não consegue se conectar ao computador remoto porque o servidor Remote Desktop Gateway está temporariamente indisponível. Tente reconectar mais tarde ou entre em contato com o administrador da rede para obter assistência. - + Seu computador não consegue se conectar ao computador remoto devido a um dos seguintes motivos: 1) O endereço do servidor Gateway de Área de Trabalho Remota solicitado e o nome da entidade do certificado SSL do servidor não correspondem. 2) O certificado expirou ou foi revogado. 3) A autoridade raiz do certificado não confia no certificado. Entre em contato com o administrador da rede para obter assistência. - + Este computador não consegue verificar a identidade do Gateway RD "". Não é seguro conectar-se a servidores que não podem ser identificados. Entre em contato com o administrador da rede para obter assistência. - + Seu computador não pode se conectar ao computador remoto porque o endereço do servidor Gateway de Área de Trabalho Remota solicitado e o nome da entidade do certificado não correspondem. Entre em contato com o administrador da rede para obter assistência. - + Seu computador não consegue se conectar ao computador remoto porque o certificado do servidor Gateway de Área de Trabalho Remota expirou ou foi revogado. Entre em contato com o administrador da rede para obter assistência. - + Ocorreu um erro ao enviar dados para o servidor Remote Desktop Gateway. O servidor está temporariamente indisponível ou a conexão de rede está indisponível. Tente novamente mais tarde ou entre em contato com o administrador da rede para obter assistência. - + Ocorreu um erro ao receber dados do servidor Remote Desktop Gateway. O servidor está temporariamente indisponível ou a conexão de rede está inoperante. Tente novamente mais tarde ou entre em contato com o administrador da rede para obter assistência. - + Seu computador não consegue se conectar ao computador remoto porque o endereço do servidor Remote Desktop Gateway está inacessível ou incorreto. Digite um endereço de servidor Gateway de Área de Trabalho Remota válido. - + Seu computador não consegue se conectar ao computador remoto porque o servidor Gateway de Área de Trabalho Remota está com poucos recursos do servidor e está temporariamente indisponível. Tente reconectar mais tarde ou entre em contato com o administrador da rede para obter assistência. - + O servidor Gateway de Área de Trabalho Remota encerrou a conexão. Tente reconectar mais tarde ou entre em contato com o administrador da rede para obter assistência. - + O administrador do servidor Remote Desktop Gateway encerrou a conexão. Tente reconectar mais tarde ou entre em contato com o administrador da rede para obter assistência. - + A Área de Trabalho Remota não pode se conectar ao computador remoto "" por um destes motivos: 1) Sua conta de usuário não está listada na lista de permissões do Gateway RD 2) Você pode ter especificado o computador remoto no formato NetBIOS (por exemplo, computador1) , mas o Gateway RD espera um formato de endereço IP ou FQDN (por exemplo, computer1.fabrikam.com ou 157.60.0.1). Entre em contato com o administrador da rede para obter assistência. - + A Área de Trabalho Remota não consegue se conectar ao computador remoto "" por um destes motivos: 1) Sua conta de usuário não está autorizada a acessar o Gateway RD "" 2) Seu computador não está autorizado a acessar o Gateway RD "" 3) Você estiver usando um método de autenticação incompatível (por exemplo, o gateway RD pode estar esperando um cartão inteligente, mas você forneceu uma senha). Entre em contato com o administrador da rede para obter assistência. - + Seu computador não consegue se conectar ao computador remoto porque o administrador da rede restringiu o acesso a este servidor Gateway RD. Entre em contato com o administrador da rede para obter assistência. - + Seu computador não consegue se conectar ao computador remoto porque o servidor proxy da web requer autenticação. Para permitir o tráfego não autenticado para um servidor Gateway RD através do seu servidor proxy da Web, entre em contato com o administrador da rede. - + Seu computador não consegue se conectar ao computador remoto porque o servidor Remote Desktop Gateway atingiu o máximo de conexões permitidas. Tente reconectar mais tarde ou entre em contato com o administrador da rede para obter assistência. - + Seu computador não consegue se conectar ao computador remoto porque o servidor Remote Desktop Gateway não oferece suporte à solicitação. Entre em contato com o administrador da rede para obter assistência. - + Seu computador não consegue se conectar ao computador remoto porque o cliente não oferece suporte a um dos recursos do Gateway de Área de Trabalho Remota. Entre em contato com o administrador da rede para obter assistência. - + Seu computador não consegue se conectar ao computador remoto porque o servidor Remote Desktop Gateway e este computador são incompatíveis. Entre em contato com o administrador da rede para obter assistência. - + Seu computador não consegue se conectar ao computador remoto porque nenhum certificado foi configurado para uso no servidor Gateway de Área de Trabalho Remota. Entre em contato com o administrador da rede para obter assistência. - + Seu computador não consegue se conectar ao computador remoto porque o servidor Gateway RD ao qual você está tentando se conectar não é permitido pelo administrador do computador. Se você for o administrador, adicione este nome de servidor Gateway de Área de Trabalho Remota à lista confiável de servidores Gateway de Área de Trabalho Remota em seu computador e tente conectar-se novamente. - + Seu computador não pode se conectar ao computador remoto porque seu computador ou dispositivo não atendeu aos requisitos de proteção de acesso à rede definidos pelo administrador de rede, por um dos seguintes motivos: 1) O nome do servidor Remote Desktop Gateway e o certificado de chave pública do servidor o nome do assunto não corresponde. 2) O certificado expirou ou foi revogado. 3) A autoridade raiz do certificado não confia no certificado. 4) A extensão da chave do certificado não oferece suporte à criptografia. 5) Seu computador não consegue verificar a lista de certificados revogados. Entre em contato com o administrador da rede para obter assistência. - + Seu computador não pode se conectar ao computador remoto porque são necessários um nome de usuário e uma senha para autenticar no servidor Gateway de Área de Trabalho Remota em vez de credenciais de cartão inteligente. - + Seu computador não pode se conectar ao computador remoto porque são necessárias credenciais de cartão inteligente para autenticação no servidor Gateway de Área de Trabalho Remota, em vez de um nome de usuário e senha. - + Seu computador não consegue se conectar ao computador remoto porque um cookie inválido foi enviado ao servidor Remote Desktop Gateway. Entre em contato com o administrador da rede para obter assistência. - + Seu computador não consegue se conectar ao computador remoto porque o cookie foi rejeitado pelo servidor Remote Desktop Gateway. Entre em contato com o administrador da rede para obter assistência. - + Seu computador não consegue se conectar ao computador remoto porque o servidor Gateway de Área de Trabalho Remota espera um método de autenticação diferente daquele tentado. Entre em contato com o administrador da rede para obter assistência. - + A conexão do Gateway RD foi encerrada porque a autenticação periódica do usuário falhou. Tente se reconectar com um nome de usuário e senha corretos. Se a reconexão falhar, entre em contato com o administrador da rede para obter mais assistência. - + A conexão do Gateway RD foi encerrada porque a autorização periódica do usuário falhou. Tente se reconectar com um nome de usuário e senha corretos. Se a reconexão falhar, entre em contato com o administrador da rede para obter mais assistência. - + Seu computador não consegue se conectar ao computador remoto porque o Gateway de Área de Trabalho Remota e o computador remoto não conseguem trocar políticas. Isso pode acontecer por um dos seguintes motivos: 1. O computador remoto não é capaz de trocar políticas com o Gateway de Área de Trabalho Remota. 2. A configuração do computador remoto não permite uma nova conexão. 3. A conexão entre o Gateway de Área de Trabalho Remota e o computador remoto foi encerrada. Entre em contato com o administrador da rede para obter assistência. - + A conexão do Gateway RD foi encerrada porque a autorização periódica do usuário falhou. Seu computador ou dispositivo não atendeu aos requisitos de proteção de acesso à rede (NAP) definidos pelo administrador da rede. Entre em contato com o administrador da rede para obter assistência. - + Conectad - + Erro ao examinar adaptador Wi-Fi "{0}" com erro: "{1}" - + Conectar... - + {0} desconectado! - + Conectar à {0} - + WPS - + Conectar automaticamente - + Chave pré-compartilhada - + Conectando à {0}... - + Não foi possível conectar-se a "{0}({1})"! - + Conectado com sucesso a {0}! - + O acesso à rede foi revogado - + Credenciais inválidas - + Rede não disponível - + Sucesso - + A tentativa de conexão expirou - + -/- - + Protocolo de autenticação não suportado! - + Verificando WPS... - + Abrir perfil OID... - + MIB - + Perfis OID - + Selecionar perfi OID - + Adicionar perfil OID - + Excluir perfil OID - + O perfil OID selecionado será excluído permanentemente. - + Editar perfil OID - + Inserir senha... - + Adicionar aba - + (do perfil) - + Nova máscara de sub-rede - + Adicionar servidor - + Servidor SNTP - + As configurações nesta página contêm erros. Corrija-os para poder salvar. - + Chave de host SSH a ser usada para a conexão (como "71:b8:f2:6e..."). Disponível apenas se o modo for "SSH". - + Caminho completo para o arquivo de chave privada (como "C:\Users\BornToBeRoot\SSH\private_key.ppk"). Disponível apenas se o modo for "SSH". - + Nome de usuário que será passado para a sessão PuTTY. Disponível apenas se o modo for "SSH", "Telnet" ou "Rlogin". - + ASN - + Nome AS - + Cidade - + Continente - + País - + Moeda - + Distrito - + Resolvedor DNS - + EDNS - + Geolocalização - + Hospedagem - + Geolocalização por IP - + ISP - + Latitude - + Longitude - + Móvel - + Organização - + Registro PTR - + Fuso horário - + CEP - + API de geolocalização por IP – rápida, precisa e confiável - + Verificar resolvedor DNS - + Verificar geolocalização por IP - + O resolvedor DNS é determinado via ip-api.com. URL: https://edns.ip-api.com/ - + A geolocalização por IP é determinada via ip-api.com. URL: http://ip-api.com/ - + Para fornecer recursos adicionais, são utilizados serviços de terceiros que não são operados por mim. Você pode desmarcá-los abaixo. Nenhum dado é transferido para mim em nenhum momento. - + Verificando resolvedor DNS - + Verificando geolocalização por IP - + Verifique sua conexão de rede e tente novamente em alguns segundos. - + Limite de taxa ip-api.com atingido (muitas solicitações da sua rede)! Tente novamente em alguns segundos. - + Código de status HTTP - + Aço - + Limite de taxa atingido! Tente novamente em {0} segundos... - + Geral - + BSSID - + Nenhum host acessível encontrado! - + Aplicativo - + Habilite recursos experimentais para testar novas funções. Eles ainda não estão completos, contêm bugs, podem travar o aplicativo e podem mudar novamente até o lançamento. - + Recursos experimentais - + Experimental - + Executar comando... - + Geolocalização por IP - + Adicionar aba para consultar geolocalização por IP... - + Adicionar domínio para consultar whois... - + Adicionar host para consultar geolocalização por IP... - + Nome de usuário desconhecido. - + Falha de autenticação (senha, comunidade ou chave incorreta). - + A operação foi bem-sucedida sem erros. - + A resposta à sua solicitação era muito grande para caber em uma única resposta! - + O OID solicitado não foi encontrado! - + Um objeto de leitura-gravação ou somente gravação foi definido com um valor inconsistente! - + O OID solicitado não existe e não é gravável! - + Ocorreu um erro para o qual nenhuma mensagem específica está disponível! - + O objeto solicitado não está acessível para modificação! - + O objeto foi definido como um tipo de dados incompatível! - + O valor atribuído ao objeto excede seu comprimento máximo! - + A codificação usada para o objeto está incorreta! - + O valor atribuído ao objeto não é uma escolha válida! - + O objeto solicitado não existe e não pode ser criado! - + A variável MIB está atualmente em um estado inconsistente e não pode ser modificada! - + Não há recursos de sistema disponíveis para realizar a operação solicitada! - + Ocorreu um erro durante a operação definida! - + Uma operação definida falhou e as alterações anteriores não puderam ser revertidas! - + Falha na autenticação. Por favor, verifique a string da comunidade! - + O objeto solicitado não é gravável e não pode ser modificado! - + O estado do objeto é inconsistente, impedindo a operação definida! - + Fechar todos - + Expandir visualização do host - + O host não pode ser definido enquanto outros hosts estão sendo adicionados. Aguarde até que o processo seja concluído e tente novamente. - + Executar comando... (Ctrl+Shift+P) - + Nenhum comando correspondente! - + Nome do host remoto - + ID do processo - + Caminho do processo - + Nome do processo - + NetBIOS - + Nome do computador - + Erro - + OK - + Aviso - + Nome do grupo / domínio - + NetBIOS acessível - + Verificar por NetBIOS - + A verificação NetBIOS está desativada! - + A resolução de nome de host está desativada! - + A resolução de endereço MAC está desativada! - + Fechar grupo - + Executar comando... (Ctrl+Shift+P) - + Arquivos do perfil - + Abrir configurações... - + Expandir e abrir pesquisa... - + O acesso ao adaptador Wi-Fi não é permitido pelo Windows. Abra as configurações do Windows e permita o acesso Wi-Fi para este aplicativo. diff --git a/Source/NETworkManager.Localization/Resources/Strings.resx b/Source/NETworkManager.Localization/Resources/Strings.resx index 5c41d476cd..eda46ad637 100644 --- a/Source/NETworkManager.Localization/Resources/Strings.resx +++ b/Source/NETworkManager.Localization/Resources/Strings.resx @@ -1,2748 +1,2753 @@  - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - - - - - - - text/microsoft-resx - - - 2.0 - - - System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - + + + + text/microsoft-resx + + + 2.0 + + + System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + + + + System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + + + About - + Accent - + Add credentials - + Add entry - + Add profile - + Are you sure? - + ARP - + ARP Table - + Authentication - + Autostart - + Calculator - + Command Line Arguments - + Configure - + Confirm - + Connect - + Connect as - + Copy profile - + Credentials - + Data - + Default application - + Delete credentials - + Delete profile - + Destination - + Details - + Disconnected - + Display - + DNS - + DNS Lookup - + Don't fragment - + Edit credentials - + Edit group - + Edit profile - + Error - + Export - + Filter - + General - + Headers - + History - + HotKeys - + HTTP Headers - + Import - + Information - + Interface - + IP Scanner - + Keyboard - + Language - + Libraries - + License - + Local devices and resources - + Location - + Lookup - + MAC Address - + Master Password - + Multithreading - + Network - + Network Interface - + New tab - + OUI - + Overwrite? - + Ping - + Port - + Portable - + Port Scanner - + Profiles - + PuTTY - + Query - + Remote Desktop - + Reset - + Resolve PTR - + Resources - + Result - + Route - + Scan - + Search - + Select a profile... - + Set Master Password - + Settings - + SNMP - + Socket - + Statistics - + Status - + Subnet - + Subnetting - + Success! - + Theme - + Traceroute - + Tray - + Update - + v1/v2c - + v3 - + Validation failed! - + Wake on LAN - + Website - + Window - + Wrong password! - + Client - + Administrator - + Always show icon in tray - + Attempts - + Average time - + Broadcast - + Buffer - + Bytes - + CIDR - + Close - + Default-Gateway - + Delete... - + Description - + DHCP enabled - + DHCP lease expires - + DHCP lease obtained - + DHCP server - + DNS server(s) - + DNS suffix - + Dynamic IPv4 address - + Dynamic IPv4 DNS server - + Hop - + Hops - + Hostname - + IP address - + IP addresses - + IPv4 - + IPv4 address - + IPv4-Default-Gateway - + IPv6 - + IPv6 address - + Link-local IPv6 address - + IPv6-Default-Gateway - + Maximum - + Maximum hops - + Minimize main window instead of terminating the application - + Minimize to tray instead of taskbar - + Minimum - + Name - + Network address - + New subnetmask or CIDR - + No - + Obtain an IP address automatically - + Obtain DNS server address automatically - + Packet loss - + Packets transmitted - + PhysicalAddress - + Preferred protocol when resolving hostname: - + Primary DNS server - + Received / Lost - + Resolve hostname - + Restart required - + Save settings in the application folder - + Secondary DNS server - + Show - + Show the following application on startup: - + A powerful tool for managing networks and troubleshoot network problems! - + Speed - + Start minimized in tray - + Start with Windows (current user) - + Static IPv4 address - + Static IPv4 DNS server - + Subnet mask - + Threads - + Time - + Time 1 - + Time 2 - + Time 3 - + Timeout - + Timeout (ms) - + Time (ms) to wait between each ping - + TTL - + Type - + Use the following DNS server addresses: - + Use the following IP address: - + Wake up - + Yes - + Add - + Add a tab to perform a DNS lookup... - + Add a tab to perform a network scan... - + Add a tab to perform an SNMP action... - + Add a tab to perform a ping... - + Add a tab to perform a port scan... - + Add a tab to perform a trace... - + Add DNS suffix (primary) to hostname - + Additional command line - + Additionals - + Add profile... - + Adjust screen automatically - + Answers - + The application will be restarted afterwards! - + Apply - + Apply Windows key combinations (e.g. ALT+TAB): - + Auth - + Authentication level - + Authorities - + Automatically update every - + back - + Backup - + Baud - + The operation has been canceled by the user! - + Caps lock is enabled! - + Check for updates at startup - + Class - + Clear filter - + Color depth (bit) - + Community - + Configure the path to PuTTY in the settings... - + Confirm close - + Are you sure you want to close the application? - + Connect as... - + Connect external - + Connect the network card to a network to configure it! - + Copy - + Copy as... - + Copy... - + Could not resolve hostname for: "{0}" - + Credential - + Profile files are encrypted on disk using AES with a key size of 256 bits and a block size of 128 bits in CBC mode. The encryption key is derived from a master password using Rfc2898DeriveBytes (PBKDF2) with 1,000,000 iterations. At runtime, passwords are stored as SecureString once the profile file is loaded. For some functions, the password must be converted to a normal string and remains unencrypted in memory until the garbage collector cleans them up. First make a backup copy of your profile files before enabling encryption! - + Custom - + Custom screen size: - + Data has been updated! - + Credentials must be decrypted and loaded to manage them. - + Default - + Baud rate - + Default port: - + Rlogin port - + SSH port - + Telnet port - + The selected credential will be deleted permanently. - + Delete entry - + Selected profile will be deleted permanently. - + DNS autconfiguration - + DNS Lookup... - + DNS server - + Open documentation - + Domain - + Duration - + Edit... - + Enable - + Enable Credential Security Support Provider - + End time - + Enter a subnet to calculate it... - + Enter subnet and a new subnet mask to create subnets... - + Couldn't connect to 'api.github.com', check your network connection! - + Error in response! - + Error in response! Check if you have write permissions. - + Expand - + First usable IP address - + Fixed screen size: - + Star/Fork the Project on GitHub - + Found - + Group - + Height - + Host - + Hostname or IP address - + Hosts - + ID - + Inherit host from general - + IP range - + Last usable IP address - + Local IP address - + Local port - + MAC address or vendor - + Magic packet successfully sent! - + Maximum number ({0}) of hops/router reached! - + Message size - + Mode - + Multicast - + Multiple instances - + The network address cannot be reached. Check if your computer is connected to the network. For information about network troubleshooting, see Windows Help. - + New connection... - + No DNS record found for "{0}"! Check your input and the settings. - + No enabled network adapters found! - + No ports found. Check your input! - + No profiles found! Create one... - + Nothing found! - + Nothing to do. Check your input! - + No update available! - + No valid file found to import. - + No vendor found. Check your input! - + Number of errors after which is canceled: - + Number of stored entries - + OID - + Only when using the full screen - + On the remote computer - + On this computer - + Open - + Open license - + Open project - + Open website - + override - + Password - + Passwords do not match! - + Path - + Port or service - + Ports - + Priv - + Profile - + Profiles reloaded - + Protocol - + PuTTY process has ended! - + Questions - + RAW - + Recursion - + Redirect clipboard - + Redirect devices - + Redirect drives - + Redirect ports - + Redirect printers - + Redirect smartcards - + Remaining time - + Remote IP address - + Remote port - + Repeat - + Resolve CNAME on ANY requests - + Responses - + Rlogin - + Scanned - + Searched application not found! - + Searched language not found! - + Searched setting not found! - + Security - + Select a screen resolution - + This will reset all settings! - + Serial - + Serial line - + Service - + The found settings file was corrupted or is not compatible with this version! You may report this issue on GitHub. A backup of the settings file was created in the settings folder and the settings were reset. Profile files are not affected! - + Show closed ports - + Show current application title - + Show only most common query types - + Show unreachable IP addresses and ports - + Show statistics - + SSH - + Start time - + State - + Subnet 1 - + Subnet 2 - + Tags - + Telnet - + The application can be started without parameters! - + The following hostnames could not be resolved: - + The following parameters are available: - + The following parameters can not be processed: - + The process can take up some time and resources (CPU / RAM). - + The settings location is not affected! - + Timeout on SNMP query. Maybe the host is not reachable or the community / password is wrong. - + Timeout when querying the DNS server with the IP address "{0}"! - + Timestamp - + Trace - + Unkown error! - + Untray / Bring window to foreground - + URL - + Use credentials - + Use the current view size as the screen size - + Use custom DNS server - + Use custom DNS suffix - + Use resolver cache - + User interface locked! - + Username - + Vendor - + Version - + Version {0} is available! - + Walk mode - + Width - + Profile file could not be decrypted with the given password. - + The entered password is wrong. - + Add... - + Add entry... - + Calculate - + Cancel - + Change - + Change Master Password... - + Check - + Check for updates - + Closed - + Continue - + Custom: - + Cut - + Decrypt and load... - + Delete - + Delete table - + Enter location... - + Everything - + Filter... - + Flush DNS cache - + Decrypt and load your credentials to select them. - + Displays this dialog. - + Resets all application settings. - + The password is not displayed when editing, but can be overwritten. - + [0] If server authentication fails, connect to the computer without warning. [1] If server authentication fails, do not establish a connection. [2] If server authentication fails, show a warning and allow me to connect or refuse the connection. [3] No authentication requirement is specified. - + Tags help you organize profiles/Profiles by topics/projects. Multiple tags can be used with ";" be separated. Search by tags with "tag=xxx". - + Hour(s) - + Location of the import file... - + Minute(s) - + Move & Restart - + Network connections.... - + (not changed) - + Off - + OK - + On - + Open location - + Open settings - + Overwrite - + Paste - + Reconnect - + Refresh - + Restart now - + Save - + Search... - + Second(s) - + Send - + Set Master Password... - + Show local licenses - + Subnet Calculator - + Validate - + Connections - + Enter a valid IP range! - + Enter a valid IPv4 address! - + Enter a valid MAC address (like 00:F1:23:AB:F2:35)! - + Enter a valid port (1 - 65535)! - + Enter a valid subnetmask (like 255.255.255.0)! - + Enter a valid subnetmask or CIDR (like 255.255.255.0 or /24)! - + Field cannot be empty! - + File does not exists! - + Folder does not exists! - + Listeners - + Amber - + Appearance - + Applications - + Dark - + Light - + Black - + Blue - + Brown - + Cobalt - + Crimson - + Cyan - + Emerald - + Enter one or more valid IP addresses! - + Enter a valid baud! - + Enter valid hosts (multiple hosts can not end with ";")! - + Enter a valid IP address! - + Enter a valid number! - + Enter a valid OID! - + Enter a valid port and/or port range (1 - 65535)! - + Enter a valid subnet (like 192.168.178.133/26)! - + Enter a valid website (like https://example.com/index.html) - + Green - + Import / Export - + Indigo - + Destination host unreachable. - + Destination network unreachable. - + Destination port unreachable. - + Success - + Request timed out. - + TTL expired in transit. - + Key must have 8 characters or more! - + Lime - + Magenta - + Mauve - + Olive - + Only numbers can be entered! - + Orange - + Pink - + Purple - + Red - + Socket closed. - + Remote disconnect by server. - + Decompression error. - + Connection timed out. - + Decryption error. - + DNS name lookup failure. - + DNS lookup failed. - + Encryption error. - + Windows Sockets gethostbyname call failed. - + Host not found. - + Internal error. - + Internal security error. - + Internal security error. - + The encryption method specified is not valid. - + Bad IP address specified. - + The IP address specified is not valid. - + Security data is not valid. - + Server security data is not valid. - + License negotiation failed. - + Licensing time-out. - + Local disconnection. - + No information is available. - + Out of memory. - + Out of memory. - + Out of memory. - + Remote disconnect by user. - + Failed to unpack server certificate. - + Windows Sockets connect failed. - + Windows Sockets recv call failed. - + The account is disabled. - + The account is expired. - + The account is locked out. - + The account is restricted. - + The received certificate is expired. - + The policy does not support delegation of credentials to the target server. - + The server authentication policy does not allow connection requests using saved credentials. The user must enter new credentials. - + Login failed. - + No authority could be contacted for authentication. The domain name of the authenticating party could be wrong, the domain could be unreachable, or there might have been a trust relationship failure. - + The specified user has no account. - + The password is expired. - + The user password must be changed before logging on for the first time. - + Delegation of credentials to the target server is not allowed unless mutual authentication has been achieved. - + The smart card is blocked. - + An incorrect PIN was presented to the smart card. - + Timeout occurred. - + Internal timer error. - + Windows Sockets send call failed. - + Sienna - + Spaces are not allowed! - + Steel - + Taupe - + Closed - + CloseWait - + Closing - + DeleteTcb - + Established - + FinWait1 - + FinWait2 - + LastAck - + Listen - + SynReceived - + SynSent - + TimeWait - + Unkown - + Teal - + Violet - + White - + Yellow - + A profile with this name already exists! - + Closed - + Open - + At least one application must be visible! - + Hidden applications - + Visible applications - + Visible applications in the bar: - + Whois - + Add a tab to query whois... - + Enter a valid domain (like "example.com")! - + Whois server not found for the domain: "{0}" - + Routing - + Release - + Release & Renew - + Renew - + Windows DNS settings - + Delete DNS server - + The selected DNS server will be deleted permanently. - + Add DNS server - + Edit DNS server - + A DNS server with this name already exists! - + Restart session - + TigerVNC - + Configure the path to TigerVNC in the settings... - + TigerVNC process has ended! - + Connecting... - + Resolve MAC address and vendor - + Note - + Export all - + Export... - + Export selected - + Location... - + File - + Enter a valid file path! - + All - + Format - + Selected - + An error occurred while exporting the data. See error message for details: - + Design - + Highlight timeouts - + Enter subnets to create a wide subnet... - + Wide Subnet - + Add tab... - + Add IPv4 address... - + Add IPv4 address - + Max. concurrent host threads - + Max. concurrent port threads - + PowerShell - + Configure the path to PowerShell in the settings... - + PowerShell process has ended! - + Execution Policy - + Remote console - + File path - + Override default settings - + Resolve IPv4 address for this host - + Hide - + Total bytes received - + Total bytes sent - + Download - + Bandwidth - + Upload - + Apply Windows key combinations - + Credential Security Support Provider - + Background job - + The background job will save settings and profiles every x-minutes. Value 0 will disable this feature. Changes to this value will take effect after restarting the application. - + Run background job every x-minute - + Your system OS is incompatible with the latest release! - + Dashboard - + All settings can be changed later in the settings! - + Check public IP address - + Thank you for using NETworkManager! If you like this tool, please leave a star on GitHub and recommend it to others. - + When starting the program, it checks in the background whether a new program version is available on GitHub. URL: https://api.github.com/ - + The public IP address is determined via ipify.org. URL: https://api.ipify.org and https://api6.ipify.org - + Privacy - + Welcome - + External services - + Star/Fork the Project on GitHub. - + Help translate the project on Transifex. - + Contact via Twitter. - + Connection - + Computer - + Gateway / Router - + Internet - + Check your network adapter configuration (dns) and if your dns server is configured correctly. - + Check your network adapter configuration (dhcp, static ip) and if you are connected to a network. - + Could not detect gateway ip address! - + Could not detect local ip address! - + Could not get public ip address via WebRequest (http/https) from "{0}"! Check your network connection (firewall, proxy, etc.). - + No A dns records resolved for "{0}"! - + No PTR dns record resolved for "{0}"! - + "{0}" A dns records resolved for "{1}"! - + PTR dns record resolved for "{0}"! - + Got "{0}" as public ip address from "{1}"! - + Resolved "{0}" as hostname for ip address "{1}"! - + Public IP address check is disabled! - + TCP/IP stack is available. "{0}" is reachable via ICMP! - + TCP/IP stack is not available... "{0}" is not reachable via ICMP! - + "{0}" detected as gateway ip address! - + "{0}" detected as local ip address! - + "{0}" is not reachable via ICMP! - + "{0}" is reachable via ICMP! - + Use custom IPv4 address API - + URL to a web service that can be reached via http or https and returns an IPv4 address like "xx.xx.xx.xx" as response. - + Could not parse public ip address from "{0}"! Try another service or use the default... - + Could not connect to "{0}"! - + IPv4 protocol available - + IPv6 protocol available - + Copy - + Official - + Network connection type - + Desktop background - + Desktop composition - + Experience - + Font smoothing - + Menu and window animation - + Performance - + Persistent bitmap caching - + Reconnect if the connection is dropped - + High-speed broadband (2 Mbps - 10 Mbps) - + Low-speed broadband (256 kbps - 2 Mbps) - + Detect connection quality automatically - + LAN (10 Mbps or higher) - + Modem (56 kbps) - + Satellite (2 Mbps - 16 Mbps with high latency) - + WAN (10 Mbps or higher with high latency) - + Show window contents while dragging - + Visual styles - + Remote audio - + Remote audio playback - + Remote audio recording - + Do not record - + Record from this computer - + Do not play - + Play on remote computer - + Play on this computer - + Gateway - + Custom commands - + Add custom command - + Arguments - + Delete custom command - + Edit custom command - + Program - + The selected custom command will be deleted permanently. - + The following variables are available: $$ipaddress$$ --> IP adresse $$hostname$$ --> Hostname - + Restart - + Could not resolve ip address for hostname! - + Ctrl+Alt+Del - + Keyboard shortcuts - + Adjust screen - + Fullscreen - + Could not send keystroke! - + Disconnect - + Detect local ip address and subnetmask - + Could not detect subnetmask! - + Detecting network... - + Closing in {0} seconds... - + Network unavailable! - + IP address to detect local ip address based on routing - + Show status window on network change - + Time in seconds how long the status window is shown - + WiFi - + Networks - + Searching for networks... - + No WiFi adapters found! - + Searching for WiFi adapters... - + No WiFi networks found! - + Channels - + Channel - + 2.4 GHz - + 5 GHz - + Signal strength - + Current download speed - + Current upload speed - + Measured time - + Network usage - + Total download - + Total upload - + Retries - + Use cache - + Use only TCP - + Query class - + Domain name - + Timeout (s) - + Report an issue or create a feature request - + Report an issue or create a feature request. - + Beacon interval - + Encryption - + Infrastructure - + Network kind - + Phy kind - + Uptime - + Show error message - + Ping Monitor - + Add host - + Add a host to monitor - + Pause - + Resume - + Could not resolve ip address for: "{0}" - + The application will be restarted... - + Could not export file! See error message: "{0}" - + File exported to "{0}"! - + Could not import file! See error message: "{0}" - + Location cannot be changed in portable version! - + Is encrypted - + Open documentation on GitHub. - + Customer 1 - + Add profile file - + Disable encryption... - + Edit profile file - + Enable encryption... - + Encryption... - + Profile name already exists! - + Rename - + Delete profile file - + Selected profile file will be deleted permanently. - + All profiles in this profile file will be permanently deleted! - + Patch - + Restart the application to change the language! - + Currently downloaded - + Currently uploaded - + LLDP / CDP - + Restart as Administrator - + To analyze network packets, the application must be started with elevated rights! - + Capture - + Device - + Duration (s) - + Model - + VLAN - + Capture network packets to view LLDP or CDP information! - + No discovery protocol packages received! - + Capturing network packages... - + Discovery Protocol - + CDP - + LLDP - + LLDP / CDP - + {0} seconds remaining... - + Help - + Application that is displayed at startup. - + Parameter - + Value - + Web Console - + Reload - + Browser - + The WebView control (Microsoft Edge) cannot connect to websites with an invalid certificate! - + Microsoft.Windows.SDK.Contracts is required for this feature but not available on this system (e.g. on Windows Server). - + ARP Table - + Connections - + Dashboard - + Discovery Protocol - + DNS Lookup - + HTTP Headers - + IP Scanner - + Listeners - + Lookup - + Network Interface - + Ping - + Ping Monitor - + Port Scanner - + PowerShell - + PuTTY - + Remote Desktop - + SNMP - + Subnet Calculator - + TigerVNC - + Traceroute - + Wake on LAN - + Web Console - + Whois - + WiFi - + Amber - + Black - + Blue - + Brown - + Cobalt - + Crimson - + Cyan - + Emerald - + Green - + Indigo - + Lime - + Magenta - + Mauve - + Olive - + Orange - + Purple - + Red - + Sienna - + Taupe - + Teal - + Pink - + Yellow - + Steel - + General - + Applications - + General - + Appearance - + Autostart - + General - + HotKeys - + Language - + Profiles - + Settings - + Status - + Update - + Window - + Enable log - + Log file name - + Log path - + Log mode - + Log - + SSH log - + SSH Raw log - + Session log - + SSH log - + SSH and Raw log - + Enter a valid file name! - + Lost - + Received - + Status change - + Update available! - + Private key file - + Preview - + Port profiles - + Add port profile - + Delete port profile - + Edit port profile - + The selected port profile will be deleted permanently. - + Select port profile - + Open port profiles... - + Show SplashScreen on start - + SplashScreen - + Download Microsoft Edge WebView2 Runtime - + Microsoft Edge WebView2 Runtime is not available! - + Frequency - + SSID - + Profile file could not be loaded! - + The profile file could not be loaded and may be corrupted. You can try to restore the file from a backup or delete it. If this happens unexpectedly or after an update, please report the error on GitHub. @@ -2751,360 +2756,360 @@ If this happens unexpectedly or after an update, please report the error on GitH Error message: "{0}" - + Edit group... - + Decryption error - + Could not decrypt file. You may report this issue on GitHub. - + Encryption error - + Could not encrpyt file. You may report this issue on GitHub. - + Current password - + New password - + Change master password - + Unlock profile - + Unlock the profile file to use the profiles! - + Disclaimer - + Merge - + Use other - + Move - + Last scan at {0} - + Hidden Network - + Developed and maintained by {0} with the help of the - + A Simple Public IP Address API - + AirspacePanel fixes all Airspace issues with WPF-hosted Winforms. - + Shared Controlz for WPF and ... more - + DnsClient.NET is a simple yet very powerful and high performant open source library for the .NET Framework to do DNS lookups - + Dragable and tearable tab control for WPF - + C# library take care of complex network, IP, IPv4, IPv6, netmask, CIDR, subnet, subnetting, supernet, and supernetting calculation for .NET developers. - + Simple, flexible, interactive & powerful charts, maps and gauges for .Net - + A collection of loading indicators for WPF - + Some awesome icons for WPF and UWP all together... - + A toolkit for creating Metro / Modern UI styled WPF apps. - + Json.NET is a popular high-performance JSON framework for .NET - + A GitHub API client library for .NET - + Capture and parse CDP and LLDP packets on local or remote computers - + Sharp SNMP Library - Open Source SNMP for .NET and Mono - + A collection of all country flags in SVG - + List of Top-Level-Domains from iana.org, which is used to query whois servers of the TLD from whois.iana.org via port 43 - + OUI data from ieee.org. - + Service Name and Transport Protocol Port Number Registry from iana.org. - + Apache License 2.0 - + BSD-2-Clause - + MIT License - + Unlicense - + C#/WinRT provides packaged WinRT projection support for the C# language. - + Runtime for hosting PowerShell - + The WebView2 control enables you to embed web technologies (HTML, CSS, and JavaScript) in your native applications powered by Microsoft Edge (Chromium). - + Easily add interactivity to your apps using XAML Behaviors for WPF. - + Microsoft WebView2 License - + The current profile file is not encrypted and passwords will stored unencrypted on disk! Enable profile file encryption in Settings>Profile to store credentials securely. - + ICMPv4 - + ICMPv6 - + Check is disabled! - + Enter a valid IPv6 address! - + Public IPv4 address reachable via ICMP. - + Public IPv6 address reachable via ICMP. - + Public IPv4 address - + Public IPv6 address - + Use custom IPv6 address API - + Time to live - + Chassis Id - + Management - + Device description - + Port description - + Remove IPv4 address - + Additional config... - + Remove IPv4 address... - + The remote session ended because the total login time limit was reached. This limit is set by the server administrator or by network policies. - + Enter a valid hostname! - + Enter a valid hostname and port! - + Unable to reconnect to the remote session. - + Migrate - + Report on GitHub - + Groups - + Add group - + Delete group - + Selected group and all profiles inside this group will be deleted permanently. - + The name is already used! - + Resize - + Delete profiles - + Selected profiles will be deleted permanently. - + Use custom themes - + Custom themes - + Reset settings? - + Settings reset! - + AWS Session Manager - + Instance ID - + Local connection - + Local interface - + log4net is a tool to help the programmer output log statements to a variety of output targets. - + AWS Session Manager - + Enabled - + Region - + Synchronize EC2 instances from AWS - + Add AWS profile - + Delete AWS profile - + The selected AWS profile is permanently deleted. The profile is not removed from the ~\.aws\credentials file. - + Edit AWS profile - + Synchronize all EC2 instances from AWS - + Synchronize group EC2 instances from AWS - + Profiles and regions to synchronize - + To synchronize EC2 instances from AWS, the AWS CLI must be configured on the system. The EC2 instances can be queried for multiple AWS accounts (profiles) and multiple regions. To do this, the profile stored in the file "~/.aws/credentials" must be configured along with the region to query. - + AWS SDK for .NET to work with Amazon Elastic Compute Cloud (Amazon EC2) in Amazon Web Services (AWS). - + Default profile - + Default region - + Profile which is used by manually created profiles to connect to an EC2 instance via AWS CLI. If not set, the default AWS CLI settings are used. - + Region which is used by manually created profiles to connect to an EC2 instance via AWS CLI . If not set, the default AWS CLI settings are used. - + If not set, the default AWS CLI settings are used. - + Group name cannot start with "{0}"! - + Synchronize only running EC2 instances from AWS - + An AWS region named "{0}" does not exist! - + AWS CLI v2 is installed! - + AWS CLI v2 is not installed! - + AWS Session Manager Plugin is installed! - + AWS Session Manager Plugin is not installed! - + Check for pre-releases - + Synchronization is disabled! - + Command - + Apply theme to PowerShell console - + The color of the PowerShell console can be changed to the application theme under Settings > General > Appearance - + If you enable this option, the default PowerShell console settings in the registry under HKCU:\Console are overridden so that the PowerShell console window matches the application theme. This is a global system setting that may affect the appearance of the normal PowerShell window. Only the PowerShell consoles configured in the PowerShell and AWS Session Manager settings are modified. Both Windows PowerShell and PWSH (PowerShell 7 and higher) are supported. @@ -3113,166 +3118,166 @@ Click in the upper right corner on the help / documentation button (left of the If the option is disabled again, the values are no longer modified. However, the original values are NOT restored. - + Input cannot end with a ";"! - + Input does not contain any text! - + Bit Calculator - + Bit Calculator - + Notation - + Input - + Unit - + Bits - + Gigabits - + Gigabytes - + Kilobits - + Kilobytes - + Megabits - + Megabytes - + Petabits - + Petabytes - + Terabits - + Terabytes - + Enter a number and select a unit to calculate the units... - + Network - + Proxy - + Resolve IP address for this host (IPv4 is preferred) - + A valid path to PowerShell should end with "pwsh.exe" or "powershell.exe"! - + A valid path to PuTTY should end with "PuTTY.exe"! - + A valid path to TigerVNC should end with "vncviewer-*.exe" or "vncviewer64-*.exe"! - + SNTP Lookup - + Move a .NET Framework/.NET Core app runtime components and dependencies into a sub-directory and make it beauty. - + Add a tab to perform a SNTP lookup... - + SNTP server(s) - + URL to a web service that can be reached via http or https and returns an IPv6 address like "xxxx:xx:xxx::xx" as response. - + IP endpoint - + Local end time - + Local start time - + Network time - + Offset - + Round trip delay - + Server - + SNTP Lookup - + Add SNTP server - + Delete SNTP server - + The selected SNTP server will be deleted permanently. - + Edit SNTP server - + An SNTP server with this name already exists! - + Enter a valid hostname (like "server-01" or "example.com") or a valid IP address (like 192.168.178.1)! - + Server(s) - + Enter master password to unlock the profile file: - + Unlock profile file - + Timed out - + Hostkey - + The settings will be reset and the application will be restarted afterwards! - + Settings have been reset! - + Ping status - + ThreadPool additional min. threads - + This setting specifies the minimum number of threads that will be created from the application's ThreadPool on demand. This can improve the performance for example of the IP scanner or port scanner. The value is added to the default min. threads (number of CPU threads). The value 0 leaves the default settings. If the value is higher than the default max. threads of the ThreadPool, this value is used. @@ -3281,553 +3286,569 @@ If the value is too high, performance problems may occur. Changes to this value will take effect after the application is restarted. Whether the value was set successfully can be seen in the log file under %LocalAppData%\NETworkManager\NETworkManager.log - + These settings only change the maximum number of concurrently executed threads per host/port scan. Go to Settings > General > General to adjust the (min) threads of the application. - + Port status - + Ping details - + No open ports found! - + Port scan is disabled! - + Scan ports - + Could not find the application "{0}". Maybe the application was hidden in the settings? - + Status window - + Show address bar - + Enabling this setting is not recommended. Multiple instances of the application share the same settings and profile files. The last instance to be closed may overwrite changes made by other instances. - + Bypass for local addresses - + Enable gateway server - + Logon method - + Gateway server - + Server name - + Share Gateway credentials with remote computer - + Allow me to select later - + Smart card or Windows Hello for Business - + Ask for password (NTLM) - + Use gateway credentials - + Your computer can't connect to the remote computer because the Remote Desktop Gateway server is temporarily unavailable. Try reconnecting later or contact your network administrator for assistance. - + Your computer can't connect to the remote computer due to one of the following reasons: 1) The requested Remote Desktop Gateway server address and the server SSL certificate subject name do not match. 2) The certificate is expired or revoked. 3) The certificate root authority does not trust the certificate. Contact your network administrator for assistance. - + This computer can't verify the identity of the RD Gateway "". It's not safe to connect to servers that can't be identified. Contact your network administrator for assistance. - + Your computer can't connect to the remote computer because the Remote Desktop Gateway server address requested and the certificate subject name do not match. Contact your network administrator for assistance. - + Your computer can't connect to the remote computer because the Remote Desktop Gateway server's certificate has expired or has been revoked. Contact your network administrator for assistance. - + An error occurred while sending data to the Remote Desktop Gateway server. The server is temporarily unavailable or a network connection is down. Try again later, or contact your network administrator for assistance. - + An error occurred while receiving data from the Remote Desktop Gateway server. Either the server is temporarily unavailable or a network connection is down. Try again later, or contact your network administrator for assistance. - + Your computer can't connect to the remote computer because the Remote Desktop Gateway server address is unreachable or incorrect. Type a valid Remote Desktop Gateway server address. - + Your computer can't connect to the remote computer because the Remote Desktop Gateway server is running low on server resources and is temporarily unavailable. Try reconnecting later or contact your network administrator for assistance. - + The Remote Desktop Gateway server has ended the connection. Try reconnecting later or contact your network administrator for assistance. - + The Remote Desktop Gateway server administrator has ended the connection. Try reconnecting later or contact your network administrator for assistance. - + Remote Desktop can't connect to the remote computer "" for one of these reasons: 1) Your user account is not listed in the RD Gateway's permission list 2) You might have specified the remote computer in NetBIOS format (for example, computer1), but the RD Gateway is expecting an FQDN or IP address format (for example, computer1.fabrikam.com or 157.60.0.1). Contact your network administrator for assistance. - + Remote Desktop can't connect to the remote computer "" for one of these reasons: 1) Your user account is not authorized to access the RD Gateway "" 2) Your computer is not authorized to access the RD Gateway "" 3) You are using an incompatible authentication method (for example, the RD Gateway might be expecting a smart card but you provided a password) Contact your network administrator for assistance. - + Your computer can't connect to the remote computer because your network administrator has restricted access to this RD Gateway server. Contact your network administrator for assistance. - + Your computer can't connect to the remote computer because the web proxy server requires authentication. To allow unauthenticated traffic to an RD Gateway server through your web proxy server, contact your network administrator. - + Your computer can't connect to the remote computer because the Remote Desktop Gateway server reached its maximum allowed connections. Try reconnecting later or contact your network administrator for assistance. - + Your computer can't connect to the remote computer because the Remote Desktop Gateway server does not support the request. Contact your network administrator for assistance. - + Your computer can't connect to the remote computer because the client does not support one of the Remote Desktop Gateway's capabilities. Contact your network administrator for assistance. - + Your computer can't connect to the remote computer because the Remote Desktop Gateway server and this computer are incompatible. Contact your network administrator for assistance. - + Your computer can't connect to the remote computer because no certificate was configured to use at the Remote Desktop Gateway server. Contact your network administrator for assistance. - + Your computer can't connect to the remote computer because the RD Gateway server that you are trying to connect to is not allowed by your computer administrator. If you are the administrator, add this Remote Desktop Gateway server name to the trusted Remote Desktop Gateway server list on your computer and then try connecting again. - + Your computer can't connect to the remote computer because your computer or device did not meet the Network Access Protection requirements set by your network administrator, for one of the following reasons: 1) The Remote Desktop Gateway server name and the server's public key certificate subject name do not match. 2) The certificate has expired or has been revoked. 3) The certificate root authority does not trust the certificate. 4) The certificate key extension does not support encryption. 5) Your computer cannot verify the certificate revocation list. Contact your network administrator for assistance. - + Your computer can't connect to the remote computer because a user name and password are required to authenticate to the Remote Desktop Gateway server instead of smart card credentials. - + Your computer can't connect to the remote computer because smart card credentials are required to authenticate to the Remote Desktop Gateway server instead of a user name and password. - + Your computer can't connect to the remote computer because an invalid cookie was sent to the Remote Desktop Gateway server. Contact your network administrator for assistance. - + Your computer can't connect to the remote computer because the cookie was rejected by the Remote Desktop Gateway server. Contact your network administrator for assistance. - + Your computer can't connect to the remote computer because the Remote Desktop Gateway server is expecting an authentication method different from the one attempted. Contact your network administrator for assistance. - + The RD Gateway connection ended because periodic user authentication failed. Try reconnecting with a correct user name and password. If the reconnection fails, contact your network administrator for further assistance. - + The RD Gateway connection ended because periodic user authorization failed. Try reconnecting with a correct user name and password. If the reconnection fails, contact your network administrator for further assistance. - + Your computer can't connect to the remote computer because the Remote Desktop Gateway and the remote computer are unable to exchange policies. This could happen due to one of the following reasons: 1. The remote computer is not capable of exchanging policies with the Remote Desktop Gateway. 2. The remote computer's configuration does not permit a new connection. 3. The connection between the Remote Desktop Gateway and the remote computer ended. Contact your network administrator for assistance. - + The RD Gateway connection ended because periodic user authorization failed. Your computer or device didn't pass the Network Access Protection (NAP) requirements set by your network administrator. Contact your network administrator for assistance. - + Connected - + Error while scanning WiFi adapter "{0}" with error: "{1}" - + Connect... - + {0} disconnected! - + Connect to {0} - + WPS - + Connect automatically - + Pre-shared key - + Connecting to {0}... - + Could not connect to {0} ({1})! - + Successfully connected to {0}! - + Access to the network has been revoked - + Invalid credentials - + Network not available - + Successful - + Connection attempt timed out - + -/- - + Authentication protocol is not supported! - + Checking WPS... - + Open OID profiles... - + MIB - + OID profiles - + Select OID profile - + Add OID profile - + Delete OID profile - + The selected OID profile will be deleted permanently. - + Edit OID profile - + Enter password... - + Add tab - + (from profile) - + New subnet mask - + Add server - + SNTP server - + The settings on this page contain errors. Correct them to be able to save. - + SSH hostkey to use for the connection (like "71:b8:f2:6e..."). Only available if the mode is "SSH". - + Full path to the private key file (like "C:\Users\BornToBeRoot\SSH\private_key.ppk"). Only available if the mode is "SSH". - + Username that will be passed into the PuTTY session. Only available if the mode is "SSH", "Telnet" or "Rlogin". - + ASN - + AS Name - + City - + Continent - + Country - + Currency - + District - + DNS resolver - + EDNS - + Geolocation - + Hosting - + IP geolocation - + ISP - + Latitude - + Longitude - + Mobile - + Organization - + PTR record - + Timezone - + Zip - + IP Geolocation API - Fast, accurate, reliable - + Check DNS resolver - + Check IP geolocation - + The DNS resolver is determined via ip-api.com. URL: https://edns.ip-api.com/ - + The IP geolocation is determined via ip-api.com. URL: http://ip-api.com/ - + To provide additional features, third party services are used that are not operated by me. You can deselect them below. No data is transferred to me at any time. - + Checking DNS resolver... - + Checking IP geolocation... - + Check your network connection and try again in a few seconds. - + ip-api.com rate limit reached (too many requests from your network)! Try again in a few seconds. - + HTTP status code - + Steel - + Rate limit reached! Try again in {0} seconds... - + General - + BSSID - + No reachable hosts found! - + Application - + Enable experimental features to test new functions. These are not yet complete, contain bugs, can crash the application and may change again until release. - + Experimental features - + Experimental - + Run command... - + IP Geolocation - + Add a tab to query the IP geolocation... - + Enter a domain to query whois... - + Enter host to query IP geolocation... - + Unknown user name. - + Authentication failure (incorrect password, community or key). - + The operation was successful without any errors. - + The response to your request was too large to fit into a single response! - + The requested OID could not be found! - + A read-write or write-only object was set to an inconsistent value! - + The requested OID does not exist and is not writable! - + An error occurred for which no specific message is available! - + The requested object is not accessible for modification! - + The object was set to an incompatible data type! - + The value assigned to the object exceeds its maximum length! - + The encoding used for the object is incorrect! - + The value assigned to the object is not a valid choice! - + The requested object does not exist and cannot be created! - + The MIB variable is currently in an inconsistent state and cannot be modified! - + There are no available system resources to perform the requested operation! - + An error occurred during the set operation! - + A set operation failed, and previous changes could not be rolled back! - + Authentication failed. Please check the community string! - + The requested object is not writable and cannot be modified! - + The object's state is inconsistent, preventing the set operation! - + Close all - + Expand host view - + Host cannot be set while other hosts are being added. Please wait until the process is complete and try again. - + Run command... (Ctrl+Shift+P) - + No matching commands! - + Remote hostname - + Process ID - + Process path - + Process name - + NetBIOS - + Computer name - + Error - + OK - + Warning - + Group / domain name - + NetBIOS reachable - + Scan for NetBIOS - + NetBIOS scan is disabled! - + Resolve Hostname is disabled! - + Resolve MAC address is disabled! - + Close group - + Run command... (Ctrl+Shift+P) - + Profile files - + Open settings... - + Expand and open search... - + Access to the Wi-Fi adapter is not permitted by Windows. Open the Windows settings and allow Wi-Fi access for this application. Restart the application afterwards to use this feature. + + Drag and drop the applications to reorder them. +Right-click for more options. + + + Restore defaults + + + An easy to use drag'n'drop framework for WPF. + + + BSD-3-Clause + + + Set default + \ No newline at end of file diff --git a/Source/NETworkManager.Localization/Resources/Strings.ru-RU.resx b/Source/NETworkManager.Localization/Resources/Strings.ru-RU.resx index 9ac1c9092a..7f857be717 100644 --- a/Source/NETworkManager.Localization/Resources/Strings.ru-RU.resx +++ b/Source/NETworkManager.Localization/Resources/Strings.ru-RU.resx @@ -1,2748 +1,2753 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - - - - - - - text/microsoft-resx - - - 2.0 - - - System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - + + + + text/microsoft-resx + + + 2.0 + + + System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + + + + System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + + + Справка - + Тон - + Добавить учетные данные - + Добавить запись - + Добавить профиль - + Вы уверены? - + ARP - + ARP Таблица - + Идентификация - + Автозапуск - + Калькулятор - + Параметр командной строки - + Конфигурация - + Подтвердить - + Подключить - + Подключить как - + Копировать профиль - + Учетные данные - + Данные - + Приложение по умолчанию - + Удалить учетные данные - + Удалить профиль - + Цель - + Подробности - + Отсоединенный - + Дисплей - + DNS - + поиск DNS - + Не фрагментировать - + Изменить учетные данные - + Изменить группу - + Изменить профиль - + Ошибка - + Экспорт - + Фильтр - + Общие - + Заголовки - + История - + Комбинация клавиш - + HTTP Headers - + Импорт - + Информация - + Интерфейс - + IP Scanner - + Клавиатура - + Язык - + Библиотеки - + Лицензия - + Локальные устройства и ресурсы - + Расположение - + Lookup - + MAC-адрес - + Мастер-пароль - + Многопоточный режим - + Сеть - + Сетевой интерфейс - + Новая вкладка - + OUI - + Переписать? - + Ping - + Порт - + Портативный - + Сканер портов - + Профили - + PuTTY - + Запрос - + Remote Desktop - + Сброс - + Определить PTR - + Ресурсы - + Результат - + Route - + Скан - + Поиск - + Выберите профиль... - + Установить мастер-пароль - + Установки - + SNMP - + Socket - + Статистика - + Состояние - + Подсеть - + Разбиение на подсети - + Успешно! - + Тема - + Traceroute - + Tray - + Обновление - + v1/v2c - + v3 - + Проверка не удалась! - + Wake on LAN - + Вебсайт - + Окно - + Неверный пароль! - + Клиент - + Administrator - + Всегда показывать значок в трее - + Попытки - + Среднее время - + Broadcast - + Буфер - + Байты - + CIDR - + Закрыть - + Шлюз по умолчанию - + Удалить... - + Описание - + DHCP включенный - + DHCP Lease истёк - + DHCP Lease назначен - + DHCP Сервер - + DNS-сервер(а) - + DNS-суффикс - + Динамический IPv4-Адрес - + Динамический DNS-сервер IPv4 - + Прыжок - + Прыжки - + Имя хоста - + IP Адрес - + IP-адреса - + IPv4 - + IPv4 Адрес - + IPv4-шлюз по умолчанию - + IPv6 - + IPv6 Адрес - + Link-local IPv6 Адрес - + IPv6-Default-сетевой шлюз - + Максимум - + Maximum hops - + Свернуть главное окно вместо завершения работы приложения - + Сворачивать в трей вместо панели задач - + Минимум - + Имя - + Сетевой адрес - + Новая маска подсети или CIDR - + Нет - + Получить IP-адрес автоматически - + Получить адрес DNS-сервера автоматически - + Потеря пакетов - + Переданные пакеты - + Физический адрес - + Предпочтительный протокол при разрешении имени хоста: - + Первичный DNS-сервер - + Получено / Потеряно - + Разрешить имя узла - + Требуется перезапуск - + Сохранение настроек в папке приложения - + Вторичный DNS-сервер - + Показать - + Показать следующее приложение при запуске: - + Мощный инструмент для управления сетями и устранения сетевых проблем! - + Скорость - + Запускаться свернутым в трей - + Запуск с Windows (текущий пользователь) - + Статический IPv4-Адрес - + Статический DNS-сервер IPv4 - + Subnet mask - + Threads - + Время - + Время 1 - + Время 2 - + Время 3 - + Таймаут - + Время ожидания (мс) - + Time (ms) to wait between each ping - + TTL - + Тип - + Использовать следующий IP-адрес: - + Использовать следующие адреса DNS-серверов: - + Wake up - + Да - + Добавить - + Добавить вкладки для выполнения поиска DNS... - + Добавление вкладки для выполнения сканирования сети... - + Добавить вкладку для выполнения действия SNMP... - + Добавить вкладку выполнить ping... - + Добавление вкладки для выполнения сканирования портов... - + Добавить вкладку для выполнения трассировки... - + Добавить DNS-суффикс (основной) к имени хоста - + Дополнительная командная строка - + Дополнительный - + Добавить профиль... - + Отрегулируйте экран автоматически - + Ответы - + The application will be restarted afterwards! - + Применить - + Применение комбинаций клавиш Windows (например, ALT + TAB): - + Auth - + Уровень проверки подлинности - + Полномочия - + Автоматически обновлять всегда - + Назад - + Архивация - + Baud - + Операция отменена пользователем! - + Caps lock включен! - + Проверка наличия обновлений при запуске - + Класс - + Очистить фильтр - + Глубина цвета (bit) - + Сообщество - + Настройте путь к PuTTY в настройках... - + Подтвердить закрытие - + Вы уверены, что хотите закрыть приложение? - + Подключить как... - + Подключить внешний - + Подключите сетевую карту к сети, чтобы настроить её! - + Копия - + Копировать как... - + Копировать... - + Не удалось определить имя узла для: "{0}" - + Учетные данные - + Profile files are encrypted on disk using AES with a key size of 256 bits and a block size of 128 bits in CBC mode. The encryption key is derived from a master password using Rfc2898DeriveBytes (PBKDF2) with 1,000,000 iterations. At runtime, passwords are stored as SecureString once the profile file is loaded. For some functions, the password must be converted to a normal string and remains unencrypted in memory until the garbage collector cleans them up. First make a backup copy of your profile files before enabling encryption! - + Настраиваемый - + настраиваемый размер экрана: - + Данные обновлены! - + Учетные данные должны быть расшифрованы и загружены для управления ими. - + Стандартный - + Скорость передачи - + Порт по умолчанию: - + Рлогин порт - + SSH порт - + Telnet порт - + Выбранные учетные данные будут удалены навсегда. - + Удалить запись - + Selected profile will be deleted permanently. - + Автоматическая настройка DNS - + DNS Lookup... - + DNS-сервер - + Открыть документацию - + Домен - + Продолжительность - + Изменить... - + Включить - + Включить поддержку Security Support Provider - + Конечное время - + Enter a subnet to calculate it... - + Введите подсеть и новую маску подсети для создания подсетей... - + Не удалось подключиться к api.github.com, проверьте подключение к сети! - + Ошибка в ответе! - + Ошибка в ответе! Проверьте, есть ли у вас разрешения на запись. - + Расширять - + Первый используемый IP-адрес - + Фиксированный размер экрана: - + Star/Fork the Project on GitHub - + Найдено - + Группа - + Высота - + Хост - + Имя хоста или IP-адрес - + Hosts - + ID - + Inherit host from general - + IP-диапазон - + Последний используемый IP-адрес - + Локальный IP адрес - + Локальный порт - + MAC-адрес или поставщик - + Magic пакет успешно отправлен! - + Достигнуто Максимальное число ({0}) прыжков/маршрутизатора! - + Размер сообщения - + Режим - + Multicast - + Различные экземпляры - + Не удается получить сетевой адрес. Проверьте, подключен ли компьютер к сети. Дополнительные сведения об устранении неполадок сети см. в справке Windows. - + Новое соединение. - + Запись DNS для "{0}"не найдена! Проверьте ввод и настройки. - + Сетевые адаптеры не найдены! - + Порты не найдены. Проверьте ввод! - + Профили не найдены! Создать один... - + Ничего не найдено! - + Нечего делать. Проверьте свой ввод! - + Нет доступных обновлений! - + Не найден допустимый файл для импорта. - + Продавец не найден. Проверьте ввод! - + Количество ошибок, после которых отменяется: - + Количество сохраненных записей - + OID - + Только в полноэкранном режиме - + On the remote computer - + On this computer - + Открытый - + Открытая лицензия - + Открыть проект - + Открыть сайт - + перезаписать - + Пароль - + Пароли не совпадают! - + Путь - + Порт или служба - + Ports - + Priv - + Профиль - + Профили перезагружены - + Протокол - + PuTTY процесс завершился! - + Вопросы - + RAW - + Рекурсия - + Перенаправление буфера обмена - + Перенаправление устройств - + Перенаправление дисков - + Порты перенаправления - + Перенаправление принтеров - + Перенаправление смарт-карт - + Оставшееся время - + Удаленный IP адрес - + Удаленный порт - + Повторять - + Разрешить CNAME для любых запросов - + Ответы - + Rlogin - + Отсканированный - + Приложение не найдено! - + Язык поиска не найден! - + Параметр не найден! - + Безопасность - + Выберите разрешение экрана - + This will reset all settings! - + Serial - + Serial line - + Служба - + The found settings file was corrupted or is not compatible with this version! You may report this issue on GitHub. A backup of the settings file was created in the settings folder and the settings were reset. Profile files are not affected! - + Показать закрытые порты - + Показать заголовок текущего приложения - + Показывать только наиболее распространенные типы запросов - + Show unreachable IP addresses and ports - + Показать статистику - + SSH - + Время начала - + Состояние - + Подсеть 1 - + Подсеть 2 - + Метка - + Telnet - + Приложение может быть запущено без параметров! - + Не удалось разрешить следующие имена узлов: - + Доступны следующие параметры: - + Следующие параметры не могут быть обработаны: - + Процесс может занять некоторое время и ресурсы (CPU / RAM). - + The settings location is not affected! - + Timeout on SNMP query. Maybe the host is not reachable or the community / password is wrong. - + Время ожидания при запросе DNS-сервера с IP-адресом " {0}"! - + Timestamp - + Трассировка - + Неизвестная ошибка! - + Untray / Bring window to foreground - + URL - + Использовать учетные данные - + Использовать текущий размер представления в качестве размера экрана - + Использовать пользовательский DNS-сервер - + Использовать пользовательский DNS-суффикс - + Использовать resolver cache - + Пользовательский интерфейс заблокирован! - + Имя пользователя - + Продавец - + Версия - + Версия {0}доступна! - + Walk mode - + Ширина - + Profile file could not be decrypted with the given password. - + Введенный пароль неверен. - + Добавить... - + Добавить запись... - + Рассчитать - + Отмена - + Замена - + Изменить Master пароль... - + Проверить - + Проверить наличие обновлений - + Закрытый - + Продолжить - + Настраиваемый: - + Вырезать - + Расшифровка и загрузка... - + Удалить - + Удалить таблицу - + Введите местоположение... - + Что угодно - + Фильтр... - + Очистить кэш DNS - + Расшифруйте и загрузите свои учетные данные, чтобы выбрать их. - + Отображает это диалоговое окно. - + Resets all application settings. - + Пароль не отображается при редактировании, но может быть перезаписан. - + [0] Если аутентификация на сервере не удалась, подключитесь к компьютеру без предупреждения. [1] Если аутентификация на сервере не удалась, не устанавливайте соединение. [2] Если аутентификация на сервере не удалась, выведите предупреждение и разрешите мне подключиться или отказаться от подключения. [3] Требования к аутентификации не указаны. - + Теги помогают организовать профили/сеансы по темам/проектам. Несколько тегов могут быть использованы с ";" быть разделены. Поиск по тегам с "tag=xxx". - + Час(ы) - + Расположение файла импорта... - + Минута(ы) - + Двигать & Перезапуск - + Сетевое подключение... - + (без изменений) - + Выключен - + OK - + Включен - + Открыть местоположение - + Открыть настройки - + Перезаписать - + Вставить - + Восстановить соединение - + Обновить - + Перезагрузить сейчас - + Сохранить - + Поиск... - + Секунда(ы) - + Посылать - + Установить Мастер-Пароль... - + Показать локальные лицензии - + Калькулятор подсети - + Подтвердить - + Соединения - + Enter a valid IP range! - + Введите действительный адрес IPv4! - + Введите допустимый MAC-адрес (например 00:F1:23:AB:F2:35)! - + Введите допустимый порт (1 - 65535)! - + Введите допустимую маску подсети (255.255.255.0)! - + Введите допустимую маску подсети или CIDR (like 255.255.255.0 or /24)! - + Поле не может быть пустым! - + Файл не существует! - + Папка не существует! - + Приемники - + Янтарный - + Внешний вид - + Приложения - + Dark - + Light - + Чёрный - + Синий - + Коричневый - + Кобальт - + Малиновый - + Голубой - + Изумруд - + Введите один или несколько действительных IP-адресов! - + Введите допустимый бод. - + Введите допустимые хосты (несколько хостов не могут заканчиваться на ";")! - + Введите действительный IP-адрес! - + Введите действительный номер! - + Введите допустимое OID! - + Введите допустимый порт и/или диапазон портов (1 - 65535)! - + Введите допустимую подсеть (like 192.168.178.133/26)! - + Введите действительный веб-сайт (like https://example.com/index.html) - + Зеленый - + импорт / экспорт - + Индиго - + Узел назначения недоступен. - + Сеть назначения недоступна. - + Порт назначения недоступен. - + Успех - + Время ожидания запроса. - + TTL просроченным транзитом. - + Ключ должен иметь 8 символов и более! - + Известь - + Пурпурный - + Лиловый - + Оливка - + Только номера могут быть введены! - + Оранжевый - + Розовый - + Пурпур - + Красный - + Socket закрыт. - + Удаленное отключение сервером. - + Ошибка декомпрессии. - + Истекло время ожидания соединения. - + Ошибка расшифровки. - + Сбой поиска DNS-имени. - + Ошибка поиска DNS. - + Ошибка шифрования. - + Ошибка вызова Windows Sockets gethostbyname. - + Хост не найден. - + Внутренняя ошибка. - + Внутренняя ошибка безопасности. - + Внутренняя ошибка безопасности. - + Указанный метод шифрования недопустим. - + Указан неверный IP-адрес. - + Указанный IP-адрес недействителен. - + Данные безопасности недопустимы. - + Недопустимые данные безопасности сервера. - + Не удалось согласовать лицензию. - + Время ожидания лицензирования. - + Локальное отключение. - + Нет информации. - + Нехватка памяти. - + Нехватка памяти. - + Нехватка памяти. - + Дистанционное отключение пользователя. - + Не удалось распаковать сертификат сервера. - + Сбой подключения Windows Sockets. - + Windows Sockets ошибка принятого вызова. - + Учетная запись отключена. - + Срок действия учетной записи истек. - + Учетная запись заблокирована. - + Учетная запись ограничена. - + Полученный сертификат истек. - + Политика не поддерживает делегирование учетных данных на целевой сервер. - + Политика проверки подлинности сервера не разрешает запросы на подключение с использованием сохраненных учетных данных. Пользователь должен ввести новые учетные данные. - + Ошибка входа. - + Не удалось связаться с полномочиями для проверки подлинности. Имя домена участника, прошедшего проверку подлинности, может быть неправильным, домен может быть недоступен или возникла ошибка доверия. - + Указанный пользователь не имеет учетной записи. - + Срок действия пароля истек. - + Перед первым входом в систему необходимо изменить пароль пользователя. - + Делегирование учетных данных на целевой сервер не допускается, если не достигнута взаимная проверка подлинности. - + Смарт-карта заблокирована. - + Неверный PIN-код от смарт-карты. - + Пришёл Timeout. - + Внутренняя ошибка таймера. - + Windows Sockets ошибка отправки вызова. - + Сиена - + Пробелы не допускаются! - + Сталь - + Темно-серый - + Закрытый - + Закрыть Ожидание - + Закрытие - + DeleteTcb - + Established - + FinWait1 - + FinWait2 - + LastAck - + Listen - + SynReceived - + SynSent - + Время Ожидания - + Неизвестный - + Чирок - + Фиалка - + Белый - + Желтый - + Профиль с таким именем уже существует! - + Закрыть - + Открыть - + Хотя бы одно приложение должно быть видно! - + Скрытые приложения - + Видимые приложения - + Видимые приложения в панели: - + Whois - + Добавьте вкладку для запроса whois... - + Введите допустимый домен (например "example.com")! - + Whois-сервер, домен не найден: "{0}" - + Маршрут - + Выпуск - + Выпуск & Обновление - + Обновление - + Параметры DNS Windows - + Удаление DNS-сервера - + Выбранный DNS-сервер будет удален безвозвратно. - + Добавить DNS-сервер - + Изменить DNS-сервер - + DNS-сервер с таким именем уже существует! - + Перезапустить сеанс - + TigerVNC - + Настроить путь к TigerVNC в настройках... - + Процесс TigerVNC завершен! - + Соединение... - + Запрос MAC-адрес и производителя - + Заметка - + Экспортировать все - + Экспортировать... - + Экспортировать выбранные - + Локация... - + Файл - + Enter a valid file path! - + Все - + Формат - + Выделенный - + Ошибка при экспорте данных. Увидеть сообщение об ошибке подробнее: - + Дизайн - + Выделите время ожидания - + Введите подсети, чтобы создать широкую подсеть... - + Широкая Подсеть - + Добавить вкладку... - + Добавить адрес IPv4... - + Добавить адрес IPv4 - + Max. concurrent host threads - + Max. concurrent port threads - + PowerShell - + Настройте путь к PowerShell в настройках... - + Процесс PowerShell завершен! - + Политика исполнения - + Удаленная консоль - + Путь файла - + Перезаписать настройки по умолчанию - + Определить IPv4-адрес для этого хоста - + Скрыть - + Всего байт получено - + Всего отправлено байт - + Скачать - + Пропускная способность - + Загрузить - + Применить комбинации клавиш Windows - + Поставщик поддержки безопасности учетных данных - + Фоновая работа - + The background job will save settings and profiles every x-minutes. Value 0 will disable this feature. Changes to this value will take effect after restarting the application. - + Запускать фоновую работу каждую х-минуту - + Ваша операционная система несовместима с последней версией! - + Dashboard - + All settings can be changed later in the settings! - + Проверьте общедоступный IP-адрес - + Thank you for using NETworkManager! If you like this tool, please leave a star on GitHub and recommend it to others. - + When starting the program, it checks in the background whether a new program version is available on GitHub. URL: https://api.github.com/ - + Публичный IP-адрес определяется через ipify.org. URL: https://api.ipify.org/ - + Конфиденциальность - + Добро пожаловать - + Внешние услуги - + Star/Fork the Project on GitHub. - + Help translate the project on Transifex. - + Contact via Twitter. - + Соединение - + Компьютер - + Шлюз/Маршрутизатор - + Интернет - + Проверьте конфигурацию сетевого адаптера (DNS) и правильно ли настроен сервер DNS. - + Проверьте конфигурацию сетевого адаптера (dhcp, статический ip) и убедитесь, что вы подключены к сети. - + Не удалось обнаружить IP-адрес шлюза! - + Не удалось обнаружить локальный IP-адрес! - + Не удалось получить публичный IP-адрес через WebRequest (http / https) из "{0}"! Проверьте подключение к сети (брандмауэр, прокси и т. Д.). - + Нет записей A в DNS, разрешенных для "{0}"! - + Нет записи PTR в DNS для "{0}"! - + "{0}" A запись в DNS для "{1}"! - + PTR запись в DNS для "{0}"! - + Получил "{0}" как публичный IP-адрес от "{1}"! - + Определить "{0}" в качестве имени хоста для IP-адреса "{1}"! - + Проверка публичного IP-адреса выключена! - + Стек TCP / IP доступен. "{0}" доступен через ICMP! - + Стек TCP / IP недоступен ... "{0}" не доступен через ICMP! - + "{0}" обнаружен как IP-адрес шлюза! - + "{0}" обнаружен как локальный IP-адрес! - + "{0}" недоступен через ICMP! - + "{0}" доступен через ICMP! - + Use custom IPv4 address API - + URL to a web service that can be reached via http or https and returns an IPv4 address like "xx.xx.xx.xx" as response. - + Не удалось разобрать публичный IP-адрес из "{0}"! Попробуйте другой сервис или используйте по умолчанию... - + Не удалось подключиться к "{0}"! - + Доступен протокол IPv4 - + Доступен протокол IPv6 - + Копировать - + Официальный - + Network connection type - + Desktop background - + Desktop composition - + Experience - + Font smoothing - + Menu and window animation - + Performance - + Persistent bitmap caching - + Reconnect if the connection is dropped - + High-speed broadband (2 Mbps - 10 Mbps) - + Low-speed broadband (256 kbps - 2 Mbps) - + Detect connection quality automatically - + LAN (10 Mbps or higher) - + Modem (56 kbps) - + Satellite (2 Mbps - 16 Mbps with high latency) - + WAN (10 Mbps or higher with high latency) - + Show window contents while dragging - + Visual styles - + Remote audio - + Remote audio playback - + Remote audio recording - + Do not record - + Record from this computer - + Do not play - + Play on remote computer - + Play on this computer - + Gateway - + Custom commands - + Add custom command - + Arguments - + Delete custom command - + Edit custom command - + Program - + The selected custom command will be deleted permanently. - + The following variables are available: $$ipaddress$$ --> IP adresse $$hostname$$ --> Hostname - + Restart - + Could not resolve ip address for hostname! - + Ctrl+Alt+Del - + Keyboard shortcuts - + Adjust screen - + Fullscreen - + Could not send keystroke! - + Disconnect - + Detect local ip address and subnetmask - + Could not detect subnetmask! - + Detecting network... - + Closing in {0} seconds... - + Network unavailable! - + IP address to detect local ip address based on routing - + Show status window on network change - + Time in seconds how long the status window is shown - + WiFi - + Networks - + Searching for networks... - + No WiFi adapters found! - + Searching for WiFi adapters... - + No WiFi networks found! - + Channels - + Channel - + 2.4 GHz - + 5 GHz - + Signal strength - + Current download speed - + Current upload speed - + Measured time - + Network usage - + Total download - + Total upload - + Retries - + Use cache - + Use only TCP - + Query class - + Domain name - + Timeout (s) - + Report an issue or create a feature request - + Report an issue or create a feature request. - + Beacon interval - + Encryption - + Infrastructure - + Network kind - + Phy kind - + Uptime - + Show error message - + Ping Monitor - + Add host - + Add a host to monitor - + Pause - + Resume - + Could not resolve ip address for: "{0}" - + The application will be restarted... - + Could not export file! See error message: "{0}" - + File exported to "{0}"! - + Could not import file! See error message: "{0}" - + Location cannot be changed in portable version! - + Is encrypted - + Open documentation on GitHub. - + Customer 1 - + Add profile file - + Disable encryption... - + Edit profile file - + Enable encryption... - + Encryption... - + Profile name already exists! - + Rename - + Delete profile file - + Selected profile file will be deleted permanently. - + All profiles in this profile file will be permanently deleted! - + Patch - + Restart the application to change the language! - + Currently downloaded - + Currently uploaded - + LLDP / CDP - + Restart as Administrator - + To analyze network packets, the application must be started with elevated rights! - + Capture - + Device - + Duration (s) - + Model - + VLAN - + Capture network packets to view LLDP or CDP information! - + No discovery protocol packages received! - + Capturing network packages... - + Discovery Protocol - + CDP - + LLDP - + LLDP / CDP - + {0} seconds remaining... - + Help - + Application that is displayed at startup. - + Parameter - + Value - + Web Console - + Reload - + Browser - + The WebView control (Microsoft Edge) cannot connect to websites with an invalid certificate! - + Microsoft.Windows.SDK.Contracts is required for this feature but not available on this system (e.g. on Windows Server). - + ARP Table - + Connections - + Dashboard - + Discovery Protocol - + DNS Lookup - + HTTP Headers - + IP Scanner - + Listeners - + Lookup - + Network Interface - + Ping - + Ping Monitor - + Port Scanner - + PowerShell - + PuTTY - + Remote Desktop - + SNMP - + Subnet Calculator - + TigerVNC - + Traceroute - + Wake on LAN - + Web Console - + Whois - + WiFi - + Amber - + Black - + Blue - + Brown - + Cobalt - + Crimson - + Cyan - + Emerald - + Green - + Indigo - + Lime - + Magenta - + Mauve - + Olive - + Orange - + Purple - + Red - + Sienna - + Taupe - + Teal - + Pink - + Yellow - + Steel - + General - + Applications - + General - + Appearance - + Autostart - + General - + HotKeys - + Language - + Profiles - + Settings - + Status - + Update - + Window - + Enable log - + Log file name - + Log path - + Log mode - + Log - + SSH log - + SSH Raw log - + Session log - + SSH log - + SSH and Raw log - + Enter a valid file name! - + Lost - + Received - + Status change - + Update available! - + Private key file - + Preview - + Port profiles - + Add port profile - + Delete port profile - + Edit port profile - + The selected port profile will be deleted permanently. - + Select port profile - + Open port profiles... - + Show SplashScreen on start - + SplashScreen - + Download Microsoft Edge WebView2 Runtime - + Microsoft Edge WebView2 Runtime is not available! - + Frequency - + SSID - + Profile file could not be loaded! - + The profile file could not be loaded and may be corrupted. You can try to restore the file from a backup or delete it. If this happens unexpectedly or after an update, please report the error on GitHub. @@ -2751,360 +2756,360 @@ If this happens unexpectedly or after an update, please report the error on GitH Error message: "{0}" - + Edit group... - + Decryption error - + Could not decrypt file. You may report this issue on GitHub. - + Encryption error - + Could not encrpyt file. You may report this issue on GitHub. - + Current password - + New password - + Change master password - + Unlock profile - + Unlock the profile file to use the profiles! - + Disclaimer - + Merge - + Use other - + Move - + Last scan at {0} - + Hidden Network - + Developed and maintained by {0} with the help of the - + A Simple Public IP Address API - + AirspacePanel fixes all Airspace issues with WPF-hosted Winforms. - + Shared Controlz for WPF and ... more - + DnsClient.NET is a simple yet very powerful and high performant open source library for the .NET Framework to do DNS lookups - + Dragable and tearable tab control for WPF - + C# library take care of complex network, IP, IPv4, IPv6, netmask, CIDR, subnet, subnetting, supernet, and supernetting calculation for .NET developers. - + Simple, flexible, interactive & powerful charts, maps and gauges for .Net - + A collection of loading indicators for WPF - + Some awesome icons for WPF and UWP all together... - + A toolkit for creating Metro / Modern UI styled WPF apps. - + Json.NET is a popular high-performance JSON framework for .NET - + A GitHub API client library for .NET - + Capture and parse CDP and LLDP packets on local or remote computers - + Sharp SNMP Library - Open Source SNMP for .NET and Mono - + A collection of all country flags in SVG - + List of Top-Level-Domains from iana.org, which is used to query whois servers of the TLD from whois.iana.org via port 43 - + OUI data from ieee.org. - + Service Name and Transport Protocol Port Number Registry from iana.org. - + Apache License 2.0 - + BSD-2-Clause - + MIT License - + Unlicense - + C#/WinRT provides packaged WinRT projection support for the C# language. - + Runtime for hosting PowerShell - + The WebView2 control enables you to embed web technologies (HTML, CSS, and JavaScript) in your native applications powered by Microsoft Edge (Chromium). - + Easily add interactivity to your apps using XAML Behaviors for WPF. - + Microsoft WebView2 License - + The current profile file is not encrypted and passwords will stored unencrypted on disk! Enable profile file encryption in Settings>Profile to store credentials securely. - + ICMPv4 - + ICMPv6 - + Check is disabled! - + Enter a valid IPv6 address! - + Public IPv4 address reachable via ICMP. - + Public IPv6 address reachable via ICMP. - + Public IPv4 address - + Public IPv6 address - + Use custom IPv6 address API - + Time to live - + Chassis Id - + Management - + Device description - + Port description - + Remove IPv4 address - + Additional config... - + Remove IPv4 address... - + The remote session ended because the total login time limit was reached. This limit is set by the server administrator or by network policies. - + Enter a valid hostname! - + Enter a valid hostname and port! - + Unable to reconnect to the remote session. - + Migrate - + Report on GitHub - + Groups - + Add group - + Delete group - + Selected group and all profiles inside this group will be deleted permanently. - + The name is already used! - + Resize - + Delete profiles - + Selected profiles will be deleted permanently. - + Use custom themes - + Custom themes - + Reset settings? - + Settings reset! - + AWS Session Manager - + Instance ID - + Local connection - + Local interface - + log4net is a tool to help the programmer output log statements to a variety of output targets. - + AWS Session Manager - + Enabled - + Region - + Synchronize EC2 instances from AWS - + Add AWS profile - + Delete AWS profile - + The selected AWS profile is permanently deleted. The profile is not removed from the ~\.aws\credentials file. - + Edit AWS profile - + Synchronize all EC2 instances from AWS - + Synchronize group EC2 instances from AWS - + Profiles and regions to synchronize - + To synchronize EC2 instances from AWS, the AWS CLI must be configured on the system. The EC2 instances can be queried for multiple AWS accounts (profiles) and multiple regions. To do this, the profile stored in the file "~/.aws/credentials" must be configured along with the region to query. - + AWS SDK for .NET to work with Amazon Elastic Compute Cloud (Amazon EC2) in Amazon Web Services (AWS). - + Default profile - + Default region - + Profile which is used by manually created profiles to connect to an EC2 instance via AWS CLI. If not set, the default AWS CLI settings are used. - + Region which is used by manually created profiles to connect to an EC2 instance via AWS CLI . If not set, the default AWS CLI settings are used. - + If not set, the default AWS CLI settings are used. - + Group name cannot start with "{0}"! - + Synchronize only running EC2 instances from AWS - + An AWS region named "{0}" does not exist! - + AWS CLI v2 is installed! - + AWS CLI v2 is not installed! - + AWS Session Manager Plugin is installed! - + AWS Session Manager Plugin is not installed! - + Check for pre-releases - + Synchronization is disabled! - + Command - + Apply theme to PowerShell console - + The color of the PowerShell console can be changed to the application theme under Settings > General > Appearance - + If you enable this option, the default PowerShell console settings in the registry under HKCU:\Console are overridden so that the PowerShell console window matches the application theme. This is a global system setting that may affect the appearance of the normal PowerShell window. Only the PowerShell consoles configured in the PowerShell and AWS Session Manager settings are modified. Both Windows PowerShell and PWSH (PowerShell 7 and higher) are supported. @@ -3113,166 +3118,166 @@ Click in the upper right corner on the help / documentation button (left of the If the option is disabled again, the values are no longer modified. However, the original values are NOT restored. - + Input cannot end with a ";"! - + Input does not contain any text! - + Bit Calculator - + Bit Calculator - + Notation - + Input - + Unit - + Bits - + Gigabits - + Gigabytes - + Kilobits - + Kilobytes - + Megabits - + Megabytes - + Petabits - + Petabytes - + Terabits - + Terabytes - + Enter a number and select a unit to calculate the units... - + Network - + Proxy - + Resolve IP address for this host (IPv4 is preferred) - + A valid path to PowerShell should end with "pwsh.exe" or "powershell.exe"! - + A valid path to PuTTY should end with "PuTTY.exe"! - + A valid path to TigerVNC should end with "vncviewer-*.exe" or "vncviewer64-*.exe"! - + SNTP Lookup - + Move a .NET Framework/.NET Core app runtime components and dependencies into a sub-directory and make it beauty. - + Add a tab to perform a SNTP lookup... - + SNTP server(s) - + URL to a web service that can be reached via http or https and returns an IPv6 address like "xxxx:xx:xxx::xx" as response. - + IP endpoint - + Local end time - + Local start time - + Network time - + Offset - + Round trip delay - + Server - + SNTP Lookup - + Add SNTP server - + Delete SNTP server - + The selected SNTP server will be deleted permanently. - + Edit SNTP server - + An SNTP server with this name already exists! - + Enter a valid hostname (like "server-01" or "example.com") or a valid IP address (like 192.168.178.1)! - + Server(s) - + Enter master password to unlock the profile file: - + Unlock profile file - + Timed out - + Hostkey - + The settings will be reset and the application will be restarted afterwards! - + Настройки сброшены! - + Ping status - + ThreadPool additional min. threads - + This setting specifies the minimum number of threads that will be created from the application's ThreadPool on demand. This can improve the performance for example of the IP scanner or port scanner. The value is added to the default min. threads (number of CPU threads). The value 0 leaves the default settings. If the value is higher than the default max. threads of the ThreadPool, this value is used. @@ -3281,549 +3286,549 @@ If the value is too high, performance problems may occur. Changes to this value will take effect after the application is restarted. Whether the value was set successfully can be seen in the log file under %LocalAppData%\NETworkManager\NETworkManager.log - + These settings only change the maximum number of concurrently executed threads per host/port scan. Go to Settings > General > General to adjust the (min) threads of the application. - + Port status - + Ping details - + No open ports found! - + Port scan is disabled! - + Scan ports - + Could not find the application "{0}". Maybe the application was hidden in the settings? - + Status window - + Show address bar - + Enabling this setting is not recommended. Multiple instances of the application share the same settings and profile files. The last instance to be closed may overwrite changes made by other instances. - + Bypass for local addresses - + Enable gateway server - + Logon method - + Gateway server - + Server name - + Share Gateway credentials with remote computer - + Allow me to select later - + Smart card or Windows Hello for Business - + Ask for password (NTLM) - + Use gateway credentials - + Your computer can't connect to the remote computer because the Remote Desktop Gateway server is temporarily unavailable. Try reconnecting later or contact your network administrator for assistance. - + Your computer can't connect to the remote computer due to one of the following reasons: 1) The requested Remote Desktop Gateway server address and the server SSL certificate subject name do not match. 2) The certificate is expired or revoked. 3) The certificate root authority does not trust the certificate. Contact your network administrator for assistance. - + This computer can't verify the identity of the RD Gateway "". It's not safe to connect to servers that can't be identified. Contact your network administrator for assistance. - + Your computer can't connect to the remote computer because the Remote Desktop Gateway server address requested and the certificate subject name do not match. Contact your network administrator for assistance. - + Your computer can't connect to the remote computer because the Remote Desktop Gateway server's certificate has expired or has been revoked. Contact your network administrator for assistance. - + An error occurred while sending data to the Remote Desktop Gateway server. The server is temporarily unavailable or a network connection is down. Try again later, or contact your network administrator for assistance. - + An error occurred while receiving data from the Remote Desktop Gateway server. Either the server is temporarily unavailable or a network connection is down. Try again later, or contact your network administrator for assistance. - + Your computer can't connect to the remote computer because the Remote Desktop Gateway server address is unreachable or incorrect. Type a valid Remote Desktop Gateway server address. - + Your computer can't connect to the remote computer because the Remote Desktop Gateway server is running low on server resources and is temporarily unavailable. Try reconnecting later or contact your network administrator for assistance. - + The Remote Desktop Gateway server has ended the connection. Try reconnecting later or contact your network administrator for assistance. - + The Remote Desktop Gateway server administrator has ended the connection. Try reconnecting later or contact your network administrator for assistance. - + Remote Desktop can't connect to the remote computer "" for one of these reasons: 1) Your user account is not listed in the RD Gateway's permission list 2) You might have specified the remote computer in NetBIOS format (for example, computer1), but the RD Gateway is expecting an FQDN or IP address format (for example, computer1.fabrikam.com or 157.60.0.1). Contact your network administrator for assistance. - + Remote Desktop can't connect to the remote computer "" for one of these reasons: 1) Your user account is not authorized to access the RD Gateway "" 2) Your computer is not authorized to access the RD Gateway "" 3) You are using an incompatible authentication method (for example, the RD Gateway might be expecting a smart card but you provided a password) Contact your network administrator for assistance. - + Your computer can't connect to the remote computer because your network administrator has restricted access to this RD Gateway server. Contact your network administrator for assistance. - + Your computer can't connect to the remote computer because the web proxy server requires authentication. To allow unauthenticated traffic to an RD Gateway server through your web proxy server, contact your network administrator. - + Your computer can't connect to the remote computer because the Remote Desktop Gateway server reached its maximum allowed connections. Try reconnecting later or contact your network administrator for assistance. - + Your computer can't connect to the remote computer because the Remote Desktop Gateway server does not support the request. Contact your network administrator for assistance. - + Your computer can't connect to the remote computer because the client does not support one of the Remote Desktop Gateway's capabilities. Contact your network administrator for assistance. - + Your computer can't connect to the remote computer because the Remote Desktop Gateway server and this computer are incompatible. Contact your network administrator for assistance. - + Your computer can't connect to the remote computer because no certificate was configured to use at the Remote Desktop Gateway server. Contact your network administrator for assistance. - + Your computer can't connect to the remote computer because the RD Gateway server that you are trying to connect to is not allowed by your computer administrator. If you are the administrator, add this Remote Desktop Gateway server name to the trusted Remote Desktop Gateway server list on your computer and then try connecting again. - + Your computer can't connect to the remote computer because your computer or device did not meet the Network Access Protection requirements set by your network administrator, for one of the following reasons: 1) The Remote Desktop Gateway server name and the server's public key certificate subject name do not match. 2) The certificate has expired or has been revoked. 3) The certificate root authority does not trust the certificate. 4) The certificate key extension does not support encryption. 5) Your computer cannot verify the certificate revocation list. Contact your network administrator for assistance. - + Your computer can't connect to the remote computer because a user name and password are required to authenticate to the Remote Desktop Gateway server instead of smart card credentials. - + Your computer can't connect to the remote computer because smart card credentials are required to authenticate to the Remote Desktop Gateway server instead of a user name and password. - + Your computer can't connect to the remote computer because an invalid cookie was sent to the Remote Desktop Gateway server. Contact your network administrator for assistance. - + Your computer can't connect to the remote computer because the cookie was rejected by the Remote Desktop Gateway server. Contact your network administrator for assistance. - + Your computer can't connect to the remote computer because the Remote Desktop Gateway server is expecting an authentication method different from the one attempted. Contact your network administrator for assistance. - + The RD Gateway connection ended because periodic user authentication failed. Try reconnecting with a correct user name and password. If the reconnection fails, contact your network administrator for further assistance. - + The RD Gateway connection ended because periodic user authorization failed. Try reconnecting with a correct user name and password. If the reconnection fails, contact your network administrator for further assistance. - + Your computer can't connect to the remote computer because the Remote Desktop Gateway and the remote computer are unable to exchange policies. This could happen due to one of the following reasons: 1. The remote computer is not capable of exchanging policies with the Remote Desktop Gateway. 2. The remote computer's configuration does not permit a new connection. 3. The connection between the Remote Desktop Gateway and the remote computer ended. Contact your network administrator for assistance. - + The RD Gateway connection ended because periodic user authorization failed. Your computer or device didn't pass the Network Access Protection (NAP) requirements set by your network administrator. Contact your network administrator for assistance. - + Connected - + Error while scanning WiFi adapter "{0}" with error: "{1}" - + Connect... - + {0} disconnected! - + Connect to {0} - + WPS - + Connect automatically - + Pre-shared key - + Connecting to {0}... - + Could not connect to {0} ({1})! - + Successfully connected to {0}! - + Access to the network has been revoked - + Invalid credentials - + Network not available - + Successful - + Connection attempt timed out - + -/- - + Authentication protocol is not supported! - + Checking WPS... - + Open OID profiles... - + MIB - + OID profiles - + Select OID profile - + Add OID profile - + Delete OID profile - + The selected OID profile will be deleted permanently. - + Edit OID profile - + Enter password... - + Add tab - + (from profile) - + New subnet mask - + Add server - + SNTP server - + The settings on this page contain errors. Correct them to be able to save. - + SSH hostkey to use for the connection (like "71:b8:f2:6e..."). Only available if the mode is "SSH". - + Full path to the private key file (like "C:\Users\BornToBeRoot\SSH\private_key.ppk"). Only available if the mode is "SSH". - + Username that will be passed into the PuTTY session. Only available if the mode is "SSH", "Telnet" or "Rlogin". - + ASN - + AS Name - + City - + Continent - + Country - + Currency - + District - + DNS resolver - + EDNS - + Geolocation - + Hosting - + IP geolocation - + ISP - + Latitude - + Longitude - + Mobile - + Organization - + PTR record - + Timezone - + Zip - + IP Geolocation API - Fast, accurate, reliable - + Check DNS resolver - + Check IP geolocation - + The DNS resolver is determined via ip-api.com. URL: https://edns.ip-api.com/ - + The IP geolocation is determined via ip-api.com. URL: http://ip-api.com/ - + To provide additional features, third party services are used that are not operated by me. You can deselect them below. No data is transferred to me at any time. - + Checking DNS resolver... - + Checking IP geolocation... - + Check your network connection and try again in a few seconds. - + ip-api.com rate limit reached (too many requests from your network)! Try again in a few seconds. - + HTTP status code - + Steel - + Rate limit reached! Try again in {0} seconds... - + General - + BSSID - + No reachable hosts found! - + Application - + Enable experimental features to test new functions. These are not yet complete, contain bugs, can crash the application and may change again until release. - + Experimental features - + Experimental - + Run command... - + IP Geolocation - + Add a tab to query the IP geolocation... - + Enter a domain to query whois... - + Enter host to query IP geolocation... - + Unknown user name. - + Authentication failure (incorrect password, community or key). - + The operation was successful without any errors. - + The response to your request was too large to fit into a single response! - + The requested OID could not be found! - + A read-write or write-only object was set to an inconsistent value! - + The requested OID does not exist and is not writable! - + An error occurred for which no specific message is available! - + The requested object is not accessible for modification! - + The object was set to an incompatible data type! - + The value assigned to the object exceeds its maximum length! - + The encoding used for the object is incorrect! - + The value assigned to the object is not a valid choice! - + The requested object does not exist and cannot be created! - + The MIB variable is currently in an inconsistent state and cannot be modified! - + There are no available system resources to perform the requested operation! - + An error occurred during the set operation! - + A set operation failed, and previous changes could not be rolled back! - + Authentication failed. Please check the community string! - + The requested object is not writable and cannot be modified! - + The object's state is inconsistent, preventing the set operation! - + Close all - + Expand host view - + Host cannot be set while other hosts are being added. Please wait until the process is complete and try again. - + Run command... (Ctrl+Shift+P) - + No matching commands! - + Remote hostname - + Process ID - + Process path - + Process name - + NetBIOS - + Computer name - + Error - + OK - + Warning - + Group / domain name - + NetBIOS reachable - + Scan for NetBIOS - + NetBIOS scan is disabled! - + Resolve Hostname is disabled! - + Resolve MAC address is disabled! - + Close group - + Run command... (Ctrl+Shift+P) - + Profile files - + Open settings... - + Expand and open search... - + Access to the Wi-Fi adapter is not permitted by Windows. Open the Windows settings and allow Wi-Fi access for this application. diff --git a/Source/NETworkManager.Localization/Resources/Strings.sl-SI.resx b/Source/NETworkManager.Localization/Resources/Strings.sl-SI.resx index 3121d42646..78b6c3ced7 100644 --- a/Source/NETworkManager.Localization/Resources/Strings.sl-SI.resx +++ b/Source/NETworkManager.Localization/Resources/Strings.sl-SI.resx @@ -1,2744 +1,2749 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - - - - - - - text/microsoft-resx - - - 2.0 - - - System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - + + + + text/microsoft-resx + + + 2.0 + + + System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + + + + System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + + + Vizitka - + Poudarek - + Dodaj poverilnice - + Dodaj vnos - + Dodaj profil - + Ali ste prepričani? - + ARP - + Tabela ARP - + Preverjanje pristnosti - + Samodejni zagon - + Računalo - + Argumenti ukazne vrstice - + Nastavi - + Potrdi - + Poveži - + Poveži kot - + Kopiraj profil - + Poverilnice - + Podatki - + Privzeti program - + Izbriši poverilnice - + Izbriši profil - + Cilj - + Podrobnosti - + Odklopljeno - + Prikaz - + DNS - + Iskanje DNS - + Ne drobi - + Uredi poverilnice - + Uredi skupino - + Uredi profil - + Napaka - + Izvozi - + Filter - + Splošno - + Glave - + Zgodovina - + Vroče tipke - + Glave HTTP - + Uvozi - + Informacija - + Vmesnik - + Pregledovalnik IP - + Tipkovnica - + Jezik - + Knjižnice - + Licenca - + Lokalne naprave in viri - + Lokacija - + Iskanje - + Naslov MAC - + Glavno geslo - + Večnitnost - + Omrežje - + Omrežni vmesnik - + Nov zavihek - + OUI - + Želite prepisati? - + Ping - + Vrata - + Prenosni - + Pregledovalnik vrat - + Profili - + PuTTY - + Poizvedba - + Oddaljeno namizje - + Ponastavi - + Reši PTR - + Viri - + Rezultat - + Pot - + Preglej - + Poišči - + Izberi profil... - + Nastavi glavno geslo - + Nastavitve - + SNMP - + Vtičnica - + Statistika - + Stanje - + Podomrežje - + Podomreženje - + Uspeh! - + Tema - + Sled poti - + Programska vrstica - + Posodobi - + v1/v2c - + v3 - + Preverjanje ni uspelo! - + Zbudi lokalno omrežje - + Spletna stran - + Okno - + Napačno geslo! - + Odjemalec - + Skrbnik - + Vedno prikaži ikono v programski vrstici - + Poskusi - + Povprečen čas - + Oddaja - + Medpomnilnik - + Bajtov - + CIDR - + Zapri - + Privzeti prehod - + Izbriši... - + Opis - + DHCP je omogočen - + Poteče najem DHCP - + Pridobljen najem DHCP - + Strežnik DHCP - + Strežniki DNS - + Pripona DNS - + Dinamični naslov IPv4 - + Dinamični strežnik DNS IPv4 - + Skok - + Skoki - + Ime gostitelja - + Naslov IP - + Naslovi IP - + IPv4 - + Naslov IPv4 - + Privzeti prehod IPv4 - + IPv6 - + Naslov IPv6 - + Naslov IPv6 na lokalni povezavi - + Privzeti prehod IPv6 - + Največ - + Največ poskokov - + Zmanjšaj glavno okno, namesto da izhoda iz programa - + Zmanjšaj v programsko namesto v opravilno vrstico - + Najmanj - + Ime - + Omrežni naslov - + Nova maska podomrežja ali CIDR - + Ne - + Samodejno pridobi naslov IP - + Samodejno pridobi naslov strežnika DNS - + Izguba paketov - + Preneseni paketi     - + Fizični naslov - + Prednostni protokol pri razreševanju imena gostitelja: - + Primarni strežnik DNS - + Prejeto/izgubljeno - + Razreši ime gostitelja - + Potreben je ponovni zagon - + Shrani nastavitve v mapo programa - + Sekundarni strežnik DNS - + Prikaži - + Pri zagonu prikaži naslednji program: - + Zmogljivo orodje za upravljanje omrežij in odpravljanje težav z omrežjem! - + Hitrost - + Zaženi pomanjšano v programski vrstici - + Zaženi ob zagonu Windows (trenutni uporabnik) - + Statični naslov IPv4 - + Statični strežnik DNS IPv4 - + Maska podomrežja - + Niti - + Čas - + Čas 1 - + Čas 2 - + Čas 3 - + Odmor - + Odmor (ms) - + Čas (ms) čakanja med posameznimi pingi - + TTL - + Vrsta - + Uporabi naslednje naslove strežnika DNS: - + Uporabi naslednji naslov IP: - + Zbudi - + Da - + Dodaj - + Dodaj zavihek za iskanje DNS... - + Dodaj zavihek za izvedbo omrežnega pregleda... - + Dodaj zavihek za izvedbo akcije SNMP... - + Dodaj zavihek za izvedbo pinga... - + Dodaj zavihek za izvedbo pregleda vrat... - + Dodaj zavihek za izvedbo sledenja... - + V ime gostitelja dodaj pripono DNS (primarno) - + Dodatna ukazna vrstica - + Dodatki - + Dodaj profil... - + Samodejno prilagodi zaslon - + Odgovori - + Aplikacija se bo nato znova zagnala! - + Uporabi - + Uporabi kombinacije tipk Windows (npr. ALT + TAB): - + Poobl. - + Raven preverjanja pristnosti - + Pooblaščenci - + Samodejno posodobi vsakih - + Nazaj - + Varnostna kopija - + Baud - + Operacijo je preklical sam uporabnik - + 'Caps lock' je omogočen! - + Ob zagonu preveri obstoj posodobitev - + Razred - + Počisti filter - + Globina barve (bitov) - + Skupnost - + Pot do PuTTY nastavite v nastavitvah... - + Potrdi zapiranje - + Ali ste prepričani, da želite zapreti program? - + Poveži kot... - + Poveži zunanjo - + Povežite omrežno kartico z omrežjem, da jo nastavite! - + Kopiraj - + Kopiraj kot... - + Kopiraj... - + Ni bilo mogoče razrešiti imena gostitelja za: "{0}" - + Poverilnica - + Datoteke profila so šifrirane na disku z uporabo AES z velikostjo ključa 256 bitov in velikostjo bloka 128 bitov v načinu CBC. Šifrirni ključ je pridobljen iz glavnega gesla z uporabo Rfc2898DeriveBytes (PBKDF2) z 1.000.000 ponovitvami. Med izvajanjem so gesla shranjena kot SecureString, ko je datoteka profila naložena. Za nekatere funkcije je treba geslo pretvoriti v običajni niz in ostane nešifrirano v pomnilniku, dokler jih zbiralnik smeti ne počisti.Najprej naredite varnostno kopijo datotek svojega profila, preden omogočite šifriranje! - + Po meri - + Velikost zaslona po meri: - + Podatki so posodobljeni! - + Poverilnice je treba dešifrirati in naložiti za njihovo upravljanje. - + Privzeto - + Hitrost prenosa - + Privzeta vrata: - + Vrata Rlogin - + Vrata SSH - + Vrata Telneta - + Izbrana poverilnica bo trajno izbrisana. - + Izbriši vnos - + Izbrani profil bo trajno izbrisan. - + Nastavitve DNS - + Iskanje DNS... - + Strežnik DNS - + Odpri dokumentacijo - + Domena - + Trajanje - + Uredi... - + Omogoči - + Omogoči ponudnika podpore za varnost poverilnic - + Končni čas - + Vnesi podomrežje za njegov izračun... - + Vnesite podomrežje in novo masko podomrežja, da ustvarite podomrežja... - + Ni bilo mogoče vzpostaviti povezave z 'api.github.com'. Preverite svojo omrežno povezavo! - + Napaka v odgovoru! - + Napaka v odgovoru! Preverite, ali imate dovoljenja za pisanje. - + Razširi - + Prvi uporabni naslov IP - + Stalna velikost zaslona - + Zvezdica/Vilica projekta na Githubu - + Najdeno - + Skupina - + Višina - + Gostitelj - + Ime gostitelja ali naslov IP - + Gostitelji - + ID - + Podeduj gostitelja iz splošnega - + Razpon IP - + Zadnji uporabni naslov IP - + Lokalni naslov IP - + Lokalna vrata - + Naslov MAC ali prodajalec - + Čarobni paket je uspešno poslan! - + Doseženo je največje število ({0}) skokov/usmerjevalnikov! - + Velikost sporočila - + Način - + Večoddaja - + Več primerkov - + Omrežnega naslova ni mogoče doseči. Preverite, ali je računalnik povezan v omrežje. Za informacije o odpravljanju težav z omrežjem glejte pomoč za Windows. - + Nova povezava... - + Za "{0}" ni bilo mogoče najti zapisa DNS! Preverite svoj vnos in nastavitve. - + Ni bila najdena nobena omogočena omrežna kartica! - + N najdenih vrat. Preverite svoj vnos! - + Ni najdenih profilov. Ustvarite enega... - + Nič ni bilo mogoče najti! - + Nič za početi. Preverite svoj vnos! - + Posodobitev ni na voljo! - + Najti ni bilo mogoče nobene veljavne datoteke za uvoz. - + Nobenega prodajalca ni bilo mogoče najti. Preverite svoj vnos! - + Število napak, po katerih je preklicano: - + Število shranjenih vnosov - + OID - + Samo pri uporabi celotnega zaslona - + Na oddaljenem računalniku - + Na tem računalniku - + Odpri - + Odpri licenco - + Odpri projekt - + Odpri spletno stran - + preglasi - + Geslo - + Gesli se ne ujemata! - + Pot - + Vrata ali storitev - + Vrata - + Zaseb. - + Profil - + Profili so znova naloženi - + Protokol - + Proces PuTTY se je končal! - + Vprašanja - + SUROV - + Rekurzija! - + Preusmeri odložišče - + Preusmeri naprave - + Preusmeri pogone - + Preusmeri vrata - + Preusmeri tiskalnike - + Preusmeri pametne kartice - + Preostali čas - + Oddaljeni naslov IP - + Oddaljena vrata - + Ponovi - + Razreši CNAME na VSEH zahtevah - + Odzivi - + R prijava - + Pregledano - + Iskanega programa ni mogoče najti! - + Iskanega jezika ni mogoče najti! - + Iskane nastavitve ni mogoče najti! - + Varnost - + Izberite ločljivost zaslona - + To bo ponastavilo vse nastavitve! - + Serijsko - + Zaporedna vrsta - + Storitev - + Najdena datoteka z nastavitvami je bila poškodovana ali pa ni združljiva s to različico! To težavo lahko prijavite na GitHub. V mapi z nastavitvami je bila ustvarjena varnostna kopija datoteke z nastavitvami in nastavitve so bile ponastavljene. Datoteke profila niso prizadete! - + Prikaži zaprta vrata - + Prikaži naslov trenutnega programa - + Prikaži samo najpogostejše vrste poizvedb - + Prikaži nedosegljive naslove IP in vrata - + Prikaži statistiko - + SSH - + Začetni čas - + Stanje - + Podomrežje 1 - + Podomrežje 2 - + Oznake - + Telnet - + Program je mogoče zagnati brez parametrov! - + Naslednjih imen gostiteljev ni bilo mogoče razrešiti: - + Na voljo so naslednji parametri: - + Naslednjih parametrov ni mogoče obdelati: - + Proces lahko vzame nekaj časa in virov (CPE/RAM). - + Nastavitev lokacije ni prizadeta! - + Časovna omejitev pri poizvedbi SNMP. Morda gostitelj ni dosegljiv ali pa je skupnost/geslo napačno. - + Časovna omejitev pri poizvedbi strežnika DNS z naslovom IP "{0}"! - + Časovni žig - + Sledi - + Neznana napaka! - + Odstrani iz programske vrstice/Postavi okno v ospredje - + URL naslov - + Uporabi poverilnice - + Kot velikost zaslona uporabi trenutno velikost prikaza - + Uporabi strežnik DNS po meri - + Uporabi pripono DNS po meri - + Uporabi predpomnilnik razreševalnika - + Uporabniški vmesnik je zaklenjen! - + Uporabniško ime - + Prodajalec - + Različica - + Na voljo je različica {0}! - + Način hoje - + Širina - + Datoteke profila ni bilo mogoče dešifrirati z danim geslom. - + Vneseno geslo je napačno. - + Dodaj... - + Dodaj vnos... - + Izračunaj - + Prekliči - + Spremeni - + Spremeni glavno geslo... - + Preveri - + Preveri obstoj posodobitev - + Zaprto - + Nadaljuj - + Po meri: - + Izreži - + Dešifriraj in naloži... - + Izbriši - + Izbriši tabelo - + Vnesi lokacijo... - + Vse - + Filtriraj... - + Izprazni predpomnilnik DNS - + Dešifrirajte in naložite svoje poverilnice, da jih izberete. - + Prikaže to pogovorno okno - + Ponastavi vse nastavitve programa - + Geslo se med urejanjem ne prikaže, lahko pa ga prepišete. - + [0] Če ne uspe preverjanje pristnosti strežnika, se brez opozorila poveži z računalnikom. [1] Če ne uspe preverjanje pristnosti strežnika, ne vzpostavljaj povezavo. [2] Če ne uspe preverjanje pristnosti strežnika, prikaži opozorilo in mi dovoli, da se povežem ali zavrnem povezavo. [3] Ni določena nobena zahteva za preverjanje pristnosti. - + Ozake vam pomagajo organizirati profile/Profili po temah/projektih. Več oznak je mogoče uporabiti ločeno s podpičji ";". Poiščite oznake z "tag=xxx". - + Ur - + Lokacija datoteke za uvoz... - + Minut - + Premakni in znova zaženi - + Omrežne povezave.... - + (ni spremenjeno) - + Izklopljeno - + Vredu - + Vklopljeno - + Odpri lokacijo - + Odpri nastavitve - + Prepiši - + Prilepi - + Ponovno poveži - + Osveži - + Znova zaženi zdaj - + Shrani - + Poišči... - + Sekund - + Pošlji - + Nastavi glavno geslo... - + Prikaži lokalne licence - + Računalo podomrežij - + Preveri - + Povezave - + Vnesit veljaven obseg IP! - + Vnesite veljaven naslov IPv4! - + Vnesite veljaven naslov MAC (kot 00:F1:23:AB:F2:35)! - + Vnesite veljavna vrata (1 - 65535)! - + Vnesite veljavno masko podomrežja (kot 255.255.255.0)! - + Vnesite veljavno masko podomrežja ali CIDR (kot 255.255.255.0 ali /24)! - + Polje ne sme biti prazno! - + Datoteka ne obstaja! - + Mapa ne obstaja! - + Poslušalci - + Jantar - + Videz - + Programi - + Temna - + Svetla - + Črna - + Modra - + Rjava - + Kobaltna - + Škrlatna - + Cijan - + Smaragdna - + Vnesite enega ali več veljavnih naslovov IP! - + Vnesite veljavno hitrost! - + Vnesite veljavne gostitelje (več gostiteljev ne sme končati z ";")! - + Vnesite veljaven naslov IP! - + Vnesite veljavno številko! - + Vnesite veljaven OIDI - + Vnesite veljavna vrata in/ali obseg vrat (1-65535) - + Vnesite veljavno podomrežje (kot 192.168.178.133/26)! - + Vnesite veljavno spletno stran (kot https://primer.com.index.html) - + Zelena - + Uvozi/Izvozi - + Indigo modra - + Ciljni gostitelj ni dosegljiv. - + Ciljno omrežje ni dosegljivo. - + Ciljna vrata niso dosegljiva. - + Uspeh - + Zahteva je potekla. - + TTL je potekel med prevozom. - + Ključ mora imeti 8 ali več znakov! - + Limeta - + Škrlatna - + Lila - + Olivna - + Vnašati je mogoče samo številke! - + Oranžna - + Roza - + Vijolična - + Rdeča - + Vtičnica je zaprta. - + Oddaljena prekini povezavo s strežnikom. - + Napaka pri razširjanju. - + Povezava je potekla. - + Napaka pri dešifriranju. - + Napaka iskanja imena DNS. - + Iskanje DNS ni uspelo. - + Napaka pri šifriranju. - + Klic gethostbyname Windows vtičnic ni uspel. - + Gostitelja ni mogoče najti. - + Notranja napaka. - + Notranja varnostna napaka. - + Notranja varnostna napaka. - + Navedena metoda šifriranja ni veljavna. - + Naveden je napačen naslov IP. - + Navedeni naslov IP ni veljaven. - + Varnostni podatki niso veljavni. - + Varnostni podatki strežnika niso veljavni. - + Pogajanje o licenci ni uspelo. - + Časovna omejitev licenciranja. - + Lokalni odklop. - + Ni dostopnih podatkov. - + Zmanjkalo je pomnilnika. - + Zmanjkalo je pomnilnika. - + Zmanjkalo je pomnilnika. - + Daljinski odklop uporabnika. - + Potrdila strežnika ni bilo mogoče razpakirati. - + Povezava vtičnic Windows ni uspela. - + Recv klic vtičnic Windows ni uspel. - + Račun je onemogočen. - + Račun je potekel. - + Račun je zaklenjen. - + Račun je omejen. - + Prejeto potrdilo je poteklo. - + Pplotika ne podpira prenosa poverilnic na ciljni strežnik. - + Politika preverjanja pristnosti strežnika ne dovoljuje zahtev za povezavo z uporabo shranjenih poverilnic. Uporabnik mora vnesti nove poverilnice. - + Prijava ni uspela. - + Za preverjanje pristnosti ni bilo mogoče kontaktirati nobenega pooblastitelja. Ime domene stranke za preverjanje pristnosti je lahko napačno, domena nedosegljiva ali pa je prišlo do okvare zaupanja vrednega odnosa. - + Navedeni uporabnik nima računa. - + Geslo je poteklo. - + Uporabniško geslo je treba spremeniti pred prvo prijavo. - + Prenos poverilnic na ciljni strežnik ni dovoljen razen, če je bila doseženo vzajemno preverjanje pristnosti. - + Pametna kartica ja blokirana. - + Na pametni kartici je bila predstavljena napačna koda PIN. - + Prišlo je do časovne omejitve. - + Notranja napaka časovnika. - + Klic pošiljanja Windows vtičnic ni uspel. - + Sienna - + Presledki niso dovoljeni! - + Jeklo - + Siva z rjavim odtenkom - + Zaprto - + Zapri Počakaj - + Zapiranje - + Izbriši Tcb - + Vzpostavljena - + FinWait1 - + FinWait2 - + Zadnja akcija - + Poslušaj - + Sinkr. prejeto - + Sinkr. poslano - + Čakalni čas - + Neznano - + Zelenomodra - + Vijolična - + Bela - + Rumena - + Profil s tem imenom že obstaja! - + Zaprto - + Odpri - + Vsaj eden program mora biti viden! - + Skriti programi - + Vidni programi - + Vidni programi v vrstici: - + Whois - + Dodaj zavihek za poizvedbo Whois... - + Vnesite veljavno domeno (kot 'primer.com')! - + Whois strežnika ni mogoče najti za domeno: "{0}" - + Usmerjanje - + Sprosti - + Sprosti in obnovi - + Obnovi - + Nastavitve Windows DNS - + Izbriši strežnik DNS - + Izbrani strežnik DNS bo trajno izbrisan. - + Dodaj strežnik DNS - + Uredi strežnik DNS - + Strežnik DNS s tem imenom že obstaja! - + Znova zaženi sejo - + TigerVNC - + Pot do TigerVNC nastavite v nastavitvah... - + Proces TigerVNC se je končal! - + Povezovanje... - + Razreši naslov MAC in prodajalca - + Opomba - + Izvozi vse - + Izvozi... - + Izvozi izbrano - + Lokacija... - + Datoteka - + Vnesite veljavno pot do datoteke! - + Vse - + Oblika - + Izbrano - + Pri izvozu podatkov je prišlo do napake. Za podrobnosti glejte sporočilo o napaki: - + Oblikovanje - + Označi časovne omejitve - + Vnesite podomrežja, da ustvarite široko podomrežje... - + Široko podomrežje - + Dodaj zavihek... - + Dodaj naslov IPv4... - + Dodaj naslov IPv4 - + Najv. sočasnih gostiteljskih niti - + Najv. sočasnih niti vrat - + PowerShell - + Pot do PowerShella nastavite v nastavitvah... - + Proces PowerShella se je končal! - + Politika izvedbe - + Oddaljena konzola - + Pot do datoteke - + Preglasi privzete nastaitve - + Razreši naslov IPv4 za tega gostitelja - + Skrij - + Skupno prejetih bajtov - + Skupno poslanih bajtov - + Prenos - + Pasovna širina - + Nalaganje - + Uporabi kombinacije tipk Windows - + Ponudnik podpore za varnost poverilnic - + Posel v ozadju - + Posel v ozadju bo shranil nastavitve in profile vsakih x minut. Vrednost 0 onemogoči to funkcijo. Spremembe te vrednosti bodo uveljavljene po ponovnem zagonu aplikacije. - + Zaženi posel v ozadju vsakih x-minut - + Vaš operacijski sistem ni združljiv z najnovejšo izdajo! - + Armaturna plošča - + Vse nastavitve lahko pozneje spremenite v nastavitvah - + Preveri javni naslov IP - + Hvala, ker uporabljate NETworkManager! Če vam je to orodje všeč, pustite zvezdico na GitHubu in ga priporočite drugim. - + Ob zagonu programa ta v ozadju preveri, če je na GitHubu na voljo nova različica programa. URL: https://api.github.com/ - + Javni naslov IP je določen prek ipify.org. URL: https://api.ipify.org and https://api6.ipify.org - + Zasebnost - + Dobrodošli - + Zunanje storitve - + Zvezdica/Vilica projekta na Githubu. - + Pomagajte prevesti na Transifexu - + Stik prek Twitterja. - + Povezava - + Računalnik - + Prehod/Usmerjevalnik - + Internet - + Preverite nastavitve svoje omrežne kartice (DNS) in ali je strežnik DNS pravilno nastavljen. - + Preverite nastavitve svoje omrežne kartice (DHCP, statiččni IP) in ali ste povezani v omrežje. - + Ni bilo mogoče zaznati prehoda naslova IP! - + Ni bilo mogoče zaznati lokalnega naslova IP! - + Ni bilo mogoče dobitit javnega naslova IP prek storitve WebRequestip (http/https) z "{0}"! Preverite svojo omrežno povezavo (požarni zid, namestniški strežnik itd.). - + Noben A DNS zapis ni razrešen za "{0}"! - + Noben PTR zapis ni razrešen za "{0}"! - + "{0}"A DNS zapisov je razrešeno za "{1}"! - + PTR DNS zapisov je razrešeno za "{0}"! - + Dobili ste "{0}" kot javni naslov IP od "{1}"! - + Razrešeno je "{0}" kot ime gostitelja za naslov IP "{1}"! - + Preverjanje javnega naslova IP je onemogočeno! - + Na voljo je sklad TCP/IP. "{0}" je dosegljiv prek ICMP! - + Sklad TCP/IP ni na voljo... "{0}" ni dosegljiv prek ICMP! - + "{0}" je zaznan kot prehod naslova IP! - + "{0}" je zaznan kot lokalni naslov IP! - + "{0}" ni dosegljiv prek ICMP! - + "{0}" je dosegljiv prek ICMP! - + Uporabi API poljubnega naslova IPv4 - + URL do spletne storitve, ki je dosegljiva prek http ali https in kot odgovor vrne naslov IPv4, kot je "xx.xx.xx.xx". - + Javnega naslova IP ni bilo mogoče razčleniti iz "{0}"! Poskusite drugo storitev ali uporabite privzeto... - + Ni bilo mogoče vzpostaviti povezave z "{0}"! - + Razpoložljivi protokol IPv4 - + Razpoložljivi protokol IPv6 - + Kopiraj - + Uradno - + Vrsta omrežne povezave - + Ozadje namizja - + Sestava namizja - + Izkušnje - + Glajenje pisave - + Meni in animacija okna - + Izvedba - + Trajno predpomnjenje bitnih slik - + Če pade povezava, znova vzpostavi povezavo - + Širokopasovna povezava visoke hitrosti (2 Mbps - 10 Mbps) - + Širokopasovna povezava nizke hitrosti (256 kbps - 2 Mbps) - + Samodejno zaznaj kakovost povezave - + Lokalno omrežje (10 Mbps ali več) - + Modem (56 kbps) - + Satelitska povezava (2 Mbps - 16 Mbps z veliko zakasnitvijo) - + Prostrano omrežje WAN (10 Mbps ali več z veliko zakasnitvijo) - + Med vlečenjem prikaži vsebino okna - + Vidni slogi - + Oddaljeni zvok - + Predvajanje zvoka na daljavo - + Snemanje zvoka na daljavo - + Ne snemaj - + Snemaj iz tega računalnika - + Ne predvajaj - + Predvajaj na oddaljenem računalniku - + Predvajaj na tem računalniku - + Prehod - + Ukazi po meri - + Dodaj ukaz po meri - + Argumenti - + Izbriši ukaz po meri - + Uredi ukaz po meri - + Izbriši ukaz po meri - + Izbrani ukaz po meri bo trajno izbrisan. - + Na voljo so naslednje spremenljivke: $$ipaddress$$-->naslov IP $$hostname$$-->Ime gostitelja - + Znova zaženi - + Ni bilo mogoče razrešiti naslova IP za ime gostitelja! - + Ctrl+Alt+Del - + Bližnjice s tipkovnico - + Prilagodi zaslon - + Celozaslonski način - + Ni bilo mogoče poslati pritiska tipke! - + Odklopi - + Zaznaj lokalni naslov IP in masko podomrežja - + Ni bilo mogoče zaznati maske podomrežja! - + Zaznavanje omrežja... - + Zapiranje po {0} sekundah... - + Omrežje ni na voljo! - + Naslov IP za zaznavanje lokalnega naslova IP na podlagi usmerjanja - + Prikaži statusno okno ob spremembi omrežja - + Čas prikaza statusnega okna v sekundah - + Brezžično omrežje Wi-Fi - + Omrežja - + Iskanje omrežij... - + Ni bilo mogoče najti nobene brezžične kartice! - + Iskanje brezžičnih kartic... - + Ni bilo mogoče najti nobenega brezžičnega omrežja! - + Kanali - + Kanal - + 2.4 GHz - + 5 GHz - + Moč signala - + Trenutna hitrost prenosa - + Trenutna hitrost nalaganja - + Izmerjeni čas - + Uporaba omrežja - + Skupni prenos - + Skupno nalaganje - + Ponovitve - + Uporabi predpomnilnik - + Uporabi samo TCP - + Razred poizvedbe - + Ime domene - + Časovna omejitev (s) - + Prijavite težavo ali ustvarite zahtevo funkcije - + Prijavite težavo ali ustvarite zahtevo funkcije. - + Oddajni interval - + Šifriranje - + Infrastruktura - + Vrsta omrežja - + PHY vrsta - + Čas delovanja - + Prikaži sporočilo o napaki - + Spremljaj Ping - + Dodaj gostitelja - + Dodaj gostitelja za spremljanje - + Premor - + Nadaljuj - + Ni bilo mogoče razrešiti naslova IP za: "{0}" - + Program se bo znova zagnal... - + Ni bilo mogoče izvoziti datoteke! Glejte sporočilo o napaki: "{0}" - + Datoteka je izvožena v "{0}"! - + Ni bilo mogoče uvoziti datoteke! Glejte sporočilo o napaki: "{0}" - + Ni mogoče spremeniti lokacije v prenosni različici! - + Je šifrirano - + Odpri dokumentacijo na GitHubu. - + Stranka 1 - + Dodaj profilno datoteko - + Onemogoči šifriranje... - + Uredi profilno datoteko - + Omogoči šifriranje... - + Šifriranje... - + Ime profila že obstaja! - + Preimenuj - + Izbriši profilno datoteko - + Izbrana profilna datoteka bo trajno izbrisana. - + Vse profilne datoteke v tem profilu bodo trajno izbrisane! - + Popravek - + Za spremembo jezika znova zaženite program! - + Trenutno preneseno - + Trenutno naloženo - + LLDP/CDP - + Znova zaženi kot skrbnik - + Za analizo omrežnih paketov je potrebno program zagnati s povišanimi pravicami! - + Zajemi - + Naprava - + Trajanje (s) - + Model - + VLAN - + Zajemi omrežne pakete za prikaz podatkov LLDP ali CDP! - + Niso bili prejeti nobeni paketi protokola za odkrivanje! - + Zajem omrežnih paketov... - + Protokol odkritja - + CDP - + LLDP - + LLDP / CDP - + {0} preostalih sekund... - + Pomoč - + Program, ki se prikaže ob zagonu. - + Parameter - + Vrednost - + Spletna konzola - + Znova naloži - + Brskalnik - + Kontrolnik WebView (Microsoft Edge) se ne more povezati s spletnimi stranmi z neveljavnim potrdilom! - + Microsoft.Windows.SDK.Contracts je potreben za to funkcijo, vendar ni na voljo v tem sistemu (npr. na Windows Strežnik). - + Tabela ARP - + Povezave - + Armaturna plošča - + Protokol odkritja - + Iskanje DNS - + Glave HTTP - + Pregledovalnik IP - + Poslušalci - + Iskanje - + Omrežna kartica - + Ping - + Spremljaj Ping - + Pregledovalnik vrat - + PowerShell - + PuTTY - + Oddaljeno namizje - + SNMP - + Računalo podomrežij - + TigerVNC - + Sled poti - + Zbudi lokalno omrežje - + Spletna konzola - + Whois - + Brezžično omrežje Wi-Fi - + Jantar - + Črna - + Modra - + Rjava - + Kobaltna - + Škrlatna - + Cijan - + Smaragdna - + Zelena - + Indigo modra - + Limeta - + Škrlatna - + Lila - + Olivna - + Oranžna - + Vijolična - + Rdeča - + Sienna - + Siva z rjavim odtenkom - + Zelenomodra - + Roza - + Rumena - + Jeklo - + Splošno - + Aplikacije - + Splošno - + Videz - + Samodejni zagon - + Splošno - + Vroče tipke - + Jezik - + Profili - + Nastavitve - + Stanje - + Posodobi - + Okno - + Omogoči dnevnik - + Ime dnevniške datoteke - + Pot dnevnika - + Način dnevnika - + Dnevnik - + Dnevnik SSH - + Surovi dnevnik SSH - + Dnevnik seje - + Dnevnik SSH - + SSH in surov dnevnik - + Vnesite veljavno ime! - + Izgubljeno - + Prejeto - + Stanje spremembe - + Posodobitev je na voljo! - + Datoteka z zasebnim ključem - + Predogled - + Profili vrat - + Dodaj profil vrat - + Izbriši profil vrat - + Uredi profil vrat - + Izbrani profil vrat bo trajno izbrisan. - + Izberi profil vrat - + Odpri profile vrat... - + Prikaži pojavni zaslon ob zagonu - + Pojavni zaslon - + Prenesi Microsoft Edge WebView2 Runtime - + Microsoft Edge WebView2 Runtime ni na voljo! - + Frekvenca - + SSID - + Datoteke profila ni bilo mogoče naložiti! - + Datoteke profila ni bilo mogoče naložiti in je morda poškodovana. Datoteko lahko poskusite obnoviti iz varnostne kopije ali jo izbrišete. Če se to zgodi nepričakovano ali po posodobitvi, prijavite napako na GitHub. @@ -2746,356 +2751,356 @@ $$hostname$$-->Ime gostitelja Sporočilo o napaki: "{0}" - + Uredi skupino... - + Napaka pri dešifriranju - + Datoteke ni bilo mogoče dešifrirati. To težavo lahko prijavite na GitHubu. - + Napaka pri šifriranju. - + Datoteke ni bilo mogoče šifrirati. To težavo lahko prijavite na GitHubu. - + Trenutno geslo - + Novo gslo - + Spremeni glavno geslo... - + Odkleni profil - + Odklenite datoteko profila za uporabo profilov! - + Izjava o omejitvi odgovornosti - + Združi - + Uporabi drugo - + Premakni - + Zadnji pregled ob {0} - + Skrito omrežje - + Razvil in vzdržuje {0} s pomočjo - + Preprost API za javni IP naslov - + AirspacePanel odpravlja vse težave z zračnim prostorom z Winforms, ki jih gosti WPF. - + Deljen nadzor za WPF in ... več - + DnsClient.NET je preprosta, a zelo zmogljiva in visoko zmogljiva odprtokodna knjižnica za .NET Framework za iskanje DNS - + Nadzor zavihkov, ki jih je mogoče povleči in trgati, za WPF - + Knjižnica C# skrbi za kompleksno omrežje, IP, IPv4, IPv6, omrežno masko, CIDR, podomrežje, podomrežje, superomrežje in izračun superomrežij za razvijalce .NET. - + Preprosti, prilagodljivi, interaktivni in zmogljivi grafikoni, zemljevidi in merilniki za .Net - + Zbirka kazalnikov obremenitve za WPF - + Nekaj odličnih ikon za WPF in UWP, vse skupaj... - + Zbirka orodij za ustvarjanje aplikacij v slogu Metro/Modernega uporabniškega vmesnika WPF. - + Json.NET je priljubljen visokozmogljiv okvir JSON za .NET - + Odjemalska knjižnica API GitHub za .NET - + Zajeme in razčleni pakete CDP in LLDP na lokalnih ali oddaljenih računalnikih - + Sharp SNMP knjižnica – odprtokodni SNMP za .NET in Mono - + Zbirka vseh državnih zastav v SVG - + Seznam domen najvišje ravni iz iana.org, ki se uporablja za poizvedovanje whois strežnikov TLD s whois.iana.org prek vrat 43 - + Podatki OUI z ieee.org. - + Ime storitve in register številke vrat transportnega protokola z iana.org. - + Licenca Apache 2.0 - + BSD-2-klavzula - + Licenca MIT - + Preklic licence - + C#/WinRT zagotavlja zapakirano podporo za projekcijo WinRT za jezik C#. - + Runtime za gostovanje PowerShell - + Kontrolnik WebView2 vam omogoča, da spletne tehnologije (HTML, CSS in JavaScript) vdelate v svoje domače aplikacije, ki jih poganja Microsoft Edge (Chromium). - + Preprosto dodajte interaktivnost svojim aplikacijam z uporabo XAML Behaviors for WPF. - + Licenca Microsoft WebView2 - + Trenutna datoteka profila ni šifrirana in gesla bodo shranjena nešifrirana na disku! Omogočite šifriranje datoteke profila v Nastavitve -> Profil za varno shranjevanje poverilnic. - + ICMPv4 - + ICMPv6 - + Preverjanje je onemogočeno! - + Vnesite veljaven naslov IPv6! - + Javni naslov IPv4, dosegljiv prek ICMP. - + Javni naslov IPv6, dosegljiv prek ICMP. - + Javni naslov IPv4. - + Javni naslov IPv6. - + Uporabi API poljubnega naslova IPv6 - + Čas za življenje - TTL - + ID šasije - + Upravljanje - + Opis naprave - + Opis vrat - + Odstrani naslov IPv4 - + Dodatne nastavitve... - + Odstrani naslov IPv4... - + Oddaljena seja se je končala, ker je bila dosežena skupna časovna omejitev za prijavo. To omejitev nastavi skrbnik strežnika ali politike omrežja. - + Vnesite veljavno ime gostitelja! - + Vnesite veljavno ime gostitelja in vrata! - + Ni mogoče znova vzpostaviti povezave z oddaljeno sejo. - + Preseli - + Prijavi na GitHubu - + Skupine - + Dodaj skupino - + Izbriši skupino - + Izbrana skupina in vsi profili znotraj te skupine bodo trajno izbrisani. - + Ime je že uporabljeno! - + Spremeni velikost - + Izbriši profile - + Izbrani profili bodo trajno izbrisani. - + Uporabi teme po meri - + Teme po meri - + Želite ponastaviti nastavitve? - + Nastavitve so ponastavljene! - + Upravitelj sej AWS - + ID primerka - + Lokalna povezava - + Lokalni vmesnik - + log4net je orodje, ki programerju pomaga pri izpisovanju dnevniških stavkov v različne izhodne cilje. - + Upravitelj sej AWS - + Omogočen - + Regija - + Sinhroniziraj primerke EC2 iz AWS - + Dodaj profil AWS - + Izbriši profil AWS - + Izbrani profil AWS je trajno izbrisan. Profil ni odstranjen iz datoteke ~\.aws\credentials. - + Uredi profil AWS - + Sinhroniziraj vse primerke EC2 iz AWS - + Sinhroniziraj skupino primerkov EC2 iz AWS - + Profili in regije za sinhronizacijo - + Za sinhronizacijo primerkov EC2 iz AWS mora biti v sistemu nastavljen AWS CLI. Po primerkih EC2 je mogoče poizvedovati za več računov (profilov) AWS in več regij. Da to lahko naredite, mora biti profil, shranjen v datoteki "~/.aws/credentials", nastavljen skupaj z regijo za poizvedbo. - + AWS SDK za .NET za delo z Amazon Elastični računalniški oblak (Amazon EC2) v Amazon Spletne storitve (AWS). - + Privzeti profil - + Privzeta regija - + Profil, ki ga uporabljajo ročno ustvarjeni profili za povezavo s primerkom EC2 prek AWS CLI. Če ni nastavljeno, se uporabijo privzete nastavitve CLI AWS. - + Regija, ki jo uporabljajo ročno ustvarjeni profili za povezavo s primerkom EC2 prek AWS CLI. Če ni nastavljeno, se uporabijo privzete nastavitve CLI AWS. - + Če ni nastavljeno, se uporabijo privzete nastavitve CLI AWS. - + Ime skupine se ne sme začeti z "{0}"! - + Sinhroniziraj samo delujoče primerke EC2 iz AWS - + Ne obstaja oimenovana regija AWS {0}! - + AWS CLI v2 je nameščen! - + AWS CLI v2 ni nameščen! - + Vtičnik AWS Upravitelj sej je nameščen! - + Vtičnik AWS Upravitelj sej ni nameščen! - + Preveri obstoj predizdaj - + Sinhronizacija je onemogočena! - + Ukaz - + Uporabi temo za konzolo PowerShell - + Barvo konzole PowerShell lahko spremenite v temo aplikacije pod Nastavitve > Splošno > Videz - + Če omogočite to možnost, se privzete nastavitve konzole PowerShell v registru pod HKCU:\Console preglasijo, tako da se okno konzole PowerShell ujema s temo aplikacije. To je globalna sistemska nastavitev, ki lahko vpliva na videz običajnega okna PowerShell. Spremenjene so samo konzole PowerShell, nastavljene v nastavitvah PowerShell in AWS Upravitelj sej. Podprti sta lupini Windows PowerShell in PWSH (PowerShell 7 in višje). @@ -3104,708 +3109,708 @@ V zgornjem desnem kotu kliknite na gumb za Pomoč/Dokumentacijo (levo od gumba z Če je možnost znova onemogočena, vrednosti niso več spremenjene. Vendar se izvirne vrednosti NE obnovijo. - + Vnos se ne sme končati z ";"! - + Vnos ne vsebuje nobenega besedila! - + Bitni kalkulator - + Bitni kalkulator - + Zapisovanje - + Vnos - + Enota - + bitov - + gigabitov - + gigabajtov - + kilobitov - + kilobajtov - + megabitov - + megabajtov - + petabitov - + petabajtov - + terabitov - + terabajtov - + Vnesite število in izberite enoto za izračun enot... - + Omrežje - + Namestniški strežnik - + Razreši naslov IP za tega gostitelja (IPv4 je prednostni) - + Veljavna pot do lupine PowerShell se mora končati z "pwsh.exe" ali "powershell.exe"! - + Veljavna pot do PuTTY se mora končati z "PuTTY.exe"! - + Veljavna pot do TigerVNC se mora končati z "vncviewer-*.exe" ali "vncviewer64-*.exe"! - + Iskanje SNTP - + Premaknite sestavine in odvisnosti izvajalnega okolja aplikacije .NET Framework/.NET Core v podmapo in ga polepšajte. - + Dodaj zavihek za iskanje SNTP... - + Strežniki SNTP - + URL do spletne storitve, ki je dosegljiva prek http ali https in kot odgovor vrne naslov IPv6, kot je "xxxx:xx:xxx::xx". - + Končna točka IP - + Lokalni končni čas - + Lokalni začetni čas - + Omrežni čas - + Odmik - + Povratna zamuda - + Strežnik - + Iskanje SNTP - + Dodaj strežnik SNTP - + Izbriši strežnik SNTP - + Izbrani strežnik SNTP bo trajno izbrisan. - + Uredi strežnik SNTP - + Strežnik SNTP s tem imenom že obstaja! - + Vnesite veljavno ime gostitelja (na primer "server-01" ali "primer.com") ali veljaven naslov IP (na primer 192.168.178.1)! - + Strežniki - + Vnesi glavno geslo za odklepanje datoteke profila: - + Odkleni datoteko profila - + Časovna omejitev je potekla - + Ključ gostitelja - + Nastavitve bodo ponastavljene in aplikacija se bo nato znova zagnala! - + Nastavitve so ponastavljene! - + Stanje Pinga - + Dodatnih najm. niti ThreadPool - + Ta nastavitev določa najmanjše število niti, ki bodo na zahtevo ustvarjene iz ThreadPoola aplikacije. To lahko izboljša delovanje na primer skenerja IP ali skenerja vrat. Vrednost se doda privzeti min. niti (število niti procesorja). Vrednost 0 pusti privzete nastavitve. Če je vrednost višja od privzete najv. niti ThreadPool, se uporabi ta vrednost. Če je vrednost previsoka, lahko pride do težav z delovanjem. Spremembe te vrednosti bodo uveljavljene po ponovnem zagonu aplikacije. Ali je bila vrednost uspešno nastavljena, lahko vidite v dnevniški datoteki pod %LocalAppData%\NETworkManager\NETworkManager.log - + Te nastavitve spremenijo samo največje število sočasno izvedenih niti na skeniranje gostitelja/vrat. Pojdite v Nastavitve > Splošno > Splošno, da prilagodite (najm.) niti aplikacije. - + Stanje vrat - + Podrobnsti Pinga - + Ni najdenih odprtih vrat! - + Skeniranje vrat je onemogočeno - + Skeniraj vrata - + Ni bilo mogoče najti aplikacije "{0}". Morda je bila aplikacija skrita v nastavitvah? - + Statusno okno - + Prikaži naslovno vrstico - + Omogočanje te nastavitve ni priporočljivo. Več primerkov aplikacije ima enake nastavitve in datoteke profila. Zadnji zaprti primerek lahko prepiše spremembe, ki so jih naredili drugi primerki. - + Obvoz lokalnih naslovov - + Omogoči prehodni strežnik - + Način prijave - + Prehodni strežnik - + Ime strežnika - + Deli poverilnice prehoda z oddaljenim računalnikom - + Dovoli mi, da izberem pozneje - + Pametna kartica ali 'Windows Hello za podjetja' - + Zahtevaj geslo (NTLM) - + Uporabi poverilnice prehoda - + Vaš računalnik se ne more povezati z oddaljenim računalnikom, ker Prehodni strežnik za oddaljeno namizje trenutno ni dostopen. Poskusite znova vzpostaviti povezavo pozneje ali se za pomoč obrnite na skrbnika omrežja. - + Vaš računalnik se ne more povezati z oddaljenim računalnikom zaradi enega od naslednjih razlogov: 1) Zahtevani naslov Prehodnega strežnika za oddaljeno namizje in ime subjekta potrdila SSL strežnika se ne ujemata. 2) Potrdilo je poteklo ali je preklicano. 3) Korenski organ potrdila ne zaupa potrdilu. Za pomoč se obrnite na skrbnika omrežja. - + Ta računalnik ne more preveriti identitete prehoda RD "". Povezovanje s strežniki, ki jih ni mogoče identificirati, ni varno. Za pomoč se obrnite na skrbnika omrežja. - + Vaš računalnik se ne more povezati z oddaljenim računalnikom, ker se zahtevani naslov Prehodnega strežnika za oddaljeno namizje in ime predmeta potrdila ne ujemata. Za pomoč se obrnite na skrbnika omrežja. - + Vaš računalnik se ne more povezati z oddaljenim računalnikom, ker je potrdilo Prehodnega strežnika za oddaljeno namizje poteklo ali je bilo preklicano. Za pomoč se obrnite na skrbnika omrežja. - + Med pošiljanjem podatkov na Prehodni strežnik oddaljenega namizja je prišlo do napake. Strežnik začasno ni dostopen ali pa je omrežna povezava prekinjena. Poskusite znova pozneje ali se za pomoč obrnite na skrbnika omrežja. - + Med prejemanjem podatkov s Prehodnega strežnika za oddaljeno namizje je prišlo do napake. Strežnik začasno ni dostopen ali pa je omrežna povezava prekinjena. Poskusite znova pozneje ali se za pomoč obrnite na skrbnika omrežja. - + Vaš računalnik se ne more povezati z oddaljenim računalnikom, ker je naslov Prehodnega strežnika za oddaljeno namizje nedosegljiv ali napačen. Vnesite veljaven naslov Prehodnega strežnika za oddaljeno namizje. - + Vaš računalnik se ne more povezati z oddaljenim računalnikom, ker Prehodnem strežniku za oddaljeno namizje primanjkuje strežniških virov in začasno ni dostopen. Poskusite znova vzpostaviti povezavo pozneje ali se za pomoč obrnite na skrbnika omrežja. - + Prehodni strežnik za oddaljeno namizje je prekinil povezavo. Poskusite znova vzpostaviti povezavo pozneje ali se za pomoč obrnite na skrbnika omrežja. - + Skrbnik Prehodnega strežnika za oddaljeno namizje je prekinil povezavo. Poskusite znova vzpostaviti povezavo pozneje ali se za pomoč obrnite na skrbnika omrežja. - + Oddaljeno namizje se ne more povezati z oddaljenim računalnikom "" zaradi enega od teh razlogov: 1) Vaš uporabniški račun ni naveden na seznamu dovoljenj prehoda RD 2) Morda ste določili oddaljeni računalnik v formatu NetBIOS (na primer računalnik1) , vendar prehod RD pričakuje FQDN ali obliko naslova IP (na primer computer1.fabrikam.com ali 157.60.0.1). Za pomoč se obrnite na skrbnika omrežja. - + Oddaljeno namizje se ne more povezati z oddaljenim računalnikom "" zaradi enega od teh razlogov: 1) Vaš uporabniški račun ni pooblaščen za dostop do prehoda RD "" 2) Vaš računalnik ni pooblaščen za dostop do prehoda RD "" 3) Vi uporabljate nezdružljivi način preverjanja pristnosti (na primer, prehod RD morda pričakuje pametno kartico, vi pa ste vnesli geslo) Za pomoč se obrnite na skrbnika omrežja. - + Vaš računalnik se ne more povezati z oddaljenim računalnikom, ker je skrbnik omrežja omejil dostop do tega Prehodnega strežnika RD. Za pomoč se obrnite na skrbnika omrežja. - + Vaš računalnik se ne more povezati z oddaljenim računalnikom, ker spletni namestniški strežnik zahteva preverjanje pristnosti. Če želite omogočiti nepreverjen promet do Prehodnega strežnika RD prek vašega spletnega namestniškega strežnika, se obrnite na skrbnika omrežja. - + Vaš računalnik se ne more povezati z oddaljenim računalnikom, ker je Prehodni strežnik za oddaljeno namizje dosegel največje dovoljeno število povezav. Poskusite znova vzpostaviti povezavo pozneje ali se za pomoč obrnite na skrbnika omrežja. - + Vaš računalnik se ne more povezati z oddaljenim računalnikom, ker Prehodni strežnik za oddaljeno namizje ne podpira zahteve. Za pomoč se obrnite na skrbnika omrežja. - + Vaš računalnik se ne more povezati z oddaljenim računalnikom, ker odjemalec ne podpira ene od zmožnosti prehoda za oddaljeno namizje. Za pomoč se obrnite na skrbnika omrežja. - + Vaš računalnik se ne more povezati z oddaljenim računalnikom, ker Prehodni strežnik za oddaljeno namizje in ta računalnik nista združljiva. Za pomoč se obrnite na skrbnika omrežja. - + Vaš računalnik se ne more povezati z oddaljenim računalnikom, ker ni bilo nastavljeno nobeno potrdilo za uporabo na Prehodnem strežniku za oddaljeno namizje. Za pomoč se obrnite na skrbnika omrežja. - + Vaš računalnik se ne more povezati z oddaljenim računalnikom, ker skrbnik računalnika ne dovoli Prehodnega strežnika za oddaljeno namizje, s katerim se poskušate povezati. Če ste skrbnik, dodajte to ime Prehodnega strežnika za oddaljeno namizje na seznam zaupanja vrednih Strežnikov prehoda za oddaljeno namizje v vašem računalniku in se nato poskusite znova povezati. - + Vaš računalnik se ne more povezati z oddaljenim računalnikom, ker vaš računalnik ali naprava ni izpolnjevala zahtev za zaščito dostopa do omrežja, ki jih je določil skrbnik omrežja, zaradi enega od naslednjih razlogov: 1) Ime Prehodnega strežnika za oddaljeno namizje in potrdilo javnega ključa strežnika ime predmeta se ne ujema. 2) Potrdilo je poteklo ali je bilo preklicano. 3) Korenski organ potrdila ne zaupa potrdilu. 4) Razširitev ključa potrdila ne podpira šifriranja. 5) Vaš računalnik ne more preveriti seznama preklicanih potrdil. Za pomoč se obrnite na skrbnika omrežja. - + Vaš računalnik se ne more povezati z oddaljenim računalnikom, ker sta za preverjanje pristnosti na Prehodnem strežniku za oddaljeno namizje potrebna uporabniško ime in geslo namesto poverilnic pametne kartice. - + Vaš računalnik se ne more povezati z oddaljenim računalnikom, ker so za preverjanje pristnosti na Prehodnem strežniku za oddaljeno namizje namesto uporabniškega imena in gesla potrebne poverilnice pametne kartice. - + Vaš računalnik se ne more povezati z oddaljenim računalnikom, ker je bil Prehodnem strežniku za oddaljeno namizje poslan neveljaven piškotek. Za pomoč se obrnite na skrbnika omrežja. - + Vaš računalnik se ne more povezati z oddaljenim računalnikom, ker je Prehodni strežnik za oddaljeno namizje zavrnil piškotek. Za pomoč se obrnite na skrbnika omrežja. - + Vaš računalnik se ne more povezati z oddaljenim računalnikom, ker Prehodni strežnik za oddaljeno namizje pričakuje drugačen način preverjanja pristnosti od tistega, ki je bil uporabljen. Za pomoč se obrnite na skrbnika omrežja. - + Povezava s prehodom oddaljenega namizja se je prekinila, ker periodično preverjanje pristnosti uporabnika ni uspelo. Poskusite se znova povezati s pravilnim uporabniškim imenom in geslom. Če ponovna povezava ne uspe, se za nadaljnjo pomoč obrnite na skrbnika omrežja. - + Povezava s prehodom oddaljenega namizja, ker periodično pooblastilo uporabnika ni uspelo. Poskusite se znova povezati s pravilnim uporabniškim imenom in geslom. Če ponovna povezava ne uspe, se za nadaljnjo pomoč obrnite na skrbnika omrežja. - + Vaš računalnik se ne more povezati z oddaljenim računalnikom, ker prehod za oddaljeno namizje in oddaljeni računalnik ne moreta izmenjati politik. To se lahko zgodi zaradi enega od naslednjih razlogov: 1. Oddaljeni računalnik ne more izmenjevati politik s prehodom za oddaljeno namizje. 2. Nastavitve oddaljenega računalnika ne dovoljuje nove povezave. 3. Povezava med prehodom za oddaljeno namizje in oddaljenim računalnikom je prekinjena. Za pomoč se obrnite na skrbnika omrežja. - + Povezava s prehodom oddaljenega namizja je končana, ker ni uspelo periodično pooblastilo uporabnika. Vaš računalnik ali naprava nista prestala zahtev za zaščito dostopa do omrežja (NAP), ki jih je določil skrbnik omrežja. Za pomoč se obrnite na skrbnika omrežja. - + Povezan - + Napaka med pregledovanjem WiFi kartice "{0}" z napako: "{1}" - + Poveži... - + {0}prekinjena - + Poveži z {0} - + WPS - + Samodejno poveži - + Vnaprej deljeni ključ - + Povezovanje z {0}... - + Ni bilo mogoče vzpostaviti povezave z {0} ({1})! - + Uspešno povezan z {0}! - + Dostop do omrežja je bil preklican - + Neveljavne poverilnice - + Omrežje ni na voljo - + Uspešno - + Časovna omejitev poskusa povezave je potekla - + -/- - + Protokol za preverjanje pristnosti ni podprt! - + Preverjanje WPS... - + Odpri profile OID... - + MIB - + Profili OID - + Izberi profil OID - + Dodaj profil OID - + Izbriši profil OID - + Izbrani profil OID bo trajno izbrisan. - + Uredi profil OID - + Vnesi geslo... - + Dodaj zavihek - + (iz profila) - + Nova maska podomrežja - + Dodaj strežnik - + Strežnik SNTP - + Nastavitve na tej strani vsebujejo napake. Popravite jih, da jih lahko shranite. - + Ključ gostitelja SSH za povezavo (na primer "71:b8:f2:6e ..."). Na voljo samo, če je način "SSH". - + Celotna pot do datoteke zasebnega ključa (na primer »C:\Users\BornToBeRoot\SSH\private_key.ppk«). Na voljo samo, če je način "SSH". - + Uporabniško ime, ki bo posredovano v sejo PuTTY. Na voljo samo, če je način "SSH", "Telnet" ali "Rlogin". - + ASN - + Ime AS - + Mesto - + Celina - + Država - + Valuta - + Okraj - + Razreševalec DNS - + EDNS - + Geolokacija - + Gostovanje - + Geolokacija IP - + Ponudnik internetnih storitev - + Zemljepisna širina - + Zemljepisna dolžina - + Mobilna - + Organizacija - + Zapis PTR - + Časovni pas - + ZIP - + API Geolokacija IP - Hitro, natančno, zanesljivo - + Preveri razreševalnik DNS - + Preveri geolokacijo IP - + Reševalec DNS se določi prek ip-api.com. URL: https://edns.ip-api.com/ - + Geolokacija IP se določi preko ip-api.com. URL: http://ip-api.com/ - + Za zagotavljanje dodatnih funkcij se uporabljajo storitve tretjih oseb, ki jih ne upravljam jaz. Spodaj jih lahko prekličete. V nobenem trenutku se mi ne prenesejo nobeni podatki. - + Preverjanje razreševalnika DNS... - + Preverjanje geolokacije IP - + Preverite omrežno povezavo in poskusite znova čez nekaj sekund. - + Dosežena je omejitev hitrosti ip-api.com (preveč zahtev iz vašega omrežja)! Poskusite ponovno čez nekaj sekund. - + Koda stanja HTTP - + Jeklo - + Omejitev stopnje je dosežena! Poskusite znova čez {0} sekund ... - + Splošno - + BSSID - + Ni dosegljivih gostiteljev! - + Aplikacija - + Omogočite eksperimentalne funkcije, da preizkusite nove funkcije. Te še niso dokončane, vsebujejo napake, lahko zrušijo aplikacijo in se lahko znova spremenijo do izdaje. - + Eksperimentalne funkcije - + Experimentalno - + Zaženi ukaz - + Geolokacija naslova IP - + Dodaj zavihek za poizvedbo po geolokaciji naslova IP... - + Vnesi domeno za poizvedbo whois... - + Vnesi gostitelja za poizvedbo o geolokaciji naslova IP... - + Neznano uporabniško ime.Neznano uporabniško ime. - + Napaka pri preverjanju pristnosti (nepravilno geslo, skupnost ali ključ). - + Operacija je bila uspešna brez napak. - + Odgovor na vašo zahtevo je bil predolg, da bi ga vključili v en odgovor! - + Zahtevanega OID-ja ni bilo mogoče najti! - + Predmet 'branje-pisanje' ali 'samo-pisanje' je bil nastavljen na nedosledno vrednost! - + Zahtevani OID ne obstaja in ni zapisljiv! - + Prišlo je do napake, za katero ni na voljo nobenega posebnega sporočila! - + Zahtevani predmet ni dostopen za spreminjanje! - + Predmet je bil nastavljen na nezdružljio vrsto podatov! - + Dodeljena vrednost predmeta presega njegovo največjo dovoljeno dolžino! - + Uporabljeno kodiranje predmeta ni pravilno! - + Dodeljena vrednost predmeta ni veljavna izbira! - + Zahtevani predmet ne obstaja in ga ni mogoče ustvariti! - + Spremenljivka MIB je trenutno v nedoslednem stanju in je ni mogoče spreminjati! - + Za izvedbo zahtevane operacije ni razpoložljivih sistemskih virov - + Pri nastavljeni operaciji je prišlo do napake! - + Nastavljena operacija ni uspela in prejšnjih sprememb ni bilo mogoče razveljaviti! - + Preverjanje pristnosti ni uspelo. Preverite niz skupnosti! - + Zahtevani predmet ni zapisljiv in ga ni mogoče spreminjati! - + Stanje predmeta je nedosledno, kar preprečuje nastavljeno operacijo! - + Izberi vse - + Razširi prikaz gostitelja - + Gostitelja ni mogoče nastaviti, medtem ko se dodajajo drugi gostitelji. Počakajte, da se proces konča, in poskusite znova. - + Zaženi ukaz... (Ctrl+Shift+P) - + Ni ujemajočega se ukaza! - + Ime oddaljenega gostitelja - + ID procesa - + Pot procesa - + Ime procesa - + NetBIOS - + Ime računalnika - + Napaka - + Vredu - + Opozorilo - + Skupina/Ime domene - + NetBIOS dosegljiv - + Iskanje NetBIOSa - + Iskanje NetBIOSa je onemogočeno! - + Razrešitev imena gostitelja je onemogočena! - + Razrešitev naslova MAC je onemogočena! - + Close group - + Run command... (Ctrl+Shift+P) - + Profile files - + Open settings... - + Expand and open search... - + Access to the Wi-Fi adapter is not permitted by Windows. Open the Windows settings and allow Wi-Fi access for this application. diff --git a/Source/NETworkManager.Localization/Resources/Strings.sv-SE.resx b/Source/NETworkManager.Localization/Resources/Strings.sv-SE.resx index 56e1388ad6..33a1aea986 100644 --- a/Source/NETworkManager.Localization/Resources/Strings.sv-SE.resx +++ b/Source/NETworkManager.Localization/Resources/Strings.sv-SE.resx @@ -1,2745 +1,2750 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - - - - - - - text/microsoft-resx - - - 2.0 - - - System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - + + + + text/microsoft-resx + + + 2.0 + + + System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + + + + System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + + + Om - + Accentfärg - + Add credentials - + Add entry - + Add profile - + Are you sure? - + ARP - + ARP Table - + Authentication - + Autostart - + Calculator - + Command Line Arguments - + Configure - + Confirm - + Connect - + Connect as - + Copy profile - + Credentials - + Data - + Default application - + Delete credentials - + Delete profile - + Destination - + Details - + Disconnected - + Display - + DNS - + DNS Lookup - + Don't fragment - + Edit credentials - + Edit group - + Edit profile - + Error - + Export - + Filter - + General - + Headers - + History - + HotKeys - + HTTP Headers - + Import - + Information - + Interface - + IP Scanner - + Keyboard - + Language - + Libraries - + License - + Local devices and resources - + Location - + Lookup - + MAC Address - + Master Password - + Multithreading - + Network - + Network Interface - + New tab - + OUI - + Overwrite? - + Ping - + Port - + Portable - + Port Scanner - + Profiles - + PuTTY - + Query - + Remote Desktop - + Reset - + Resolve PTR - + Resources - + Result - + Route - + Scan - + Search - + Select a profile... - + Set Master Password - + Settings - + SNMP - + Socket - + Statistics - + Status - + Subnet - + Subnetting - + Success! - + Theme - + Traceroute - + Tray - + Update - + v1/v2c - + v3 - + Validation failed! - + Wake on LAN - + Website - + Window - + Wrong password! - + Client - + Administrator - + Always show icon in tray - + Attempts - + Average time - + Broadcast - + Buffer - + Bytes - + CIDR - + Close - + Default-Gateway - + Delete... - + Description - + DHCP enabled - + DHCP lease expires - + DHCP lease obtained - + DHCP server - + DNS server(s) - + DNS suffix - + Dynamic IPv4 address - + Dynamic IPv4 DNS server - + Hop - + Hops - + Hostname - + IP address - + IP addresses - + IPv4 - + IPv4 address - + IPv4-Default-Gateway - + IPv6 - + IPv6 address - + Link-local IPv6 address - + IPv6-Default-Gateway - + Maximum - + Maximum hops - + Minimize main window instead of terminating the application - + Minimize to tray instead of taskbar - + Minimum - + Name - + Network address - + New subnetmask or CIDR - + No - + Obtain an IP address automatically - + Obtain DNS server address automatically - + Packet loss - + Packets transmitted - + PhysicalAddress - + Preferred protocol when resolving hostname: - + Primary DNS server - + Received / Lost - + Resolve hostname - + Restart required - + Save settings in the application folder - + Secondary DNS server - + Show - + Show the following application on startup: - + A powerful tool for managing networks and troubleshoot network problems! - + Speed - + Start minimized in tray - + Start with Windows (current user) - + Static IPv4 address - + Static IPv4 DNS server - + Subnet mask - + Threads - + Time - + Time 1 - + Time 2 - + Time 3 - + Timeout - + Timeout (ms) - + Time (ms) to wait between each ping - + TTL - + Type - + Use the following DNS server addresses: - + Use the following IP address: - + Wake up - + Yes - + Add - + Add a tab to perform a DNS lookup... - + Add a tab to perform a network scan... - + Add a tab to perform an SNMP action... - + Add a tab to perform a ping... - + Add a tab to perform a port scan... - + Add a tab to perform a trace... - + Add DNS suffix (primary) to hostname - + Additional command line - + Additionals - + Add profile... - + Adjust screen automatically - + Answers - + The application will be restarted afterwards! - + Apply - + Apply Windows key combinations (e.g. ALT+TAB): - + Auth - + Authentication level - + Authorities - + Automatically update every - + back - + Backup - + Baud - + The operation has been canceled by the user! - + Caps lock is enabled! - + Check for updates at startup - + Class - + Clear filter - + Color depth (bit) - + Community - + Configure the path to PuTTY in the settings... - + Confirm close - + Are you sure you want to close the application? - + Connect as... - + Connect external - + Connect the network card to a network to configure it! - + Copy - + Copy as... - + Copy... - + Could not resolve hostname for: "{0}" - + Credential - + Profile files are encrypted on disk using AES with a key size of 256 bits and a block size of 128 bits in CBC mode. The encryption key is derived from a master password using Rfc2898DeriveBytes (PBKDF2) with 1,000,000 iterations. At runtime, passwords are stored as SecureString once the profile file is loaded. For some functions, the password must be converted to a normal string and remains unencrypted in memory until the garbage collector cleans them up. First make a backup copy of your profile files before enabling encryption! - + Custom - + Custom screen size: - + Data has been updated! - + Credentials must be decrypted and loaded to manage them. - + Default - + Baud rate - + Default port: - + Rlogin port - + SSH port - + Telnet port - + The selected credential will be deleted permanently. - + Delete entry - + Selected profile will be deleted permanently. - + DNS autconfiguration - + DNS Lookup... - + DNS server - + Open documentation - + Domain - + Duration - + Edit... - + Enable - + Enable Credential Security Support Provider - + End time - + Enter a subnet to calculate it... - + Enter subnet and a new subnet mask to create subnets... - + Couldn't connect to 'api.github.com', check your network connection! - + Error in response! - + Error in response! Check if you have write permissions. - + Expand - + First usable IP address - + Fixed screen size: - + Star/Fork the Project on GitHub - + Found - + Group - + Height - + Host - + Hostname or IP address - + Hosts - + ID - + Inherit host from general - + IP range - + Last usable IP address - + Local IP address - + Local port - + MAC address or vendor - + Magic packet successfully sent! - + Maximum number ({0}) of hops/router reached! - + Message size - + Mode - + Multicast - + Multiple instances - + The network address cannot be reached. Check if your computer is connected to the network. For information about network troubleshooting, see Windows Help. - + New connection... - + No DNS record found for "{0}"! Check your input and the settings. - + No enabled network adapters found! - + No ports found. Check your input! - + No profiles found! Create one... - + Nothing found! - + Nothing to do. Check your input! - + No update available! - + No valid file found to import. - + No vendor found. Check your input! - + Number of errors after which is canceled: - + Number of stored entries - + OID - + Only when using the full screen - + On the remote computer - + On this computer - + Open - + Open license - + Open project - + Open website - + override - + Password - + Passwords do not match! - + Path - + Port or service - + Ports - + Priv - + Profile - + Profiles reloaded - + Protocol - + PuTTY process has ended! - + Questions - + RAW - + Recursion - + Redirect clipboard - + Redirect devices - + Redirect drives - + Redirect ports - + Redirect printers - + Redirect smartcards - + Remaining time - + Remote IP address - + Remote port - + Repeat - + Resolve CNAME on ANY requests - + Responses - + Rlogin - + Scanned - + Searched application not found! - + Searched language not found! - + Searched setting not found! - + Security - + Select a screen resolution - + This will reset all settings! - + Serial - + Serial line - + Service - + The settings file found was corrupted or is not compatible with this version. All settings have been reset! (Profile files are not affected!) - + Show closed ports - + Show current application title - + Show only most common query types - + Show unreachable IP addresses and ports - + Show statistics - + SSH - + Start time - + State - + Subnet 1 - + Subnet 2 - + Tags - + Telnet - + The application can be started without parameters! - + The following hostnames could not be resolved: - + The following parameters are available: - + The following parameters can not be processed: - + The process can take up some time and resources (CPU / RAM). - + The settings location is not affected - + Timeout on SNMP query. Maybe the host is not reachable or the community / password is wrong. - + Timeout when querying the DNS server with the IP address "{0}"! - + Timestamp - + Trace - + Unkown error! - + Untray / Bring window to foreground - + URL - + Use credentials - + Use the current view size as the screen size - + Use custom DNS server - + Use custom DNS suffix - + Use resolver cache - + User interface locked! - + Username - + Vendor - + Version - + Version {0} is available! - + Walk mode - + Width - + Profile file could not be decrypted with the given password. - + The entered password is wrong. - + Add... - + Add entry... - + Calculate - + Cancel - + Change - + Change Master Password... - + Check - + Check for updates - + Closed - + Continue - + Custom: - + Cut - + Decrypt and load... - + Delete - + Delete table - + Enter location... - + Everything - + Filter... - + Flush DNS cache - + Decrypt and load your credentials to select them. - + Displays this dialog. - + Resets all application settings. - + The password is not displayed when editing, but can be overwritten. - + [0] If server authentication fails, connect to the computer without warning. [1] If server authentication fails, do not establish a connection. [2] If server authentication fails, show a warning and allow me to connect or refuse the connection. [3] No authentication requirement is specified. - + Tags help you organize profiles/Profiles by topics/projects. Multiple tags can be used with ";" be separated. Search by tags with "tag=xxx". - + Hour(s) - + Location of the import file... - + Minute(s) - + Move & Restart - + Network connections.... - + (not changed) - + Off - + OK - + On - + Open location - + Open settings - + Overwrite - + Paste - + Reconnect - + Refresh - + Restart now - + Save - + Search... - + Second(s) - + Send - + Set Master Password... - + Show local licenses - + Subnet Calculator - + Validate - + Connections - + Enter a valid IP range! - + Enter a valid IPv4 address! - + Enter a valid MAC address (like 00:F1:23:AB:F2:35)! - + Enter a valid port (1 - 65535)! - + Enter a valid subnetmask (like 255.255.255.0)! - + Enter a valid subnetmask or CIDR (like 255.255.255.0 or /24)! - + Field cannot be empty! - + File does not exists! - + Folder does not exists! - + Listeners - + Amber - + Appearance - + Applications - + Dark - + Light - + Black - + Blue - + Brown - + Cobalt - + Crimson - + Cyan - + Emerald - + Enter one or more valid IP addresses! - + Enter a valid baud! - + Enter valid hosts (multiple hosts can not end with ";")! - + Enter a valid IP address! - + Enter a valid number! - + Enter a valid OID! - + Enter a valid port and/or port range (1 - 65535)! - + Enter a valid subnet (like 192.168.178.133/26)! - + Enter a valid website (like https://example.com/index.html) - + Green - + Import / Export - + Indigo - + Destination host unreachable. - + Destination network unreachable. - + Destination port unreachable. - + Success - + Request timed out. - + TTL expired in transit. - + Key must have 8 characters or more! - + Lime - + Magenta - + Mauve - + Olive - + Only numbers can be entered! - + Orange - + Pink - + Purple - + Red - + Socket closed. - + Remote disconnect by server. - + Decompression error. - + Connection timed out. - + Decryption error. - + DNS name lookup failure. - + DNS lookup failed. - + Encryption error. - + Windows Sockets gethostbyname call failed. - + Host not found. - + Internal error. - + Internal security error. - + Internal security error. - + The encryption method specified is not valid. - + Bad IP address specified. - + The IP address specified is not valid. - + Security data is not valid. - + Server security data is not valid. - + License negotiation failed. - + Licensing time-out. - + Local disconnection. - + No information is available. - + Out of memory. - + Out of memory. - + Out of memory. - + Remote disconnect by user. - + Failed to unpack server certificate. - + Windows Sockets connect failed. - + Windows Sockets recv call failed. - + The account is disabled. - + The account is expired. - + The account is locked out. - + The account is restricted. - + The received certificate is expired. - + The policy does not support delegation of credentials to the target server. - + The server authentication policy does not allow connection requests using saved credentials. The user must enter new credentials. - + Login failed. - + No authority could be contacted for authentication. The domain name of the authenticating party could be wrong, the domain could be unreachable, or there might have been a trust relationship failure. - + The specified user has no account. - + The password is expired. - + The user password must be changed before logging on for the first time. - + Delegation of credentials to the target server is not allowed unless mutual authentication has been achieved. - + The smart card is blocked. - + An incorrect PIN was presented to the smart card. - + Timeout occurred. - + Internal timer error. - + Windows Sockets send call failed. - + Sienna - + Spaces are not allowed! - + Steel - + Taupe - + Closed - + CloseWait - + Closing - + DeleteTcb - + Established - + FinWait1 - + FinWait2 - + LastAck - + Listen - + SynReceived - + SynSent - + TimeWait - + Unkown - + Teal - + Violet - + White - + Yellow - + A profile with this name already exists! - + Closed - + Open - + At least one application must be visible! - + Hidden applications - + Visible applications - + Visible applications in the bar: - + Whois - + Add a tab to query whois... - + Enter a valid domain (like "example.com")! - + Whois server not found for the domain: "{0}" - + Routing - + Release - + Release & Renew - + Renew - + Windows DNS settings - + Delete DNS server - + The selected DNS server will be deleted permanently. - + Add DNS server - + Edit DNS server - + A DNS server with this name already exists! - + Restart session - + TigerVNC - + Configure the path to TigerVNC in the settings... - + TigerVNC process has ended! - + Connecting... - + Resolve MAC address and vendor - + Note - + Export all - + Export... - + Export selected - + Location... - + File - + Enter a valid file path! - + All - + Format - + Selected - + An error occurred while exporting the data. See error message for details: - + Design - + Highlight timeouts - + Enter subnets to create a wide subnet... - + Wide Subnet - + Add tab... - + Add IPv4 address... - + Add IPv4 address - + Max. concurrent host threads - + Max. concurrent port threads - + PowerShell - + Configure the path to PowerShell in the settings... - + PowerShell process has ended! - + Execution Policy - + Remote console - + File path - + Override default settings - + Resolve IPv4 address for this host - + Hide - + Total bytes received - + Total bytes sent - + Download - + Bandwidth - + Upload - + Apply Windows key combinations - + Credential Security Support Provider - + Background job - + The background job will save settings and profiles every x-minutes. Value 0 will disable this feature. Changes to this value will take effect after restarting the application. - + Run background job every x-minute - + Your system OS is incompatible with the latest release! - + Dashboard - + All settings can be changed later in the settings! - + Check public IP address - + Thank you for using NETworkManager! If you like this tool, please leave a star on GitHub and recommend it to others. - + When starting the program, it checks in the background whether a new program version is available on GitHub. URL: https://api.github.com/ - + The public IP address is determined via ipify.org. URL: https://api.ipify.org and https://api6.ipify.org - + Privacy - + Welcome - + External services - + Star/Fork the Project on GitHub. - + Help translate the project on Transifex. - + Contact via Twitter. - + Connection - + Computer - + Gateway / Router - + Internet - + Check your network adapter configuration (dns) and if your dns server is configured correctly. - + Check your network adapter configuration (dhcp, static ip) and if you are connected to a network. - + Could not detect gateway ip address! - + Could not detect local ip address! - + Could not get public ip address via WebRequest (http/https) from "{0}"! Check your network connection (firewall, proxy, etc.). - + No A dns records resolved for "{0}"! - + No PTR dns record resolved for "{0}"! - + "{0}" A dns records resolved for "{1}"! - + PTR dns record resolved for "{0}"! - + Got "{0}" as public ip address from "{1}"! - + Resolved "{0}" as hostname for ip address "{1}"! - + Public IP address check is disabled! - + TCP/IP stack is available. "{0}" is reachable via ICMP! - + TCP/IP stack is not available... "{0}" is not reachable via ICMP! - + "{0}" detected as gateway ip address! - + "{0}" detected as local ip address! - + "{0}" is not reachable via ICMP! - + "{0}" is reachable via ICMP! - + Use custom IPv4 address API - + URL to a web service that can be reached via http or https and returns an IPv4 address like "xx.xx.xx.xx" as response. - + Could not parse public ip address from "{0}"! Try another service or use the default... - + Could not connect to "{0}"! - + IPv4 protocol available - + IPv6 protocol available - + Copy - + Official - + Network connection type - + Desktop background - + Desktop composition - + Experience - + Font smoothing - + Menu and window animation - + Performance - + Persistent bitmap caching - + Reconnect if the connection is dropped - + High-speed broadband (2 Mbps - 10 Mbps) - + Low-speed broadband (256 kbps - 2 Mbps) - + Detect connection quality automatically - + LAN (10 Mbps or higher) - + Modem (56 kbps) - + Satellite (2 Mbps - 16 Mbps with high latency) - + WAN (10 Mbps or higher with high latency) - + Show window contents while dragging - + Visual styles - + Remote audio - + Remote audio playback - + Remote audio recording - + Do not record - + Record from this computer - + Do not play - + Play on remote computer - + Play on this computer - + Gateway - + Custom commands - + Add custom command - + Arguments - + Delete custom command - + Edit custom command - + Program - + The selected custom command will be deleted permanently. - + The following variables are available: $$ipaddress$$ --> IP adresse $$hostname$$ --> Hostname - + Restart - + Could not resolve ip address for hostname! - + Ctrl+Alt+Del - + Keyboard shortcuts - + Adjust screen - + Fullscreen - + Could not send keystroke! - + Disconnect - + Detect local ip address and subnetmask - + Could not detect subnetmask! - + Detecting network... - + Closing in {0} seconds... - + Network unavailable! - + IP address to detect local ip address based on routing - + Show status window on network change - + Time in seconds how long the status window is shown - + WiFi - + Networks - + Searching for networks... - + No WiFi adapters found! - + Searching for WiFi adapters... - + No WiFi networks found! - + Channels - + Channel - + 2.4 GHz - + 5 GHz - + Signal strength - + Current download speed - + Current upload speed - + Measured time - + Network usage - + Total download - + Total upload - + Retries - + Use cache - + Use only TCP - + Query class - + Domain name - + Timeout (s) - + Report an issue or create a feature request - + Report an issue or create a feature request. - + Beacon interval - + Encryption - + Infrastructure - + Network kind - + Phy kind - + Uptime - + Show error message - + Ping Monitor - + Add host - + Add a host to monitor - + Pause - + Resume - + Could not resolve ip address for: "{0}" - + The application will be restarted... - + Could not export file! See error message: "{0}" - + File exported to "{0}"! - + Could not import file! See error message: "{0}" - + Location cannot be changed in portable version! - + Is encrypted - + Open documentation on GitHub. - + Customer 1 - + Add profile file - + Disable encryption... - + Edit profile file - + Enable encryption... - + Encryption... - + Profile name already exists! - + Rename - + Delete profile file - + Selected profile file will be deleted permanently. - + All profiles in this profile file will be permanently deleted! - + Patch - + Restart the application to change the language! - + Currently downloaded - + Currently uploaded - + LLDP / CDP - + Restart as Administrator - + To analyze network packets, the application must be started with elevated rights! - + Capture - + Device - + Duration (s) - + Model - + VLAN - + Capture network packets to view LLDP or CDP information! - + No discovery protocol packages received! - + Capturing network packages... - + Discovery Protocol - + CDP - + LLDP - + LLDP / CDP - + {0} seconds remaining... - + Help - + Application that is displayed at startup. - + Parameter - + Value - + Web Console - + Reload - + Browser - + The WebView control (Microsoft Edge) cannot connect to websites with an invalid certificate! - + Microsoft.Windows.SDK.Contracts is required for this feature but not available on this system (e.g. on Windows Server). - + ARP Table - + Connections - + Dashboard - + Discovery Protocol - + DNS Lookup - + HTTP Headers - + IP Scanner - + Listeners - + Lookup - + Network Interface - + Ping - + Ping Monitor - + Port Scanner - + PowerShell - + PuTTY - + Remote Desktop - + SNMP - + Subnet Calculator - + TigerVNC - + Traceroute - + Wake on LAN - + Web Console - + Whois - + WiFi - + Amber - + Black - + Blue - + Brown - + Cobalt - + Crimson - + Cyan - + Emerald - + Green - + Indigo - + Lime - + Magenta - + Mauve - + Olive - + Orange - + Purple - + Red - + Sienna - + Taupe - + Teal - + Pink - + Yellow - + Steel - + General - + Applications - + General - + Appearance - + Autostart - + General - + HotKeys - + Language - + Profiles - + Settings - + Status - + Update - + Window - + Enable log - + Log file name - + Log path - + Log mode - + Log - + SSH log - + SSH Raw log - + Session log - + SSH log - + SSH and Raw log - + Enter a valid file name! - + Lost - + Received - + Status change - + Update available! - + Private key file - + Preview - + Port profiles - + Add port profile - + Delete port profile - + Edit port profile - + The selected port profile will be deleted permanently. - + Select port profile - + Open port profiles... - + Show SplashScreen on start - + SplashScreen - + Download Microsoft Edge WebView2 Runtime - + Microsoft Edge WebView2 Runtime is not available! - + Frequency - + SSID - + Profile file could not be loaded! - + The profile file could not be loaded and may be corrupted. You can try to restore the file from a backup or delete it. If this happens unexpectedly or after an update, please report the error on GitHub. @@ -2748,360 +2753,360 @@ If this happens unexpectedly or after an update, please report the error on GitH Error message: "{0}" - + Edit group... - + Decryption error - + Could not decrypt file. You may report this issue on GitHub. - + Encryption error - + Could not encrpyt file. You may report this issue on GitHub. - + Current password - + New password - + Change master password - + Unlock profile - + Unlock the profile file to use the profiles! - + Disclaimer - + Merge - + Use other - + Move - + Last scan at {0} - + Hidden Network - + Developed and maintained by {0} with the help of the - + A Simple Public IP Address API - + AirspacePanel fixes all Airspace issues with WPF-hosted Winforms. - + Shared Controlz for WPF and ... more - + DnsClient.NET is a simple yet very powerful and high performant open source library for the .NET Framework to do DNS lookups - + Dragable and tearable tab control for WPF - + C# library take care of complex network, IP, IPv4, IPv6, netmask, CIDR, subnet, subnetting, supernet, and supernetting calculation for .NET developers. - + Simple, flexible, interactive & powerful charts, maps and gauges for .Net - + A collection of loading indicators for WPF - + Some awesome icons for WPF and UWP all together... - + A toolkit for creating Metro / Modern UI styled WPF apps. - + Json.NET is a popular high-performance JSON framework for .NET - + A GitHub API client library for .NET - + Capture and parse CDP and LLDP packets on local or remote computers - + Sharp SNMP Library - Open Source SNMP for .NET and Mono - + A collection of all country flags in SVG - + List of Top-Level-Domains from iana.org, which is used to query whois servers of the TLD from whois.iana.org via port 43 - + OUI data from ieee.org. - + Service Name and Transport Protocol Port Number Registry from iana.org. - + Apache License 2.0 - + BSD-2-Clause - + MIT License - + Unlicense - + C#/WinRT provides packaged WinRT projection support for the C# language. - + Runtime for hosting PowerShell - + The WebView2 control enables you to embed web technologies (HTML, CSS, and JavaScript) in your native applications powered by Microsoft Edge (Chromium). - + Easily add interactivity to your apps using XAML Behaviors for WPF. - + Microsoft WebView2 License - + The current profile file is not encrypted and passwords will stored unencrypted on disk! Enable profile file encryption in Settings>Profile to store credentials securely. - + ICMPv4 - + ICMPv6 - + Check is disabled! - + Enter a valid IPv6 address! - + Public IPv4 address reachable via ICMP. - + Public IPv6 address reachable via ICMP. - + Public IPv4 address - + Public IPv6 address - + Use custom IPv6 address API - + Time to live - + Chassis Id - + Management - + Device description - + Port description - + Remove IPv4 address - + Additional config... - + Remove IPv4 address... - + The remote session ended because the total login time limit was reached. This limit is set by the server administrator or by network policies. - + Enter a valid hostname! - + Enter a valid hostname and port! - + Unable to reconnect to the remote session. - + Migrate - + Report on GitHub - + Groups - + Add group - + Delete group - + Selected group and all profiles inside this group will be deleted permanently. - + The name is already used! - + Resize - + Delete profiles - + Selected profiles will be deleted permanently. - + Use custom themes - + Custom themes - + Reset settings? - + Settings reset! - + AWS Session Manager - + Instance ID - + Local connection - + Local interface - + log4net is a tool to help the programmer output log statements to a variety of output targets. - + AWS Session Manager - + Enabled - + Region - + Synchronize EC2 instances from AWS - + Add AWS profile - + Delete AWS profile - + The selected AWS profile is permanently deleted. The profile is not removed from the ~\.aws\credentials file. - + Edit AWS profile - + Synchronize all EC2 instances from AWS - + Synchronize group EC2 instances from AWS - + Profiles and regions to synchronize - + To synchronize EC2 instances from AWS, the AWS CLI must be configured on the system. The EC2 instances can be queried for multiple AWS accounts (profiles) and multiple regions. To do this, the profile stored in the file "~/.aws/credentials" must be configured along with the region to query. - + AWS SDK for .NET to work with Amazon Elastic Compute Cloud (Amazon EC2) in Amazon Web Services (AWS). - + Default profile - + Default region - + Profile which is used by manually created profiles to connect to an EC2 instance via AWS CLI. If not set, the default AWS CLI settings are used. - + Region which is used by manually created profiles to connect to an EC2 instance via AWS CLI . If not set, the default AWS CLI settings are used. - + If not set, the default AWS CLI settings are used. - + Group name cannot start with "{0}"! - + Synchronize only running EC2 instances from AWS - + An AWS region named "{0}" does not exist! - + AWS CLI v2 is installed! - + AWS CLI v2 is not installed! - + AWS Session Manager Plugin is installed! - + AWS Session Manager Plugin is not installed! - + Check for pre-releases - + Synchronization is disabled! - + Command - + Apply theme to PowerShell console - + The color of the PowerShell console can be changed to the application theme under Settings > General > Appearance - + If you enable this option, the default PowerShell console settings in the registry under HKCU:\Console are overridden so that the PowerShell console window matches the application theme. This is a global system setting that may affect the appearance of the normal PowerShell window. Only the PowerShell consoles configured in the PowerShell and AWS Session Manager settings are modified. Both Windows PowerShell and PWSH (PowerShell 7 and higher) are supported. @@ -3110,166 +3115,166 @@ Click in the upper right corner on the help / documentation button (left of the If the option is disabled again, the values are no longer modified. However, the original values are NOT restored. - + Input cannot end with a ";"! - + Input does not contain any text! - + Bit Calculator - + Bit Calculator - + Notation - + Input - + Unit - + Bits - + Gigabits - + Gigabytes - + Kilobits - + Kilobytes - + Megabits - + Megabytes - + Petabits - + Petabytes - + Terabits - + Terabytes - + Enter a number and select a unit to calculate the units... - + Network - + Proxy - + Resolve IP address for this host (IPv4 is preferred) - + A valid path to PowerShell should end with "pwsh.exe" or "powershell.exe"! - + A valid path to PuTTY should end with "PuTTY.exe"! - + A valid path to TigerVNC should end with "vncviewer-*.exe" or "vncviewer64-*.exe"! - + SNTP Lookup - + Move a .NET Framework/.NET Core app runtime components and dependencies into a sub-directory and make it beauty. - + Add a tab to perform a SNTP lookup... - + SNTP server(s) - + URL to a web service that can be reached via http or https and returns an IPv6 address like "xxxx:xx:xxx::xx" as response. - + IP endpoint - + Local end time - + Local start time - + Network time - + Offset - + Round trip delay - + Server - + SNTP Lookup - + Add SNTP server - + Delete SNTP server - + The selected SNTP server will be deleted permanently. - + Edit SNTP server - + An SNTP server with this name already exists! - + Enter a valid hostname (like "server-01" or "example.com") or a valid IP address (like 192.168.178.1)! - + Server(s) - + Enter master password to unlock the profile file: - + Unlock profile file - + Timed out - + Hostkey - + The settings will be reset and the application will be restarted afterwards! - + Settings have been reset! - + Ping status - + ThreadPool additional min. threads - + This setting specifies the minimum number of threads that will be created from the application's ThreadPool on demand. This can improve the performance for example of the IP scanner or port scanner. The value is added to the default min. threads (number of CPU threads). The value 0 leaves the default settings. If the value is higher than the default max. threads of the ThreadPool, this value is used. @@ -3278,549 +3283,549 @@ If the value is too high, performance problems may occur. Changes to this value will take effect after the application is restarted. Whether the value was set successfully can be seen in the log file under %LocalAppData%\NETworkManager\NETworkManager.log - + These settings only change the maximum number of concurrently executed threads per host/port scan. Go to Settings > General > General to adjust the (min) threads of the application. - + Port status - + Ping details - + No open ports found! - + Port scan is disabled! - + Scan ports - + Could not find the application "{0}". Maybe the application was hidden in the settings? - + Status window - + Show address bar - + Enabling this setting is not recommended. Multiple instances of the application share the same settings and profile files. The last instance to be closed may overwrite changes made by other instances. - + Bypass for local addresses - + Enable gateway server - + Logon method - + Gateway server - + Server name - + Share Gateway credentials with remote computer - + Allow me to select later - + Smart card or Windows Hello for Business - + Ask for password (NTLM) - + Use gateway credentials - + Your computer can't connect to the remote computer because the Remote Desktop Gateway server is temporarily unavailable. Try reconnecting later or contact your network administrator for assistance. - + Your computer can't connect to the remote computer due to one of the following reasons: 1) The requested Remote Desktop Gateway server address and the server SSL certificate subject name do not match. 2) The certificate is expired or revoked. 3) The certificate root authority does not trust the certificate. Contact your network administrator for assistance. - + This computer can't verify the identity of the RD Gateway "". It's not safe to connect to servers that can't be identified. Contact your network administrator for assistance. - + Your computer can't connect to the remote computer because the Remote Desktop Gateway server address requested and the certificate subject name do not match. Contact your network administrator for assistance. - + Your computer can't connect to the remote computer because the Remote Desktop Gateway server's certificate has expired or has been revoked. Contact your network administrator for assistance. - + An error occurred while sending data to the Remote Desktop Gateway server. The server is temporarily unavailable or a network connection is down. Try again later, or contact your network administrator for assistance. - + An error occurred while receiving data from the Remote Desktop Gateway server. Either the server is temporarily unavailable or a network connection is down. Try again later, or contact your network administrator for assistance. - + Your computer can't connect to the remote computer because the Remote Desktop Gateway server address is unreachable or incorrect. Type a valid Remote Desktop Gateway server address. - + Your computer can't connect to the remote computer because the Remote Desktop Gateway server is running low on server resources and is temporarily unavailable. Try reconnecting later or contact your network administrator for assistance. - + The Remote Desktop Gateway server has ended the connection. Try reconnecting later or contact your network administrator for assistance. - + The Remote Desktop Gateway server administrator has ended the connection. Try reconnecting later or contact your network administrator for assistance. - + Remote Desktop can't connect to the remote computer "" for one of these reasons: 1) Your user account is not listed in the RD Gateway's permission list 2) You might have specified the remote computer in NetBIOS format (for example, computer1), but the RD Gateway is expecting an FQDN or IP address format (for example, computer1.fabrikam.com or 157.60.0.1). Contact your network administrator for assistance. - + Remote Desktop can't connect to the remote computer "" for one of these reasons: 1) Your user account is not authorized to access the RD Gateway "" 2) Your computer is not authorized to access the RD Gateway "" 3) You are using an incompatible authentication method (for example, the RD Gateway might be expecting a smart card but you provided a password) Contact your network administrator for assistance. - + Your computer can't connect to the remote computer because your network administrator has restricted access to this RD Gateway server. Contact your network administrator for assistance. - + Your computer can't connect to the remote computer because the web proxy server requires authentication. To allow unauthenticated traffic to an RD Gateway server through your web proxy server, contact your network administrator. - + Your computer can't connect to the remote computer because the Remote Desktop Gateway server reached its maximum allowed connections. Try reconnecting later or contact your network administrator for assistance. - + Your computer can't connect to the remote computer because the Remote Desktop Gateway server does not support the request. Contact your network administrator for assistance. - + Your computer can't connect to the remote computer because the client does not support one of the Remote Desktop Gateway's capabilities. Contact your network administrator for assistance. - + Your computer can't connect to the remote computer because the Remote Desktop Gateway server and this computer are incompatible. Contact your network administrator for assistance. - + Your computer can't connect to the remote computer because no certificate was configured to use at the Remote Desktop Gateway server. Contact your network administrator for assistance. - + Your computer can't connect to the remote computer because the RD Gateway server that you are trying to connect to is not allowed by your computer administrator. If you are the administrator, add this Remote Desktop Gateway server name to the trusted Remote Desktop Gateway server list on your computer and then try connecting again. - + Your computer can't connect to the remote computer because your computer or device did not meet the Network Access Protection requirements set by your network administrator, for one of the following reasons: 1) The Remote Desktop Gateway server name and the server's public key certificate subject name do not match. 2) The certificate has expired or has been revoked. 3) The certificate root authority does not trust the certificate. 4) The certificate key extension does not support encryption. 5) Your computer cannot verify the certificate revocation list. Contact your network administrator for assistance. - + Your computer can't connect to the remote computer because a user name and password are required to authenticate to the Remote Desktop Gateway server instead of smart card credentials. - + Your computer can't connect to the remote computer because smart card credentials are required to authenticate to the Remote Desktop Gateway server instead of a user name and password. - + Your computer can't connect to the remote computer because an invalid cookie was sent to the Remote Desktop Gateway server. Contact your network administrator for assistance. - + Your computer can't connect to the remote computer because the cookie was rejected by the Remote Desktop Gateway server. Contact your network administrator for assistance. - + Your computer can't connect to the remote computer because the Remote Desktop Gateway server is expecting an authentication method different from the one attempted. Contact your network administrator for assistance. - + The RD Gateway connection ended because periodic user authentication failed. Try reconnecting with a correct user name and password. If the reconnection fails, contact your network administrator for further assistance. - + The RD Gateway connection ended because periodic user authorization failed. Try reconnecting with a correct user name and password. If the reconnection fails, contact your network administrator for further assistance. - + Your computer can't connect to the remote computer because the Remote Desktop Gateway and the remote computer are unable to exchange policies. This could happen due to one of the following reasons: 1. The remote computer is not capable of exchanging policies with the Remote Desktop Gateway. 2. The remote computer's configuration does not permit a new connection. 3. The connection between the Remote Desktop Gateway and the remote computer ended. Contact your network administrator for assistance. - + The RD Gateway connection ended because periodic user authorization failed. Your computer or device didn't pass the Network Access Protection (NAP) requirements set by your network administrator. Contact your network administrator for assistance. - + Connected - + Error while scanning WiFi adapter "{0}" with error: "{1}" - + Connect... - + {0} disconnected! - + Connect to {0} - + WPS - + Connect automatically - + Pre-shared key - + Connecting to {0}... - + Could not connect to {0} ({1})! - + Successfully connected to {0}! - + Access to the network has been revoked - + Invalid credentials - + Network not available - + Successful - + Connection attempt timed out - + -/- - + Authentication protocol is not supported! - + Checking WPS... - + Open OID profiles... - + MIB - + OID profiles - + Select OID profile - + Add OID profile - + Delete OID profile - + The selected OID profile will be deleted permanently. - + Edit OID profile - + Enter password... - + Add tab - + (from profile) - + New subnet mask - + Add server - + SNTP server - + The settings on this page contain errors. Correct them to be able to save. - + SSH hostkey to use for the connection (like "71:b8:f2:6e..."). Only available if the mode is "SSH". - + Full path to the private key file (like "C:\Users\BornToBeRoot\SSH\private_key.ppk"). Only available if the mode is "SSH". - + Username that will be passed into the PuTTY session. Only available if the mode is "SSH", "Telnet" or "Rlogin". - + ASN - + AS Name - + City - + Continent - + Country - + Currency - + District - + DNS resolver - + EDNS - + Geolocation - + Hosting - + IP geolocation - + ISP - + Latitude - + Longitude - + Mobile - + Organization - + PTR record - + Timezone - + Zip - + IP Geolocation API - Fast, accurate, reliable - + Check DNS resolver - + Check IP geolocation - + The DNS resolver is determined via ip-api.com. URL: https://edns.ip-api.com/ - + The IP geolocation is determined via ip-api.com. URL: http://ip-api.com/ - + To provide additional features, third party services are used that are not operated by me. You can deselect them below. No data is transferred to me at any time. - + Checking DNS resolver... - + Checking IP geolocation... - + Check your network connection and try again in a few seconds. - + ip-api.com rate limit reached (too many requests from your network)! Try again in a few seconds. - + HTTP status code - + Steel - + Rate limit reached! Try again in {0} seconds... - + General - + BSSID - + No reachable hosts found! - + Application - + Enable experimental features to test new functions. These are not yet complete, contain bugs, can crash the application and may change again until release. - + Experimental features - + Experimental - + Run command... - + IP Geolocation - + Add a tab to query the IP geolocation... - + Enter a domain to query whois... - + Enter host to query IP geolocation... - + Unknown user name. - + Authentication failure (incorrect password, community or key). - + The operation was successful without any errors. - + The response to your request was too large to fit into a single response! - + The requested OID could not be found! - + A read-write or write-only object was set to an inconsistent value! - + The requested OID does not exist and is not writable! - + An error occurred for which no specific message is available! - + The requested object is not accessible for modification! - + The object was set to an incompatible data type! - + The value assigned to the object exceeds its maximum length! - + The encoding used for the object is incorrect! - + The value assigned to the object is not a valid choice! - + The requested object does not exist and cannot be created! - + The MIB variable is currently in an inconsistent state and cannot be modified! - + There are no available system resources to perform the requested operation! - + An error occurred during the set operation! - + A set operation failed, and previous changes could not be rolled back! - + Authentication failed. Please check the community string! - + The requested object is not writable and cannot be modified! - + The object's state is inconsistent, preventing the set operation! - + Close all - + Expand host view - + Host cannot be set while other hosts are being added. Please wait until the process is complete and try again. - + Run command... (Ctrl+Shift+P) - + No matching commands! - + Remote hostname - + Process ID - + Process path - + Process name - + NetBIOS - + Computer name - + Error - + OK - + Warning - + Group / domain name - + NetBIOS reachable - + Scan for NetBIOS - + NetBIOS scan is disabled! - + Resolve Hostname is disabled! - + Resolve MAC address is disabled! - + Close group - + Run command... (Ctrl+Shift+P) - + Profile files - + Open settings... - + Expand and open search... - + Access to the Wi-Fi adapter is not permitted by Windows. Open the Windows settings and allow Wi-Fi access for this application. diff --git a/Source/NETworkManager.Localization/Resources/Strings.zh-CN.resx b/Source/NETworkManager.Localization/Resources/Strings.zh-CN.resx index d68f888083..a087cb8bf7 100644 --- a/Source/NETworkManager.Localization/Resources/Strings.zh-CN.resx +++ b/Source/NETworkManager.Localization/Resources/Strings.zh-CN.resx @@ -1,2747 +1,2752 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - - - - - - - text/microsoft-resx - - - 2.0 - - - System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - + + + + text/microsoft-resx + + + 2.0 + + + System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + + + + System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + + + 关于 - + 强调 - + 新增凭据 - + 新增条目 - + 新增配置文件 - + 是否确定? - + ARP - + ARP 表 - + 认证 - + 自动开始 - + 计算器 - + 命令行参数 - + 配置 - + 确认 - + 连接 - + 连接方式 - + 复制配置文件 - + 凭据 - + 数据 - + 默认应用 - + 删除凭据 - + 删除配置文件 - + 目的地 - + 详细 - + 已断开 - + 显示 - + DNS - + DNS 查询 - + 不分段 - + 编辑凭据 - + 编辑组 - + 编辑配置文件 - + 错误 - + 导出 - + 筛选 - + 全局 - + 标头 - + 历史 - + 热键 - + HTTP 头 - + 导入 - + 信息 - + 接口 - + IP扫描器 - + 键盘 - + 语言 - + 内容库 - + 许可证 - + 本地设备和资源 - + 位置 - + 查找 - + MAC 地址 - + 主密码 - + 多线程 - + 网络 - + 网络接口 - + 新标签 - + OUI - + 是否覆盖? - + Ping - + 端口 - + 便携版 - + 端口扫描器 - + 配置文件 - + PuTTY - + 查询 - + 远程桌面 - + 重置 - + 反向解析 - + 资源 - + 结果 - + 路由 - + 扫描 - + 搜索 - + 选择一个配置文件... - + 设置主密码 - + 设置 - + SNMP - + 套接字 - + 统计 - + 状态 - + 子网 - + 子网划分 - + 成功! - + 主题 - + 路由跟踪 - + 托盘 - + 更新 - + v1/v2c - + v3 - + 验证失败! - + 局域网唤醒 - + 网站 - + 窗口 - + 密码错误! - + 客户端 - + 管理员 - + 总是在托盘显示图标 - + 尝试 - + 平均时间 - + 广播 - + 缓冲 - + 字节 - + CIDR - + 关闭 - + 默认路由 - + 删除... - + 说明 - + DHCP已启用 - + DHCP租约到期 - + 已获取DHCP租约 - + DHCP服务器 - + DNS 服务器 - + DNS 后缀 - + 动态IPv4地址 - + 动态IPv4 DNS地址 - + 跃点 - + 跃点数 - + 主机名 - + IP地址 - + IP地址 - + IPv4 - + IPv4 地址 - + IPv4 默认路由 - + IPv6 地址 - + IPv6 地址 - + IPv6 链路地址 - + IPv6 默认网关 - + 最大值 - + 最大跃点数 - + 最小化主窗口而不是终止应用程序 - + 最小化到任务栏托盘 - + 最小值 - + 名称 - + 网络地址 - + 新的子网掩码或 CIDR - + - + 自动获取 IP 地址 - + 自动获取 DNS - + 丢包 - + 传输的数据包 - + 物理地址 - + 解析主机名时的首选协议: - + 主 DNS 服务器 - + 接收 / 丢失 - + 解析主机名 - + 需要重新启动 - + 保存设置到应用文件夹 - + 辅助 DNS 服务器 - + 显示 - + 在启动后显示以下应用: - + 一个强大的网络运维管理工具! - + 速度 - + 启动后最小化到托盘 - + 开始菜单(当前用户) - + 静态 IPv4 地址 - + 静态 IPv4 DNS 服务器 - + 子网掩码 - + 线程 - + 时间 - + 时间 1 - + 时间 2 - + 时间 3 - + 超时 - + 超时(毫秒) - + 每次 Ping 之间的等待时间(毫秒) - + TTL - + 类型 - + 使用以下DNS服务器地址: - + 使用以下IP地址: - + 唤醒 - + - + 添加 - + 添加一个 DNS 查询页... - + 添加一个网络扫描页... - + 添加一个 SNMP 动作页... - + 添加一个 Ping 操作页... - + 添加一个端口扫描页... - + 添加一个路由追踪页... - + 主机名后添加 DNS 后缀(主) - + 附加到命令行 - + 附加 - + 新增配置文件... - + 自动调整屏幕 - + 响应 - + 之后将重新启动应用程序! - + 应用 - + 应用 Windows 键组合(例如ALT + TAB): - + 验证 - + 验证级别 - + 授权 - + 总是自动更新 - + 返回 - + 备份 - + 波特率 - + 该操作已被用户取消! - + 大写锁定已启用! - + 启动后检查更新 - + - + 清除筛选 - + 颜色深度(位) - + 社区 - + 配置 PuTTY 程序路径 - + 确认关闭... - + 您确定要关闭该应用吗? - + 连接方式... - + 连接外部 - + 请将网卡连接到网络进行配置! - + 复制 - + 复制为... - + 复制... - + 无法解析主机名:"{0}" - + 凭据 - + 配置文件在磁盘上使用 AES 加密,密钥大小为 256 位,块大小为 128 位,采用 CBC 模式。加密密钥使用 Rfc2898DeriveBytes (PBKDF2) 从主密码中提取,迭代次数为 1,000,000 次。运行时,一旦加载配置文件,密码就会以 SecureString 的形式存储。对于某些函数,密码必须转换为普通字符串,并在内存中保持未加密状态,直到垃圾回收器将其清理干净。 启用加密前,请先备份一份配置文件! - + 自定义 - + 自定义屏幕大小... - + 数据已更新! - + 必须解密并加载凭据才能进行管理。 - + 默认 - + 波特率 - + 默认端口: - + Rlogin 端口 - + SSH 端口 - + Telnet 端口 - + 选定的凭据将被永久删除。 - + 删除条目 - + 所选配置文件将被永久删除。 - + DNS 配置 - + DNS 查询 - + DNS 服务器 - + 打开文档 - + 域名 - + 延迟 - + 编辑 - + 启用 - + 启用凭据安全支持提供程序 - + 结束时间 - + 输入子网进行计算… - + 输入子网和子网掩码以创建子网 - + 无法连接到“api.github.com”,请检查网络连接! - + 响应出错! - + 响应出错!请检查你是否有写权限。 - + 展开 - + 首个可用IP地址 - + 固定屏幕大小: - + 在 Github 上对项目关注或创建分支 - + 查找 - + - + 高度 - + 主机 - + 主机名或 IP 地址 - + 主机 - + ID - + 从常规继承主机 - + IP范围 - + 最后可用的IP地址 - + 本地IP地址 - + 本地端口 - + MAC地址或供应商 - + 唤醒数据包发送成功! - + 达到最大跃点数/路由器限制({0})! - + 消息大小 - + 模式 - + 多播 - + 多实例 - + 无法访问此地址,请确认你的计算机已连接到此网络。有关网络故障排除的信息,请参阅 Windows 帮助。 - + 创建新连接 - + 没有找到“{0}”对应的DNS记录!请检查你的输入和设置。 - + 未找到任何启用的网络适配器! - + 未找到任何端口。请检查你的输入! - + 当前没有任何配置! 创建一个... - + 未找到! - + 无法完成任务,请检查你的输入! - + 无可用更新! - + 找不到要导入的有效文件。 - + 找不到供应商。检查你的输入! - + 取消之后的错误数: - + 存储的条目数 - + OID - + 仅在全屏模式可用 - + 在远程计算机上 - + 在本地计算机上 - + 打开 - + 打开许可证 - + 打开项目 - + 打开网站 - + 覆盖 - + 密码 - + 密码不正确! - + 路径 - + 端口或服务 - + 端口 - + 私有 - + 配置文件 - + 配置已重新加载 - + 协议 - + PuTTY 进程已终止! - + 问题 - + 原始 - + 递归 - + 重定向剪贴板 - + 重定向设备 - + 重定向驱动器 - + 重定向端口 - + 重定向打印机 - + 重定向智能卡 - + 剩余时间 - + 远程IP地址 - + 远程端口 - + 重复 - + 解析所有请求的 CNAME - + 响应 - + Rlogin - + 已扫描 - + 未找到搜索的应用程序! - + 未找到搜索的语言! - + 未找到搜索的设置! - + 安全 - + 选择一个分辨率 - + 这将重置所有设置! - + 串口 - + 串行线 - + 服务 - + 找到的设置文件已损坏或与此版本不兼容!您可以在GitHub上报告此问题。 在设置文件夹中创建了设置文件的备份,并重置了设置。 配置文件不受影响! - + 显示已关闭端口 - + 显示当前程序标题 - + 仅显示最常见的查询类型 - + 显示不可达的 IP 地址和端口 - + 显示统计 - + SSH - + 开始时间 - + 状态 - + 子网 1 - + 子网 2 - + 标签 - + Telnet - + 此应用程序无需参数即可启动! - + 下列主机名无法完成解析: - + 下列参数可用: - + 无法处理以下参数: - + 此进程将耗费一些时间和资源(CPU/RAM)。 - + 此设置位置无效! - + SNMP 查询超时。可能是主机无法访问或社区字符串/密码错误。 - + 从DNS服务器查询IP地址“{0}”超时! - + 时间戳 - + 跟踪 - + 未知错误! - + 打开托盘/将窗口放到前台 - + URL - + 使用凭据 - + 使用当前视图大小作为屏幕大小 - + 使用自定义DNS服务器 - + 使用自定义DNS后缀 - + 使用解析缓存 - + 用户界面已锁定! - + 用户名 - + 供应商 - + 版本 - + 新版本可用:{0}! - + Walk 模式 - + 宽度 - + 无法用给定的密码解密配置文件。 - + 输入密码有误。 - + 添加 - + 添加记录 - + 计算 - + 取消 - + 更改 - + 更改主密码... - + 检查 - + 检查更新 - + 已关闭 - + 继续 - + 自定义: - + 剪切 - + 解密并加载... - + 删除 - + 删除表单 - + 输入位置... - + 所有 - + 过滤器... - + 清理 DNS 缓存 - + 解密并载入你选择的的凭据。 - + 查看此对话框。 - + 重置所有应用程序设置。 - + 编辑时将不会显示密码明文,但你可以重置它。 - + [0]如果服务器身份验证失败,请在没有警告的情况下连接到计算机。 [1] 如果服务器身份验证失败,请不要建立连接。 [2] 如果服务器身份验证失败,则显示警告并允许我连接或拒绝连接。 [3] 未指定身份验证要求。 - + 标签帮助您按照主题/项目组织概要文件/概要文件。多个标签可以用";"隔开。通过标签“tag=xxx”进行搜索。 - + 小时(H) - + 导入文件的位置… - + 分钟(M) - + 移动并重启 - + 网络连接 - + (未更改) - + - + 确定 - + - + 打开位置 - + 打开设置 - + 覆盖 - + 粘贴 - + 重连 - + 刷新 - + 现在重启 - + 保存 - + 搜索... - + 秒(s) - + 发送 - + 设置主密码... - + 显示本地许可证 - + 子网计算器 - + 验证 - + 连接 - + 输入有效的 IP 范围! - + 輸入有效的 IPv4 地址! - + 输入有效的 MAC 地址(如 00:F1:23:AB:F2:35)! - + 输入有效端口(1-65535)! - + 输入有效子网掩码(如 255.255.255.0)! - + 输入有效子网掩码或 CIDR(如 255.255.255.0 或 /24)! - + 字段不能为空! - + 文件不存在! - + 文件夹不存在! - + 监听器 - + 琥珀色 - + 外观 - + 应用 - + 深色 - + 浅色 - + 黑色 - + 蓝色 - + 棕色 - + 深蓝色 - + 深红色 - + 青色 - + 深绿色 - + 输入一个或多个有效的 IP 地址! - + 输入有效的波特率! - + 输入有效主机(多个主机不能以“;”结尾)! - + 输入有效的IPv4地址! - + 输入有效数字! - + 输入有效的 OID! - + 输入有效的端口或端口范围(1 - 65535)! - + 输入有效的子网(如192.168.178.133/26)! - + 输入有效的网址(例如 https://example.com/index.html) - + 绿色 - + 导入/导出 - + 靛蓝色 - + 目标主机无法访问。 - + 目标网络无法访问。 - + 目标端口无法访问。 - + 成功 - + 请求超时。 - + TTL 在传输过程中过期。 - + 密钥必须有 8 个字符或更多! - + 亮绿色 - + 洋红色 - + 紫红色 - + 橄榄色 - + 只能输入数字! - + 橙色 - + 粉红色 - + 紫色 - + 红色 - + 套接字已关闭。 - + 服务器已断开连接。 - + 解压出错。 - + 连接超时。 - + 解密出错。 - + DNS 名称查询失败。 - + DNS 查询失败。 - + 加密出错。 - + Windows 套接字 gethostbyname 调用失败。 - + 找不到主机。 - + 内部错误。 - + 内部安全错误。 - + 内部安全错误。 - + 指定的加密方法无效。 - + 指定了错误的IP地址。 - + 指定的IP地址无效。 - + 安全数据是无效的。 - + 服务器安全数据无效。 - + 许可协商失败。 - + 许可暂停。 - + 当地断开连接。 - + 无可用信息。 - + 内存不足。 - + 内存不足。 - + 内存不足。 - + 用户主动断开连接。 - + 无法识别服务器证书。 - + Windows 套接字连接失败。 - + Windows 套接字接收失败。 - + 此账户已禁用。 - + 此账户已过期。 - + 此账户已锁定。 - + 此账户已受限。 - + 收到的证书已过期。 - + 该策略不支持将凭据委派给目标服务器。 - + 服务器身份验证策略不允许使用已保存凭据的连接请求。 用户必须输入新凭据。 - + 登录失败。 - + 无法联系到权威机构进行认证。认证方的域名可能是错误的,域名可能是无法联系的,或者可能出现了信任关系失败。 - + 没有此账户。 - + 密码已过期。 - + 首次登录前必须更改用户密码。 - + 除非实现了相互认证,否则不允许将凭证委托给目标服务器。 - + 智能卡已禁用。 - + 向智能卡提供了错误的 PIN。 - + 发生超时。 - + 内部定时器错误。 - + Windows 套接字 send 调用失败。 - + 赭色 - + 不允许有空格! - + 铁灰色 - + 褐灰色 - + 已关闭 - + CloseWait - + 正在关闭 - + DeleteTcb - + 已建立 - + FinWait1 - + FinWait2 - + LastAck - + Listen - + SynReceived - + SynSent - + TimeWait - + 未知 - + 蓝绿色 - + 紫罗兰色 - + 白色 - + 黄色 - + 已存在具有此名称的配置! - + 已关闭 - + 打开 - + 至少要有一个可见的应用! - + 已隐藏应用 - + 可见应用 - + 侧边栏中可见的应用: - + Whois - + 添加 whois 查询页... - + 输入有效的域名(例如“example.com”)! - + 未找到该域名的 Whois 服务器:“{0}” - + 路由 - + 释放 - + 释放&更新 - + 更新 - + Windows DNS 设置 - + 删除 DNS 服务器 - + 选定的 DNS 服务器将永久删除。 - + 添加 DNS 服务器 - + 编辑 DNS 服务器 - + 已存在具有此名称的 DNS 服务器! - + 重启会话 - + TigerVNC - + 配置 TigerVNC 程序路径 - + TigerVNC 进程已终止! - + 正在连接... - + 解析 MAC 地址和供应商 - + 注意事项 - + 导出全部 - + 导出... - + 导出所选 - + 位置... - + 文件 - + 输入有效的文件路径! - + 所有 - + 格式 - + 已选 - + 导出数据时发生错误。 有关详细信息,请参阅: - + 设计 - + 突出显示超时 - + 输入子网以创建宽子网... - + 宽子网 - + 添加标签... - + 添加 IPv4 地址 - + 添加 IPv4 地址 - + 最大并发主机线程 - + 最大并发端口线程 - + PowerShell - + 在设置中配置 PowerShell 的路径… - + PowerShell 进程已终止! - + 执行策略 - + 远程控制台 - + 文件路径 - + 覆盖默认设置 - + 解析此主机的 IPv4 地址 - + 隐藏 - + 收到的总字节数 - + 发送的总字节数 - + 下行 - + 带宽 - + 上行 - + 应用 Windows 组合键 - + 凭据安全支持提供程序 - + 后台任务 - + 后台作业将每隔 x 分钟保存一次设置和配置文件。 值为 0 将禁用此特性。 对该值的修改将在重新启动应用程序后生效。 - + 每隔 x 分钟运行后台任务 - + 您的操作系统与最新版本不兼容! - + 仪表盘 - + 以后可以在程序设置中更改所有设置值 - + 检查公网 IP 地址 - + 感谢您使用 NETworkManager! 如果你喜欢这个工具,请在GitHub上留下一颗星,并推荐给其他人。 - + 启动程序时,它会在后台检查GitHub上是否有新的程序版本。 URL: https://api.github.com/ - + 公网IP通过 ipify.org 提供的服务完成检测。 地址: https://api.ipify.org/ 与 https://api6.ipify.org - + 隐私政策 - + 欢迎 - + 第三方服务 - + 在 Github 上对项目关注或创建分支 - + 帮助翻译 Transifex 上的项目。 - + 通过 Twitter 联系。 - + 连接 - + 计算机 - + 网关/路由 - + Internet - + 检查网络适配器配置(dns)以及是否正确配置了dns服务器。 - + 检查网络适配器配置(dhcp,静态 IP)以及是否已连接到网络。 - + 无法检测网关 IP 地址! - + 无法检测本地 IP 地址! - + 无法通过 WebRequest(http/https)从"{0}"获得公网 IP 地址! 检查你的网络连接(防火墙、代理等)。 - + 无法解析“{0}”的 A 记录! - + 无法解析“{0}”的 PTR 记录! - + "{0}" 解析的 dns 记录 "{1}"! - + 解析的 PTR dns 记录"{0}"! - + 获得“{0}”作为公网 IP 地址"{1}"! - + 解析“{0}”为ip地址主机名"{1}"! - + 已禁用公网 IP 地址检测! - + TCP/IP 堆栈可用。"{0}" 可通过 ICMP 访问! - + TCP/IP 堆栈不可用..."{0}" 无法通过 ICMP 访问!! - + “{0}” 是网关IP地址! - + “{0}” 是本机IP地址! - + “{0}” 无ICMP响应! - + “{0}” 有ICMP响应! - + 使用自定义 IPv4 地址 API - + 可以通过 http 或 https 访问的 web 服务的 URL,并返回 IPv4 地址(如“xx.xx.xx.xx”)作为响应。 - + 无法解析公网 IP 地址"{0}"! 尝试其他服务或使用默认的... - + 不能连接到“{0}”! - + IPv4 协议可用 - + IPv6 协议可用 - + 复制 - + 官方 - + 网络连接类型 - + 桌面背景 - + 桌面组 - + 经验 - + 平滑字体 - + 菜单窗体动画 - + 性能 - + 持久位图缓存 - + 断开后重新连接 - + 高速宽带(2 Mbps-10 Mbps) - + 低速宽带(256 kbps-2 Mbps) - + 自动检测连接质量 - + 局域网(10 Mbps或更高) - + 调制解调器(56 kbps) - + 卫星连接(2 Mbps-16 Mbps,高延迟) - + 广域网(10 Mbps或更高,高延迟) - + 拖动时显示窗口内容 - + 视觉样式 - + 远程音频 - + 远程音频播放 - + 远程音频录制 - + 不要记录 - + 从这台计算机上记录 - + 不要播放 - + 在远程计算机上播放 - + 在这台计算机上播放 - + 网关 - + 自定义命令 - + 添加自定义命令 - + 参数 - + 删除自定义命令 - + 编辑自定义命令 - + 程序 - + 所选自定义命令将被永久删除。 - + 有以下变量可供选择: $$ipaddress$$ --> IP 地址 $$hostname$$ --> 主机名 - + 重启 - + 无法解析主机名的 ip 地址! - + Ctrl+Alt+Del - + 键盘快捷键 - + 调整屏幕 - + 全屏 - + 无法发送按键! - + 断开连接 - + 检测本地IP地址和子网掩码 - + 无法检测到子网掩码! - + 正在检测网络 - + 将在 “{0}” 秒后关闭 - + 网络不可用! - + 基于路由检测本地IP地址 - + 网络变化时显示状态窗口 - + 状态窗口显示的时间(以秒为单位) - + WiFi - + 网络 - + 正在搜索网络 - + 未找到任何无线网络适配器! - + 搜索WiFi适配器 - + 未检测到任何无线网络! - + 信道 - + 信道 - + 2.4 GHz - + 5 GHz - + 信号强度 - + 当前下载速度 - + 当前的上传速度 - + 测量时间 - + 网络用量 - + 总下载量 - + 总上传量 - + 重试 - + 使用缓存 - + 只使用TCP - + 查询类别 - + 域名 - + 超时 - + 报告一个问题或创建一个功能请求 - + 报告一个问题或创建一个功能请求. - + 信标间隔 - + 加密 - + 基础架构 - + 网络类型 - + 种类 - + 正常运行时间 - + 显示错误信息 - + Ping 监控 - + 添加主机 - + 添加一个要监控的主机 - + 暂停 - + 恢复 - + 无法解析主机名ip地址:"{0}" - + 应用程序将重新启动... - + 无法导出文件! 查看错误信息: "{0}" - + 文件导出到 "{0}"! - + 无法导入文件! 查看错误信息: "{0}" - + 便携版无法更改位置! - + 已加密 - + 在GitHub上打开文档。 - + 客户 1 - + 添加配置文件 - + 禁用加密... - + 编辑配置文件 - + 启用加密... - + 加密 - + 配置文件名称已经存在! - + 重命名 - + 删除配置文件 - + 所选配置文件将永久删除。 - + 此配置文件中的所有配置文件将被永久删除! - + 修复 - + 重新启动应用程序以更改语言! - + 当前下载 - + 当前上传 - + LLDP / CDP - + 以管理员身份启动 - + 要分析网络数据包,必须以高权限启动该应用程序! - + 捕获 - + 设备 - + 持续时间(s) - + 型号 - + VLAN - + 捕获网络数据包以查看LLDP或CDP信息! - + 没有收到发现协议包! - + 捕获网络包... - + 发现协议 - + CDP - + LLDP - + LLDP / CDP - + {0} 秒剩余... - + 帮助 - + 启动时显示的应用程序。 - + 参数 - + - + Web 控制台 - + 重新加载 - + 浏览器 - + WebView控件(Microsoft Edge)无法连接到具有无效证书的网站! - + Microsoft.Windows.SDK.Contracts是该功能的必要条件,但在该系统上不可用(例如在Windows Server上)。 - + ARP 列表 - + 连接 - + 仪表盘 - + 发现协议 - + DNS 查询 - + HTTP 头 - + IP 扫描器 - + 监听器 - + 查找 - + 网络接口 - + Ping - + Ping 监控 - + 端口扫描器 - + 命令行 - + PuTTY - + 远程桌面 - + SNMP - + 子网计算器 - + TigerVNC - + 路由跟踪 - + 局域网唤醒 - + Web 控制台 - + Whois - + WiFi - + 琥珀色 - + 黑色 - + 蓝色 - + 棕色 - + 深蓝色 - + 深红色 - + 青色 - + 深绿色 - + 绿色 - + 靛蓝色 - + 亮绿色 - + 洋红色 - + 紫红色 - + 橄榄色 - + 橙色 - + 紫色 - + 红色 - + 赭色 - + 褐灰色 - + 蓝绿色 - + 粉红色 - + 黄色 - + 铁灰色 - + 常规 - + 应用 - + 常规 - + 外观 - + 自动启动 - + 常规 - + 热键 - + 语言 - + 配置文件 - + 设置 - + 状态 - + 更新 - + 窗口 - + 启用日志 - + 日志文件名 - + 日志路径 - + 日志模式 - + 日志 - + SSH 日志 - + SSH 原始日志 - + 会话日志 - + SSH 日志 - + SSH 和原始日志 - + 输入一个有效的文件名! - + 丢失 - + 接收 - + 状态更改 - + 有可用的更新! - + 私钥文件 - + 预览 - + 端口配置文件 - + 添加端口配置文件 - + 删除端口配置文件 - + 编辑端口配置文件 - + 选定的端口配置文件将被永久删除。 - + 选择端口配置文件 - + 打开端口配置文件... - + 在开始时显示启动画面 - + 启动画面 - + 下载 Microsoft Edge WebView2 Runtime - + Microsoft Edge WebView2 Runtime 不可用! - + 频率 - + SSID - + 配置文件无法加载! - + 配置文件无法加载,可能已损坏。您可以尝试从备份中还原该文件,也可以将其删除。 如果这种情况意外发生或在更新后发生,请在GitHub上报告错误。 @@ -2750,360 +2755,360 @@ $$hostname$$ --> 主机名 错误消息: "{0}" - + 编辑组... - + 解密出错 - + 无法解密文件。您可以在GitHub上报告此问题。 - + 加密出错 - + 无法加密文件。您可以在GitHub上报告此问题。 - + 当前密码 - + 新的密码 - + 更改主密码 - + 打开配置文件 - + 解锁配置文件以使用配置文件! - + 免责声明 - + 合并 - + 使用其他 - + 移动 - + 最后一次扫描在{0} - + 隐藏网络 - + 由 {0}在以下机构的帮助下开发和维护 - + 一个简单的公网 IP 地址 API - + AirspacePanel 修复了所有 Airspace 与 WPF-hosted Winforms 的问题。 - + 强大的 WPF 共享控件库 - + DnsClient.NET 是一个简单但功能强大且高性能的开源库,用于在 .NET Framework 中执行 DNS 查询 - + 适用于 WPF 的可拖拽标签控件 - + C# 库为 .NET 开发人员处理复杂的网络、IP、IPv4、IPv6、子网掩码、CIDR、子网、子网划分、超网和超网划分计算。 - + 适用于.Net的简单、灵活、互动和强大的图表、地图和仪表 - + WPF的加载指示器集合 - + WPF和UWP的一些很棒的图标… - + 一个用于创建Metro / Modern UI风格的WPF应用程序的工具包。 - + Json.NET 是一款适用于 .NET 的流行的高性能 JSON 框架 - + 适用于 .NET 的 GitHub API 客户端库 - + 在本地或远端计算机上抓取CDP、LLDP报文并解析 - + Sharp SNMP 库 - 适用于 .NET 和 Mono 的开源 SNMP - + 所有 SVG 国旗的集合 - + 来自 iana.org 的顶级域名列表,用于从 whois.iana.org 通过 43 端口查询顶级域名的 whois 服务器 - + OUI 数据来自 ieee.org。 - + 来自 iana.org 的服务名称和传输协议端口号注册表 - + Apache 2.0许可 - + BSD-2-条款 - + MIT许可协议 - + 未授权 - + C#/WinRT 为 C# 语言提供了封装的 WinRT 投射支持。 - + 用于承载PowerShell的运行时环境 - + WebView2 控件使您能够在由 Microsoft Edge (Chromium) 驱动的原生应用中嵌入网页技术 (HTML、CSS 和 JavaScript)。 - + 使用 XAML Behaviors for WPF 为您的应用程序轻松添加交互性 - + Microsoft WebView2 许可 - + 当前配置文件未加密,密码将不加密存储在磁盘上!   在“设置>配置文件”中启用配置文件加密,以安全存储凭据。 - + ICMPv4 - + ICMPv6 - + 检查被禁用! - + 请输入有效的 IPv6 地址! - + 可通过 ICMP 到达的公网 IPv4 地址。 - + 可通过 ICMP 到达的公网 IPv6 地址。 - + 公网 IPv4 地址 - + 公网 IPv6 地址 - + 使用自定义 IPv6 地址 API - + 存活时间 - + Chassis Id - + 管理 - + 设备描述 - + 端口描述 - + 删除 IPv4 地址 - + 额外的配置... - + 删除 IPv4 地址... - + 远程会话已结束,因为已达到总登录时间限制。此限制由服务器管理员或网络策略设置。 - + 输入一个有效的主机名! - + 输入一个有效的主机名与端口! - + 无法重新连接远程会话。 - + 迁移 - + 在 GitHub 上提交报告 - + - + 添加组 - + 删除组 - + 所选组和组内所有配置文件将被永久删除。 - + 该名称已被使用! - + 缩放 - + 删除配置文件 - + 所选配置文件将永久删除。 - + 使用自定义主题 - + 自定义主题 - + 重置设置? - + 设置已重置! - + AWS 会话管理器 - + 实例 ID - + 本地连接 - + 本地接口 - + log4net 是一款帮助程序员向各种输出目标输出日志语句的工具。 - + AWS 会话管理器 - + 启用 - + 区域 - + 从 AWS 同步 EC2 实例 - + 添加 AWS 配置文件 - + 删除 AWS 配置文件 - + 所选 AWS 配置文件将被永久删除。 配置文件不会从 ~\.aws\credentials 文件中删除。 - + 编辑 AWS 配置文件 - + 从 AWS 同步所有 EC2 实例 - + 从 AWS 同步 EC2 实例组 - + 要同步的配置文件和区域 - + 要从 AWS 同步 EC2 实例,必须在系统上配置 AWS CLI。EC2 实例可通过多个 AWS 账户(配置文件)和多个区域进行查询。为此,必须配置存储在"~/.aws/credentials "文件中的配置文件以及要查询的区域。 - + AWS SDK for .NET 可与亚马逊网络服务(AWS)中的亚马逊弹性计算云(Amazon EC2)协同工作。 - + 默认配置文件 - + 默认区域 - + 手动创建用于通过 AWS CLI 连接 EC2 实例的配置文件。 如果未设置,则使用默认的 AWS CLI 设置。 - + 手动创建的配置文件用于通过AWS CLI连接到EC2实例的区域。 如果未设置,则使用默认的AWS CLI设置。 - + 如果未设置,则使用默认的AWS CLI设置。 - + 组名不能以“{0}”开头! - + 只同步 AWS 正在运行的 EC2 实例 - + 名为"{0}"的 AWS 区域不存在! - + 已安装 AWS CLI v2! - + 未安装 AWS CLI v2! - + 已安装 AWS 会话管理器插件! - + 未安装 AWS 会话管理器插件! - + 检查预发布版本 - + 同步已禁用! - + 命令 - + 将主题应用到 PowerShell 控制台 - + PowerShell控制台的颜色可以更改为“设置”>“常规”>“外观”下的应用程序主题 - + 如果启用此选项,注册表 HKCU:\Console 下的 PowerShell 控制台默认设置将被覆盖,以便 PowerShell 控制台窗口与应用程序主题相匹配。这是一个全局系统设置,可能会影响正常 PowerShell 窗口的外观。 只有在 PowerShell 和 AWS 会话管理器设置中配置的 PowerShell 控制台才会被修改。支持 Windows PowerShell 和 PWSH(PowerShell 7 及更高版本)。 @@ -3112,166 +3117,166 @@ $$hostname$$ --> 主机名 如果再次禁用该选项,这些值将不再被修改。但不会恢复原始值。 - + 输入不能以"; "结束! - + 输入不包含任何文本! - + 位计算器 - + 位计算器 - + 符号 - + 输入 - + 单位 - + 比特 - + 吉比特 - + 吉字节 - + 千比特 - + 千字节 - + 兆比特 - + 兆字节 - + 拍比特 - + 拍字节 - + 太比特 - + 太字节 - + 输入数字并选择单位以计算单位... - + 网络 - + 代理 - + 解析该主机的 IP 地址(首选 IPv4) - + PowerShell 的有效路径应以“pwsh.exe”或“powershell.exe”结尾! - + PuTTY 的有效路径应以“PuTTY.exe”结尾! - + TigerVNC 的有效路径应以“vncviewer-*.exe”或“vncviewer64-*.exe”结尾! - + SNTP 查询 - + 将 .NET Framework/.NET Core 应用程序运行时组件和依赖项移至子目录,并使其美观。 - + 添加执行 SNTP 查询的选项卡... - + SNTP 服务器 - + 可通过 http 或 https 访问的网络服务的 URL,并返回一个 IPv6 地址(如 "xxxx:xx:xxx::xx")作为响应。 - + IP 端点 - + 本地结束时间 - + 本地开始时间 - + 网络时间 - + 偏移 - + 往返延迟 - + 服务器 - + SNTP 查询 - + 添加 SNTP 服务器 - + 删除 SNTP 服务器 - + 选中的 SNTP 服务器将被永久删除。 - + 编辑 SNTP 服务器 - + 已经存在此名称的 SNTP 服务器! - + 输入一个有效的主机名(如“server-01”或“example.com”)或一个有效的IP地址(如192.168.178.1)! - + 服务器 - + 输入主密码解锁配置文件: - + 解锁配置文件 - + 超时 - + 主机密钥 - + 设置将被重置,然后应用程序将重新启动! - + 设置将被重置! - + Ping 状态 - + 线程池额外的最小线程数 - + 该设置指定了根据需要从应用程序的线程池中创建的线程的最小数量。例如,这可以提高 IP 扫描仪或端口扫描程序的性能。 该值与默认的最小线程数(CPU 线程数)相加。值 0 则保留默认设置。如果该值高于 ThreadPool 的默认最大线程数,则使用该值。 @@ -3280,549 +3285,549 @@ $$hostname$$ --> 主机名 对该值的更改将在重启应用程序后生效。该值是否设置成功,可在 %LocalAppData%\NETworkManager\NETworkManager.log 下的日志文件中查看。 - + 这些设置只更改每个主机/端口扫描并发执行线程的最大数量。转到设置 > 常规 > 常规调整应用程序的(最小)线程数。 - + 端口状态 - + Ping 详细信息 - + 找不到打开的端口! - + 端口扫描被禁用! - + 扫描端口 - + 找不到应用程序"{0}"。也许应用程序在设置中被隐藏了? - + 状态窗口 - + 显示地址栏 - + 不建议启用此设置。应用程序的多个实例共享相同的设置和配置文件。最后关闭的实例可能会覆盖其他实例所做的更改。 - + 绕过本地地址 - + 启用网关服务器 - + 登录方法 - + 网关服务器 - + 服务器名称 - + 与远程计算机共享网关凭据 - + 请允许我稍后选择 - + 智能卡或 Windows Hello 商业版 - + 询问密码(NTLM) - + 使用网关凭据 - + 由于 Remote Desktop Gateway 服务器暂时不可用,您的计算机无法连接到远程计算机。请稍后再尝试重新连接,或联系网络管理员寻求帮助。 - + 由于以下原因之一,您的计算机无法连接到远程计算机: 1) 请求的 Remote Desktop Gateway 服务器地址和服务器 SSL 证书主题名不匹配。2) 证书已过期或被撤销。3) 证书根授权机构不信任该证书。 请联系网络管理员寻求帮助。 - + 此计算机无法验证 RD Gateway "" 的身份。连接到无法识别的服务器是不安全的。请联系网络管理员寻求帮助。 - + 由于请求的 Remote Desktop Gateway 服务器地址和证书主题名不匹配,您的计算机无法连接到远程计算机。请联系网络管理员寻求帮助。 - + 由于 Remote Desktop Gateway 服务器的证书已过期或被撤销,您的计算机无法连接到远程计算机。请联系网络管理员寻求帮助。 - + 向 Remote Desktop Gateway 服务器发送数据时发生错误。服务器暂时不可用或网络连接中断。请稍后再试,或联系网络管理员寻求帮助。 - + 从 Remote Desktop Gateway 服务器接收数据时发生错误。要么是服务器暂时不可用,要么是网络连接出现故障。请稍后再试,或联系网络管理员寻求帮助。 - + 由于 Remote Desktop Gateway 服务器地址不可达或不正确,您的计算机无法连接到远程计算机。输入有效的 Remote Desktop Gateway 服务器地址。 - + 您的计算机无法连接到远程计算机,因为 Remote Desktop Gateway 服务器资源不足,暂时无法使用。请稍后再尝试重新连接,或联系网络管理员寻求帮助。 - + Remote Desktop Gateway 服务器已结束连接。请稍后再尝试重新连接,或联系网络管理员寻求帮助。 - + Remote Desktop Gateway 服务器管理员已结束连接。请稍后再尝试重新连接,或联系网络管理员寻求帮助。 - + 远程桌面无法连接到远程计算机“”,原因如下:1) 您的用户帐户未在 RD 网关的权限列表中列出 2) 您可能已经以 NetBIOS 格式(例如:computer1)指定了远程计算机,但 RD 网关需要 FQDN 或 IP 地址格式(例如:computer1.fabrikam.com 或 157.60.0.1)。 请联系您的网络管理员以获取帮助。 - + 远程桌面无法连接到远程计算机“”,原因如下:1) 你的用户帐户没有权限访问 RD 网关 “” 2) 你的计算机没有权限访问 RD 网关 “” 3) 您正在使用不兼容的身份验证方式(例如:RD 网关可能需要智能卡,但您提供了密码)。请联系您的网络管理员以获取帮助。 - + 您的计算机无法连接到远程计算机,因为您的网络管理员已限制对此 RD 网关服务器的访问。请联系您的网络管理员以获取帮助。 - + 您的计算机无法连接到远程计算机,因为 Web 代理服务器需要身份验证。若要允许通过 Web 代理服务器向 RD 网关服务器发送未经身份验证的流量,请与您的网络管理员联系。 - + 您的计算机无法连接到远程计算机,因为远程桌面网关服务器已达到其允许的最大连接数。请稍后尝试重新连接或联系您的网络管理员以获取帮助。 - + 您的计算机无法连接到远程计算机,因为远程桌面网关服务器不支持该请求。请联系您的网络管理员以获取帮助。 - + 您的计算机无法连接到远程计算机,因为客户端不支持远程桌面网关的某项功能。请联系您的网络管理员以获取帮助。 - + 您的计算机无法连接到远程计算机,因为远程桌面网关服务器和此计算机不兼容。请联系您的网络管理员以获取帮助。 - + 您的计算机无法连接到远程计算机,因为没有配置在远程桌面网关服务器上使用的证书。请联系您的网络管理员以获取帮助。 - + 您的计算机无法连接到远程计算机,因为您尝试连接到的 RD 网关服务器未被您的计算机管理员允许。如果您是管理员,请将此远程桌面网关服务器名称添加到计算机上受信任的远程桌面网关服务器列表中,然后再次尝试连接。 - + 由于以下原因之一,您的计算机无法连接到远程计算机,因为您的计算机或设备不符合网络管理员设置的网络访问保护要求:1) 远程桌面网关服务器名称和服务器的公钥证书使用者名称不匹配。2)证书已过期或已被吊销。3) 证书根颁发机构不信任该证书。4)证书密钥扩展不支持加密。5) 您的计算机无法验证证书吊销列表。请联系您的网络管理员以获取帮助。 - + 您的计算机无法连接到远程计算机,因为需要用户名和密码才能对远程桌面网关服务器进行身份验证,而不是智能卡凭据。 - + 您的计算机无法连接到远程计算机,因为需要智能卡凭据才能向远程桌面网关服务器进行身份验证,而不是用户名和密码。 - + 您的计算机无法连接到远程计算机,因为向远程桌面网关服务器发送了无效的 Cookie。请联系您的网络管理员以获取帮助。 - + 您的计算机无法连接到远程计算机,因为远程桌面网关服务器拒绝了该 Cookie。请联系您的网络管理员以获取帮助。 - + 您的计算机无法连接到远程计算机,因为远程桌面网关服务器需要的身份验证方法与尝试的身份验证方法不同。请联系您的网络管理员以获取帮助。 - + RD 网关连接已结束,因为间歇性或定期用户身份验证失败。请尝试使用正确的用户名和密码重新连接。如果重新连接仍失败,请联系您的网络管理员以获得进一步的帮助。 - + RD 网关连接已结束,因为间歇性或定期用户身份验证失败。请尝试使用正确的用户名和密码重新连接。如果重新连接仍失败,请联系您的网络管理员以获得进一步的帮助。 - + 您的计算机无法连接到远程计算机,因为远程桌面网关和远程计算机无法交换策略。这可能是由于以下原因造成的: 1. 远程计算机无法与远程桌面网关交换策略。 2. 远程计算机的配置不允许新连接。 3. 远程桌面网关与远程计算机之间的连接已结束。请联系您的网络管理员以获取帮助。 - + RD 网关连接已结束,因为间歇性或定期用户身份验证失败。您的计算机或设备未通过网络管理员设置的网络访问保护 (NAP) 要求。请联系您的网络管理员以获取帮助。 - + 已连接 - + 扫描WiFi适配器“{0}”时出错,错误:“{1}”。 - + 正在连接... - + {0} 已断开连接! - + 连接到{0} - + WPS - + 自动连接 - + 预共享密钥 - + 正在连接到 {0}…… - + 无法连接到 {0}({1})! - + 已成功连接到 {0}! - + 网络访问已被取消 - + 凭据无效 - + 网络不可用 - + 成功 - + 尝试连接超时 - + -/- - + 不支持身份验证协议! - + 正在检查 WPS…… - + 打开 OID 配置文件... - + MIB - + OID 配置文件 - + 选择 OID 配置文件 - + 添加 OID 配置文件 - + 删除 OID 配置文件 - + 选定的 OID 配置文件将被永久删除。 - + 编辑 OID 配置文件 - + 输入密码... - + 添加标签 - + (从配置文件) - + 新建子网掩码 - + 添加服务器 - + SNTP 服务器 - + 本页面的设置包含错误,须更正后才能保存。 - + 用于连接的 SSH 主机密钥(如“71:b8:f2:6e...”)。仅当模式为“SSH”时可用。 - + 私钥文件的完整路径(如“C:\Users\BornToBeRoot\SSH\private_key.ppk”)。仅当模式为“SSH”时可用。 - + 将传入 PuTTY 会话的用户名。仅当模式为“SSH”、“Telnet”或“Rlogin”时可用。 - + ASN - + AS 名称 - + 城市 - + - + 国家 - + 货币 - + 地区 - + DNS 解析器 - + EDNS - + 地理位置 - + 托管 - + IP 地理位置 - + ISP - + 纬度 - + 经度 - + 移动 - + 组织 - + PTR 记录 - + 时区 - + 压缩 - + IP 地理位置 API - 快速、准确、可靠 - + 检查 DNS 解析器 - + 检查 IP 地理位置 - + DNS 解析通过 ip-api.com 确定。 URL: https://edns.ip-api.com/ - + P 地理位置通过 ip-api.com 确定。 URL: http://ip-api.com/ - + 为了提供更多功能,我们使用了非我运营的第三方服务。您可以在下面取消选择。任何时候都不会向我传输数据。 - + 正在检查 DNS 解析... - + 检查 IP 地理位置... - + 请检查您的网络连接,稍后再试。 - + 已达到 ip-api.com 的速率限制(请求过多)! 请稍后再试。 - + HTTP 状态码 - + 铁灰色 - + 达到速率限制!请{0}秒钟后再试... - + 常规 - + BSSID - + 未找到可连接的主机! - + 应用程序 - + 启用实验功能来测试新功能。这些功能尚未完成,会包含错误,可能导致应用程序崩溃,并可能在发布前再次更改。 - + 实验功能 - + 实验性 - + 运行命令... - + IP 地理位置 - + 添加一个 IP 地理位置查询页... - + 输入要查询 whois 的域名... - + 输入主机名以查询 IP 地理位置... - + 未知用户名。 - + 认证失败(密码、社区字符串或密钥不正确)。 - + 操作成功,未出现任何错误。 - + 对您请求的响应数据过大,无法一次性完整装入单个响应中! - + 无法找到所请求的 OID! - + 一个允许读写或仅允许写入的对象被赋予了不相符的值! - + 请求的 OID 不存在且不可写! - + 发生了一个错误,但没有可用的具体错误信息! - + 请求的对象不可访问,无法修改! - + 对象被设置为一个不兼容的数据类型! - + 分配给对象的值超过其最大长度! - + 对象使用的编码不正确! - + 分配给对象的值不是一个有效的选择! - + 请求的对象不存在,无法创建! - + MIB 变量当前处于不一致状态,无法修改! - + 没有可用的系统资源来执行请求的操作! - + 设置操作过程中发生错误! - + 设置操作失败,无法回滚之前的更改! - + 验证失败。请检查社区字符串! - + 请求的对象不可写,不能修改! - + 对象的状态不一致,阻止了设置操作的执行! - + 关闭全部 - + 展开主机视图 - + 正在添加其他主机时无法设置主机。请等待进程完成后再试。 - + 运行命令...(Ctrl+Shift+P) - + 没有匹配的命令! - + 远程主机名 - + 进程 ID - + 进程路径 - + 进程名 - + NetBIOS - + 计算机名 - + 错误 - + 确定 - + 警告 - + 工作组/域名称 - + NetBIOS 可访问 - + 扫描 NetBIOS - + NetBIOS 扫描被禁用! - + 解析主机名被禁用! - + 解析 MAC 地址被禁用! - + 关闭组 - + 运行命令... (Ctrl+Shift+P) - + 配置文件 - + 打开设置... - + 展开并打开搜索... - + Windows 不允许访问 Wi-Fi 适配器。 打开 Windows 设置,允许此应用程序访问 Wi-Fi。 diff --git a/Source/NETworkManager.Localization/Resources/Strings.zh-TW.resx b/Source/NETworkManager.Localization/Resources/Strings.zh-TW.resx index 31290ac8d3..87b65e81eb 100644 --- a/Source/NETworkManager.Localization/Resources/Strings.zh-TW.resx +++ b/Source/NETworkManager.Localization/Resources/Strings.zh-TW.resx @@ -1,2748 +1,2753 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - - - - - - - text/microsoft-resx - - - 2.0 - - - System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - + + + + text/microsoft-resx + + + 2.0 + + + System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + + + + System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + + + 關於 - + 醒目 - + 新增認證 - + 新增項目 - + 新增設定檔 - + 是否確定? - + ARP - + ARP 表格 - + 驗證 - + 自動啟動 - + 計算機 - + 命令列引數 - + 配置 - + 確認 - + 連線 - + 連線身分 - + 複製設定檔 - + 認證 - + 資料 - + 預設應用程式 - + 刪除認證 - + 刪除設定檔 - + 目的地 - + 詳細資料 - + 已中斷連線 - + 顯示 - + DNS - + DNS 查閱 - + 不要片段 - + 編輯認證 - + 編輯群組 - + 編輯設定檔 - + 錯誤 - + 匯出 - + 篩選 - + 一般 - + 標頭 - + 歷程 - + 熱鍵 - + HTTP 標頭 - + 匯入 - + 資訊 - + 介面 - + IP 掃描器 - + 鍵盤 - + 語系 - + 程式庫 - + 授權 - + 本機裝置與資源 - + 位置 - + 查閱 - + MAC 位址 - + 主密碼 - + 多執行緒 - + 網路 - + 網路介面 - + 新標籤 - + OUI - + 覆寫? - + Ping - + 連接埠 - + 可攜式 - + Port 掃瞄器 - + 設定檔 - + PuTTY - + 查詢 - + 遠端桌面 - + 重設 - + 解析 PTR - + 資源 - + 結果 - + 路由 - + 掃瞄 - + 搜尋 - + 選擇一個設定檔 - + 設定主密碼 - + 設定 - + SNMP - + 通訊端 - + 統計資料 - + 狀態 - + 子網路 - + 子網路 - + 成功! - + 主題 - + 路徑追蹤 - + 系統匣 - + 更新 - + v1/v2c - + v3 - + 驗證失敗! - + 網路喚醒 - + 網站 - + 視窗 - + 密碼錯誤! - + 用戶端 - + 系統管理員 - + 永遠顯示系統匣中圖示 - + 嘗試 - + 平均時間 - + 廣播 - + 緩衝 - + 位元組 - + CIDR - + 關閉 - + 預設閘道 - + 刪除... - + 描述 - + DHCP 已啟用 - + DHCP 租約過期 - + 已取得 DHCP 租約 - + DHCP 伺服器 - + DNS 伺服器 - + DNS 尾碼 - + 動態 IPv4 位址 - + 動態 IPv4 伺服器 - + 躍點 - + 躍點 - + 主機名稱 - + IP 位址 - + IP 位址 - + IPv4 - + IPv4 位址 - + IPv4 預設閘道 - + IPv6 - + IPv6 位址 - + 連結-本機 IPv6 位址 - + IPv6 預設閘道 - + 最大 - + Maximum hops - + 最小化視窗而不關閉 - + Minimize to tray instead of taskbar - + 最小 - + 名稱 - + 網路位址 - + 新子網路遮罩或 CIDR - + - + 自動取得 IP 位址 - + 自動取得 DNS 伺服器位址 - + 封包遺失 - + 傳輸的封包 - + 實體位址 - + Preferred protocol when resolving hostname: - + 主要 DNS 伺服器 - + 已接收 / 遺失 - + 解析主機名稱 - + 需要重新啟動 - + 在應用程式的資料夾中儲存檔案 - + 次要 DNS 伺服器 - + 顯示 - + Show the following application on startup: - + A powerful tool for managing networks and troubleshoot network problems! - + 速度 - + 在系統匣啟動最小化 - + 隨 Windows 啟動 (目前使用者) - + 靜態 IPv4 位址 - + 動態 IPv4 DNS 伺服器 - + Subnet mask - + 執行緒 - + - + 1 次 - + 2 次 - + 3 次 - + 逾時 - + 逾時 (ms) - + Time (ms) to wait between each ping - + TTL - + 類型 - + 使用下列的 DNS 伺服器位址: - + 使用下列的 IP 位址: - + 喚醒 - + - + 新增 - + 新增標籤執行來 DNS 查閱... - + 新增標籤執行來網路掃瞄... - + 新增標籤執行來 SNMP 動作... - + 新增標籤執行來 ping... - + 新增標籤執行來連接埠掃瞄... - + 新增標籤執行來追蹤... - + Add DNS suffix (primary) to hostname - + 其他命令列 - + 其他 - + 新增設定檔... - + 自動調整螢幕 - + 答案 - + The application will be restarted afterwards! - + 套用 - + 套用 Windows 按鍵組合 (例如 ALT+TAB): - + 驗證 - + 驗證等級 - + 法律 - + 每次自動更新 - + 返回 - + 備份 - + 傳輸速率 - + 使用者已取消作業。 - + Caps lock 已啟用! - + 在啟動時檢查更新 - + 類別 - + 清除篩選 - + 色彩深度 (位元) - + 社群 - + Configure the path to PuTTY in the settings... - + 確認關閉 - + 你確定要關閉應用程式嗎? - + 連線身分... - + 連線外部 - + Connect the network card to a network to configure it! - + 複製 - + 複製成... - + 複製... - + Could not resolve hostname for: "{0}" - + 認證 - + Profile files are encrypted on disk using AES with a key size of 256 bits and a block size of 128 bits in CBC mode. The encryption key is derived from a master password using Rfc2898DeriveBytes (PBKDF2) with 1,000,000 iterations. At runtime, passwords are stored as SecureString once the profile file is loaded. For some functions, the password must be converted to a normal string and remains unencrypted in memory until the garbage collector cleans them up. First make a backup copy of your profile files before enabling encryption! - + 自訂 - + 自訂螢幕尺寸: - + 資料已更新! - + Credentials must be decrypted and loaded to manage them. - + 預設值 - + 傳輸速率 - + 預設連接埠: - + Rlogin 連接埠 - + SSH 連接埠 - + Telnet 連接埠 - + The selected credential will be deleted permanently. - + 刪除項目 - + Selected profile will be deleted permanently. - + DNS 自動配置 - + DNS 查閱... - + DNS 伺服器 - + 打開文件 - + 網域 - + 持續時間 - + 編輯... - + 啟用 - + Enable Credential Security Support Provider - + 結束時間 - + Enter a subnet to calculate it... - + Enter subnet and a new subnet mask to create subnets... - + Couldn't connect to 'api.github.com', check your network connection! - + 回應發生錯誤! - + Error in response! Check if you have write permissions. - + 展開 - + 首先可使用 IP 位址 - + 固定螢幕尺寸: - + Star/Fork the Project on GitHub - + 找到了 - + 群組 - + 高度 - + 主機 - + 主機名稱或 IP 位址 - + Hosts - + ID - + Inherit host from general - + IP 範圍 - + 最後可使用 IP 位址 - + 本機 IP 位址 - + 本機連接埠 - + MAC 位址或廠商 - + Magic 封包傳送成功! - + Maximum number ({0}) of hops/router reached! - + 訊息大小 - + 模式 - + 多點傳送 - + 多重執行個體 - + The network address cannot be reached. Check if your computer is connected to the network. For information about network troubleshooting, see Windows Help. - + 新連線... - + No DNS record found for "{0}"! Check your input and the settings. - + 找不到啟用網路介面卡! - + 找不到連接埠。檢查您的輸入! - + No profiles found! Create one... - + 沒有找到! - + 不執行任何動作。檢查您的輸入! - + 沒有可用的更新! - + No valid file found to import. - + 找不到廠商。檢查您的輸入! - + Number of errors after which is canceled: - + Number of stored entries - + OID - + 只有在使用全螢幕時 - + 在遠端電腦上 - + 在此電腦上 - + 打開 - + 打開授權 - + 打開專案 - + 打開網站 - + 覆寫 - + 密碼 - + 密碼不相符! - + 路徑 - + 連接埠或服務 - + 連接埠 - + 私有 - + 設定檔 - + 設定檔已重新載入 - + 通訊協定 - + PuTTY 處理程序已經結束! - + 問題 - + 原始 - + 遞迴 - + 重新導向剪貼簿 - + 重新導向裝置 - + 重新導向磁碟機 - + 重新導向連接埠 - + 重新導向印表機 - + 重新導向智慧卡 - + 剩餘時間 - + 遠端 IP 位址 - + 遠端連接埠 - + 重複 - + Resolve CNAME on ANY requests - + 回應 - + Rlogin - + 已掃描 - + 已搜尋應用程式未找到! - + 已搜尋語系未找到! - + 已搜尋設定未找到! - + 安全性 - + 選擇螢幕解析度 - + 此將重置所有設定! - + 序列 - + Serial line - + 服務 - + The found settings file was corrupted or is not compatible with this version! You may report this issue on GitHub. A backup of the settings file was created in the settings folder and the settings were reset. Profile files are not affected! - + 顯示關閉連接埠 - + 顯示目前應用程式標題 - + Show only most common query types - + Show unreachable IP addresses and ports - + 顯示統計資料 - + SSH - + 開始時間 - + State - + 子網路 1 - + 子網路 2 - + 標籤​​ - + Telnet - + The application can be started without parameters! - + The following hostnames could not be resolved: - + The following parameters are available: - + The following parameters can not be processed: - + The process can take up some time and resources (CPU / RAM). - + The settings location is not affected! - + Timeout on SNMP query. Maybe the host is not reachable or the community / password is wrong. - + Timeout when querying the DNS server with the IP address "{0}"! - + 時間戳記 - + 追蹤 - + 不明錯誤! - + Untray / Bring window to foreground - + 網址 - + 使用認證 - + Use the current view size as the screen size - + 使用自訂 DNS 伺服器 - + 使用自訂 DNS 尾碼 - + 使用解析快取 - + 使用已鎖定介面! - + 使用者名稱 - + 廠商 - + 版本 - + 有新的 {0} 版本! - + 步行模式 - + 寬度 - + Profile file could not be decrypted with the given password. - + 輸入密碼有錯。 - + 新增... - + 新增項目... - + 計算機 - + 取消 - + 變更 - + 變更設定主密碼... - + 檢查 - + 檢查更新 - + 已關閉 - + 繼續 - + 自訂: - + 剪下 - + 解密並載入... - + 刪除 - + 刪除表格 - + 輸入位置... - + 所有內容 - + 篩選... - + 排清 DNS 快取 - + Decrypt and load your credentials to select them. - + 顯示這個對話方塊。 - + 重置所有應用程式的設定。 - + The password is not displayed when editing, but can be overwritten. - + [0] If server authentication fails, connect to the computer without warning. [1] If server authentication fails, do not establish a connection. [2] If server authentication fails, show a warning and allow me to connect or refuse the connection. [3] No authentication requirement is specified. - + Tags help you organize profiles/Profiles by topics/projects. Multiple tags can be used with ";" be separated. Search by tags with "tag=xxx". - + 小時 - + 匯出檔案的位置... - + 分鐘 - + 移動 & 重新啟動 - + 網路連線... - + (未變更) - + - + 確定 - + - + 打開位置 - + 打開設定 - + 覆寫 - + 貼上 - + 重新連線 - + 重新整理 - + 立即重新啟動 - + 儲存 - + 搜尋... - + - + 發送 - + 設定主密碼... - + 使用本地授權 - + IP 子網路計算機 - + 驗證 - + 連線 - + Enter a valid IP range! - + 輸入有效的 IPv4 位置! - + 輸入有效的 MAC 位址 (如 00:F1:23:AB:F2:35)! - + 輸入有效的連接埠 (1 - 65535)! - + 輸入有效的子網路遮罩 (如 255.255.255.0)! - + 輸入有效的子網路遮罩或 CIDR (如 255.255.255.0 或 /24)! - + 欄位不可空白! - + 檔案不存在! - + 資料夾不存在! - + 接聽程式 - + 琥珀色 - + 外觀 - + 應用程式 - + Dark - + Light - + 黑色 - + 藍色 - + 褐色 - + 深藍色 - + 深紅色 - + 青色 - + 深綠色 - + 輸入一或多個有效的 IP 位址! - + 輸入有效的傳輸速率! - + 輸入有效的主機 (多主機不能以 ";" 結尾)! - + 輸入有效的 IP 位址! - + 輸入有效的數量! - + 輸入有效的 OID! - + 輸入有效的連接埠和/或連接埠範圍 (1 - 65535)! - + 輸入有效的子網路 (如 192.168.178.133/26)! - + 輸入有效的網站 (如 https://example.com/index.html) - + 綠色 - + 匯入/匯出 - + 靛藍色 - + 目的地主機無法連線。 - + 目的地網路無法連線。 - + 目的地連接埠無法連線。 - + 成功 - + 要求已逾時。 - + TTL expired in transit. - + 金鑰必須有8個字元或以上! - + 亮綠色 - + 洋紅色 - + 紫紅色 - + 橄欖色 - + 只能輸入數字! - + 橙色 - + 粉紅色 - + 紫色 - + 紅色 - + 通訊端已關閉。 - + 遠端中斷連線由伺服器 - + 解壓縮錯誤。 - + 連線逾時。 - + 解密錯誤。 - + DNS 名稱查閱失敗 - + DNS 查閱失敗。 - + 加密錯誤。 - + Windows Sockets gethostbyname call failed. - + 找不到主機。 - + 內部錯誤。 - + 內部安全性錯誤。 - + 內部安全性錯誤。 - + The encryption method specified is not valid. - + 指定了錯誤的 IP 位址。 - + 指定了 IP 位址無效。 - + 安全性資料無效。 - + 伺服器安全性資料無效。 - + License negotiation failed. - + 授權逾時。 - + 本機中斷連接。 - + 沒有任何資訊。 - + 記憶體不足。 - + 記憶體不足。 - + 記憶體不足。 - + 遠端中斷連線由使用者。 - + Failed to unpack server certificate. - + Windows Sockets 連線失敗了。 - + Windows Sockets recv call failed. - + 此帳戶已停用。 - + 此帳戶已到期。 - + 此帳戶已鎖定。 - + 此帳戶已限制。 - + The received certificate is expired. - + The policy does not support delegation of credentials to the target server. - + The server authentication policy does not allow connection requests using saved credentials. The user must enter new credentials. - + 登入失敗。 - + No authority could be contacted for authentication. The domain name of the authenticating party could be wrong, the domain could be unreachable, or there might have been a trust relationship failure. - + The specified user has no account. - + 此密碼已到期。 - + The user password must be changed before logging on for the first time. - + Delegation of credentials to the target server is not allowed unless mutual authentication has been achieved. - + 智慧卡被封鎖。 - + An incorrect PIN was presented to the smart card. - + 發生逾時。 - + 內部計時器錯誤。 - + Windows Sockets send call failed. - + 赭色 - + 不允許有空格! - + 鐵灰色 - + 褐灰色 - + 已關閉 - + CloseWait - + 關閉中 - + DeleteTcb - + 已建立 - + FinWait1 - + FinWait2 - + LastAck - + 接聽 - + SynReceived - + SynSent - + TimeWait - + 未知 - + 藍綠色 - + 紫羅蘭色 - + 白色 - + 黃色 - + A profile with this name already exists! - + 已關閉 - + 打開 - + At least one application must be visible! - + 隱藏應用程式 - + 可見應用程式 - + Visible applications in the bar: - + Whois - + Add a tab to query whois... - + 輸入有效的網域 (如 "example.com")! - + Whois server not found for the domain: "{0}" - + 路由 - + 釋放 - + 釋放 & 續約 - + 續約 - + 視窗 DNS 設定 - + 刪除 DNS 伺服器 - + The selected DNS server will be deleted permanently. - + 新增 DNS 伺服器 - + 編輯 DNS 伺服器 - + A DNS server with this name already exists! - + 重新啟動工作階段 - + TigerVNC - + Configure the path to TigerVNC in the settings... - + TigerVNC 處理程序已經結束! - + 連線中... - + 解析 MAC 位址或廠商 - + 注意事項 - + 全部匯出 - + 匯出... - + 匯出已選擇 - + 位置... - + 檔案 - + 輸入有效的檔案路徑! - + 全部 - + 格式 - + 已選擇 - + An error occurred while exporting the data. See error message for details: - + 設計 - + 醒目提示逾時 - + Enter subnets to create a wide subnet... - + Wide Subnet - + 新增標籤... - + 新增 IPv4 位址... - + 新增 IPv4 位址 - + Max. concurrent host threads - + Max. concurrent port threads - + PowerShell - + Configure the path to PowerShell in the settings... - + PowerShell 處理程序已經結束! - + 執行原則 - + 遠端主控台 - + 檔案路徑 - + 覆寫預設設定 - + Resolve IPv4 address for this host - + 隱藏 - + 接收的位元組總數 - + 傳送的位元組總數 - + 下載 - + 頻寬 - + 上傳 - + 套用 Windows 按鍵組合 - + Credential Security Support Provider - + 背景工作 - + The background job will save settings and profiles every x-minutes. Value 0 will disable this feature. Changes to this value will take effect after restarting the application. - + Run background job every x-minute - + Your system OS is incompatible with the latest release! - + 儀表板 - + All settings can be changed later in the settings! - + 檢查公用 IP 位址 - + Thank you for using NETworkManager! If you like this tool, please leave a star on GitHub and recommend it to others. - + When starting the program, it checks in the background whether a new program version is available on GitHub. URL: https://api.github.com/ - + The public IP address is determined via ipify.org. URL: https://api.ipify.org/ - + 隱私權 - + 歡迎 - + 外部服務 - + Star/Fork the Project on GitHub. - + Help translate the project on Transifex. - + Contact via Twitter. - + 連線 - + 電腦 - + 閘道 / 路由器 - + 網際網路 - + Check your network adapter configuration (dns) and if your dns server is configured correctly. - + Check your network adapter configuration (dhcp, static ip) and if you are connected to a network. - + 無法偵測閘道 IP 位址! - + 無法偵測本機 IP 位址! - + Could not get public ip address via WebRequest (http/https) from "{0}"! Check your network connection (firewall, proxy, etc.). - + No A dns records resolved for "{0}"! - + No PTR dns record resolved for "{0}"! - + "{0}" A dns records resolved for "{1}"! - + PTR dns record resolved for "{0}"! - + Got "{0}" as public ip address from "{1}"! - + Resolved "{0}" as hostname for ip address "{1}"! - + 公共 IP 位址檢查 已停用! - + TCP/IP stack is available. "{0}" is reachable via ICMP! - + TCP/IP stack is not available... "{0}" is not reachable via ICMP! - + "{0}" detected as gateway ip address! - + "{0}" detected as local ip address! - + "{0}" is not reachable via ICMP! - + "{0}" is reachable via ICMP! - + Use custom IPv4 address API - + URL to a web service that can be reached via http or https and returns an IPv4 address like "xx.xx.xx.xx" as response. - + Could not parse public ip address from "{0}"! Try another service or use the default... - + 無法連線到 "{0}"! - + IPv4 通訊協定可用 - + IPv6 通訊協定可用 - + 複製 - + 官方 - + 網路連線類型 - + 桌面背景 - + 桌面轉譯 - + 體驗 - + 字型平滑處理 - + 功能表及視窗動畫 - + 效能 - + 持續性點陣圖快取 - + 如果連線中斷的話,重新連線 - + 高速寬頻 (2 Mbps - 10 Mbps) - + 低速寬頻 (256 kbps - 2 Mbps) - + 自動偵測連線品質 - + LAN (10 Mbps 或較高) - + 數據機 (56 kbps) - + 衛星 (2 Mbps - 16 Mbps 並含高延遲) - + WAN (10 Mbps 或更快並含高延遲) - + 拖曳時顯示視窗內容 - + 視覺樣式 - + 遠端音訊 - + 遠端音效播放 - + 遠端音效錄製 - + 不錄製 - + 從這部電腦錄製 - + 不要播放 - + 在遠端電腦上播放 - + 在這部電腦上播放 - + 閘道 - + 自訂命令 - + 新增自訂命令 - + 引數 - + 刪除自訂命令 - + 編輯自訂命令 - + 程式 - + The selected custom command will be deleted permanently. - + The following variables are available: $$ipaddress$$ --> IP adresse $$hostname$$ --> Hostname - + 重新啟動 - + Could not resolve ip address for hostname! - + Ctrl+Alt+Del - + 鍵盤快速鍵 - + 調整螢幕 - + 全螢幕 - + 無法傳送按鍵輸入! - + 已中斷連線 - + 偵測本機 IP 位址和子網路遮罩 - + 無法偵測子網路遮罩! - + 偵測網路中... - + {0} 秒鐘後關閉中... - + 網路無法使用! - + IP address to detect local ip address based on routing - + Show status window on network change - + Time in seconds how long the status window is shown - + WiFi - + 網路 - + 正在搜尋網路... - + 找不到 WiFi 介面卡! - + 正在搜尋 WiFi 介面卡... - + 找不到 WiFi 網路! - + 頻道 - + 頻道 - + 2.4 GHz - + 5 GHz - + 訊號強度 - + 目前下載速度 - + 目前上傳速度 - + 測量時間 - + 網路使用量 - + 總下載 - + 總上傳 - + 重試 - + 使用快取 - + 使用唯 TCP - + 查詢類別 - + 網域名稱 - + 逾時 (s) - + Report an issue or create a feature request - + Report an issue or create a feature request. - + Beacon interval - + 加密 - + 基礎結構 - + Network kind - + Phy kind - + Uptime - + 顯示錯誤訊息 - + Ping 監視器 - + 新增主機 - + Add a host to monitor - + 暫停 - + 繼續 - + 無法解析 ip 位址: "{0}" - + 應用程式將重新啟動... - + 不能匯出檔案! 參閱錯誤訊息: "{0}" - + 檔案已匯出到 "{0}"! - + 不能匯入檔案! 參閱錯誤訊息: "{0}" - + Location cannot be changed in portable version! - + 已加密 - + Open documentation on GitHub. - + 客戶 1 - + 新增設定檔檔案 - + 停用加密... - + 編輯設定檔檔案 - + 啟用加密 - + 加密... - + 設定檔名稱已經存在! - + 重新命名 - + 刪除設定檔檔案 - + Selected profile file will be deleted permanently. - + All profiles in this profile file will be permanently deleted! - + 修補 - + 重新啟動應用程式來變更語系! - + 目前已下載 - + 目前已上傳 - + LLDP / CDP - + 系統管理員身分重新啟動 - + To analyze network packets, the application must be started with elevated rights! - + 擷取 - + 裝置 - + 期間 - + 型號 - + VLAN - + Capture network packets to view LLDP or CDP information! - + No discovery protocol packages received! - + 正在擷取網路封包... - + Discovery 通訊協定 - + CDP - + LLDP - + LLDP / CDP - + 剩下 {0} 秒鐘... - + 說明 - + Application that is displayed at startup. - + 參數 - + - + 網頁主控台 - + 重新載入 - + 瀏覽器 - + The WebView control (Microsoft Edge) cannot connect to websites with an invalid certificate! - + Microsoft.Windows.SDK.Contracts is required for this feature but not available on this system (e.g. on Windows Server). - + ARP 表格 - + 連線 - + 儀表板 - + Discovery 通訊協定 - + DNS 查閱 - + HTTP 標頭 - + IP 掃描器 - + 接聽程式 - + 查閱 - + 網路介面 - + Ping - + Ping 監視器 - + Port 掃瞄器 - + PowerShell - + PuTTY - + 遠端桌面 - + SNMP - + IP 子網路計算機 - + TigerVNC - + 路徑追蹤 - + 網路喚醒 - + 網頁主控台 - + Whois - + WiFi - + 琥珀色 - + 黑色 - + 藍色 - + 褐色 - + 深藍色 - + 深紅色 - + 青色 - + 深綠色 - + 綠色 - + 靛藍色 - + 亮綠色 - + 洋紅色 - + 紫紅色 - + 橄欖色 - + 橙色 - + 紫色 - + 紅色 - + 赭色 - + 褐灰色 - + 藍綠色 - + 粉紅色 - + 黃色 - + Steel - + General - + Applications - + General - + Appearance - + Autostart - + General - + HotKeys - + Language - + Profiles - + Settings - + Status - + Update - + Window - + 啟用記錄 - + 記錄檔名稱 - + 記錄路徑 - + 記錄模式 - + 記錄 - + SSH 記錄 - + SSH 原始記錄 - + Session 記錄 - + SSH 記錄 - + SSH and Raw log - + 輸入有效的檔案名稱! - + 失敗 - + 已接收 - + 狀態變更 - + 有可用的更新! - + 私密金鑰檔案 - + Preview - + Port profiles - + Add port profile - + Delete port profile - + Edit port profile - + The selected port profile will be deleted permanently. - + Select port profile - + Open port profiles... - + Show SplashScreen on start - + SplashScreen - + Download Microsoft Edge WebView2 Runtime - + Microsoft Edge WebView2 Runtime is not available! - + Frequency - + SSID - + Profile file could not be loaded! - + The profile file could not be loaded and may be corrupted. You can try to restore the file from a backup or delete it. If this happens unexpectedly or after an update, please report the error on GitHub. @@ -2751,360 +2756,360 @@ If this happens unexpectedly or after an update, please report the error on GitH Error message: "{0}" - + Edit group... - + Decryption error - + Could not decrypt file. You may report this issue on GitHub. - + Encryption error - + Could not encrpyt file. You may report this issue on GitHub. - + Current password - + New password - + Change master password - + Unlock profile - + Unlock the profile file to use the profiles! - + Disclaimer - + Merge - + 使用其他 - + Move - + Last scan at {0} - + Hidden Network - + Developed and maintained by {0} with the help of the - + A Simple Public IP Address API - + AirspacePanel fixes all Airspace issues with WPF-hosted Winforms. - + Shared Controlz for WPF and ... more - + DnsClient.NET is a simple yet very powerful and high performant open source library for the .NET Framework to do DNS lookups - + Dragable and tearable tab control for WPF - + C# library take care of complex network, IP, IPv4, IPv6, netmask, CIDR, subnet, subnetting, supernet, and supernetting calculation for .NET developers. - + Simple, flexible, interactive & powerful charts, maps and gauges for .Net - + A collection of loading indicators for WPF - + Some awesome icons for WPF and UWP all together... - + A toolkit for creating Metro / Modern UI styled WPF apps. - + Json.NET is a popular high-performance JSON framework for .NET - + A GitHub API client library for .NET - + Capture and parse CDP and LLDP packets on local or remote computers - + Sharp SNMP Library - Open Source SNMP for .NET and Mono - + A collection of all country flags in SVG - + List of Top-Level-Domains from iana.org, which is used to query whois servers of the TLD from whois.iana.org via port 43 - + OUI data from ieee.org. - + Service Name and Transport Protocol Port Number Registry from iana.org. - + Apache License 2.0 - + BSD-2-Clause - + MIT License - + Unlicense - + C#/WinRT provides packaged WinRT projection support for the C# language. - + Runtime for hosting PowerShell - + The WebView2 control enables you to embed web technologies (HTML, CSS, and JavaScript) in your native applications powered by Microsoft Edge (Chromium). - + Easily add interactivity to your apps using XAML Behaviors for WPF. - + Microsoft WebView2 License - + The current profile file is not encrypted and passwords will stored unencrypted on disk! Enable profile file encryption in Settings>Profile to store credentials securely. - + ICMPv4 - + ICMPv6 - + Check is disabled! - + Enter a valid IPv6 address! - + Public IPv4 address reachable via ICMP. - + Public IPv6 address reachable via ICMP. - + Public IPv4 address - + Public IPv6 address - + Use custom IPv6 address API - + Time to live - + Chassis Id - + Management - + Device description - + Port description - + Remove IPv4 address - + Additional config... - + Remove IPv4 address... - + The remote session ended because the total login time limit was reached. This limit is set by the server administrator or by network policies. - + Enter a valid hostname! - + Enter a valid hostname and port! - + Unable to reconnect to the remote session. - + Migrate - + Report on GitHub - + Groups - + Add group - + Delete group - + Selected group and all profiles inside this group will be deleted permanently. - + The name is already used! - + Resize - + Delete profiles - + Selected profiles will be deleted permanently. - + Use custom themes - + Custom themes - + Reset settings? - + Settings reset! - + AWS Session Manager - + Instance ID - + Local connection - + Local interface - + log4net is a tool to help the programmer output log statements to a variety of output targets. - + AWS Session Manager - + Enabled - + Region - + Synchronize EC2 instances from AWS - + Add AWS profile - + Delete AWS profile - + The selected AWS profile is permanently deleted. The profile is not removed from the ~\.aws\credentials file. - + Edit AWS profile - + Synchronize all EC2 instances from AWS - + Synchronize group EC2 instances from AWS - + Profiles and regions to synchronize - + To synchronize EC2 instances from AWS, the AWS CLI must be configured on the system. The EC2 instances can be queried for multiple AWS accounts (profiles) and multiple regions. To do this, the profile stored in the file "~/.aws/credentials" must be configured along with the region to query. - + AWS SDK for .NET to work with Amazon Elastic Compute Cloud (Amazon EC2) in Amazon Web Services (AWS). - + Default profile - + Default region - + Profile which is used by manually created profiles to connect to an EC2 instance via AWS CLI. If not set, the default AWS CLI settings are used. - + Region which is used by manually created profiles to connect to an EC2 instance via AWS CLI . If not set, the default AWS CLI settings are used. - + If not set, the default AWS CLI settings are used. - + Group name cannot start with "{0}"! - + Synchronize only running EC2 instances from AWS - + An AWS region named "{0}" does not exist! - + AWS CLI v2 is installed! - + AWS CLI v2 is not installed! - + AWS Session Manager Plugin is installed! - + AWS Session Manager Plugin is not installed! - + Check for pre-releases - + Synchronization is disabled! - + Command - + Apply theme to PowerShell console - + The color of the PowerShell console can be changed to the application theme under Settings > General > Appearance - + If you enable this option, the default PowerShell console settings in the registry under HKCU:\Console are overridden so that the PowerShell console window matches the application theme. This is a global system setting that may affect the appearance of the normal PowerShell window. Only the PowerShell consoles configured in the PowerShell and AWS Session Manager settings are modified. Both Windows PowerShell and PWSH (PowerShell 7 and higher) are supported. @@ -3113,166 +3118,166 @@ Click in the upper right corner on the help / documentation button (left of the If the option is disabled again, the values are no longer modified. However, the original values are NOT restored. - + Input cannot end with a ";"! - + Input does not contain any text! - + Bit Calculator - + Bit Calculator - + Notation - + Input - + Unit - + Bits - + Gigabits - + Gigabytes - + Kilobits - + Kilobytes - + Megabits - + Megabytes - + Petabits - + Petabytes - + Terabits - + Terabytes - + Enter a number and select a unit to calculate the units... - + Network - + Proxy - + Resolve IP address for this host (IPv4 is preferred) - + A valid path to PowerShell should end with "pwsh.exe" or "powershell.exe"! - + A valid path to PuTTY should end with "PuTTY.exe"! - + A valid path to TigerVNC should end with "vncviewer-*.exe" or "vncviewer64-*.exe"! - + SNTP Lookup - + Move a .NET Framework/.NET Core app runtime components and dependencies into a sub-directory and make it beauty. - + Add a tab to perform a SNTP lookup... - + SNTP server(s) - + URL to a web service that can be reached via http or https and returns an IPv6 address like "xxxx:xx:xxx::xx" as response. - + IP endpoint - + Local end time - + Local start time - + Network time - + Offset - + Round trip delay - + Server - + SNTP Lookup - + Add SNTP server - + Delete SNTP server - + The selected SNTP server will be deleted permanently. - + Edit SNTP server - + An SNTP server with this name already exists! - + Enter a valid hostname (like "server-01" or "example.com") or a valid IP address (like 192.168.178.1)! - + Server(s) - + Enter master password to unlock the profile file: - + Unlock profile file - + Timed out - + Hostkey - + The settings will be reset and the application will be restarted afterwards! - + 設定已經重設! - + Ping status - + ThreadPool additional min. threads - + This setting specifies the minimum number of threads that will be created from the application's ThreadPool on demand. This can improve the performance for example of the IP scanner or port scanner. The value is added to the default min. threads (number of CPU threads). The value 0 leaves the default settings. If the value is higher than the default max. threads of the ThreadPool, this value is used. @@ -3281,549 +3286,549 @@ If the value is too high, performance problems may occur. Changes to this value will take effect after the application is restarted. Whether the value was set successfully can be seen in the log file under %LocalAppData%\NETworkManager\NETworkManager.log - + These settings only change the maximum number of concurrently executed threads per host/port scan. Go to Settings > General > General to adjust the (min) threads of the application. - + Port status - + Ping details - + No open ports found! - + Port scan is disabled! - + Scan ports - + Could not find the application "{0}". Maybe the application was hidden in the settings? - + Status window - + Show address bar - + Enabling this setting is not recommended. Multiple instances of the application share the same settings and profile files. The last instance to be closed may overwrite changes made by other instances. - + Bypass for local addresses - + Enable gateway server - + Logon method - + Gateway server - + Server name - + Share Gateway credentials with remote computer - + Allow me to select later - + Smart card or Windows Hello for Business - + Ask for password (NTLM) - + Use gateway credentials - + Your computer can't connect to the remote computer because the Remote Desktop Gateway server is temporarily unavailable. Try reconnecting later or contact your network administrator for assistance. - + Your computer can't connect to the remote computer due to one of the following reasons: 1) The requested Remote Desktop Gateway server address and the server SSL certificate subject name do not match. 2) The certificate is expired or revoked. 3) The certificate root authority does not trust the certificate. Contact your network administrator for assistance. - + This computer can't verify the identity of the RD Gateway "". It's not safe to connect to servers that can't be identified. Contact your network administrator for assistance. - + Your computer can't connect to the remote computer because the Remote Desktop Gateway server address requested and the certificate subject name do not match. Contact your network administrator for assistance. - + Your computer can't connect to the remote computer because the Remote Desktop Gateway server's certificate has expired or has been revoked. Contact your network administrator for assistance. - + An error occurred while sending data to the Remote Desktop Gateway server. The server is temporarily unavailable or a network connection is down. Try again later, or contact your network administrator for assistance. - + An error occurred while receiving data from the Remote Desktop Gateway server. Either the server is temporarily unavailable or a network connection is down. Try again later, or contact your network administrator for assistance. - + Your computer can't connect to the remote computer because the Remote Desktop Gateway server address is unreachable or incorrect. Type a valid Remote Desktop Gateway server address. - + Your computer can't connect to the remote computer because the Remote Desktop Gateway server is running low on server resources and is temporarily unavailable. Try reconnecting later or contact your network administrator for assistance. - + The Remote Desktop Gateway server has ended the connection. Try reconnecting later or contact your network administrator for assistance. - + The Remote Desktop Gateway server administrator has ended the connection. Try reconnecting later or contact your network administrator for assistance. - + Remote Desktop can't connect to the remote computer "" for one of these reasons: 1) Your user account is not listed in the RD Gateway's permission list 2) You might have specified the remote computer in NetBIOS format (for example, computer1), but the RD Gateway is expecting an FQDN or IP address format (for example, computer1.fabrikam.com or 157.60.0.1). Contact your network administrator for assistance. - + Remote Desktop can't connect to the remote computer "" for one of these reasons: 1) Your user account is not authorized to access the RD Gateway "" 2) Your computer is not authorized to access the RD Gateway "" 3) You are using an incompatible authentication method (for example, the RD Gateway might be expecting a smart card but you provided a password) Contact your network administrator for assistance. - + Your computer can't connect to the remote computer because your network administrator has restricted access to this RD Gateway server. Contact your network administrator for assistance. - + Your computer can't connect to the remote computer because the web proxy server requires authentication. To allow unauthenticated traffic to an RD Gateway server through your web proxy server, contact your network administrator. - + Your computer can't connect to the remote computer because the Remote Desktop Gateway server reached its maximum allowed connections. Try reconnecting later or contact your network administrator for assistance. - + Your computer can't connect to the remote computer because the Remote Desktop Gateway server does not support the request. Contact your network administrator for assistance. - + Your computer can't connect to the remote computer because the client does not support one of the Remote Desktop Gateway's capabilities. Contact your network administrator for assistance. - + Your computer can't connect to the remote computer because the Remote Desktop Gateway server and this computer are incompatible. Contact your network administrator for assistance. - + Your computer can't connect to the remote computer because no certificate was configured to use at the Remote Desktop Gateway server. Contact your network administrator for assistance. - + Your computer can't connect to the remote computer because the RD Gateway server that you are trying to connect to is not allowed by your computer administrator. If you are the administrator, add this Remote Desktop Gateway server name to the trusted Remote Desktop Gateway server list on your computer and then try connecting again. - + Your computer can't connect to the remote computer because your computer or device did not meet the Network Access Protection requirements set by your network administrator, for one of the following reasons: 1) The Remote Desktop Gateway server name and the server's public key certificate subject name do not match. 2) The certificate has expired or has been revoked. 3) The certificate root authority does not trust the certificate. 4) The certificate key extension does not support encryption. 5) Your computer cannot verify the certificate revocation list. Contact your network administrator for assistance. - + Your computer can't connect to the remote computer because a user name and password are required to authenticate to the Remote Desktop Gateway server instead of smart card credentials. - + Your computer can't connect to the remote computer because smart card credentials are required to authenticate to the Remote Desktop Gateway server instead of a user name and password. - + Your computer can't connect to the remote computer because an invalid cookie was sent to the Remote Desktop Gateway server. Contact your network administrator for assistance. - + Your computer can't connect to the remote computer because the cookie was rejected by the Remote Desktop Gateway server. Contact your network administrator for assistance. - + Your computer can't connect to the remote computer because the Remote Desktop Gateway server is expecting an authentication method different from the one attempted. Contact your network administrator for assistance. - + The RD Gateway connection ended because periodic user authentication failed. Try reconnecting with a correct user name and password. If the reconnection fails, contact your network administrator for further assistance. - + The RD Gateway connection ended because periodic user authorization failed. Try reconnecting with a correct user name and password. If the reconnection fails, contact your network administrator for further assistance. - + Your computer can't connect to the remote computer because the Remote Desktop Gateway and the remote computer are unable to exchange policies. This could happen due to one of the following reasons: 1. The remote computer is not capable of exchanging policies with the Remote Desktop Gateway. 2. The remote computer's configuration does not permit a new connection. 3. The connection between the Remote Desktop Gateway and the remote computer ended. Contact your network administrator for assistance. - + The RD Gateway connection ended because periodic user authorization failed. Your computer or device didn't pass the Network Access Protection (NAP) requirements set by your network administrator. Contact your network administrator for assistance. - + Connected - + Error while scanning WiFi adapter "{0}" with error: "{1}" - + Connect... - + {0} disconnected! - + Connect to {0} - + WPS - + Connect automatically - + Pre-shared key - + Connecting to {0}... - + Could not connect to {0} ({1})! - + Successfully connected to {0}! - + Access to the network has been revoked - + Invalid credentials - + Network not available - + Successful - + Connection attempt timed out - + -/- - + Authentication protocol is not supported! - + Checking WPS... - + Open OID profiles... - + MIB - + OID profiles - + Select OID profile - + Add OID profile - + Delete OID profile - + The selected OID profile will be deleted permanently. - + Edit OID profile - + Enter password... - + Add tab - + (from profile) - + New subnet mask - + Add server - + SNTP server - + The settings on this page contain errors. Correct them to be able to save. - + SSH hostkey to use for the connection (like "71:b8:f2:6e..."). Only available if the mode is "SSH". - + Full path to the private key file (like "C:\Users\BornToBeRoot\SSH\private_key.ppk"). Only available if the mode is "SSH". - + Username that will be passed into the PuTTY session. Only available if the mode is "SSH", "Telnet" or "Rlogin". - + ASN - + AS Name - + City - + Continent - + Country - + Currency - + District - + DNS resolver - + EDNS - + Geolocation - + Hosting - + IP geolocation - + ISP - + Latitude - + Longitude - + Mobile - + Organization - + PTR record - + Timezone - + Zip - + IP Geolocation API - Fast, accurate, reliable - + Check DNS resolver - + Check IP geolocation - + The DNS resolver is determined via ip-api.com. URL: https://edns.ip-api.com/ - + The IP geolocation is determined via ip-api.com. URL: http://ip-api.com/ - + To provide additional features, third party services are used that are not operated by me. You can deselect them below. No data is transferred to me at any time. - + Checking DNS resolver... - + Checking IP geolocation... - + Check your network connection and try again in a few seconds. - + ip-api.com rate limit reached (too many requests from your network)! Try again in a few seconds. - + HTTP status code - + Steel - + Rate limit reached! Try again in {0} seconds... - + General - + BSSID - + No reachable hosts found! - + Application - + Enable experimental features to test new functions. These are not yet complete, contain bugs, can crash the application and may change again until release. - + Experimental features - + Experimental - + Run command... - + IP Geolocation - + Add a tab to query the IP geolocation... - + Enter a domain to query whois... - + Enter host to query IP geolocation... - + Unknown user name. - + Authentication failure (incorrect password, community or key). - + The operation was successful without any errors. - + The response to your request was too large to fit into a single response! - + The requested OID could not be found! - + A read-write or write-only object was set to an inconsistent value! - + The requested OID does not exist and is not writable! - + An error occurred for which no specific message is available! - + The requested object is not accessible for modification! - + The object was set to an incompatible data type! - + The value assigned to the object exceeds its maximum length! - + The encoding used for the object is incorrect! - + The value assigned to the object is not a valid choice! - + The requested object does not exist and cannot be created! - + The MIB variable is currently in an inconsistent state and cannot be modified! - + There are no available system resources to perform the requested operation! - + An error occurred during the set operation! - + A set operation failed, and previous changes could not be rolled back! - + Authentication failed. Please check the community string! - + The requested object is not writable and cannot be modified! - + The object's state is inconsistent, preventing the set operation! - + Close all - + Expand host view - + Host cannot be set while other hosts are being added. Please wait until the process is complete and try again. - + Run command... (Ctrl+Shift+P) - + No matching commands! - + Remote hostname - + Process ID - + Process path - + Process name - + NetBIOS - + Computer name - + Error - + OK - + Warning - + Group / domain name - + NetBIOS reachable - + Scan for NetBIOS - + NetBIOS scan is disabled! - + Resolve Hostname is disabled! - + Resolve MAC address is disabled! - + Close group - + Run command... (Ctrl+Shift+P) - + Profile files - + Open settings... - + Expand and open search... - + Access to the Wi-Fi adapter is not permitted by Windows. Open the Windows settings and allow Wi-Fi access for this application. diff --git a/Source/NETworkManager.Models/ApplicationInfo.cs b/Source/NETworkManager.Models/ApplicationInfo.cs index d63fe00127..9111925eab 100644 --- a/Source/NETworkManager.Models/ApplicationInfo.cs +++ b/Source/NETworkManager.Models/ApplicationInfo.cs @@ -1,10 +1,23 @@ -namespace NETworkManager.Models; +using NETworkManager.Utilities; + +namespace NETworkManager.Models; /// /// Stores information's about an application. /// -public class ApplicationInfo +public class ApplicationInfo : PropertyChangedBase { + /// + /// Private field for the property. + /// + private bool _isDefault; + + + /// + /// Private field for the property. + /// + private bool _isVisible; + /// /// Initializes a new instance of the class. /// @@ -15,13 +28,14 @@ public ApplicationInfo() /// /// Initializes a new instance of the class with parameters. /// - /// - /// - /// - public ApplicationInfo(ApplicationName name) + /// Name of the application. + /// Indicates that the application is visible to the user. + /// Indicates that the application is the default application. + public ApplicationInfo(ApplicationName name, bool isVisible = true, bool isDefault = false) { Name = name; - IsVisible = true; + IsVisible = isVisible; + IsDefault = isDefault; } /// @@ -32,7 +46,34 @@ public ApplicationInfo(ApplicationName name) /// /// Indicates that the application is visible to the user. /// - public bool IsVisible { get; set; } + public bool IsVisible + { + get => _isVisible; + set + { + if (value == _isVisible) + return; + + _isVisible = value; + OnPropertyChanged(); + } + } + + /// + /// Indicates that the application is the default application. + /// + public bool IsDefault + { + get => _isDefault; + set + { + if (value == _isDefault) + return; + + _isDefault = value; + OnPropertyChanged(); + } + } /// /// Method to check if an object is equal to this object. @@ -72,6 +113,7 @@ public override bool Equals(object obj) /// Hashcode as . public override int GetHashCode() { + // ReSharper disable once NonReadonlyMemberInGetHashCode return Name.GetHashCode(); } } \ No newline at end of file diff --git a/Source/NETworkManager.Models/ApplicationManager.cs b/Source/NETworkManager.Models/ApplicationManager.cs index b4c55ecc00..036ba1228e 100644 --- a/Source/NETworkManager.Models/ApplicationManager.cs +++ b/Source/NETworkManager.Models/ApplicationManager.cs @@ -21,12 +21,14 @@ public static IEnumerable GetNames() } /// - /// Method returns a list with all . + /// Method returns a default list with all and sets + /// the default properties for each application. /// - /// IEnumerable with - public static IEnumerable GetList() + /// IEnumerable with . + public static IEnumerable GetDefaultList() { - return GetNames().Where(x => x != ApplicationName.None).Select(name => new ApplicationInfo(name)).ToList(); + return GetNames().Where(x => x != ApplicationName.None) + .Select(name => new ApplicationInfo(name, true, name == ApplicationName.Dashboard)).ToList(); } /// diff --git a/Source/NETworkManager.Models/Export/ExportManager.IPGeolocationInfo.cs b/Source/NETworkManager.Models/Export/ExportManager.IPGeolocationInfo.cs index 8d15cf9cb1..b54a3cb185 100644 --- a/Source/NETworkManager.Models/Export/ExportManager.IPGeolocationInfo.cs +++ b/Source/NETworkManager.Models/Export/ExportManager.IPGeolocationInfo.cs @@ -51,7 +51,7 @@ private static void CreateCsv(IEnumerable collection, string foreach (var info in collection) stringBuilder.AppendLine( $"{info.Status},{info.Continent},{info.ContinentCode},{info.Country},{info.CountryCode},{info.Region},{info.RegionName},{info.City},{info.District},{info.Zip},{info.Lat},{info.Lon},{info.Timezone},{info.Offset},{info.Currency},{info.Isp},{info.Org},{info.As},{info.Asname},{info.Reverse},{info.Mobile},{info.Proxy},{info.Hosting},{info.Query}"); - + File.WriteAllText(filePath, stringBuilder.ToString()); } @@ -92,7 +92,7 @@ from info in collection new XElement(nameof(IPGeolocationInfo.Proxy), info.Proxy), new XElement(nameof(IPGeolocationInfo.Hosting), info.Hosting), new XElement(nameof(IPGeolocationInfo.Query), info.Query))))); - + document.Save(filePath); } @@ -133,7 +133,7 @@ private static void CreateJson(IReadOnlyList collection, stri collection[i].Hosting, collection[i].Query }; - + File.WriteAllText(filePath, JsonConvert.SerializeObject(jsonData, Formatting.Indented)); } } \ No newline at end of file diff --git a/Source/NETworkManager.Models/Export/ExportManager.NetworkInterface.cs b/Source/NETworkManager.Models/Export/ExportManager.NetworkInterface.cs index ae151c6f70..6b28e6b4f9 100644 --- a/Source/NETworkManager.Models/Export/ExportManager.NetworkInterface.cs +++ b/Source/NETworkManager.Models/Export/ExportManager.NetworkInterface.cs @@ -46,12 +46,12 @@ private static void CreateCsv(IEnumerable collection, stri var stringBuilder = new StringBuilder(); stringBuilder.AppendLine( - $"{nameof(NetworkInterfaceInfo.Id)},{nameof(NetworkInterfaceInfo.Name)},{nameof(NetworkInterfaceInfo.Description)},{nameof(NetworkInterfaceInfo.Type)},{nameof(NetworkInterfaceInfo.PhysicalAddress)},{nameof(NetworkInterfaceInfo.Status)},{nameof(NetworkInterfaceInfo.IsOperational)},{nameof(NetworkInterfaceInfo.Speed)},{nameof(NetworkInterfaceInfo.IPv4ProtocolAvailable)},{nameof(NetworkInterfaceInfo.IPv4Address)},{nameof(NetworkInterfaceInfo.IPv4Gateway)},{nameof(NetworkInterfaceInfo.DhcpEnabled)},{nameof(NetworkInterfaceInfo.DhcpServer)},{nameof(NetworkInterfaceInfo.DhcpLeaseObtained)},{nameof(NetworkInterfaceInfo.DhcpLeaseExpires)},{nameof(NetworkInterfaceInfo.IPv6ProtocolAvailable)},{nameof(NetworkInterfaceInfo.IPv6Address)},{nameof(NetworkInterfaceInfo.IPv6AddressLinkLocal)},{nameof(NetworkInterfaceInfo.IPv6Gateway)},{nameof(NetworkInterfaceInfo.DNSAutoconfigurationEnabled)},{nameof(NetworkInterfaceInfo.DNSSuffix)},{nameof(NetworkInterfaceInfo.DNSServer)}"); - + $"{nameof(NetworkInterfaceInfo.Id)},{nameof(NetworkInterfaceInfo.Name)},{nameof(NetworkInterfaceInfo.Description)},{nameof(NetworkInterfaceInfo.Type)},{nameof(NetworkInterfaceInfo.PhysicalAddress)},{nameof(NetworkInterfaceInfo.Status)},{nameof(NetworkInterfaceInfo.IsOperational)},{nameof(NetworkInterfaceInfo.Speed)},{nameof(NetworkInterfaceInfo.IPv4ProtocolAvailable)},{nameof(NetworkInterfaceInfo.IPv4Address)},{nameof(NetworkInterfaceInfo.IPv4Gateway)},{nameof(NetworkInterfaceInfo.DhcpEnabled)},{nameof(NetworkInterfaceInfo.DhcpServer)},{nameof(NetworkInterfaceInfo.DhcpLeaseObtained)},{nameof(NetworkInterfaceInfo.DhcpLeaseExpires)},{nameof(NetworkInterfaceInfo.IPv6ProtocolAvailable)},{nameof(NetworkInterfaceInfo.IPv6Address)},{nameof(NetworkInterfaceInfo.IPv6AddressLinkLocal)},{nameof(NetworkInterfaceInfo.IPv6Gateway)},{nameof(NetworkInterfaceInfo.DNSAutoconfigurationEnabled)},{nameof(NetworkInterfaceInfo.DNSSuffix)},{nameof(NetworkInterfaceInfo.DNSServer)}"); + foreach (var info in collection) stringBuilder.AppendLine( $"{info.Id},{info.Name},{info.Description},{info.Type},{info.PhysicalAddress},{info.Status},{info.IsOperational},{info.Speed},{info.IPv4ProtocolAvailable},{IPv4Address.ConvertIPAddressWithSubnetmaskListToString(info.IPv4Address, ";")},{IPv4Address.ConvertIPAddressListToString(info.IPv4Gateway, ";")},{info.DhcpEnabled},{IPv4Address.ConvertIPAddressListToString(info.DhcpServer, ";")},{info.DhcpLeaseObtained},{info.DhcpLeaseExpires},{info.IPv6ProtocolAvailable},{IPv4Address.ConvertIPAddressListToString(info.IPv6Address, ";")},{IPv4Address.ConvertIPAddressListToString(info.IPv6AddressLinkLocal, ";")},{IPv4Address.ConvertIPAddressListToString(info.IPv6Gateway, ";")},{info.DNSAutoconfigurationEnabled},{info.DNSSuffix},{IPv4Address.ConvertIPAddressListToString(info.DNSServer, ";")}"); - + File.WriteAllText(filePath, stringBuilder.ToString()); } diff --git a/Source/NETworkManager.Models/Generated Files/CsWinRT/WinRTEventHelpers.cs b/Source/NETworkManager.Models/Generated Files/CsWinRT/WinRTEventHelpers.cs index e68947aff9..723dfc26f4 100644 --- a/Source/NETworkManager.Models/Generated Files/CsWinRT/WinRTEventHelpers.cs +++ b/Source/NETworkManager.Models/Generated Files/CsWinRT/WinRTEventHelpers.cs @@ -1,6 +1,6 @@ //------------------------------------------------------------------------------ // -// This file was generated by cswinrt.exe version 2.0.7.240207.1 +// This file was generated by cswinrt.exe version 2.0.8.240703.1 // // Changes to this file may cause incorrect behavior and will be lost if // the code is regenerated. diff --git a/Source/NETworkManager.Models/NETworkManager.Models.csproj b/Source/NETworkManager.Models/NETworkManager.Models.csproj index 46a2971a18..5d086c952d 100644 --- a/Source/NETworkManager.Models/NETworkManager.Models.csproj +++ b/Source/NETworkManager.Models/NETworkManager.Models.csproj @@ -14,37 +14,37 @@ false - - - - + + + + - + - + - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + - + diff --git a/Source/NETworkManager.Models/Network/IPv4Address.cs b/Source/NETworkManager.Models/Network/IPv4Address.cs index c7c3c41dfa..e7f982aa1e 100644 --- a/Source/NETworkManager.Models/Network/IPv4Address.cs +++ b/Source/NETworkManager.Models/Network/IPv4Address.cs @@ -91,9 +91,9 @@ public static bool IsMulticast(IPAddress ipAddress) return ip >= IPv4MulticastStart && ip <= IPv4MulticastEnd; } - + /// - /// Convert a list of IP addresses to a string. + /// Convert a list of IP addresses to a string. /// /// IP addresses. /// Delimiter to separate the IP addresses. Null for new line. (Default: null) @@ -110,16 +110,16 @@ public static object ConvertIPAddressListToString(IEnumerable ipAddre result += ipAddr.ToString(); } - return result; + return result; } /// - /// Convert a list of IP addresses with subnetmasks to a string. + /// Convert a list of IP addresses with subnetmasks to a string. /// /// IP addresses with subnetmasks. /// IP addresses with subnetmasks as string. - - public static object ConvertIPAddressWithSubnetmaskListToString(Tuple[] ipAddresses, string delimiter = null) + public static object ConvertIPAddressWithSubnetmaskListToString(Tuple[] ipAddresses, + string delimiter = null) { var result = string.Empty; diff --git a/Source/NETworkManager.Models/Network/NetworkInterface.cs b/Source/NETworkManager.Models/Network/NetworkInterface.cs index 6c60060dee..ebf51903e0 100644 --- a/Source/NETworkManager.Models/Network/NetworkInterface.cs +++ b/Source/NETworkManager.Models/Network/NetworkInterface.cs @@ -54,7 +54,6 @@ public static List GetNetworkInterfaces() var ipProperties = networkInterface.GetIPProperties(); foreach (var unicastIPAddrInfo in ipProperties.UnicastAddresses) - { switch (unicastIPAddrInfo.Address.AddressFamily) { case AddressFamily.InterNetwork: @@ -75,13 +74,11 @@ public static List GetNetworkInterfaces() listIPv6Address.Add(unicastIPAddrInfo.Address); break; } - } var listIPv4Gateway = new List(); var listIPv6Gateway = new List(); foreach (var gatewayIPAddrInfo in ipProperties.GatewayAddresses) - { switch (gatewayIPAddrInfo.Address.AddressFamily) { case AddressFamily.InterNetwork: @@ -91,7 +88,6 @@ public static List GetNetworkInterfaces() listIPv6Gateway.Add(gatewayIPAddrInfo.Address); break; } - } // Check if autoconfiguration for DNS is enabled (only via registry key) var nameServerKey = @@ -139,7 +135,8 @@ public static List GetNetworkInterfaces() IPv4Address = listIPv4Address.ToArray(), IPv4Gateway = listIPv4Gateway.ToArray(), DhcpEnabled = ipv4Properties is { IsDhcpEnabled: true }, - DhcpServer = ipProperties.DhcpServerAddresses.Where(dhcpServerIPAddress => dhcpServerIPAddress.AddressFamily == AddressFamily.InterNetwork).ToArray(), + DhcpServer = ipProperties.DhcpServerAddresses.Where(dhcpServerIPAddress => + dhcpServerIPAddress.AddressFamily == AddressFamily.InterNetwork).ToArray(), DhcpLeaseObtained = dhcpLeaseObtained, DhcpLeaseExpires = dhcpLeaseExpires, IPv6ProtocolAvailable = ipv6ProtocolAvailable, @@ -220,13 +217,13 @@ private void ConfigureNetworkInterface(NetworkInterfaceConfig config) var command = $"netsh interface ipv4 set address name='{config.Name}'"; command += config.EnableStaticIPAddress ? $" source=static address={config.IPAddress} mask={config.Subnetmask} gateway={config.Gateway};" - : $" source=dhcp;"; + : " source=dhcp;"; // DNS command += $"netsh interface ipv4 set DNSservers name='{config.Name}'"; command += config.EnableStaticDNS ? $" source=static address={config.PrimaryDNSServer} register=primary validate=no;" - : $" source=dhcp;"; + : " source=dhcp;"; command += config.EnableStaticDNS && !string.IsNullOrEmpty(config.SecondaryDNSServer) ? $"netsh interface ipv4 add DNSservers name='{config.Name}' address={config.SecondaryDNSServer} index=2 validate=no;" : ""; @@ -262,7 +259,7 @@ public static Task FlushDnsAsync() /// private static void FlushDns() { - const string command = $"ipconfig /flushdns;"; + const string command = "ipconfig /flushdns;"; PowerShellHelper.ExecuteCommand(command); } @@ -322,7 +319,7 @@ private static void AddIPAddressToNetworkInterface(NetworkInterfaceConfig config if (config.EnableDhcpStaticIpCoexistence) command += $"netsh interface ipv4 set interface interface='{config.Name}' dhcpstaticipcoexistence=enabled;"; - + command += $"netsh interface ipv4 add address '{config.Name}' {config.IPAddress} {config.Subnetmask};"; PowerShellHelper.ExecuteCommand(command, true); diff --git a/Source/NETworkManager.Models/Network/NetworkInterfaceConfig.cs b/Source/NETworkManager.Models/Network/NetworkInterfaceConfig.cs index c405295a9d..56d9fe29b5 100644 --- a/Source/NETworkManager.Models/Network/NetworkInterfaceConfig.cs +++ b/Source/NETworkManager.Models/Network/NetworkInterfaceConfig.cs @@ -3,47 +3,47 @@ public class NetworkInterfaceConfig { /// - /// Name of the network adapter to configure (e.g. "Ethernet", "Wi-Fi", "Local Area Connection") + /// Name of the network adapter to configure (e.g. "Ethernet", "Wi-Fi", "Local Area Connection") /// public string Name { get; init; } - + /// - /// Enable or disable static IP address configuration (otherwise DHCP is used). + /// Enable or disable static IP address configuration (otherwise DHCP is used). /// public bool EnableStaticIPAddress { get; init; } - + /// - /// Enable or disable DHCP static IP coexistence. + /// Enable or disable DHCP static IP coexistence. /// public bool EnableDhcpStaticIpCoexistence { get; init; } - + /// - /// Static or additional IP address to configure. + /// Static or additional IP address to configure. /// public string IPAddress { get; init; } - + /// - /// Subnet mask to use for the static or additional IP address configuration. + /// Subnet mask to use for the static or additional IP address configuration. /// public string Subnetmask { get; init; } - + /// - /// Gateway to use for the static IP address configuration. + /// Gateway to use for the static IP address configuration. /// public string Gateway { get; init; } - + /// - /// Enable or disable static DNS server configuration (otherwise DHCP is used). + /// Enable or disable static DNS server configuration (otherwise DHCP is used). /// public bool EnableStaticDNS { get; init; } - + /// - /// Primary DNS server to use for the static DNS server configuration. + /// Primary DNS server to use for the static DNS server configuration. /// public string PrimaryDNSServer { get; init; } - + /// - /// Secondary DNS server to use for the static DNS server configuration. + /// Secondary DNS server to use for the static DNS server configuration. /// public string SecondaryDNSServer { get; init; } } \ No newline at end of file diff --git a/Source/NETworkManager.Models/Network/NetworkInterfaceInfo.cs b/Source/NETworkManager.Models/Network/NetworkInterfaceInfo.cs index 7540ad7345..81b782e7e9 100644 --- a/Source/NETworkManager.Models/Network/NetworkInterfaceInfo.cs +++ b/Source/NETworkManager.Models/Network/NetworkInterfaceInfo.cs @@ -5,117 +5,117 @@ namespace NETworkManager.Models.Network; /// -/// Represents a network interface with all its properties. +/// Represents a network interface with all its properties. /// public class NetworkInterfaceInfo { /// - /// Identifier of the network adapter. + /// Identifier of the network adapter. /// public string Id { get; set; } - + /// - /// Name of the network adapter. + /// Name of the network adapter. /// public string Name { get; set; } - + /// - /// Description of the network adapter. + /// Description of the network adapter. /// public string Description { get; set; } - + /// - /// Type of the network adapter (e.g. Ethernet, Wireless). + /// Type of the network adapter (e.g. Ethernet, Wireless). /// public string Type { get; set; } - + /// - /// Physical address (MAC) of the network adapter. + /// Physical address (MAC) of the network adapter. /// public PhysicalAddress PhysicalAddress { get; set; } - + /// - /// Status of the network adapter. + /// Status of the network adapter. /// public OperationalStatus Status { get; set; } - + /// - /// Is the network adapter operational. + /// Is the network adapter operational. /// public bool IsOperational { get; set; } - + /// - /// Speed of the network adapter. + /// Speed of the network adapter. /// public long Speed { get; set; } - + /// - /// Is the IPv4 protocol available. + /// Is the IPv4 protocol available. /// public bool IPv4ProtocolAvailable { get; set; } - + /// - /// IPv4 address(es) with subnet mask. + /// IPv4 address(es) with subnet mask. /// public Tuple[] IPv4Address { get; set; } - + /// - /// IPv4 gateway(s) + /// IPv4 gateway(s) /// public IPAddress[] IPv4Gateway { get; set; } - + /// - /// Is DHCP enabled. + /// Is DHCP enabled. /// public bool DhcpEnabled { get; set; } - + /// - /// DHCP server(s). + /// DHCP server(s). /// public IPAddress[] DhcpServer { get; set; } - + /// - /// Time when the DHCP lease was obtained. + /// Time when the DHCP lease was obtained. /// public DateTime DhcpLeaseObtained { get; set; } - + /// - /// Time when the DHCP lease expires. + /// Time when the DHCP lease expires. /// public DateTime DhcpLeaseExpires { get; set; } - + /// - /// Is the IPv6 protocol available. + /// Is the IPv6 protocol available. /// public bool IPv6ProtocolAvailable { get; set; } - + /// - /// IPv6 address(es). + /// IPv6 address(es). /// public IPAddress[] IPv6Address { get; set; } - + /// - /// IPv6 link-local address(es). + /// IPv6 link-local address(es). /// public IPAddress[] IPv6AddressLinkLocal { get; set; } - + /// - /// IPv6 gateway(s). + /// IPv6 gateway(s). /// public IPAddress[] IPv6Gateway { get; set; } - + /// - /// Is DNS autoconfiguration enabled. + /// Is DNS autoconfiguration enabled. /// public bool DNSAutoconfigurationEnabled { get; set; } - + /// - /// DNS suffix like "example.com". + /// DNS suffix like "example.com". /// public string DNSSuffix { get; set; } - + /// - /// DNS server(s). + /// DNS server(s). /// public IPAddress[] DNSServer { get; set; } } \ No newline at end of file diff --git a/Source/NETworkManager.Models/Resources/Ports.xml b/Source/NETworkManager.Models/Resources/Ports.xml index a6fe08b47a..1355e3ec36 100644 --- a/Source/NETworkManager.Models/Resources/Ports.xml +++ b/Source/NETworkManager.Models/Resources/Ports.xml @@ -2,76175 +2,76226 @@ - - 0 - tcp - record - Reserved - - - 0 - udp - record - Reserved - - - 1 - tcp - tcpmux - TCP Port Service Multiplexer - - - 1 - udp - tcpmux - TCP Port Service Multiplexer - - - 2 - tcp - compressnet - Management Utility - - - 2 - udp - compressnet - Management Utility - - - 3 - tcp - compressnet - Compression Process - - - 3 - udp - compressnet - Compression Process - - - 4 - tcp - record - Unassigned - - - 4 - udp - record - Unassigned - - - 5 - tcp - rje - Remote Job Entry - - - 5 - udp - rje - Remote Job Entry - - - 6 - tcp - record - Unassigned - - - 6 - udp - record - Unassigned - - - 7 - tcp - echo - Echo - - - 7 - udp - echo - Echo - - - 8 - tcp - record - Unassigned - - - 8 - udp - record - Unassigned - - - 9 - tcp - discard - Discard - - - 9 - udp - discard - Discard - - - 9 - sctp - discard - Discard - - - 9 - dccp - discard - Discard - - - 10 - tcp - record - Unassigned - - - 10 - udp - record - Unassigned - - - 11 - tcp - systat - Active Users - - - 11 - udp - systat - Active Users - - - 12 - tcp - record - Unassigned - - - 12 - udp - record - Unassigned - - - 13 - tcp - daytime - Daytime - - - 13 - udp - daytime - Daytime - - - 14 - tcp - record - Unassigned - - - 14 - udp - record - Unassigned - - - 15 - tcp - record - Unassigned [was netstat] - - - 15 - udp - record - Unassigned - - - 16 - tcp - record - Unassigned - - - 16 - udp - record - Unassigned - - - 17 - tcp - qotd - Quote of the Day - - - 17 - udp - qotd - Quote of the Day - - - 18 - tcp - msp - Message Send Protocol (historic) - - - 18 - udp - msp - Message Send Protocol (historic) - - - 19 - tcp - chargen - Character Generator - - - 19 - udp - chargen - Character Generator - - - 20 - tcp - ftp-data - File Transfer [Default Data] - - - 20 - udp - ftp-data - File Transfer [Default Data] - - - 20 - sctp - ftp-data - FTP - - - 21 - tcp - ftp - File Transfer Protocol [Control] - - - 21 - udp - ftp - File Transfer Protocol [Control] - - - 21 - sctp - ftp - FTP - - - 22 - tcp - ssh - The Secure Shell (SSH) Protocol - - - 22 - udp - ssh - The Secure Shell (SSH) Protocol - - - 22 - sctp - ssh - SSH - - - 23 - tcp - telnet - Telnet - - - 23 - udp - telnet - Telnet - - - 24 - tcp - record - any private mail system - - - 24 - udp - record - any private mail system - - - 25 - tcp - smtp - Simple Mail Transfer - - - 25 - udp - smtp - Simple Mail Transfer - - - 26 - tcp - record - Unassigned - - - 26 - udp - record - Unassigned - - - 27 - tcp - nsw-fe - NSW User System FE - - - 27 - udp - nsw-fe - NSW User System FE - - - 28 - tcp - record - Unassigned - - - 28 - udp - record - Unassigned - - - 29 - tcp - msg-icp - MSG ICP - - - 29 - udp - msg-icp - MSG ICP - - - 30 - tcp - record - Unassigned - - - 30 - udp - record - Unassigned - - - 31 - tcp - msg-auth - MSG Authentication - - - 31 - udp - msg-auth - MSG Authentication - - - 32 - tcp - record - Unassigned - - - 32 - udp - record - Unassigned - - - 33 - tcp - dsp - Display Support Protocol - - - 33 - udp - dsp - Display Support Protocol - - - 34 - tcp - record - Unassigned - - - 34 - udp - record - Unassigned - - - 35 - tcp - record - any private printer server - - - 35 - udp - record - any private printer server - - - 36 - tcp - record - Unassigned - - - 36 - udp - record - Unassigned - - - 37 - tcp - time - Time - - - 37 - udp - time - Time - - - 38 - tcp - rap - Route Access Protocol - - - 38 - udp - rap - Route Access Protocol - - - 39 - tcp - rlp - Resource Location Protocol - - - 39 - udp - rlp - Resource Location Protocol - - - 40 - tcp - record - Unassigned - - - 40 - udp - record - Unassigned - - - 41 - tcp - graphics - Graphics - - - 41 - udp - graphics - Graphics - - - 42 - tcp - name - Host Name Server - - - 42 - udp - name - Host Name Server - - - 42 - tcp - nameserver - Host Name Server - - - 42 - udp - nameserver - Host Name Server - - - 43 - tcp - nicname - Who Is - - - 43 - udp - nicname - Who Is - - - 44 - tcp - mpm-flags - MPM FLAGS Protocol - - - 44 - udp - mpm-flags - MPM FLAGS Protocol - - - 45 - tcp - mpm - Message Processing Module [recv] - - - 45 - udp - mpm - Message Processing Module [recv] - - - 46 - tcp - mpm-snd - MPM [default send] - - - 46 - udp - mpm-snd - MPM [default send] - - - 47 - tcp - record - Reserved - - - 47 - udp - record - Reserved - - - 48 - tcp - auditd - Digital Audit Daemon - - - 48 - udp - auditd - Digital Audit Daemon - - - 49 - tcp - tacacs - Login Host Protocol (TACACS) - - - 49 - udp - tacacs - Login Host Protocol (TACACS) - - - 50 - tcp - re-mail-ck - Remote Mail Checking Protocol - - - 50 - udp - re-mail-ck - Remote Mail Checking Protocol - - - 52 - tcp - xns-time - XNS Time Protocol - - - 52 - udp - xns-time - XNS Time Protocol - - - 53 - tcp - domain - Domain Name Server - - - 53 - udp - domain - Domain Name Server - - - 54 - tcp - xns-ch - XNS Clearinghouse - - - 54 - udp - xns-ch - XNS Clearinghouse - - - 55 - tcp - isi-gl - ISI Graphics Language - - - 55 - udp - isi-gl - ISI Graphics Language - - - 56 - tcp - xns-auth - XNS Authentication - - - 56 - udp - xns-auth - XNS Authentication - - - 57 - tcp - record - any private terminal access - - - 57 - udp - record - any private terminal access - - - 58 - tcp - xns-mail - XNS Mail - - - 58 - udp - xns-mail - XNS Mail - - - 59 - tcp - record - any private file service - - - 59 - udp - record - any private file service - - - 60 - tcp - record - Unassigned - - - 60 - udp - record - Unassigned - - - 61 - tcp - record - Reserved - - - 61 - udp - record - Reserved - - - 62 - tcp - acas - ACA Services - - - 62 - udp - acas - ACA Services - - - 63 - tcp - whoispp - System.Xml.XmlElement - - - 63 - tcp - whois++ - whois++ - - - 63 - udp - whoispp - System.Xml.XmlElement - - - 63 - udp - whois++ - whois++ - - - 64 - tcp - covia - Communications Integrator (CI) - - - 64 - udp - covia - Communications Integrator (CI) - - - 65 - tcp - tacacs-ds - TACACS-Database Service - - - 65 - udp - tacacs-ds - TACACS-Database Service - - - 66 - tcp - sql-net - System.Xml.XmlElement - - - 66 - tcp - sql*net - Oracle SQL*NET - - - 66 - udp - sql-net - System.Xml.XmlElement - - - 66 - udp - sql*net - Oracle SQL*NET - - - 67 - tcp - bootps - Bootstrap Protocol Server - - - 67 - udp - bootps - Bootstrap Protocol Server - - - 68 - tcp - bootpc - Bootstrap Protocol Client - - - 68 - udp - bootpc - Bootstrap Protocol Client - - - 69 - tcp - tftp - Trivial File Transfer - - - 69 - udp - tftp - Trivial File Transfer - - - 70 - tcp - gopher - Gopher - - - 70 - udp - gopher - Gopher - - - 71 - tcp - netrjs-1 - Remote Job Service - - - 71 - udp - netrjs-1 - Remote Job Service - - - 72 - tcp - netrjs-2 - Remote Job Service - - - 72 - udp - netrjs-2 - Remote Job Service - - - 73 - tcp - netrjs-3 - Remote Job Service - - - 73 - udp - netrjs-3 - Remote Job Service - - - 74 - tcp - netrjs-4 - Remote Job Service - - - 74 - udp - netrjs-4 - Remote Job Service - - - 75 - tcp - record - any private dial out service - - - 75 - udp - record - any private dial out service - - - 76 - tcp - deos - Distributed External Object Store - - - 76 - udp - deos - Distributed External Object Store - - - 77 - tcp - record - any private RJE service - - - 77 - udp - record - any private RJE service - - - 78 - tcp - vettcp - vettcp - - - 78 - udp - vettcp - vettcp - - - 79 - tcp - finger - Finger - - - 79 - udp - finger - Finger - - - 80 - tcp - http - World Wide Web HTTP - - - 80 - udp - http - World Wide Web HTTP - - - 80 - tcp - www - World Wide Web HTTP - - - 80 - udp - www - World Wide Web HTTP - - - 80 - tcp - www-http - World Wide Web HTTP - - - 80 - udp - www-http - World Wide Web HTTP - - - 80 - sctp - http - HTTP - - - 82 - tcp - xfer - XFER Utility - - - 82 - udp - xfer - XFER Utility - - - 83 - tcp - mit-ml-dev - MIT ML Device - - - 83 - udp - mit-ml-dev - MIT ML Device - - - 84 - tcp - ctf - Common Trace Facility - - - 84 - udp - ctf - Common Trace Facility - - - 85 - tcp - mit-ml-dev - MIT ML Device - - - 85 - udp - mit-ml-dev - MIT ML Device - - - 86 - tcp - mfcobol - Micro Focus Cobol - - - 86 - udp - mfcobol - Micro Focus Cobol - - - 87 - tcp - record - any private terminal link - - - 87 - udp - record - any private terminal link - - - 88 - tcp - kerberos - Kerberos - - - 88 - udp - kerberos - Kerberos - - - 89 - tcp - su-mit-tg - SU/MIT Telnet Gateway - - - 89 - udp - su-mit-tg - SU/MIT Telnet Gateway - - - 90 - tcp - dnsix - DNSIX Securit Attribute Token Map - - - 90 - udp - dnsix - DNSIX Securit Attribute Token Map - - - 91 - tcp - mit-dov - MIT Dover Spooler - - - 91 - udp - mit-dov - MIT Dover Spooler - - - 92 - tcp - npp - Network Printing Protocol - - - 92 - udp - npp - Network Printing Protocol - - - 93 - tcp - dcp - Device Control Protocol - - - 93 - udp - dcp - Device Control Protocol - - - 94 - tcp - objcall - Tivoli Object Dispatcher - - - 94 - udp - objcall - Tivoli Object Dispatcher - - - 95 - tcp - supdup - SUPDUP - - - 95 - udp - supdup - SUPDUP - - - 96 - tcp - dixie - DIXIE Protocol Specification - - - 96 - udp - dixie - DIXIE Protocol Specification - - - 97 - tcp - swift-rvf - Swift Remote Virtural File Protocol - - - 97 - udp - swift-rvf - Swift Remote Virtural File Protocol - - - 98 - tcp - tacnews - TAC News - - - 98 - udp - tacnews - TAC News - - - 99 - tcp - metagram - Metagram Relay - - - 99 - udp - metagram - Metagram Relay - - - 101 - tcp - hostname - NIC Host Name Server - - - 101 - udp - hostname - NIC Host Name Server - - - 102 - tcp - iso-tsap - ISO-TSAP Class 0 - - - 102 - udp - iso-tsap - ISO-TSAP Class 0 - - - 103 - tcp - gppitnp - Genesis Point-to-Point Trans Net - - - 103 - udp - gppitnp - Genesis Point-to-Point Trans Net - - - 104 - tcp - acr-nema - ACR-NEMA Digital Imag. & Comm. 300 - - - 104 - udp - acr-nema - ACR-NEMA Digital Imag. & Comm. 300 - - - 105 - tcp - cso - CCSO name server protocol - - - 105 - udp - cso - CCSO name server protocol - - - 105 - tcp - csnet-ns - Mailbox Name Nameserver - - - 105 - udp - csnet-ns - Mailbox Name Nameserver - - - 106 - tcp - 3com-tsmux - 3COM-TSMUX - - - 106 - udp - 3com-tsmux - 3COM-TSMUX - - - 107 - tcp - rtelnet - Remote Telnet Service - - - 107 - udp - rtelnet - Remote Telnet Service - - - 108 - tcp - snagas - SNA Gateway Access Server - - - 108 - udp - snagas - SNA Gateway Access Server - - - 109 - tcp - pop2 - Post Office Protocol - Version 2 - - - 109 - udp - pop2 - Post Office Protocol - Version 2 - - - 110 - tcp - pop3 - Post Office Protocol - Version 3 - - - 110 - udp - pop3 - Post Office Protocol - Version 3 - - - 111 - tcp - sunrpc - SUN Remote Procedure Call - - - 111 - udp - sunrpc - SUN Remote Procedure Call - - - 112 - tcp - mcidas - McIDAS Data Transmission Protocol - - - 112 - udp - mcidas - McIDAS Data Transmission Protocol - - - 113 - tcp - ident - - - - - 113 - tcp - auth - Authentication Service - - - 113 - udp - auth - Authentication Service - - - 115 - tcp - sftp - Simple File Transfer Protocol - - - 115 - udp - sftp - Simple File Transfer Protocol - - - 116 - tcp - ansanotify - ANSA REX Notify - - - 116 - udp - ansanotify - ANSA REX Notify - - - 117 - tcp - uucp-path - UUCP Path Service - - - 117 - udp - uucp-path - UUCP Path Service - - - 118 - tcp - sqlserv - SQL Services - - - 118 - udp - sqlserv - SQL Services - - - 119 - tcp - nntp - Network News Transfer Protocol - - - 119 - udp - nntp - Network News Transfer Protocol - - - 120 - tcp - cfdptkt - CFDPTKT - - - 120 - udp - cfdptkt - CFDPTKT - - - 121 - tcp - erpc - Encore Expedited Remote Pro.Call - - - 121 - udp - erpc - Encore Expedited Remote Pro.Call - - - 122 - tcp - smakynet - SMAKYNET - - - 122 - udp - smakynet - SMAKYNET - - - 123 - tcp - ntp - Network Time Protocol - - - 123 - udp - ntp - Network Time Protocol - - - 124 - tcp - ansatrader - ANSA REX Trader - - - 124 - udp - ansatrader - ANSA REX Trader - - - 125 - tcp - locus-map - Locus PC-Interface Net Map Ser - - - 125 - udp - locus-map - Locus PC-Interface Net Map Ser - - - 126 - tcp - nxedit - NXEdit - - - 126 - udp - nxedit - NXEdit - - - 127 - tcp - locus-con - Locus PC-Interface Conn Server - - - 127 - udp - locus-con - Locus PC-Interface Conn Server - - - 128 - tcp - gss-xlicen - GSS X License Verification - - - 128 - udp - gss-xlicen - GSS X License Verification - - - 129 - tcp - pwdgen - Password Generator Protocol - - - 129 - udp - pwdgen - Password Generator Protocol - - - 130 - tcp - cisco-fna - cisco FNATIVE - - - 130 - udp - cisco-fna - cisco FNATIVE - - - 131 - tcp - cisco-tna - cisco TNATIVE - - - 131 - udp - cisco-tna - cisco TNATIVE - - - 132 - tcp - cisco-sys - cisco SYSMAINT - - - 132 - udp - cisco-sys - cisco SYSMAINT - - - 133 - tcp - statsrv - Statistics Service - - - 133 - udp - statsrv - Statistics Service - - - 134 - tcp - ingres-net - INGRES-NET Service - - - 134 - udp - ingres-net - INGRES-NET Service - - - 135 - tcp - epmap - DCE endpoint resolution - - - 135 - udp - epmap - DCE endpoint resolution - - - 136 - tcp - profile - PROFILE Naming System - - - 136 - udp - profile - PROFILE Naming System - - - 137 - tcp - netbios-ns - NETBIOS Name Service - - - 137 - udp - netbios-ns - NETBIOS Name Service - - - 138 - tcp - netbios-dgm - NETBIOS Datagram Service - - - 138 - udp - netbios-dgm - NETBIOS Datagram Service - - - 139 - tcp - netbios-ssn - NETBIOS Session Service - - - 139 - udp - netbios-ssn - NETBIOS Session Service - - - 140 - tcp - emfis-data - EMFIS Data Service - - - 140 - udp - emfis-data - EMFIS Data Service - - - 141 - tcp - emfis-cntl - EMFIS Control Service - - - 141 - udp - emfis-cntl - EMFIS Control Service - - - 142 - tcp - bl-idm - Britton-Lee IDM - - - 142 - udp - bl-idm - Britton-Lee IDM - - - 143 - tcp - imap - Internet Message Access Protocol - - - 143 - udp - record - Reserved - - - 144 - tcp - uma - Universal Management Architecture - - - 144 - udp - uma - Universal Management Architecture - - - 145 - tcp - uaac - UAAC Protocol - - - 145 - udp - uaac - UAAC Protocol - - - 146 - tcp - iso-tp0 - ISO-IP0 - - - 146 - udp - iso-tp0 - ISO-IP0 - - - 147 - tcp - iso-ip - ISO-IP - - - 147 - udp - iso-ip - ISO-IP - - - 148 - tcp - jargon - Jargon - - - 148 - udp - jargon - Jargon - - - 149 - tcp - aed-512 - AED 512 Emulation Service - - - 149 - udp - aed-512 - AED 512 Emulation Service - - - 150 - tcp - sql-net - SQL-NET - - - 150 - udp - sql-net - SQL-NET - - - 151 - tcp - hems - HEMS - - - 151 - udp - hems - HEMS - - - 152 - tcp - bftp - Background File Transfer Program - - - 152 - udp - bftp - Background File Transfer Program - - - 153 - tcp - sgmp - SGMP - - - 153 - udp - sgmp - SGMP - - - 154 - tcp - netsc-prod - NETSC - - - 154 - udp - netsc-prod - NETSC - - - 155 - tcp - netsc-dev - NETSC - - - 155 - udp - netsc-dev - NETSC - - - 156 - tcp - sqlsrv - SQL Service - - - 156 - udp - sqlsrv - SQL Service - - - 157 - tcp - knet-cmp - KNET/VM Command/Message Protocol - - - 157 - udp - knet-cmp - KNET/VM Command/Message Protocol - - - 158 - tcp - pcmail-srv - PCMail Server - - - 158 - udp - pcmail-srv - PCMail Server - - - 159 - tcp - nss-routing - NSS-Routing - - - 159 - udp - nss-routing - NSS-Routing - - - 160 - tcp - sgmp-traps - SGMP-TRAPS - - - 160 - udp - sgmp-traps - SGMP-TRAPS - - - 161 - tcp - snmp - SNMP - - - 161 - udp - snmp - SNMP - - - 162 - tcp - snmptrap - SNMPTRAP - - - 162 - udp - snmptrap - SNMPTRAP - - - 163 - tcp - cmip-man - CMIP/TCP Manager - - - 163 - udp - cmip-man - CMIP/TCP Manager - - - 164 - tcp - cmip-agent - CMIP/TCP Agent - - - 164 - udp - cmip-agent - CMIP/TCP Agent - - - 165 - tcp - xns-courier - Xerox - - - 165 - udp - xns-courier - Xerox - - - 166 - tcp - s-net - Sirius Systems - - - 166 - udp - s-net - Sirius Systems - - - 167 - tcp - namp - NAMP - - - 167 - udp - namp - NAMP - - - 168 - tcp - rsvd - RSVD - - - 168 - udp - rsvd - RSVD - - - 169 - tcp - send - SEND - - - 169 - udp - send - SEND - - - 170 - tcp - print-srv - Network PostScript - - - 170 - udp - print-srv - Network PostScript - - - 171 - tcp - multiplex - Network Innovations Multiplex - - - 171 - udp - multiplex - Network Innovations Multiplex - - - 172 - tcp - cl-1 - System.Xml.XmlElement - - - 172 - tcp - cl/1 - Network Innovations CL/1 - - - 172 - udp - cl-1 - System.Xml.XmlElement - - - 172 - udp - cl/1 - Network Innovations CL/1 - - - 173 - tcp - xyplex-mux - Xyplex - - - 173 - udp - xyplex-mux - Xyplex - - - 174 - tcp - mailq - MAILQ - - - 174 - udp - mailq - MAILQ - - - 175 - tcp - vmnet - VMNET - - - 175 - udp - vmnet - VMNET - - - 176 - tcp - genrad-mux - GENRAD-MUX - - - 176 - udp - genrad-mux - GENRAD-MUX - - - 177 - tcp - xdmcp - X Display Manager Control Protocol - - - 177 - udp - xdmcp - X Display Manager Control Protocol - - - 178 - tcp - nextstep - NextStep Window Server - - - 178 - udp - nextstep - NextStep Window Server - - - 179 - tcp - bgp - Border Gateway Protocol - - - 179 - udp - bgp - Border Gateway Protocol - - - 179 - sctp - bgp - BGP - - - 180 - tcp - ris - Intergraph - - - 180 - udp - ris - Intergraph - - - 181 - tcp - unify - Unify - - - 181 - udp - unify - Unify - - - 182 - tcp - audit - Unisys Audit SITP - - - 182 - udp - audit - Unisys Audit SITP - - - 183 - tcp - ocbinder - OCBinder - - - 183 - udp - ocbinder - OCBinder - - - 184 - tcp - ocserver - OCServer - - - 184 - udp - ocserver - OCServer - - - 185 - tcp - remote-kis - Remote-KIS - - - 185 - udp - remote-kis - Remote-KIS - - - 186 - tcp - kis - KIS Protocol - - - 186 - udp - kis - KIS Protocol - - - 187 - tcp - aci - Application Communication Interface - - - 187 - udp - aci - Application Communication Interface - - - 188 - tcp - mumps - Plus Five's MUMPS - - - 188 - udp - mumps - Plus Five's MUMPS - - - 189 - tcp - qft - Queued File Transport - - - 189 - udp - qft - Queued File Transport - - - 190 - tcp - gacp - Gateway Access Control Protocol - - - 190 - udp - gacp - Gateway Access Control Protocol - - - 191 - tcp - prospero - Prospero Directory Service - - - 191 - udp - prospero - Prospero Directory Service - - - 192 - tcp - osu-nms - OSU Network Monitoring System - - - 192 - udp - osu-nms - OSU Network Monitoring System - - - 193 - tcp - srmp - Spider Remote Monitoring Protocol - - - 193 - udp - srmp - Spider Remote Monitoring Protocol - - - 194 - tcp - irc - Internet Relay Chat Protocol - - - 194 - udp - irc - Internet Relay Chat Protocol - - - 195 - tcp - dn6-nlm-aud - DNSIX Network Level Module Audit - - - 195 - udp - dn6-nlm-aud - DNSIX Network Level Module Audit - - - 196 - tcp - dn6-smm-red - DNSIX Session Mgt Module Audit Redir - - - 196 - udp - dn6-smm-red - DNSIX Session Mgt Module Audit Redir - - - 197 - tcp - dls - Directory Location Service - - - 197 - udp - dls - Directory Location Service - - - 198 - tcp - dls-mon - Directory Location Service Monitor - - - 198 - udp - dls-mon - Directory Location Service Monitor - - - 199 - tcp - smux - SMUX - - - 199 - udp - smux - SMUX - - - 200 - tcp - src - IBM System Resource Controller - - - 200 - udp - src - IBM System Resource Controller - - - 201 - tcp - at-rtmp - AppleTalk Routing Maintenance - - - 201 - udp - at-rtmp - AppleTalk Routing Maintenance - - - 202 - tcp - at-nbp - AppleTalk Name Binding - - - 202 - udp - at-nbp - AppleTalk Name Binding - - - 203 - tcp - at-3 - AppleTalk Unused - - - 203 - udp - at-3 - AppleTalk Unused - - - 204 - tcp - at-echo - AppleTalk Echo - - - 204 - udp - at-echo - AppleTalk Echo - - - 205 - tcp - at-5 - AppleTalk Unused - - - 205 - udp - at-5 - AppleTalk Unused - - - 206 - tcp - at-zis - AppleTalk Zone Information - - - 206 - udp - at-zis - AppleTalk Zone Information - - - 207 - tcp - at-7 - AppleTalk Unused - - - 207 - udp - at-7 - AppleTalk Unused - - - 208 - tcp - at-8 - AppleTalk Unused - - - 208 - udp - at-8 - AppleTalk Unused - - - 209 - tcp - qmtp - The Quick Mail Transfer Protocol - - - 209 - udp - qmtp - The Quick Mail Transfer Protocol - - - 210 - tcp - z39-50 - System.Xml.XmlElement - - - 210 - tcp - z39.50 - ANSI Z39.50 - - - 210 - udp - z39-50 - System.Xml.XmlElement - - - 210 - udp - z39.50 - ANSI Z39.50 - - - 211 - tcp - 914c-g - System.Xml.XmlElement - - - 211 - tcp - 914c/g - Texas Instruments 914C/G Terminal - - - 211 - udp - 914c-g - System.Xml.XmlElement - - - 211 - udp - 914c/g - Texas Instruments 914C/G Terminal - - - 212 - tcp - anet - ATEXSSTR - - - 212 - udp - anet - ATEXSSTR - - - 213 - tcp - ipx - IPX - - - 213 - udp - ipx - IPX - - - 214 - tcp - vmpwscs - VM PWSCS - - - 214 - udp - vmpwscs - VM PWSCS - - - 215 - tcp - softpc - Insignia Solutions - - - 215 - udp - softpc - Insignia Solutions - - - 216 - tcp - CAIlic - Computer Associates Int'l License Server - - - 216 - udp - CAIlic - Computer Associates Int'l License Server - - - 217 - tcp - dbase - dBASE Unix - - - 217 - udp - dbase - dBASE Unix - - - 218 - tcp - mpp - Netix Message Posting Protocol - - - 218 - udp - mpp - Netix Message Posting Protocol - - - 219 - tcp - uarps - Unisys ARPs - - - 219 - udp - uarps - Unisys ARPs - - - 220 - tcp - imap3 - Interactive Mail Access Protocol v3 - - - 220 - udp - imap3 - Interactive Mail Access Protocol v3 - - - 221 - tcp - fln-spx - Berkeley rlogind with SPX auth - - - 221 - udp - fln-spx - Berkeley rlogind with SPX auth - - - 222 - tcp - rsh-spx - Berkeley rshd with SPX auth - - - 222 - udp - rsh-spx - Berkeley rshd with SPX auth - - - 223 - tcp - cdc - Certificate Distribution Center - - - 223 - udp - cdc - Certificate Distribution Center - - - 224 - tcp - masqdialer - masqdialer - - - 224 - udp - masqdialer - masqdialer - - - 242 - tcp - direct - Direct - - - 242 - udp - direct - Direct - - - 243 - tcp - sur-meas - Survey Measurement - - - 243 - udp - sur-meas - Survey Measurement - - - 244 - tcp - inbusiness - inbusiness - - - 244 - udp - inbusiness - inbusiness - - - 245 - tcp - link - LINK - - - 245 - udp - link - LINK - - - 246 - tcp - dsp3270 - Display Systems Protocol - - - 246 - udp - dsp3270 - Display Systems Protocol - - - 247 - tcp - subntbcst-tftp - System.Xml.XmlElement - - - 247 - tcp - subntbcst_tftp - SUBNTBCST_TFTP - - - 247 - udp - subntbcst-tftp - System.Xml.XmlElement - - - 247 - udp - subntbcst_tftp - SUBNTBCST_TFTP - - - 248 - tcp - bhfhs - bhfhs - - - 248 - udp - bhfhs - bhfhs - - - 256 - tcp - rap - RAP - - - 256 - udp - rap - RAP - - - 257 - tcp - set - Secure Electronic Transaction - - - 257 - udp - set - Secure Electronic Transaction - - - 259 - tcp - esro-gen - Efficient Short Remote Operations - - - 259 - udp - esro-gen - Efficient Short Remote Operations - - - 260 - tcp - openport - Openport - - - 260 - udp - openport - Openport - - - 261 - tcp - nsiiops - IIOP Name Service over TLS/SSL - - - 261 - udp - nsiiops - IIOP Name Service over TLS/SSL - - - 262 - tcp - arcisdms - Arcisdms - - - 262 - udp - arcisdms - Arcisdms - - - 263 - tcp - hdap - HDAP - - - 263 - udp - hdap - HDAP - - - 264 - tcp - bgmp - BGMP - - - 264 - udp - bgmp - BGMP - - - 265 - tcp - x-bone-ctl - X-Bone CTL - - - 265 - udp - x-bone-ctl - X-Bone CTL - - - 266 - tcp - sst - SCSI on ST - - - 266 - udp - sst - SCSI on ST - - - 267 - tcp - td-service - Tobit David Service Layer - - - 267 - udp - td-service - Tobit David Service Layer - - - 268 - tcp - td-replica - Tobit David Replica - - - 268 - udp - td-replica - Tobit David Replica - - - 269 - tcp - manet - MANET Protocols - - - 269 - udp - manet - MANET Protocols - - - 270 - tcp - record - Reserved - - - 270 - udp - gist - Q-mode encapsulation for GIST messages - - - 271 - tcp - pt-tls - IETF Network Endpoint Assessment (NEA) Posture Transport Protocol over TLS (PT-TLS) - - - 271 - udp - record - Reserved - - - 280 - tcp - http-mgmt - http-mgmt - - - 280 - udp - http-mgmt - http-mgmt - - - 281 - tcp - personal-link - Personal Link - - - 281 - udp - personal-link - Personal Link - - - 282 - tcp - cableport-ax - Cable Port A/X - - - 282 - udp - cableport-ax - Cable Port A/X - - - 283 - tcp - rescap - rescap - - - 283 - udp - rescap - rescap - - - 284 - tcp - corerjd - corerjd - - - 284 - udp - corerjd - corerjd - - - 286 - tcp - fxp - FXP Communication - - - 286 - udp - fxp - FXP Communication - - - 287 - tcp - k-block - K-BLOCK - - - 287 - udp - k-block - K-BLOCK - - - 308 - tcp - novastorbakcup - Novastor Backup - - - 308 - udp - novastorbakcup - Novastor Backup - - - 309 - tcp - entrusttime - EntrustTime - - - 309 - udp - entrusttime - EntrustTime - - - 310 - tcp - bhmds - bhmds - - - 310 - udp - bhmds - bhmds - - - 311 - tcp - asip-webadmin - AppleShare IP WebAdmin - - - 311 - udp - asip-webadmin - AppleShare IP WebAdmin - - - 312 - tcp - vslmp - VSLMP - - - 312 - udp - vslmp - VSLMP - - - 313 - tcp - magenta-logic - Magenta Logic - - - 313 - udp - magenta-logic - Magenta Logic - - - 314 - tcp - opalis-robot - Opalis Robot - - - 314 - udp - opalis-robot - Opalis Robot - - - 315 - tcp - dpsi - DPSI - - - 315 - udp - dpsi - DPSI - - - 316 - tcp - decauth - decAuth - - - 316 - udp - decauth - decAuth - - - 317 - tcp - zannet - Zannet - - - 317 - udp - zannet - Zannet - - - 318 - tcp - pkix-timestamp - PKIX TimeStamp - - - 318 - udp - pkix-timestamp - PKIX TimeStamp - - - 319 - tcp - ptp-event - PTP Event - - - 319 - udp - ptp-event - PTP Event - - - 320 - tcp - ptp-general - PTP General - - - 320 - udp - ptp-general - PTP General - - - 321 - tcp - pip - PIP - - - 321 - udp - pip - PIP - - - 322 - tcp - rtsps - RTSPS - - - 322 - udp - rtsps - RTSPS - - - 323 - tcp - rpki-rtr - Resource PKI to Router Protocol - - - 323 - udp - record - Reserved - - - 324 - tcp - rpki-rtr-tls - Resource PKI to Router Protocol over TLS - - - 324 - udp - record - Reserved - - - 333 - tcp - texar - Texar Security Port - - - 333 - udp - texar - Texar Security Port - - - 344 - tcp - pdap - Prospero Data Access Protocol - - - 344 - udp - pdap - Prospero Data Access Protocol - - - 345 - tcp - pawserv - Perf Analysis Workbench - - - 345 - udp - pawserv - Perf Analysis Workbench - - - 346 - tcp - zserv - Zebra server - - - 346 - udp - zserv - Zebra server - - - 347 - tcp - fatserv - Fatmen Server - - - 347 - udp - fatserv - Fatmen Server - - - 348 - tcp - csi-sgwp - Cabletron Management Protocol - - - 348 - udp - csi-sgwp - Cabletron Management Protocol - - - 349 - tcp - mftp - mftp - - - 349 - udp - mftp - mftp - - - 350 - tcp - matip-type-a - MATIP Type A - - - 350 - udp - matip-type-a - MATIP Type A - - - 351 - tcp - matip-type-b - MATIP Type B - - - 351 - udp - matip-type-b - MATIP Type B - - - 351 - tcp - bhoetty - bhoetty - - - 351 - udp - bhoetty - bhoetty - - - 352 - tcp - dtag-ste-sb - DTAG - - - 352 - udp - dtag-ste-sb - DTAG - - - 352 - tcp - bhoedap4 - bhoedap4 - - - 352 - udp - bhoedap4 - bhoedap4 - - - 353 - tcp - ndsauth - NDSAUTH - - - 353 - udp - ndsauth - NDSAUTH - - - 354 - tcp - bh611 - bh611 - - - 354 - udp - bh611 - bh611 - - - 355 - tcp - datex-asn - DATEX-ASN - - - 355 - udp - datex-asn - DATEX-ASN - - - 356 - tcp - cloanto-net-1 - Cloanto Net 1 - - - 356 - udp - cloanto-net-1 - Cloanto Net 1 - - - 357 - tcp - bhevent - bhevent - - - 357 - udp - bhevent - bhevent - - - 358 - tcp - shrinkwrap - Shrinkwrap - - - 358 - udp - shrinkwrap - Shrinkwrap - - - 359 - tcp - - - Reserved - - - 359 - udp - - - Reserved - - - 360 - tcp - scoi2odialog - scoi2odialog - - - 360 - udp - scoi2odialog - scoi2odialog - - - 361 - tcp - semantix - Semantix - - - 361 - udp - semantix - Semantix - - - 362 - tcp - srssend - SRS Send - - - 362 - udp - srssend - SRS Send - - - 363 - tcp - rsvp-tunnel - System.Xml.XmlElement - - - 363 - tcp - rsvp_tunnel - RSVP Tunnel - - - 363 - udp - rsvp-tunnel - System.Xml.XmlElement - - - 363 - udp - rsvp_tunnel - RSVP Tunnel - - - 364 - tcp - aurora-cmgr - Aurora CMGR - - - 364 - udp - aurora-cmgr - Aurora CMGR - - - 365 - tcp - dtk - DTK - - - 365 - udp - dtk - DTK - - - 366 - tcp - odmr - ODMR - - - 366 - udp - odmr - ODMR - - - 367 - tcp - mortgageware - MortgageWare - - - 367 - udp - mortgageware - MortgageWare - - - 368 - tcp - qbikgdp - QbikGDP - - - 368 - udp - qbikgdp - QbikGDP - - - 369 - tcp - rpc2portmap - rpc2portmap - - - 369 - udp - rpc2portmap - rpc2portmap - - - 370 - tcp - codaauth2 - codaauth2 - - - 370 - udp - codaauth2 - codaauth2 - - - 371 - tcp - clearcase - Clearcase - - - 371 - udp - clearcase - Clearcase - - - 372 - tcp - ulistproc - ListProcessor - - - 372 - udp - ulistproc - ListProcessor - - - 373 - tcp - legent-1 - Legent Corporation - - - 373 - udp - legent-1 - Legent Corporation - - - 374 - tcp - legent-2 - Legent Corporation - - - 374 - udp - legent-2 - Legent Corporation - - - 375 - tcp - hassle - Hassle - - - 375 - udp - hassle - Hassle - - - 376 - tcp - nip - Amiga Envoy Network Inquiry Protocol - - - 376 - udp - nip - Amiga Envoy Network Inquiry Protocol - - - 377 - tcp - tnETOS - NEC Corporation - - - 377 - udp - tnETOS - NEC Corporation - - - 378 - tcp - dsETOS - NEC Corporation - - - 378 - udp - dsETOS - NEC Corporation - - - 379 - tcp - is99c - TIA/EIA/IS-99 modem client - - - 379 - udp - is99c - TIA/EIA/IS-99 modem client - - - 380 - tcp - is99s - TIA/EIA/IS-99 modem server - - - 380 - udp - is99s - TIA/EIA/IS-99 modem server - - - 381 - tcp - hp-collector - hp performance data collector - - - 381 - udp - hp-collector - hp performance data collector - - - 382 - tcp - hp-managed-node - hp performance data managed node - - - 382 - udp - hp-managed-node - hp performance data managed node - - - 383 - tcp - hp-alarm-mgr - hp performance data alarm manager - - - 383 - udp - hp-alarm-mgr - hp performance data alarm manager - - - 384 - tcp - arns - A Remote Network Server System - - - 384 - udp - arns - A Remote Network Server System - - - 385 - tcp - ibm-app - IBM Application - - - 385 - udp - ibm-app - IBM Application - - - 386 - tcp - asa - ASA Message Router Object Def. - - - 386 - udp - asa - ASA Message Router Object Def. - - - 387 - tcp - aurp - Appletalk Update-Based Routing Pro. - - - 387 - udp - aurp - Appletalk Update-Based Routing Pro. - - - 388 - tcp - unidata-ldm - Unidata LDM - - - 388 - udp - unidata-ldm - Unidata LDM - - - 389 - tcp - ldap - Lightweight Directory Access Protocol - - - 389 - udp - ldap - Lightweight Directory Access Protocol - - - 390 - tcp - uis - UIS - - - 390 - udp - uis - UIS - - - 391 - tcp - synotics-relay - SynOptics SNMP Relay Port - - - 391 - udp - synotics-relay - SynOptics SNMP Relay Port - - - 392 - tcp - synotics-broker - SynOptics Port Broker Port - - - 392 - udp - synotics-broker - SynOptics Port Broker Port - - - 393 - tcp - meta5 - Meta5 - - - 393 - udp - meta5 - Meta5 - - - 394 - tcp - embl-ndt - EMBL Nucleic Data Transfer - - - 394 - udp - embl-ndt - EMBL Nucleic Data Transfer - - - 395 - tcp - netcp - NetScout Control Protocol - - - 395 - udp - netcp - NetScout Control Protocol - - - 396 - tcp - netware-ip - Novell Netware over IP - - - 396 - udp - netware-ip - Novell Netware over IP - - - 397 - tcp - mptn - Multi Protocol Trans. Net. - - - 397 - udp - mptn - Multi Protocol Trans. Net. - - - 398 - tcp - kryptolan - Kryptolan - - - 398 - udp - kryptolan - Kryptolan - - - 399 - tcp - iso-tsap-c2 - ISO Transport Class 2 Non-Control over TCP - - - 399 - udp - iso-tsap-c2 - ISO Transport Class 2 Non-Control over UDP - - - 400 - tcp - osb-sd - Oracle Secure Backup - - - 400 - udp - osb-sd - Oracle Secure Backup - - - 401 - tcp - ups - Uninterruptible Power Supply - - - 401 - udp - ups - Uninterruptible Power Supply - - - 402 - tcp - genie - Genie Protocol - - - 402 - udp - genie - Genie Protocol - - - 403 - tcp - decap - decap - - - 403 - udp - decap - decap - - - 404 - tcp - nced - nced - - - 404 - udp - nced - nced - - - 405 - tcp - ncld - ncld - - - 405 - udp - ncld - ncld - - - 406 - tcp - imsp - Interactive Mail Support Protocol - - - 406 - udp - imsp - Interactive Mail Support Protocol - - - 407 - tcp - timbuktu - Timbuktu - - - 407 - udp - timbuktu - Timbuktu - - - 408 - tcp - prm-sm - Prospero Resource Manager Sys. Man. - - - 408 - udp - prm-sm - Prospero Resource Manager Sys. Man. - - - 409 - tcp - prm-nm - Prospero Resource Manager Node Man. - - - 409 - udp - prm-nm - Prospero Resource Manager Node Man. - - - 410 - tcp - decladebug - DECLadebug Remote Debug Protocol - - - 410 - udp - decladebug - DECLadebug Remote Debug Protocol - - - 411 - tcp - rmt - Remote MT Protocol - - - 411 - udp - rmt - Remote MT Protocol - - - 412 - tcp - synoptics-trap - Trap Convention Port - - - 412 - udp - synoptics-trap - Trap Convention Port - - - 413 - tcp - smsp - Storage Management Services Protocol - - - 413 - udp - smsp - Storage Management Services Protocol - - - 414 - tcp - infoseek - InfoSeek - - - 414 - udp - infoseek - InfoSeek - - - 415 - tcp - bnet - BNet - - - 415 - udp - bnet - BNet - - - 416 - tcp - silverplatter - Silverplatter - - - 416 - udp - silverplatter - Silverplatter - - - 417 - tcp - onmux - Onmux - - - 417 - udp - onmux - Onmux - - - 418 - tcp - hyper-g - Hyper-G - - - 418 - udp - hyper-g - Hyper-G - - - 419 - tcp - ariel1 - Ariel 1 - - - 419 - udp - ariel1 - Ariel 1 - - - 420 - tcp - smpte - SMPTE - - - 420 - udp - smpte - SMPTE - - - 421 - tcp - ariel2 - Ariel 2 - - - 421 - udp - ariel2 - Ariel 2 - - - 422 - tcp - ariel3 - Ariel 3 - - - 422 - udp - ariel3 - Ariel 3 - - - 423 - tcp - opc-job-start - IBM Operations Planning and Control Start - - - 423 - udp - opc-job-start - IBM Operations Planning and Control Start - - - 424 - tcp - opc-job-track - IBM Operations Planning and Control Track - - - 424 - udp - opc-job-track - IBM Operations Planning and Control Track - - - 425 - tcp - icad-el - ICAD - - - 425 - udp - icad-el - ICAD - - - 426 - tcp - smartsdp - smartsdp - - - 426 - udp - smartsdp - smartsdp - - - 427 - tcp - svrloc - Server Location - - - 427 - udp - svrloc - Server Location - - - 428 - tcp - ocs-cmu - System.Xml.XmlElement - - - 428 - tcp - ocs_cmu - OCS_CMU - - - 428 - udp - ocs-cmu - System.Xml.XmlElement - - - 428 - udp - ocs_cmu - OCS_CMU - - - 429 - tcp - ocs-amu - System.Xml.XmlElement - - - 429 - tcp - ocs_amu - OCS_AMU - - - 429 - udp - ocs-amu - System.Xml.XmlElement - - - 429 - udp - ocs_amu - OCS_AMU - - - 430 - tcp - utmpsd - UTMPSD - - - 430 - udp - utmpsd - UTMPSD - - - 431 - tcp - utmpcd - UTMPCD - - - 431 - udp - utmpcd - UTMPCD - - - 432 - tcp - iasd - IASD - - - 432 - udp - iasd - IASD - - - 433 - tcp - nnsp - NNTP for transit servers (NNSP) - - - 433 - udp - nnsp - NNTP for transit servers (NNSP) - - - 434 - tcp - mobileip-agent - MobileIP-Agent - - - 434 - udp - mobileip-agent - MobileIP-Agent - - - 435 - tcp - mobilip-mn - MobilIP-MN - - - 435 - udp - mobilip-mn - MobilIP-MN - - - 436 - tcp - dna-cml - DNA-CML - - - 436 - udp - dna-cml - DNA-CML - - - 437 - tcp - comscm - comscm - - - 437 - udp - comscm - comscm - - - 438 - tcp - dsfgw - dsfgw - - - 438 - udp - dsfgw - dsfgw - - - 439 - tcp - dasp - dasp - - - 439 - udp - dasp - dasp - - - 440 - tcp - sgcp - sgcp - - - 440 - udp - sgcp - sgcp - - - 441 - tcp - decvms-sysmgt - decvms-sysmgt - - - 441 - udp - decvms-sysmgt - decvms-sysmgt - - - 442 - tcp - cvc-hostd - System.Xml.XmlElement - - - 442 - tcp - cvc_hostd - cvc_hostd - - - 442 - udp - cvc-hostd - System.Xml.XmlElement - - - 442 - udp - cvc_hostd - cvc_hostd - - - 443 - tcp - https - http protocol over TLS/SSL - - - 443 - udp - https - http protocol over TLS/SSL - - - 443 - sctp - https - HTTPS - - - 444 - tcp - snpp - Simple Network Paging Protocol - - - 444 - udp - snpp - Simple Network Paging Protocol - - - 445 - tcp - microsoft-ds - Microsoft-DS - - - 445 - udp - microsoft-ds - Microsoft-DS - - - 446 - tcp - ddm-rdb - DDM-Remote Relational Database Access - - - 446 - udp - ddm-rdb - DDM-Remote Relational Database Access - - - 447 - tcp - ddm-dfm - DDM-Distributed File Management - - - 447 - udp - ddm-dfm - DDM-Distributed File Management - - - 448 - tcp - ddm-ssl - DDM-Remote DB Access Using Secure Sockets - - - 448 - udp - ddm-ssl - DDM-Remote DB Access Using Secure Sockets - - - 449 - tcp - as-servermap - AS Server Mapper - - - 449 - udp - as-servermap - AS Server Mapper - - - 450 - tcp - tserver - Computer Supported Telecomunication Applications - - - 450 - udp - tserver - Computer Supported Telecomunication Applications - - - 451 - tcp - sfs-smp-net - Cray Network Semaphore server - - - 451 - udp - sfs-smp-net - Cray Network Semaphore server - - - 452 - tcp - sfs-config - Cray SFS config server - - - 452 - udp - sfs-config - Cray SFS config server - - - 453 - tcp - creativeserver - CreativeServer - - - 453 - udp - creativeserver - CreativeServer - - - 454 - tcp - contentserver - ContentServer - - - 454 - udp - contentserver - ContentServer - - - 455 - tcp - creativepartnr - CreativePartnr - - - 455 - udp - creativepartnr - CreativePartnr - - - 456 - tcp - macon-tcp - macon-tcp - - - 456 - udp - macon-udp - macon-udp - - - 457 - tcp - scohelp - scohelp - - - 457 - udp - scohelp - scohelp - - - 458 - tcp - appleqtc - apple quick time - - - 458 - udp - appleqtc - apple quick time - - - 459 - tcp - ampr-rcmd - ampr-rcmd - - - 459 - udp - ampr-rcmd - ampr-rcmd - - - 460 - tcp - skronk - skronk - - - 460 - udp - skronk - skronk - - - 461 - tcp - datasurfsrv - DataRampSrv - - - 461 - udp - datasurfsrv - DataRampSrv - - - 462 - tcp - datasurfsrvsec - DataRampSrvSec - - - 462 - udp - datasurfsrvsec - DataRampSrvSec - - - 463 - tcp - alpes - alpes - - - 463 - udp - alpes - alpes - - - 464 - tcp - kpasswd - kpasswd - - - 464 - udp - kpasswd - kpasswd - - - 465 - tcp - urd - URL Rendezvous Directory for SSM - - - 465 - tcp - submissions - Message Submission over TLS protocol - - - 465 - udp - igmpv3lite - IGMP over UDP for SSM - - - 466 - tcp - digital-vrc - digital-vrc - - - 466 - udp - digital-vrc - digital-vrc - - - 467 - tcp - mylex-mapd - mylex-mapd - - - 467 - udp - mylex-mapd - mylex-mapd - - - 468 - tcp - photuris - proturis - - - 468 - udp - photuris - proturis - - - 469 - tcp - rcp - Radio Control Protocol - - - 469 - udp - rcp - Radio Control Protocol - - - 470 - tcp - scx-proxy - scx-proxy - - - 470 - udp - scx-proxy - scx-proxy - - - 471 - tcp - mondex - Mondex - - - 471 - udp - mondex - Mondex - - - 472 - tcp - ljk-login - ljk-login - - - 472 - udp - ljk-login - ljk-login - - - 473 - tcp - hybrid-pop - hybrid-pop - - - 473 - udp - hybrid-pop - hybrid-pop - - - 474 - tcp - tn-tl-w1 - tn-tl-w1 - - - 474 - udp - tn-tl-w2 - tn-tl-w2 - - - 475 - tcp - tcpnethaspsrv - tcpnethaspsrv - - - 475 - udp - tcpnethaspsrv - tcpnethaspsrv - - - 476 - tcp - tn-tl-fd1 - tn-tl-fd1 - - - 476 - udp - tn-tl-fd1 - tn-tl-fd1 - - - 477 - tcp - ss7ns - ss7ns - - - 477 - udp - ss7ns - ss7ns - - - 478 - tcp - spsc - spsc - - - 478 - udp - spsc - spsc - - - 479 - tcp - iafserver - iafserver - - - 479 - udp - iafserver - iafserver - - - 480 - tcp - iafdbase - iafdbase - - - 480 - udp - iafdbase - iafdbase - - - 481 - tcp - ph - Ph service - - - 481 - udp - ph - Ph service - - - 482 - tcp - bgs-nsi - bgs-nsi - - - 482 - udp - bgs-nsi - bgs-nsi - - - 483 - tcp - ulpnet - ulpnet - - - 483 - udp - ulpnet - ulpnet - - - 484 - tcp - integra-sme - Integra Software Management Environment - - - 484 - udp - integra-sme - Integra Software Management Environment - - - 485 - tcp - powerburst - Air Soft Power Burst - - - 485 - udp - powerburst - Air Soft Power Burst - - - 486 - tcp - avian - avian - - - 486 - udp - avian - avian - - - 487 - tcp - saft - saft Simple Asynchronous File Transfer - - - 487 - udp - saft - saft Simple Asynchronous File Transfer - - - 488 - tcp - gss-http - gss-http - - - 488 - udp - gss-http - gss-http - - - 489 - tcp - nest-protocol - nest-protocol - - - 489 - udp - nest-protocol - nest-protocol - - - 490 - tcp - micom-pfs - micom-pfs - - - 490 - udp - micom-pfs - micom-pfs - - - 491 - tcp - go-login - go-login - - - 491 - udp - go-login - go-login - - - 492 - tcp - ticf-1 - Transport Independent Convergence for FNA - - - 492 - udp - ticf-1 - Transport Independent Convergence for FNA - - - 493 - tcp - ticf-2 - Transport Independent Convergence for FNA - - - 493 - udp - ticf-2 - Transport Independent Convergence for FNA - - - 494 - tcp - pov-ray - POV-Ray - - - 494 - udp - pov-ray - POV-Ray - - - 495 - tcp - intecourier - intecourier - - - 495 - udp - intecourier - intecourier - - - 496 - tcp - pim-rp-disc - PIM-RP-DISC - - - 496 - udp - pim-rp-disc - PIM-RP-DISC - - - 497 - tcp - retrospect - Retrospect backup and restore service - - - 497 - udp - retrospect - Retrospect backup and restore service - - - 498 - tcp - siam - siam - - - 498 - udp - siam - siam - - - 499 - tcp - iso-ill - ISO ILL Protocol - - - 499 - udp - iso-ill - ISO ILL Protocol - - - 500 - tcp - isakmp - isakmp - - - 500 - udp - isakmp - isakmp - - - 501 - tcp - stmf - STMF - - - 501 - udp - stmf - STMF - - - 502 - tcp - mbap - Modbus Application Protocol - - - 502 - udp - mbap - Modbus Application Protocol - - - 503 - tcp - intrinsa - Intrinsa - - - 503 - udp - intrinsa - Intrinsa - - - 504 - tcp - citadel - citadel - - - 504 - udp - citadel - citadel - - - 505 - tcp - mailbox-lm - mailbox-lm - - - 505 - udp - mailbox-lm - mailbox-lm - - - 506 - tcp - ohimsrv - ohimsrv - - - 506 - udp - ohimsrv - ohimsrv - - - 507 - tcp - crs - crs - - - 507 - udp - crs - crs - - - 508 - tcp - xvttp - xvttp - - - 508 - udp - xvttp - xvttp - - - 509 - tcp - snare - snare - - - 509 - udp - snare - snare - - - 510 - tcp - fcp - FirstClass Protocol - - - 510 - udp - fcp - FirstClass Protocol - - - 511 - tcp - passgo - PassGo - - - 511 - udp - passgo - PassGo - - - 512 - tcp - exec - remote process execution; authentication performed using passwords and UNIX login names - - - 512 - udp - comsat - - - - - 512 - udp - biff - used by mail system to notify users of new mail received; currently receives messages only from processes on the same machine - - - 513 - tcp - login - remote login a la telnet; automatic authentication performed based on priviledged port numbers and distributed data bases which identify "authentication domains" - - - 513 - udp - who - maintains data bases showing who's logged in to machines on a local net and the load average of the machine - - - 514 - tcp - shell - cmd like exec, but automatic authentication is performed as for login server - - - 514 - udp - syslog - - - - - 515 - tcp - printer - spooler - - - 515 - udp - printer - spooler - - - 516 - tcp - videotex - videotex - - - 516 - udp - videotex - videotex - - - 517 - tcp - talk - like tenex link, but across machine - unfortunately, doesn't use link protocol (this is actually just a rendezvous port from which a tcp connection is established) - - - 517 - udp - talk - like tenex link, but across machine - unfortunately, doesn't use link protocol (this is actually just a rendezvous port from which a tcp connection is established) - - - 518 - tcp - ntalk - - - - - 518 - udp - ntalk - - - - - 519 - tcp - utime - unixtime - - - 519 - udp - utime - unixtime - - - 520 - tcp - efs - extended file name server - - - 520 - udp - router - local routing process (on site); uses variant of Xerox NS routing information protocol - RIP - - - 521 - tcp - ripng - ripng - - - 521 - udp - ripng - ripng - - - 522 - tcp - ulp - ULP - - - 522 - udp - ulp - ULP - - - 523 - tcp - ibm-db2 - IBM-DB2 - - - 523 - udp - ibm-db2 - IBM-DB2 - - - 524 - tcp - ncp - NCP - - - 524 - udp - ncp - NCP - - - 525 - tcp - timed - timeserver - - - 525 - udp - timed - timeserver - - - 526 - tcp - tempo - newdate - - - 526 - udp - tempo - newdate - - - 527 - tcp - stx - Stock IXChange - - - 527 - udp - stx - Stock IXChange - - - 528 - tcp - custix - Customer IXChange - - - 528 - udp - custix - Customer IXChange - - - 529 - tcp - irc-serv - IRC-SERV - - - 529 - udp - irc-serv - IRC-SERV - - - 530 - tcp - courier - rpc - - - 530 - udp - courier - rpc - - - 531 - tcp - conference - chat - - - 531 - udp - conference - chat - - - 532 - tcp - netnews - readnews - - - 532 - udp - netnews - readnews - - - 533 - tcp - netwall - for emergency broadcasts - - - 533 - udp - netwall - for emergency broadcasts - - - 534 - tcp - windream - windream Admin - - - 534 - udp - windream - windream Admin - - - 535 - tcp - iiop - iiop - - - 535 - udp - iiop - iiop - - - 536 - tcp - opalis-rdv - opalis-rdv - - - 536 - udp - opalis-rdv - opalis-rdv - - - 537 - tcp - nmsp - Networked Media Streaming Protocol - - - 537 - udp - nmsp - Networked Media Streaming Protocol - - - 538 - tcp - gdomap - gdomap - - - 538 - udp - gdomap - gdomap - - - 539 - tcp - apertus-ldp - Apertus Technologies Load Determination - - - 539 - udp - apertus-ldp - Apertus Technologies Load Determination - - - 540 - tcp - uucp - uucpd - - - 540 - udp - uucp - uucpd - - - 541 - tcp - uucp-rlogin - uucp-rlogin - - - 541 - udp - uucp-rlogin - uucp-rlogin - - - 542 - tcp - commerce - commerce - - - 542 - udp - commerce - commerce - - - 543 - tcp - klogin - - - - - 543 - udp - klogin - - - - - 544 - tcp - kshell - krcmd - - - 544 - udp - kshell - krcmd - - - 545 - tcp - appleqtcsrvr - appleqtcsrvr - - - 545 - udp - appleqtcsrvr - appleqtcsrvr - - - 546 - tcp - dhcpv6-client - DHCPv6 Client - - - 546 - udp - dhcpv6-client - DHCPv6 Client - - - 547 - tcp - dhcpv6-server - DHCPv6 Server - - - 547 - udp - dhcpv6-server - DHCPv6 Server - - - 548 - tcp - afpovertcp - AFP over TCP - - - 548 - udp - afpovertcp - AFP over TCP - - - 549 - tcp - idfp - IDFP - - - 549 - udp - idfp - IDFP - - - 550 - tcp - new-rwho - new-who - - - 550 - udp - new-rwho - new-who - - - 551 - tcp - cybercash - cybercash - - - 551 - udp - cybercash - cybercash - - - 552 - tcp - devshr-nts - DeviceShare - - - 552 - udp - devshr-nts - DeviceShare - - - 553 - tcp - pirp - pirp - - - 553 - udp - pirp - pirp - - - 554 - tcp - rtsp - Real Time Streaming Protocol (RTSP) - - - 554 - udp - rtsp - Real Time Streaming Protocol (RTSP) - - - 555 - tcp - dsf - - - - - 555 - udp - dsf - - - - - 556 - tcp - remotefs - rfs server - - - 556 - udp - remotefs - rfs server - - - 557 - tcp - openvms-sysipc - openvms-sysipc - - - 557 - udp - openvms-sysipc - openvms-sysipc - - - 558 - tcp - sdnskmp - SDNSKMP - - - 558 - udp - sdnskmp - SDNSKMP - - - 559 - tcp - teedtap - TEEDTAP - - - 559 - udp - teedtap - TEEDTAP - - - 560 - tcp - rmonitor - rmonitord - - - 560 - udp - rmonitor - rmonitord - - - 561 - tcp - monitor - - - - - 561 - udp - monitor - - - - - 562 - tcp - chshell - chcmd - - - 562 - udp - chshell - chcmd - - - 563 - tcp - nntps - nntp protocol over TLS/SSL (was snntp) - - - 563 - udp - nntps - nntp protocol over TLS/SSL (was snntp) - - - 564 - tcp - 9pfs - plan 9 file service - - - 564 - udp - 9pfs - plan 9 file service - - - 565 - tcp - whoami - whoami - - - 565 - udp - whoami - whoami - - - 566 - tcp - streettalk - streettalk - - - 566 - udp - streettalk - streettalk - - - 567 - tcp - banyan-rpc - banyan-rpc - - - 567 - udp - banyan-rpc - banyan-rpc - - - 568 - tcp - ms-shuttle - microsoft shuttle - - - 568 - udp - ms-shuttle - microsoft shuttle - - - 569 - tcp - ms-rome - microsoft rome - - - 569 - udp - ms-rome - microsoft rome - - - 570 - tcp - meter - demon - - - 570 - udp - meter - demon - - - 571 - tcp - meter - udemon - - - 571 - udp - meter - udemon - - - 572 - tcp - sonar - sonar - - - 572 - udp - sonar - sonar - - - 573 - tcp - banyan-vip - banyan-vip - - - 573 - udp - banyan-vip - banyan-vip - - - 574 - tcp - ftp-agent - FTP Software Agent System - - - 574 - udp - ftp-agent - FTP Software Agent System - - - 575 - tcp - vemmi - VEMMI - - - 575 - udp - vemmi - VEMMI - - - 576 - tcp - ipcd - ipcd - - - 576 - udp - ipcd - ipcd - - - 577 - tcp - vnas - vnas - - - 577 - udp - vnas - vnas - - - 578 - tcp - ipdd - ipdd - - - 578 - udp - ipdd - ipdd - - - 579 - tcp - decbsrv - decbsrv - - - 579 - udp - decbsrv - decbsrv - - - 580 - tcp - sntp-heartbeat - SNTP HEARTBEAT - - - 580 - udp - sntp-heartbeat - SNTP HEARTBEAT - - - 581 - tcp - bdp - Bundle Discovery Protocol - - - 581 - udp - bdp - Bundle Discovery Protocol - - - 582 - tcp - scc-security - SCC Security - - - 582 - udp - scc-security - SCC Security - - - 583 - tcp - philips-vc - Philips Video-Conferencing - - - 583 - udp - philips-vc - Philips Video-Conferencing - - - 584 - tcp - keyserver - Key Server - - - 584 - udp - keyserver - Key Server - - - 586 - tcp - password-chg - Password Change - - - 586 - udp - password-chg - Password Change - - - 587 - tcp - submission - Message Submission - - - 587 - udp - submission - Message Submission - - - 588 - tcp - cal - CAL - - - 588 - udp - cal - CAL - - - 589 - tcp - eyelink - EyeLink - - - 589 - udp - eyelink - EyeLink - - - 590 - tcp - tns-cml - TNS CML - - - 590 - udp - tns-cml - TNS CML - - - 591 - tcp - http-alt - FileMaker, Inc. - HTTP Alternate (see Port 80) - - - 591 - udp - http-alt - FileMaker, Inc. - HTTP Alternate (see Port 80) - - - 592 - tcp - eudora-set - Eudora Set - - - 592 - udp - eudora-set - Eudora Set - - - 593 - tcp - http-rpc-epmap - HTTP RPC Ep Map - - - 593 - udp - http-rpc-epmap - HTTP RPC Ep Map - - - 594 - tcp - tpip - TPIP - - - 594 - udp - tpip - TPIP - - - 595 - tcp - cab-protocol - CAB Protocol - - - 595 - udp - cab-protocol - CAB Protocol - - - 596 - tcp - smsd - SMSD - - - 596 - udp - smsd - SMSD - - - 597 - tcp - ptcnameservice - PTC Name Service - - - 597 - udp - ptcnameservice - PTC Name Service - - - 598 - tcp - sco-websrvrmg3 - SCO Web Server Manager 3 - - - 598 - udp - sco-websrvrmg3 - SCO Web Server Manager 3 - - - 599 - tcp - acp - Aeolon Core Protocol - - - 599 - udp - acp - Aeolon Core Protocol - - - 600 - tcp - ipcserver - Sun IPC server - - - 600 - udp - ipcserver - Sun IPC server - - - 601 - tcp - syslog-conn - Reliable Syslog Service - - - 601 - udp - syslog-conn - Reliable Syslog Service - - - 602 - tcp - xmlrpc-beep - XML-RPC over BEEP - - - 602 - udp - xmlrpc-beep - XML-RPC over BEEP - - - 603 - tcp - idxp - IDXP - - - 603 - udp - idxp - IDXP - - - 604 - tcp - tunnel - TUNNEL - - - 604 - udp - tunnel - TUNNEL - - - 605 - tcp - soap-beep - SOAP over BEEP - - - 605 - udp - soap-beep - SOAP over BEEP - - - 606 - tcp - urm - Cray Unified Resource Manager - - - 606 - udp - urm - Cray Unified Resource Manager - - - 607 - tcp - nqs - nqs - - - 607 - udp - nqs - nqs - - - 608 - tcp - sift-uft - Sender-Initiated/Unsolicited File Transfer - - - 608 - udp - sift-uft - Sender-Initiated/Unsolicited File Transfer - - - 609 - tcp - npmp-trap - npmp-trap - - - 609 - udp - npmp-trap - npmp-trap - - - 610 - tcp - npmp-local - npmp-local - - - 610 - udp - npmp-local - npmp-local - - - 611 - tcp - npmp-gui - npmp-gui - - - 611 - udp - npmp-gui - npmp-gui - - - 612 - tcp - hmmp-ind - HMMP Indication - - - 612 - udp - hmmp-ind - HMMP Indication - - - 613 - tcp - hmmp-op - HMMP Operation - - - 613 - udp - hmmp-op - HMMP Operation - - - 614 - tcp - sshell - SSLshell - - - 614 - udp - sshell - SSLshell - - - 615 - tcp - sco-inetmgr - Internet Configuration Manager - - - 615 - udp - sco-inetmgr - Internet Configuration Manager - - - 616 - tcp - sco-sysmgr - SCO System Administration Server - - - 616 - udp - sco-sysmgr - SCO System Administration Server - - - 617 - tcp - sco-dtmgr - SCO Desktop Administration Server - - - 617 - udp - sco-dtmgr - SCO Desktop Administration Server - - - 618 - tcp - dei-icda - DEI-ICDA - - - 618 - udp - dei-icda - DEI-ICDA - - - 619 - tcp - compaq-evm - Compaq EVM - - - 619 - udp - compaq-evm - Compaq EVM - - - 620 - tcp - sco-websrvrmgr - SCO WebServer Manager - - - 620 - udp - sco-websrvrmgr - SCO WebServer Manager - - - 621 - tcp - escp-ip - ESCP - - - 621 - udp - escp-ip - ESCP - - - 622 - tcp - collaborator - Collaborator - - - 622 - udp - collaborator - Collaborator - - - 623 - tcp - oob-ws-http - DMTF out-of-band web services management protocol - - - 623 - udp - asf-rmcp - ASF Remote Management and Control Protocol - - - 624 - tcp - cryptoadmin - Crypto Admin - - - 624 - udp - cryptoadmin - Crypto Admin - - - 625 - tcp - dec-dlm - System.Xml.XmlElement - - - 625 - tcp - dec_dlm - DEC DLM - - - 625 - udp - dec-dlm - System.Xml.XmlElement - - - 625 - udp - dec_dlm - DEC DLM - - - 626 - tcp - asia - ASIA - - - 626 - udp - asia - ASIA - - - 627 - tcp - passgo-tivoli - PassGo Tivoli - - - 627 - udp - passgo-tivoli - PassGo Tivoli - - - 628 - tcp - qmqp - QMQP - - - 628 - udp - qmqp - QMQP - - - 629 - tcp - 3com-amp3 - 3Com AMP3 - - - 629 - udp - 3com-amp3 - 3Com AMP3 - - - 630 - tcp - rda - RDA - - - 630 - udp - rda - RDA - - - 631 - tcp - ipp - IPP (Internet Printing Protocol) - - - 631 - udp - ipp - IPP (Internet Printing Protocol) - - - 631 - tcp - ipps - Internet Printing Protocol over HTTPS - - - 632 - tcp - bmpp - bmpp - - - 632 - udp - bmpp - bmpp - - - 633 - tcp - servstat - Service Status update (Sterling Software) - - - 633 - udp - servstat - Service Status update (Sterling Software) - - - 634 - tcp - ginad - ginad - - - 634 - udp - ginad - ginad - - - 635 - tcp - rlzdbase - RLZ DBase - - - 635 - udp - rlzdbase - RLZ DBase - - - 636 - tcp - ldaps - ldap protocol over TLS/SSL (was sldap) - - - 636 - udp - ldaps - ldap protocol over TLS/SSL (was sldap) - - - 637 - tcp - lanserver - lanserver - - - 637 - udp - lanserver - lanserver - - - 638 - tcp - mcns-sec - mcns-sec - - - 638 - udp - mcns-sec - mcns-sec - - - 639 - tcp - msdp - MSDP - - - 639 - udp - msdp - MSDP - - - 640 - tcp - entrust-sps - entrust-sps - - - 640 - udp - entrust-sps - entrust-sps - - - 641 - tcp - repcmd - repcmd - - - 641 - udp - repcmd - repcmd - - - 642 - tcp - esro-emsdp - ESRO-EMSDP V1.3 - - - 642 - udp - esro-emsdp - ESRO-EMSDP V1.3 - - - 643 - tcp - sanity - SANity - - - 643 - udp - sanity - SANity - - - 644 - tcp - dwr - dwr - - - 644 - udp - dwr - dwr - - - 645 - tcp - pssc - PSSC - - - 645 - udp - pssc - PSSC - - - 646 - tcp - ldp - LDP - - - 646 - udp - ldp - LDP - - - 647 - tcp - dhcp-failover - DHCP Failover - - - 647 - udp - dhcp-failover - DHCP Failover - - - 648 - tcp - rrp - Registry Registrar Protocol (RRP) - - - 648 - udp - rrp - Registry Registrar Protocol (RRP) - - - 649 - tcp - cadview-3d - Cadview-3d - streaming 3d models over the internet - - - 649 - udp - cadview-3d - Cadview-3d - streaming 3d models over the internet - - - 650 - tcp - obex - OBEX - - - 650 - udp - obex - OBEX - - - 651 - tcp - ieee-mms - IEEE MMS - - - 651 - udp - ieee-mms - IEEE MMS - - - 652 - tcp - hello-port - HELLO_PORT - - - 652 - udp - hello-port - HELLO_PORT - - - 653 - tcp - repscmd - RepCmd - - - 653 - udp - repscmd - RepCmd - - - 654 - tcp - aodv - AODV - - - 654 - udp - aodv - AODV - - - 655 - tcp - tinc - TINC - - - 655 - udp - tinc - TINC - - - 656 - tcp - spmp - SPMP - - - 656 - udp - spmp - SPMP - - - 657 - tcp - rmc - RMC - - - 657 - udp - rmc - RMC - - - 658 - tcp - tenfold - TenFold - - - 658 - udp - tenfold - TenFold - - - 660 - tcp - mac-srvr-admin - MacOS Server Admin - - - 660 - udp - mac-srvr-admin - MacOS Server Admin - - - 661 - tcp - hap - HAP - - - 661 - udp - hap - HAP - - - 662 - tcp - pftp - PFTP - - - 662 - udp - pftp - PFTP - - - 663 - tcp - purenoise - PureNoise - - - 663 - udp - purenoise - PureNoise - - - 664 - tcp - oob-ws-https - DMTF out-of-band secure web services management protocol - - - 664 - udp - asf-secure-rmcp - ASF Secure Remote Management and Control Protocol - - - 665 - tcp - sun-dr - Sun DR - - - 665 - udp - sun-dr - Sun DR - - - 666 - tcp - mdqs - - - - - 666 - udp - mdqs - - - - - 666 - tcp - doom - doom Id Software - - - 666 - udp - doom - doom Id Software - - - 667 - tcp - disclose - campaign contribution disclosures - SDR Technologies - - - 667 - udp - disclose - campaign contribution disclosures - SDR Technologies - - - 668 - tcp - mecomm - MeComm - - - 668 - udp - mecomm - MeComm - - - 669 - tcp - meregister - MeRegister - - - 669 - udp - meregister - MeRegister - - - 670 - tcp - vacdsm-sws - VACDSM-SWS - - - 670 - udp - vacdsm-sws - VACDSM-SWS - - - 671 - tcp - vacdsm-app - VACDSM-APP - - - 671 - udp - vacdsm-app - VACDSM-APP - - - 672 - tcp - vpps-qua - VPPS-QUA - - - 672 - udp - vpps-qua - VPPS-QUA - - - 673 - tcp - cimplex - CIMPLEX - - - 673 - udp - cimplex - CIMPLEX - - - 674 - tcp - acap - ACAP - - - 674 - udp - acap - ACAP - - - 675 - tcp - dctp - DCTP - - - 675 - udp - dctp - DCTP - - - 676 - tcp - vpps-via - VPPS Via - - - 676 - udp - vpps-via - VPPS Via - - - 677 - tcp - vpp - Virtual Presence Protocol - - - 677 - udp - vpp - Virtual Presence Protocol - - - 678 - tcp - ggf-ncp - GNU Generation Foundation NCP - - - 678 - udp - ggf-ncp - GNU Generation Foundation NCP - - - 679 - tcp - mrm - MRM - - - 679 - udp - mrm - MRM - - - 680 - tcp - entrust-aaas - entrust-aaas - - - 680 - udp - entrust-aaas - entrust-aaas - - - 681 - tcp - entrust-aams - entrust-aams - - - 681 - udp - entrust-aams - entrust-aams - - - 682 - tcp - xfr - XFR - - - 682 - udp - xfr - XFR - - - 683 - tcp - corba-iiop - CORBA IIOP - - - 683 - udp - corba-iiop - CORBA IIOP - - - 684 - tcp - corba-iiop-ssl - CORBA IIOP SSL - - - 684 - udp - corba-iiop-ssl - CORBA IIOP SSL - - - 685 - tcp - mdc-portmapper - MDC Port Mapper - - - 685 - udp - mdc-portmapper - MDC Port Mapper - - - 686 - tcp - hcp-wismar - Hardware Control Protocol Wismar - - - 686 - udp - hcp-wismar - Hardware Control Protocol Wismar - - - 687 - tcp - asipregistry - asipregistry - - - 687 - udp - asipregistry - asipregistry - - - 688 - tcp - realm-rusd - ApplianceWare managment protocol - - - 688 - udp - realm-rusd - ApplianceWare managment protocol - - - 689 - tcp - nmap - NMAP - - - 689 - udp - nmap - NMAP - - - 690 - tcp - vatp - Velneo Application Transfer Protocol - - - 690 - udp - vatp - Velneo Application Transfer Protocol - - - 691 - tcp - msexch-routing - MS Exchange Routing - - - 691 - udp - msexch-routing - MS Exchange Routing - - - 692 - tcp - hyperwave-isp - Hyperwave-ISP - - - 692 - udp - hyperwave-isp - Hyperwave-ISP - - - 693 - tcp - connendp - almanid Connection Endpoint - - - 693 - udp - connendp - almanid Connection Endpoint - - - 694 - tcp - ha-cluster - ha-cluster - - - 694 - udp - ha-cluster - ha-cluster - - - 695 - tcp - ieee-mms-ssl - IEEE-MMS-SSL - - - 695 - udp - ieee-mms-ssl - IEEE-MMS-SSL - - - 696 - tcp - rushd - RUSHD - - - 696 - udp - rushd - RUSHD - - - 697 - tcp - uuidgen - UUIDGEN - - - 697 - udp - uuidgen - UUIDGEN - - - 698 - tcp - olsr - OLSR - - - 698 - udp - olsr - OLSR - - - 699 - tcp - accessnetwork - Access Network - - - 699 - udp - accessnetwork - Access Network - - - 700 - tcp - epp - Extensible Provisioning Protocol - - - 700 - udp - epp - Extensible Provisioning Protocol - - - 701 - tcp - lmp - Link Management Protocol (LMP) - - - 701 - udp - lmp - Link Management Protocol (LMP) - - - 702 - tcp - iris-beep - IRIS over BEEP - - - 702 - udp - iris-beep - IRIS over BEEP - - - 704 - tcp - elcsd - errlog copy/server daemon - - - 704 - udp - elcsd - errlog copy/server daemon - - - 705 - tcp - agentx - AgentX - - - 705 - udp - agentx - AgentX - - - 706 - tcp - silc - SILC - - - 706 - udp - silc - SILC - - - 707 - tcp - borland-dsj - Borland DSJ - - - 707 - udp - borland-dsj - Borland DSJ - - - 709 - tcp - entrust-kmsh - Entrust Key Management Service Handler - - - 709 - udp - entrust-kmsh - Entrust Key Management Service Handler - - - 710 - tcp - entrust-ash - Entrust Administration Service Handler - - - 710 - udp - entrust-ash - Entrust Administration Service Handler - - - 711 - tcp - cisco-tdp - Cisco TDP - - - 711 - udp - cisco-tdp - Cisco TDP - - - 712 - tcp - tbrpf - TBRPF - - - 712 - udp - tbrpf - TBRPF - - - 713 - tcp - iris-xpc - IRIS over XPC - - - 713 - udp - iris-xpc - IRIS over XPC - - - 714 - tcp - iris-xpcs - IRIS over XPCS - - - 714 - udp - iris-xpcs - IRIS over XPCS - - - 715 - tcp - iris-lwz - IRIS-LWZ - - - 715 - udp - iris-lwz - IRIS-LWZ - - - 716 - udp - pana - PANA Messages - - - 729 - tcp - netviewdm1 - IBM NetView DM/6000 Server/Client - - - 729 - udp - netviewdm1 - IBM NetView DM/6000 Server/Client - - - 730 - tcp - netviewdm2 - IBM NetView DM/6000 send/tcp - - - 730 - udp - netviewdm2 - IBM NetView DM/6000 send/tcp - - - 731 - tcp - netviewdm3 - IBM NetView DM/6000 receive/tcp - - - 731 - udp - netviewdm3 - IBM NetView DM/6000 receive/tcp - - - 741 - tcp - netgw - netGW - - - 741 - udp - netgw - netGW - - - 742 - tcp - netrcs - Network based Rev. Cont. Sys. - - - 742 - udp - netrcs - Network based Rev. Cont. Sys. - - - 744 - tcp - flexlm - Flexible License Manager - - - 744 - udp - flexlm - Flexible License Manager - - - 747 - tcp - fujitsu-dev - Fujitsu Device Control - - - 747 - udp - fujitsu-dev - Fujitsu Device Control - - - 748 - tcp - ris-cm - Russell Info Sci Calendar Manager - - - 748 - udp - ris-cm - Russell Info Sci Calendar Manager - - - 749 - tcp - kerberos-adm - kerberos administration - - - 749 - udp - kerberos-adm - kerberos administration - - - 750 - tcp - rfile - - - - - 750 - udp - loadav - - - - - 750 - udp - kerberos-iv - kerberos version iv - - - 751 - tcp - pump - - - - - 751 - udp - pump - - - - - 752 - tcp - qrh - - - - - 752 - udp - qrh - - - - - 753 - tcp - rrh - - - - - 753 - udp - rrh - - - - - 754 - tcp - tell - send - - - 754 - udp - tell - send - - - 758 - tcp - nlogin - - - - - 758 - udp - nlogin - - - - - 759 - tcp - con - - - - - 759 - udp - con - - - - - 760 - tcp - ns - - - - - 760 - udp - ns - - - - - 761 - tcp - rxe - - - - - 761 - udp - rxe - - - - - 762 - tcp - quotad - - - - - 762 - udp - quotad - - - - - 763 - tcp - cycleserv - - - - - 763 - udp - cycleserv - - - - - 764 - tcp - omserv - - - - - 764 - udp - omserv - - - - - 765 - tcp - webster - - - - - 765 - udp - webster - - - - - 767 - tcp - phonebook - phone - - - 767 - udp - phonebook - phone - - - 769 - tcp - vid - - - - - 769 - udp - vid - - - - - 770 - tcp - cadlock - - - - - 770 - udp - cadlock - - - - - 771 - tcp - rtip - - - - - 771 - udp - rtip - - - - - 772 - tcp - cycleserv2 - - - - - 772 - udp - cycleserv2 - - - - - 773 - tcp - submit - - - - - 773 - udp - notify - - - - - 774 - tcp - rpasswd - - - - - 774 - udp - acmaint-dbd - System.Xml.XmlElement - - - 774 - udp - acmaint_dbd - - - - - 775 - tcp - entomb - - - - - 775 - udp - acmaint-transd - System.Xml.XmlElement - - - 775 - udp - acmaint_transd - - - - - 776 - tcp - wpages - - - - - 776 - udp - wpages - - - - - 777 - tcp - multiling-http - Multiling HTTP - - - 777 - udp - multiling-http - Multiling HTTP - - - 780 - tcp - wpgs - - - - - 780 - udp - wpgs - - - - - 800 - tcp - mdbs-daemon - System.Xml.XmlElement - - - 800 - tcp - mdbs_daemon - - - - - 800 - udp - mdbs-daemon - System.Xml.XmlElement - - - 800 - udp - mdbs_daemon - - - - - 801 - tcp - device - - - - - 801 - udp - device - - - - - 802 - tcp - mbap-s - Modbus Application Protocol Secure - - - 802 - udp - mbap-s - Modbus Application Protocol Secure - - - 810 - tcp - fcp-udp - FCP - - - 810 - udp - fcp-udp - FCP Datagram - - - 828 - tcp - itm-mcell-s - itm-mcell-s - - - 828 - udp - itm-mcell-s - itm-mcell-s - - - 829 - tcp - pkix-3-ca-ra - PKIX-3 CA/RA - - - 829 - udp - pkix-3-ca-ra - PKIX-3 CA/RA - - - 830 - tcp - netconf-ssh - NETCONF over SSH - - - 830 - udp - netconf-ssh - NETCONF over SSH - - - 831 - tcp - netconf-beep - NETCONF over BEEP - - - 831 - udp - netconf-beep - NETCONF over BEEP - - - 832 - tcp - netconfsoaphttp - NETCONF for SOAP over HTTPS - - - 832 - udp - netconfsoaphttp - NETCONF for SOAP over HTTPS - - - 833 - tcp - netconfsoapbeep - NETCONF for SOAP over BEEP - - - 833 - udp - netconfsoapbeep - NETCONF for SOAP over BEEP - - - 847 - tcp - dhcp-failover2 - dhcp-failover 2 - - - 847 - udp - dhcp-failover2 - dhcp-failover 2 - - - 848 - tcp - gdoi - GDOI - - - 848 - udp - gdoi - GDOI - - - 853 - tcp - domain-s - DNS query-response protocol run over TLS - - - 853 - udp - domain-s - DNS query-response protocol run over DTLS or QUIC - - - 854 - tcp - dlep - Dynamic Link Exchange Protocol (DLEP) - - - 854 - udp - dlep - Dynamic Link Exchange Protocol (DLEP) - - - 860 - tcp - iscsi - iSCSI - - - 860 - udp - iscsi - iSCSI - - - 861 - tcp - owamp-control - OWAMP-Control - - - 861 - udp - owamp-test - OWAMP-Test - - - 862 - tcp - twamp-control - TWAMP-Control - - - 862 - udp - twamp-test - TWAMP-Test Receiver Port - - - 873 - tcp - rsync - rsync - - - 873 - udp - rsync - rsync - - - 886 - tcp - iclcnet-locate - ICL coNETion locate server - - - 886 - udp - iclcnet-locate - ICL coNETion locate server - - - 887 - tcp - iclcnet-svinfo - System.Xml.XmlElement - - - 887 - tcp - iclcnet_svinfo - ICL coNETion server info - - - 887 - udp - iclcnet-svinfo - System.Xml.XmlElement - - - 887 - udp - iclcnet_svinfo - ICL coNETion server info - - - 888 - tcp - accessbuilder - AccessBuilder - - - 888 - udp - accessbuilder - AccessBuilder - - - 888 - tcp - cddbp - CD Database Protocol - - - 900 - tcp - omginitialrefs - OMG Initial Refs - - - 900 - udp - omginitialrefs - OMG Initial Refs - - - 901 - tcp - smpnameres - SMPNAMERES - - - 901 - udp - smpnameres - SMPNAMERES - - - 902 - tcp - ideafarm-door - self documenting Telnet Door - - - 902 - udp - ideafarm-door - self documenting Door: send 0x00 for info - - - 903 - tcp - ideafarm-panic - self documenting Telnet Panic Door - - - 903 - udp - ideafarm-panic - self documenting Panic Door: send 0x00 for info - - - 910 - tcp - kink - Kerberized Internet Negotiation of Keys (KINK) - - - 910 - udp - kink - Kerberized Internet Negotiation of Keys (KINK) - - - 911 - tcp - xact-backup - xact-backup - - - 911 - udp - xact-backup - xact-backup - - - 912 - tcp - apex-mesh - APEX relay-relay service - - - 912 - udp - apex-mesh - APEX relay-relay service - - - 913 - tcp - apex-edge - APEX endpoint-relay service - - - 913 - udp - apex-edge - APEX endpoint-relay service - - - 914 - tcp - - - Reserved - - - 914 - udp - rift-lies - Routing in Fat Trees Link Information Elements (TEMPORARY - registered 2023-02-17, extension registered 2024-01-12, expires 2025-02-17) - - - 915 - tcp - - - Reserved - - - 915 - udp - rift-ties - Routing in Fat Trees Topology Information Elements (TEMPORARY - registered 2023-02-17, extension registered 2024-01-12, expires 2025-02-17) - - - 953 - tcp - rndc - BIND9 remote name daemon controller - - - 953 - udp - record - Reserved - - - 989 - tcp - ftps-data - ftp protocol, data, over TLS/SSL - - - 989 - udp - ftps-data - ftp protocol, data, over TLS/SSL - - - 990 - tcp - ftps - ftp protocol, control, over TLS/SSL - - - 990 - udp - ftps - ftp protocol, control, over TLS/SSL - - - 991 - tcp - nas - Netnews Administration System - - - 991 - udp - nas - Netnews Administration System - - - 992 - tcp - telnets - telnet protocol over TLS/SSL - - - 992 - udp - telnets - telnet protocol over TLS/SSL - - - 993 - tcp - imaps - IMAP over TLS protocol - - - 993 - udp - record - Reserved - - - 994 - tcp - record - Reserved - - - 994 - udp - record - Reserved - - - 995 - tcp - pop3s - POP3 over TLS protocol - - - 995 - udp - pop3s - pop3 protocol over TLS/SSL (was spop3) - - - 996 - tcp - vsinet - vsinet - - - 996 - udp - vsinet - vsinet - - - 997 - tcp - maitrd - - - - - 997 - udp - maitrd - - - - - 998 - tcp - busboy - - - - - 998 - udp - puparp - - - - - 999 - tcp - garcon - - - - - 999 - udp - applix - Applix ac - - - 999 - tcp - puprouter - - - - - 999 - udp - puprouter - - - - - 1000 - tcp - cadlock2 - - - - - 1000 - udp - cadlock2 - - - - - 1001 - tcp - webpush - HTTP Web Push - - - 1001 - udp - record - Reserved - - - 1008 - udp - record - Possibly used by Sun Solaris???? - - - 1010 - tcp - surf - surf - - - 1010 - udp - surf - surf - - - 1021 - tcp - exp1 - RFC3692-style Experiment 1 - - - 1021 - udp - exp1 - RFC3692-style Experiment 1 - - - 1021 - sctp - exp1 - RFC3692-style Experiment 1 - - - 1021 - dccp - exp1 - RFC3692-style Experiment 1 - - - 1022 - tcp - exp2 - RFC3692-style Experiment 2 - - - 1022 - udp - exp2 - RFC3692-style Experiment 2 - - - 1022 - sctp - exp2 - RFC3692-style Experiment 2 - - - 1022 - dccp - exp2 - RFC3692-style Experiment 2 - - - 1023 - tcp - record - Reserved - - - 1023 - udp - record - Reserved - - - 1024 - tcp - record - Reserved - - - 1024 - udp - record - Reserved - - - 1025 - tcp - blackjack - network blackjack - - - 1025 - udp - blackjack - network blackjack - - - 1026 - tcp - cap - Calendar Access Protocol - - - 1026 - udp - cap - Calendar Access Protocol - - - 1027 - udp - 6a44 - IPv6 Behind NAT44 CPEs - - - 1027 - tcp - record - Reserved - - - 1029 - tcp - solid-mux - Solid Mux Server - - - 1029 - udp - solid-mux - Solid Mux Server - - - 1033 - tcp - netinfo-local - local netinfo port - - - 1033 - udp - netinfo-local - local netinfo port - - - 1034 - tcp - activesync - ActiveSync Notifications - - - 1034 - udp - activesync - ActiveSync Notifications - - - 1035 - tcp - mxxrlogin - MX-XR RPC - - - 1035 - udp - mxxrlogin - MX-XR RPC - - - 1036 - tcp - nsstp - Nebula Secure Segment Transfer Protocol - - - 1036 - udp - nsstp - Nebula Secure Segment Transfer Protocol - - - 1037 - tcp - ams - AMS - - - 1037 - udp - ams - AMS - - - 1038 - tcp - mtqp - Message Tracking Query Protocol - - - 1038 - udp - mtqp - Message Tracking Query Protocol - - - 1039 - tcp - sbl - Streamlined Blackhole - - - 1039 - udp - sbl - Streamlined Blackhole - - - 1040 - tcp - netarx - Netarx Netcare - - - 1040 - udp - netarx - Netarx Netcare - - - 1041 - tcp - danf-ak2 - AK2 Product - - - 1041 - udp - danf-ak2 - AK2 Product - - - 1042 - tcp - afrog - Subnet Roaming - - - 1042 - udp - afrog - Subnet Roaming - - - 1043 - tcp - boinc-client - BOINC Client Control - - - 1043 - udp - boinc-client - BOINC Client Control - - - 1044 - tcp - dcutility - Dev Consortium Utility - - - 1044 - udp - dcutility - Dev Consortium Utility - - - 1045 - tcp - fpitp - Fingerprint Image Transfer Protocol - - - 1045 - udp - fpitp - Fingerprint Image Transfer Protocol - - - 1046 - tcp - wfremotertm - WebFilter Remote Monitor - - - 1046 - udp - wfremotertm - WebFilter Remote Monitor - - - 1047 - tcp - neod1 - Sun's NEO Object Request Broker - - - 1047 - udp - neod1 - Sun's NEO Object Request Broker - - - 1048 - tcp - neod2 - Sun's NEO Object Request Broker - - - 1048 - udp - neod2 - Sun's NEO Object Request Broker - - - 1049 - tcp - td-postman - Tobit David Postman VPMN - - - 1049 - udp - td-postman - Tobit David Postman VPMN - - - 1050 - tcp - cma - CORBA Management Agent - - - 1050 - udp - cma - CORBA Management Agent - - - 1051 - tcp - optima-vnet - Optima VNET - - - 1051 - udp - optima-vnet - Optima VNET - - - 1052 - tcp - ddt - Dynamic DNS Tools - - - 1052 - udp - ddt - Dynamic DNS Tools - - - 1053 - tcp - remote-as - Remote Assistant (RA) - - - 1053 - udp - remote-as - Remote Assistant (RA) - - - 1054 - tcp - brvread - BRVREAD - - - 1054 - udp - brvread - BRVREAD - - - 1055 - tcp - ansyslmd - ANSYS - License Manager - - - 1055 - udp - ansyslmd - ANSYS - License Manager - - - 1056 - tcp - vfo - VFO - - - 1056 - udp - vfo - VFO - - - 1057 - tcp - startron - STARTRON - - - 1057 - udp - startron - STARTRON - - - 1058 - tcp - nim - nim - - - 1058 - udp - nim - nim - - - 1059 - tcp - nimreg - nimreg - - - 1059 - udp - nimreg - nimreg - - - 1060 - tcp - polestar - POLESTAR - - - 1060 - udp - polestar - POLESTAR - - - 1061 - tcp - kiosk - KIOSK - - - 1061 - udp - kiosk - KIOSK - - - 1062 - tcp - veracity - Veracity - - - 1062 - udp - veracity - Veracity - - - 1063 - tcp - kyoceranetdev - KyoceraNetDev - - - 1063 - udp - kyoceranetdev - KyoceraNetDev - - - 1064 - tcp - jstel - JSTEL - - - 1064 - udp - jstel - JSTEL - - - 1065 - tcp - syscomlan - SYSCOMLAN - - - 1065 - udp - syscomlan - SYSCOMLAN - - - 1066 - tcp - fpo-fns - FPO-FNS - - - 1066 - udp - fpo-fns - FPO-FNS - - - 1067 - tcp - instl-boots - System.Xml.XmlElement - - - 1067 - tcp - instl_boots - Installation Bootstrap Proto. Serv. - - - 1067 - udp - instl-boots - System.Xml.XmlElement - - - 1067 - udp - instl_boots - Installation Bootstrap Proto. Serv. - - - 1068 - tcp - instl-bootc - System.Xml.XmlElement - - - 1068 - tcp - instl_bootc - Installation Bootstrap Proto. Cli. - - - 1068 - udp - instl-bootc - System.Xml.XmlElement - - - 1068 - udp - instl_bootc - Installation Bootstrap Proto. Cli. - - - 1069 - tcp - cognex-insight - COGNEX-INSIGHT - - - 1069 - udp - cognex-insight - COGNEX-INSIGHT - - - 1070 - tcp - gmrupdateserv - GMRUpdateSERV - - - 1070 - udp - gmrupdateserv - GMRUpdateSERV - - - 1071 - tcp - bsquare-voip - BSQUARE-VOIP - - - 1071 - udp - bsquare-voip - BSQUARE-VOIP - - - 1072 - tcp - cardax - CARDAX - - - 1072 - udp - cardax - CARDAX - - - 1073 - tcp - bridgecontrol - Bridge Control - - - 1073 - udp - bridgecontrol - Bridge Control - - - 1074 - tcp - warmspotMgmt - Warmspot Management Protocol - - - 1074 - udp - warmspotMgmt - Warmspot Management Protocol - - - 1075 - tcp - rdrmshc - RDRMSHC - - - 1075 - udp - rdrmshc - RDRMSHC - - - 1076 - tcp - dab-sti-c - DAB STI-C - - - 1076 - udp - dab-sti-c - DAB STI-C - - - 1077 - tcp - imgames - IMGames - - - 1077 - udp - imgames - IMGames - - - 1078 - tcp - avocent-proxy - Avocent Proxy Protocol - - - 1078 - udp - avocent-proxy - Avocent Proxy Protocol - - - 1079 - tcp - asprovatalk - ASPROVATalk - - - 1079 - udp - asprovatalk - ASPROVATalk - - - 1080 - tcp - socks - Socks - - - 1080 - udp - socks - Socks - - - 1081 - tcp - pvuniwien - PVUNIWIEN - - - 1081 - udp - pvuniwien - PVUNIWIEN - - - 1082 - tcp - amt-esd-prot - AMT-ESD-PROT - - - 1082 - udp - amt-esd-prot - AMT-ESD-PROT - - - 1083 - tcp - ansoft-lm-1 - Anasoft License Manager - - - 1083 - udp - ansoft-lm-1 - Anasoft License Manager - - - 1084 - tcp - ansoft-lm-2 - Anasoft License Manager - - - 1084 - udp - ansoft-lm-2 - Anasoft License Manager - - - 1085 - tcp - webobjects - Web Objects - - - 1085 - udp - webobjects - Web Objects - - - 1086 - tcp - cplscrambler-lg - CPL Scrambler Logging - - - 1086 - udp - cplscrambler-lg - CPL Scrambler Logging - - - 1087 - tcp - cplscrambler-in - CPL Scrambler Internal - - - 1087 - udp - cplscrambler-in - CPL Scrambler Internal - - - 1088 - tcp - cplscrambler-al - CPL Scrambler Alarm Log - - - 1088 - udp - cplscrambler-al - CPL Scrambler Alarm Log - - - 1089 - tcp - ff-annunc - FF Annunciation - - - 1089 - udp - ff-annunc - FF Annunciation - - - 1090 - tcp - ff-fms - FF Fieldbus Message Specification - - - 1090 - udp - ff-fms - FF Fieldbus Message Specification - - - 1091 - tcp - ff-sm - FF System Management - - - 1091 - udp - ff-sm - FF System Management - - - 1092 - tcp - obrpd - Open Business Reporting Protocol - - - 1092 - udp - obrpd - Open Business Reporting Protocol - - - 1093 - tcp - proofd - PROOFD - - - 1093 - udp - proofd - PROOFD - - - 1094 - tcp - rootd - ROOTD - - - 1094 - udp - rootd - ROOTD - - - 1095 - tcp - nicelink - NICELink - - - 1095 - udp - nicelink - NICELink - - - 1096 - tcp - cnrprotocol - Common Name Resolution Protocol - - - 1096 - udp - cnrprotocol - Common Name Resolution Protocol - - - 1097 - tcp - sunclustermgr - Sun Cluster Manager - - - 1097 - udp - sunclustermgr - Sun Cluster Manager - - - 1098 - tcp - rmiactivation - RMI Activation - - - 1098 - udp - rmiactivation - RMI Activation - - - 1099 - tcp - rmiregistry - RMI Registry - - - 1099 - udp - rmiregistry - RMI Registry - - - 1100 - tcp - mctp - MCTP - - - 1100 - udp - mctp - MCTP - - - 1101 - tcp - pt2-discover - PT2-DISCOVER - - - 1101 - udp - pt2-discover - PT2-DISCOVER - - - 1102 - tcp - adobeserver-1 - ADOBE SERVER 1 - - - 1102 - udp - adobeserver-1 - ADOBE SERVER 1 - - - 1103 - tcp - adobeserver-2 - ADOBE SERVER 2 - - - 1103 - udp - adobeserver-2 - ADOBE SERVER 2 - - - 1104 - tcp - xrl - XRL - - - 1104 - udp - xrl - XRL - - - 1105 - tcp - ftranhc - FTRANHC - - - 1105 - udp - ftranhc - FTRANHC - - - 1106 - tcp - isoipsigport-1 - ISOIPSIGPORT-1 - - - 1106 - udp - isoipsigport-1 - ISOIPSIGPORT-1 - - - 1107 - tcp - isoipsigport-2 - ISOIPSIGPORT-2 - - - 1107 - udp - isoipsigport-2 - ISOIPSIGPORT-2 - - - 1108 - tcp - ratio-adp - ratio-adp - - - 1108 - udp - ratio-adp - ratio-adp - - - 1110 - tcp - webadmstart - Start web admin server - - - 1110 - udp - nfsd-keepalive - Client status info - - - 1111 - tcp - lmsocialserver - LM Social Server - - - 1111 - udp - lmsocialserver - LM Social Server - - - 1112 - tcp - icp - Intelligent Communication Protocol - - - 1112 - udp - icp - Intelligent Communication Protocol - - - 1113 - tcp - ltp-deepspace - Licklider Transmission Protocol - - - 1113 - udp - ltp-deepspace - Licklider Transmission Protocol - - - 1113 - dccp - ltp-deepspace - Licklider Transmission Protocol - - - 1114 - tcp - mini-sql - Mini SQL - - - 1114 - udp - mini-sql - Mini SQL - - - 1115 - tcp - ardus-trns - ARDUS Transfer - - - 1115 - udp - ardus-trns - ARDUS Transfer - - - 1116 - tcp - ardus-cntl - ARDUS Control - - - 1116 - udp - ardus-cntl - ARDUS Control - - - 1117 - tcp - ardus-mtrns - ARDUS Multicast Transfer - - - 1117 - udp - ardus-mtrns - ARDUS Multicast Transfer - - - 1118 - tcp - sacred - SACRED - - - 1118 - udp - sacred - SACRED - - - 1119 - tcp - bnetgame - Battle.net Chat/Game Protocol - - - 1119 - udp - bnetgame - Battle.net Chat/Game Protocol - - - 1120 - tcp - bnetfile - Battle.net File Transfer Protocol - - - 1120 - udp - bnetfile - Battle.net File Transfer Protocol - - - 1121 - tcp - rmpp - Datalode RMPP - - - 1121 - udp - rmpp - Datalode RMPP - - - 1122 - tcp - availant-mgr - availant-mgr - - - 1122 - udp - availant-mgr - availant-mgr - - - 1123 - tcp - murray - Murray - - - 1123 - udp - murray - Murray - - - 1124 - tcp - hpvmmcontrol - HP VMM Control - - - 1124 - udp - hpvmmcontrol - HP VMM Control - - - 1125 - tcp - hpvmmagent - HP VMM Agent - - - 1125 - udp - hpvmmagent - HP VMM Agent - - - 1126 - tcp - hpvmmdata - HP VMM Agent - - - 1126 - udp - hpvmmdata - HP VMM Agent - - - 1127 - tcp - kwdb-commn - KWDB Remote Communication - - - 1127 - udp - kwdb-commn - KWDB Remote Communication - - - 1128 - tcp - saphostctrl - SAPHostControl over SOAP/HTTP - - - 1128 - udp - saphostctrl - SAPHostControl over SOAP/HTTP - - - 1129 - tcp - saphostctrls - SAPHostControl over SOAP/HTTPS - - - 1129 - udp - saphostctrls - SAPHostControl over SOAP/HTTPS - - - 1130 - tcp - casp - CAC App Service Protocol - - - 1130 - udp - casp - CAC App Service Protocol - - - 1131 - tcp - caspssl - CAC App Service Protocol Encripted - - - 1131 - udp - caspssl - CAC App Service Protocol Encripted - - - 1132 - tcp - kvm-via-ip - KVM-via-IP Management Service - - - 1132 - udp - kvm-via-ip - KVM-via-IP Management Service - - - 1133 - tcp - dfn - Data Flow Network - - - 1133 - udp - dfn - Data Flow Network - - - 1134 - tcp - aplx - MicroAPL APLX - - - 1134 - udp - aplx - MicroAPL APLX - - - 1135 - tcp - omnivision - OmniVision Communication Service - - - 1135 - udp - omnivision - OmniVision Communication Service - - - 1136 - tcp - hhb-gateway - HHB Gateway Control - - - 1136 - udp - hhb-gateway - HHB Gateway Control - - - 1137 - tcp - trim - TRIM Workgroup Service - - - 1137 - udp - trim - TRIM Workgroup Service - - - 1138 - tcp - encrypted-admin - System.Xml.XmlElement - - - 1138 - tcp - encrypted_admin - encrypted admin requests - - - 1138 - udp - encrypted-admin - System.Xml.XmlElement - - - 1138 - udp - encrypted_admin - encrypted admin requests - - - 1139 - tcp - evm - Enterprise Virtual Manager - - - 1139 - udp - evm - Enterprise Virtual Manager - - - 1140 - tcp - autonoc - AutoNOC Network Operations Protocol - - - 1140 - udp - autonoc - AutoNOC Network Operations Protocol - - - 1141 - tcp - mxomss - User Message Service - - - 1141 - udp - mxomss - User Message Service - - - 1142 - tcp - edtools - User Discovery Service - - - 1142 - udp - edtools - User Discovery Service - - - 1143 - tcp - imyx - Infomatryx Exchange - - - 1143 - udp - imyx - Infomatryx Exchange - - - 1144 - tcp - fuscript - Fusion Script - - - 1144 - udp - fuscript - Fusion Script - - - 1145 - tcp - x9-icue - X9 iCue Show Control - - - 1145 - udp - x9-icue - X9 iCue Show Control - - - 1146 - tcp - audit-transfer - audit transfer - - - 1146 - udp - audit-transfer - audit transfer - - - 1147 - tcp - capioverlan - CAPIoverLAN - - - 1147 - udp - capioverlan - CAPIoverLAN - - - 1148 - tcp - elfiq-repl - Elfiq Replication Service - - - 1148 - udp - elfiq-repl - Elfiq Replication Service - - - 1149 - tcp - bvtsonar - BlueView Sonar Service - - - 1149 - udp - bvtsonar - BlueView Sonar Service - - - 1150 - tcp - blaze - Blaze File Server - - - 1150 - udp - blaze - Blaze File Server - - - 1151 - tcp - unizensus - Unizensus Login Server - - - 1151 - udp - unizensus - Unizensus Login Server - - - 1152 - tcp - winpoplanmess - Winpopup LAN Messenger - - - 1152 - udp - winpoplanmess - Winpopup LAN Messenger - - - 1153 - tcp - c1222-acse - ANSI C12.22 Port - - - 1153 - udp - c1222-acse - ANSI C12.22 Port - - - 1154 - tcp - resacommunity - Community Service - - - 1154 - udp - resacommunity - Community Service - - - 1155 - tcp - nfa - Network File Access - - - 1155 - udp - nfa - Network File Access - - - 1156 - tcp - iascontrol-oms - iasControl OMS - - - 1156 - udp - iascontrol-oms - iasControl OMS - - - 1157 - tcp - iascontrol - Oracle iASControl - - - 1157 - udp - iascontrol - Oracle iASControl - - - 1158 - tcp - dbcontrol-oms - dbControl OMS - - - 1158 - udp - dbcontrol-oms - dbControl OMS - - - 1159 - tcp - oracle-oms - Oracle OMS - - - 1159 - udp - oracle-oms - Oracle OMS - - - 1160 - tcp - olsv - DB Lite Mult-User Server - - - 1160 - udp - olsv - DB Lite Mult-User Server - - - 1161 - tcp - health-polling - Health Polling - - - 1161 - udp - health-polling - Health Polling - - - 1162 - tcp - health-trap - Health Trap - - - 1162 - udp - health-trap - Health Trap - - - 1163 - tcp - sddp - SmartDialer Data Protocol - - - 1163 - udp - sddp - SmartDialer Data Protocol - - - 1164 - tcp - qsm-proxy - QSM Proxy Service - - - 1164 - udp - qsm-proxy - QSM Proxy Service - - - 1165 - tcp - qsm-gui - QSM GUI Service - - - 1165 - udp - qsm-gui - QSM GUI Service - - - 1166 - tcp - qsm-remote - QSM RemoteExec - - - 1166 - udp - qsm-remote - QSM RemoteExec - - - 1167 - tcp - cisco-ipsla - Cisco IP SLAs Control Protocol - - - 1167 - udp - cisco-ipsla - Cisco IP SLAs Control Protocol - - - 1167 - sctp - cisco-ipsla - Cisco IP SLAs Control Protocol - - - 1168 - tcp - vchat - VChat Conference Service - - - 1168 - udp - vchat - VChat Conference Service - - - 1169 - tcp - tripwire - TRIPWIRE - - - 1169 - udp - tripwire - TRIPWIRE - - - 1170 - tcp - atc-lm - AT+C License Manager - - - 1170 - udp - atc-lm - AT+C License Manager - - - 1171 - tcp - atc-appserver - AT+C FmiApplicationServer - - - 1171 - udp - atc-appserver - AT+C FmiApplicationServer - - - 1172 - tcp - dnap - DNA Protocol - - - 1172 - udp - dnap - DNA Protocol - - - 1173 - tcp - d-cinema-rrp - D-Cinema Request-Response - - - 1173 - udp - d-cinema-rrp - D-Cinema Request-Response - - - 1174 - tcp - fnet-remote-ui - FlashNet Remote Admin - - - 1174 - udp - fnet-remote-ui - FlashNet Remote Admin - - - 1175 - tcp - dossier - Dossier Server - - - 1175 - udp - dossier - Dossier Server - - - 1176 - tcp - indigo-server - Indigo Home Server - - - 1176 - udp - indigo-server - Indigo Home Server - - - 1177 - tcp - dkmessenger - DKMessenger Protocol - - - 1177 - udp - dkmessenger - DKMessenger Protocol - - - 1178 - tcp - sgi-storman - SGI Storage Manager - - - 1178 - udp - sgi-storman - SGI Storage Manager - - - 1179 - tcp - b2n - Backup To Neighbor - - - 1179 - udp - b2n - Backup To Neighbor - - - 1180 - tcp - mc-client - Millicent Client Proxy - - - 1180 - udp - mc-client - Millicent Client Proxy - - - 1181 - tcp - 3comnetman - 3Com Net Management - - - 1181 - udp - 3comnetman - 3Com Net Management - - - 1182 - tcp - accelenet - AcceleNet Control - - - 1182 - udp - accelenet-data - AcceleNet Data - - - 1183 - tcp - llsurfup-http - LL Surfup HTTP - - - 1183 - udp - llsurfup-http - LL Surfup HTTP - - - 1184 - tcp - llsurfup-https - LL Surfup HTTPS - - - 1184 - udp - llsurfup-https - LL Surfup HTTPS - - - 1185 - tcp - catchpole - Catchpole port - - - 1185 - udp - catchpole - Catchpole port - - - 1186 - tcp - mysql-cluster - MySQL Cluster Manager - - - 1186 - udp - mysql-cluster - MySQL Cluster Manager - - - 1187 - tcp - alias - Alias Service - - - 1187 - udp - alias - Alias Service - - - 1188 - tcp - hp-webadmin - HP Web Admin - - - 1188 - udp - hp-webadmin - HP Web Admin - - - 1189 - tcp - unet - Unet Connection - - - 1189 - udp - unet - Unet Connection - - - 1190 - tcp - commlinx-avl - CommLinx GPS / AVL System - - - 1190 - udp - commlinx-avl - CommLinx GPS / AVL System - - - 1191 - tcp - gpfs - General Parallel File System - - - 1191 - udp - gpfs - General Parallel File System - - - 1192 - tcp - caids-sensor - caids sensors channel - - - 1192 - udp - caids-sensor - caids sensors channel - - - 1193 - tcp - fiveacross - Five Across Server - - - 1193 - udp - fiveacross - Five Across Server - - - 1194 - tcp - openvpn - OpenVPN - - - 1194 - udp - openvpn - OpenVPN - - - 1195 - tcp - rsf-1 - RSF-1 clustering - - - 1195 - udp - rsf-1 - RSF-1 clustering - - - 1196 - tcp - netmagic - Network Magic - - - 1196 - udp - netmagic - Network Magic - - - 1197 - tcp - carrius-rshell - Carrius Remote Access - - - 1197 - udp - carrius-rshell - Carrius Remote Access - - - 1198 - tcp - cajo-discovery - cajo reference discovery - - - 1198 - udp - cajo-discovery - cajo reference discovery - - - 1199 - tcp - dmidi - DMIDI - - - 1199 - udp - dmidi - DMIDI - - - 1200 - tcp - scol - SCOL - - - 1200 - udp - scol - SCOL - - - 1201 - tcp - nucleus-sand - Nucleus Sand Database Server - - - 1201 - udp - nucleus-sand - Nucleus Sand Database Server - - - 1202 - tcp - caiccipc - caiccipc - - - 1202 - udp - caiccipc - caiccipc - - - 1203 - tcp - ssslic-mgr - License Validation - - - 1203 - udp - ssslic-mgr - License Validation - - - 1204 - tcp - ssslog-mgr - Log Request Listener - - - 1204 - udp - ssslog-mgr - Log Request Listener - - - 1205 - tcp - accord-mgc - Accord-MGC - - - 1205 - udp - accord-mgc - Accord-MGC - - - 1206 - tcp - anthony-data - Anthony Data - - - 1206 - udp - anthony-data - Anthony Data - - - 1207 - tcp - metasage - MetaSage - - - 1207 - udp - metasage - MetaSage - - - 1208 - tcp - seagull-ais - SEAGULL AIS - - - 1208 - udp - seagull-ais - SEAGULL AIS - - - 1209 - tcp - ipcd3 - IPCD3 - - - 1209 - udp - ipcd3 - IPCD3 - - - 1210 - tcp - eoss - EOSS - - - 1210 - udp - eoss - EOSS - - - 1211 - tcp - groove-dpp - Groove DPP - - - 1211 - udp - groove-dpp - Groove DPP - - - 1212 - tcp - lupa - lupa - - - 1212 - udp - lupa - lupa - - - 1213 - tcp - mpc-lifenet - Medtronic/Physio-Control LIFENET - - - 1213 - udp - mpc-lifenet - Medtronic/Physio-Control LIFENET - - - 1214 - tcp - kazaa - KAZAA - - - 1214 - udp - kazaa - KAZAA - - - 1215 - tcp - scanstat-1 - scanSTAT 1.0 - - - 1215 - udp - scanstat-1 - scanSTAT 1.0 - - - 1216 - tcp - etebac5 - ETEBAC 5 - - - 1216 - udp - etebac5 - ETEBAC 5 - - - 1217 - tcp - hpss-ndapi - HPSS NonDCE Gateway - - - 1217 - udp - hpss-ndapi - HPSS NonDCE Gateway - - - 1218 - tcp - aeroflight-ads - AeroFlight-ADs - - - 1218 - udp - aeroflight-ads - AeroFlight-ADs - - - 1219 - tcp - aeroflight-ret - AeroFlight-Ret - - - 1219 - udp - aeroflight-ret - AeroFlight-Ret - - - 1220 - tcp - qt-serveradmin - QT SERVER ADMIN - - - 1220 - udp - qt-serveradmin - QT SERVER ADMIN - - - 1221 - tcp - sweetware-apps - SweetWARE Apps - - - 1221 - udp - sweetware-apps - SweetWARE Apps - - - 1222 - tcp - nerv - SNI R&D network - - - 1222 - udp - nerv - SNI R&D network - - - 1223 - tcp - tgp - TrulyGlobal Protocol - - - 1223 - udp - tgp - TrulyGlobal Protocol - - - 1224 - tcp - vpnz - VPNz - - - 1224 - udp - vpnz - VPNz - - - 1225 - tcp - slinkysearch - SLINKYSEARCH - - - 1225 - udp - slinkysearch - SLINKYSEARCH - - - 1226 - tcp - stgxfws - STGXFWS - - - 1226 - udp - stgxfws - STGXFWS - - - 1227 - tcp - dns2go - DNS2Go - - - 1227 - udp - dns2go - DNS2Go - - - 1228 - tcp - florence - FLORENCE - - - 1228 - udp - florence - FLORENCE - - - 1229 - tcp - zented - ZENworks Tiered Electronic Distribution - - - 1229 - udp - zented - ZENworks Tiered Electronic Distribution - - - 1230 - tcp - periscope - Periscope - - - 1230 - udp - periscope - Periscope - - - 1231 - tcp - menandmice-lpm - menandmice-lpm - - - 1231 - udp - menandmice-lpm - menandmice-lpm - - - 1232 - tcp - first-defense - Remote systems monitoring - - - 1232 - udp - first-defense - Remote systems monitoring - - - 1233 - tcp - univ-appserver - Universal App Server - - - 1233 - udp - univ-appserver - Universal App Server - - - 1234 - tcp - search-agent - Infoseek Search Agent - - - 1234 - udp - search-agent - Infoseek Search Agent - - - 1235 - tcp - mosaicsyssvc1 - mosaicsyssvc1 - - - 1235 - udp - mosaicsyssvc1 - mosaicsyssvc1 - - - 1236 - tcp - bvcontrol - bvcontrol - - - 1236 - udp - bvcontrol - bvcontrol - - - 1237 - tcp - tsdos390 - tsdos390 - - - 1237 - udp - tsdos390 - tsdos390 - - - 1238 - tcp - hacl-qs - hacl-qs - - - 1238 - udp - hacl-qs - hacl-qs - - - 1239 - tcp - nmsd - NMSD - - - 1239 - udp - nmsd - NMSD - - - 1240 - tcp - instantia - Instantia - - - 1240 - udp - instantia - Instantia - - - 1241 - tcp - nessus - nessus - - - 1241 - udp - nessus - nessus - - - 1242 - tcp - nmasoverip - NMAS over IP - - - 1242 - udp - nmasoverip - NMAS over IP - - - 1243 - tcp - serialgateway - SerialGateway - - - 1243 - udp - serialgateway - SerialGateway - - - 1244 - tcp - isbconference1 - isbconference1 - - - 1244 - udp - isbconference1 - isbconference1 - - - 1245 - tcp - isbconference2 - isbconference2 - - - 1245 - udp - isbconference2 - isbconference2 - - - 1246 - tcp - payrouter - payrouter - - - 1246 - udp - payrouter - payrouter - - - 1247 - tcp - visionpyramid - VisionPyramid - - - 1247 - udp - visionpyramid - VisionPyramid - - - 1248 - tcp - hermes - hermes - - - 1248 - udp - hermes - hermes - - - 1249 - tcp - mesavistaco - Mesa Vista Co - - - 1249 - udp - mesavistaco - Mesa Vista Co - - - 1250 - tcp - swldy-sias - swldy-sias - - - 1250 - udp - swldy-sias - swldy-sias - - - 1251 - tcp - servergraph - servergraph - - - 1251 - udp - servergraph - servergraph - - - 1252 - tcp - bspne-pcc - bspne-pcc - - - 1252 - udp - bspne-pcc - bspne-pcc - - - 1253 - tcp - q55-pcc - q55-pcc - - - 1253 - udp - q55-pcc - q55-pcc - - - 1254 - tcp - de-noc - de-noc - - - 1254 - udp - de-noc - de-noc - - - 1255 - tcp - de-cache-query - de-cache-query - - - 1255 - udp - de-cache-query - de-cache-query - - - 1256 - tcp - de-server - de-server - - - 1256 - udp - de-server - de-server - - - 1257 - tcp - shockwave2 - Shockwave 2 - - - 1257 - udp - shockwave2 - Shockwave 2 - - - 1258 - tcp - opennl - Open Network Library - - - 1258 - udp - opennl - Open Network Library - - - 1259 - tcp - opennl-voice - Open Network Library Voice - - - 1259 - udp - opennl-voice - Open Network Library Voice - - - 1260 - tcp - ibm-ssd - ibm-ssd - - - 1260 - udp - ibm-ssd - ibm-ssd - - - 1261 - tcp - mpshrsv - mpshrsv - - - 1261 - udp - mpshrsv - mpshrsv - - - 1262 - tcp - qnts-orb - QNTS-ORB - - - 1262 - udp - qnts-orb - QNTS-ORB - - - 1263 - tcp - dka - dka - - - 1263 - udp - dka - dka - - - 1264 - tcp - prat - PRAT - - - 1264 - udp - prat - PRAT - - - 1265 - tcp - dssiapi - DSSIAPI - - - 1265 - udp - dssiapi - DSSIAPI - - - 1266 - tcp - dellpwrappks - DELLPWRAPPKS - - - 1266 - udp - dellpwrappks - DELLPWRAPPKS - - - 1267 - tcp - epc - eTrust Policy Compliance - - - 1267 - udp - epc - eTrust Policy Compliance - - - 1268 - tcp - propel-msgsys - PROPEL-MSGSYS - - - 1268 - udp - propel-msgsys - PROPEL-MSGSYS - - - 1269 - tcp - watilapp - WATiLaPP - - - 1269 - udp - watilapp - WATiLaPP - - - 1270 - tcp - opsmgr - Microsoft Operations Manager - - - 1270 - udp - opsmgr - Microsoft Operations Manager - - - 1271 - tcp - excw - eXcW - - - 1271 - udp - excw - eXcW - - - 1272 - tcp - cspmlockmgr - CSPMLockMgr - - - 1272 - udp - cspmlockmgr - CSPMLockMgr - - - 1273 - tcp - emc-gateway - EMC-Gateway - - - 1273 - udp - emc-gateway - EMC-Gateway - - - 1274 - tcp - t1distproc - t1distproc - - - 1274 - udp - t1distproc - t1distproc - - - 1275 - tcp - ivcollector - ivcollector - - - 1275 - udp - ivcollector - ivcollector - - - 1276 - tcp - record - Reserved - - - 1276 - udp - record - Reserved - - - 1277 - tcp - miva-mqs - mqs - - - 1277 - udp - miva-mqs - mqs - - - 1278 - tcp - dellwebadmin-1 - Dell Web Admin 1 - - - 1278 - udp - dellwebadmin-1 - Dell Web Admin 1 - - - 1279 - tcp - dellwebadmin-2 - Dell Web Admin 2 - - - 1279 - udp - dellwebadmin-2 - Dell Web Admin 2 - - - 1280 - tcp - pictrography - Pictrography - - - 1280 - udp - pictrography - Pictrography - - - 1281 - tcp - healthd - healthd - - - 1281 - udp - healthd - healthd - - - 1282 - tcp - emperion - Emperion - - - 1282 - udp - emperion - Emperion - - - 1283 - tcp - productinfo - Product Information - - - 1283 - udp - productinfo - Product Information - - - 1284 - tcp - iee-qfx - IEE-QFX - - - 1284 - udp - iee-qfx - IEE-QFX - - - 1285 - tcp - neoiface - neoiface - - - 1285 - udp - neoiface - neoiface - - - 1286 - tcp - netuitive - netuitive - - - 1286 - udp - netuitive - netuitive - - - 1287 - tcp - routematch - RouteMatch Com - - - 1287 - udp - routematch - RouteMatch Com - - - 1288 - tcp - navbuddy - NavBuddy - - - 1288 - udp - navbuddy - NavBuddy - - - 1289 - tcp - jwalkserver - JWalkServer - - - 1289 - udp - jwalkserver - JWalkServer - - - 1290 - tcp - winjaserver - WinJaServer - - - 1290 - udp - winjaserver - WinJaServer - - - 1291 - tcp - seagulllms - SEAGULLLMS - - - 1291 - udp - seagulllms - SEAGULLLMS - - - 1292 - tcp - dsdn - dsdn - - - 1292 - udp - dsdn - dsdn - - - 1293 - tcp - pkt-krb-ipsec - PKT-KRB-IPSec - - - 1293 - udp - pkt-krb-ipsec - PKT-KRB-IPSec - - - 1294 - tcp - cmmdriver - CMMdriver - - - 1294 - udp - cmmdriver - CMMdriver - - - 1295 - tcp - ehtp - End-by-Hop Transmission Protocol - - - 1295 - udp - ehtp - End-by-Hop Transmission Protocol - - - 1296 - tcp - dproxy - dproxy - - - 1296 - udp - dproxy - dproxy - - - 1297 - tcp - sdproxy - sdproxy - - - 1297 - udp - sdproxy - sdproxy - - - 1298 - tcp - lpcp - lpcp - - - 1298 - udp - lpcp - lpcp - - - 1299 - tcp - hp-sci - hp-sci - - - 1299 - udp - hp-sci - hp-sci - - - 1300 - tcp - h323hostcallsc - H.323 Secure Call Control Signalling - - - 1300 - udp - h323hostcallsc - H.323 Secure Call Control Signalling - - - 1301 - tcp - - - Reserved - - - 1301 - udp - - - Reserved - - - 1302 - tcp - - - Reserved - - - 1302 - udp - - - Reserved - - - 1303 - tcp - sftsrv - sftsrv - - - 1303 - udp - sftsrv - sftsrv - - - 1304 - tcp - boomerang - Boomerang - - - 1304 - udp - boomerang - Boomerang - - - 1305 - tcp - pe-mike - pe-mike - - - 1305 - udp - pe-mike - pe-mike - - - 1306 - tcp - re-conn-proto - RE-Conn-Proto - - - 1306 - udp - re-conn-proto - RE-Conn-Proto - - - 1307 - tcp - pacmand - Pacmand - - - 1307 - udp - pacmand - Pacmand - - - 1308 - tcp - odsi - Optical Domain Service Interconnect (ODSI) - - - 1308 - udp - odsi - Optical Domain Service Interconnect (ODSI) - - - 1309 - tcp - jtag-server - JTAG server - - - 1309 - udp - jtag-server - JTAG server - - - 1310 - tcp - husky - Husky - - - 1310 - udp - husky - Husky - - - 1311 - tcp - rxmon - RxMon - - - 1311 - udp - rxmon - RxMon - - - 1312 - tcp - sti-envision - STI Envision - - - 1312 - udp - sti-envision - STI Envision - - - 1313 - tcp - bmc-patroldb - System.Xml.XmlElement - - - 1313 - tcp - bmc_patroldb - BMC_PATROLDB - - - 1313 - udp - bmc-patroldb - System.Xml.XmlElement - - - 1313 - udp - bmc_patroldb - BMC_PATROLDB - - - 1314 - tcp - pdps - Photoscript Distributed Printing System - - - 1314 - udp - pdps - Photoscript Distributed Printing System - - - 1315 - tcp - els - E.L.S., Event Listener Service - - - 1315 - udp - els - E.L.S., Event Listener Service - - - 1316 - tcp - exbit-escp - Exbit-ESCP - - - 1316 - udp - exbit-escp - Exbit-ESCP - - - 1317 - tcp - vrts-ipcserver - vrts-ipcserver - - - 1317 - udp - vrts-ipcserver - vrts-ipcserver - - - 1318 - tcp - krb5gatekeeper - krb5gatekeeper - - - 1318 - udp - krb5gatekeeper - krb5gatekeeper - - - 1319 - tcp - amx-icsp - AMX-ICSP - - - 1319 - udp - amx-icsp - AMX-ICSP - - - 1320 - tcp - amx-axbnet - AMX-AXBNET - - - 1320 - udp - amx-axbnet - AMX-AXBNET - - - 1321 - tcp - pip - PIP - - - 1321 - udp - pip - PIP - - - 1322 - tcp - novation - Novation - - - 1322 - udp - novation - Novation - - - 1323 - tcp - brcd - brcd - - - 1323 - udp - brcd - brcd - - - 1324 - tcp - delta-mcp - delta-mcp - - - 1324 - udp - delta-mcp - delta-mcp - - - 1325 - tcp - dx-instrument - DX-Instrument - - - 1325 - udp - dx-instrument - DX-Instrument - - - 1326 - tcp - wimsic - WIMSIC - - - 1326 - udp - wimsic - WIMSIC - - - 1327 - tcp - ultrex - Ultrex - - - 1327 - udp - ultrex - Ultrex - - - 1328 - tcp - ewall - EWALL - - - 1328 - udp - ewall - EWALL - - - 1329 - tcp - netdb-export - netdb-export - - - 1329 - udp - netdb-export - netdb-export - - - 1330 - tcp - streetperfect - StreetPerfect - - - 1330 - udp - streetperfect - StreetPerfect - - - 1331 - tcp - intersan - intersan - - - 1331 - udp - intersan - intersan - - - 1332 - tcp - pcia-rxp-b - PCIA RXP-B - - - 1332 - udp - pcia-rxp-b - PCIA RXP-B - - - 1333 - tcp - passwrd-policy - Password Policy - - - 1333 - udp - passwrd-policy - Password Policy - - - 1334 - tcp - writesrv - writesrv - - - 1334 - udp - writesrv - writesrv - - - 1335 - tcp - digital-notary - Digital Notary Protocol - - - 1335 - udp - digital-notary - Digital Notary Protocol - - - 1336 - tcp - ischat - Instant Service Chat - - - 1336 - udp - ischat - Instant Service Chat - - - 1337 - tcp - menandmice-dns - menandmice DNS - - - 1337 - udp - menandmice-dns - menandmice DNS - - - 1338 - tcp - wmc-log-svc - WMC-log-svr - - - 1338 - udp - wmc-log-svc - WMC-log-svr - - - 1339 - tcp - kjtsiteserver - kjtsiteserver - - - 1339 - udp - kjtsiteserver - kjtsiteserver - - - 1340 - tcp - naap - NAAP - - - 1340 - udp - naap - NAAP - - - 1341 - tcp - qubes - QuBES - - - 1341 - udp - qubes - QuBES - - - 1342 - tcp - esbroker - ESBroker - - - 1342 - udp - esbroker - ESBroker - - - 1343 - tcp - re101 - re101 - - - 1343 - udp - re101 - re101 - - - 1344 - tcp - icap - ICAP - - - 1344 - udp - icap - ICAP - - - 1345 - tcp - vpjp - VPJP - - - 1345 - udp - vpjp - VPJP - - - 1346 - tcp - alta-ana-lm - Alta Analytics License Manager - - - 1346 - udp - alta-ana-lm - Alta Analytics License Manager - - - 1347 - tcp - bbn-mmc - multi media conferencing - - - 1347 - udp - bbn-mmc - multi media conferencing - - - 1348 - tcp - bbn-mmx - multi media conferencing - - - 1348 - udp - bbn-mmx - multi media conferencing - - - 1349 - tcp - sbook - Registration Network Protocol - - - 1349 - udp - sbook - Registration Network Protocol - - - 1350 - tcp - editbench - Registration Network Protocol - - - 1350 - udp - editbench - Registration Network Protocol - - - 1351 - tcp - equationbuilder - Digital Tool Works (MIT) - - - 1351 - udp - equationbuilder - Digital Tool Works (MIT) - - - 1352 - tcp - lotusnote - Lotus Note - - - 1352 - udp - lotusnote - Lotus Note - - - 1353 - tcp - relief - Relief Consulting - - - 1353 - udp - relief - Relief Consulting - - - 1354 - tcp - XSIP-network - Five Across XSIP Network - - - 1354 - udp - XSIP-network - Five Across XSIP Network - - - 1355 - tcp - intuitive-edge - Intuitive Edge - - - 1355 - udp - intuitive-edge - Intuitive Edge - - - 1356 - tcp - cuillamartin - CuillaMartin Company - - - 1356 - udp - cuillamartin - CuillaMartin Company - - - 1357 - tcp - pegboard - Electronic PegBoard - - - 1357 - udp - pegboard - Electronic PegBoard - - - 1358 - tcp - connlcli - CONNLCLI - - - 1358 - udp - connlcli - CONNLCLI - - - 1359 - tcp - ftsrv - FTSRV - - - 1359 - udp - ftsrv - FTSRV - - - 1360 - tcp - mimer - MIMER - - - 1360 - udp - mimer - MIMER - - - 1361 - tcp - linx - LinX - - - 1361 - udp - linx - LinX - - - 1362 - tcp - timeflies - TimeFlies - - - 1362 - udp - timeflies - TimeFlies - - - 1363 - tcp - ndm-requester - Network DataMover Requester - - - 1363 - udp - ndm-requester - Network DataMover Requester - - - 1364 - tcp - ndm-server - Network DataMover Server - - - 1364 - udp - ndm-server - Network DataMover Server - - - 1365 - tcp - adapt-sna - Network Software Associates - - - 1365 - udp - adapt-sna - Network Software Associates - - - 1366 - tcp - netware-csp - Novell NetWare Comm Service Platform - - - 1366 - udp - netware-csp - Novell NetWare Comm Service Platform - - - 1367 - tcp - dcs - DCS - - - 1367 - udp - dcs - DCS - - - 1368 - tcp - screencast - ScreenCast - - - 1368 - udp - screencast - ScreenCast - - - 1369 - tcp - gv-us - GlobalView to Unix Shell - - - 1369 - udp - gv-us - GlobalView to Unix Shell - - - 1370 - tcp - us-gv - Unix Shell to GlobalView - - - 1370 - udp - us-gv - Unix Shell to GlobalView - - - 1371 - tcp - fc-cli - Fujitsu Config Protocol - - - 1371 - udp - fc-cli - Fujitsu Config Protocol - - - 1372 - tcp - fc-ser - Fujitsu Config Protocol - - - 1372 - udp - fc-ser - Fujitsu Config Protocol - - - 1373 - tcp - chromagrafx - Chromagrafx - - - 1373 - udp - chromagrafx - Chromagrafx - - - 1374 - tcp - molly - EPI Software Systems - - - 1374 - udp - molly - EPI Software Systems - - - 1375 - tcp - bytex - Bytex - - - 1375 - udp - bytex - Bytex - - - 1376 - tcp - ibm-pps - IBM Person to Person Software - - - 1376 - udp - ibm-pps - IBM Person to Person Software - - - 1377 - tcp - cichlid - Cichlid License Manager - - - 1377 - udp - cichlid - Cichlid License Manager - - - 1378 - tcp - elan - Elan License Manager - - - 1378 - udp - elan - Elan License Manager - - - 1379 - tcp - dbreporter - Integrity Solutions - - - 1379 - udp - dbreporter - Integrity Solutions - - - 1380 - tcp - telesis-licman - Telesis Network License Manager - - - 1380 - udp - telesis-licman - Telesis Network License Manager - - - 1381 - tcp - apple-licman - Apple Network License Manager - - - 1381 - udp - apple-licman - Apple Network License Manager - - - 1382 - tcp - udt-os - System.Xml.XmlElement - - - 1382 - tcp - udt_os - udt_os - - - 1382 - udp - udt-os - System.Xml.XmlElement - - - 1382 - udp - udt_os - udt_os - - - 1383 - tcp - gwha - GW Hannaway Network License Manager - - - 1383 - udp - gwha - GW Hannaway Network License Manager - - - 1384 - tcp - os-licman - Objective Solutions License Manager - - - 1384 - udp - os-licman - Objective Solutions License Manager - - - 1385 - tcp - atex-elmd - System.Xml.XmlElement - - - 1385 - tcp - atex_elmd - Atex Publishing License Manager - - - 1385 - udp - atex-elmd - System.Xml.XmlElement - - - 1385 - udp - atex_elmd - Atex Publishing License Manager - - - 1386 - tcp - checksum - CheckSum License Manager - - - 1386 - udp - checksum - CheckSum License Manager - - - 1387 - tcp - cadsi-lm - Computer Aided Design Software Inc LM - - - 1387 - udp - cadsi-lm - Computer Aided Design Software Inc LM - - - 1388 - tcp - objective-dbc - Objective Solutions DataBase Cache - - - 1388 - udp - objective-dbc - Objective Solutions DataBase Cache - - - 1389 - tcp - iclpv-dm - Document Manager - - - 1389 - udp - iclpv-dm - Document Manager - - - 1390 - tcp - iclpv-sc - Storage Controller - - - 1390 - udp - iclpv-sc - Storage Controller - - - 1391 - tcp - iclpv-sas - Storage Access Server - - - 1391 - udp - iclpv-sas - Storage Access Server - - - 1392 - tcp - iclpv-pm - Print Manager - - - 1392 - udp - iclpv-pm - Print Manager - - - 1393 - tcp - iclpv-nls - Network Log Server - - - 1393 - udp - iclpv-nls - Network Log Server - - - 1394 - tcp - iclpv-nlc - Network Log Client - - - 1394 - udp - iclpv-nlc - Network Log Client - - - 1395 - tcp - iclpv-wsm - PC Workstation Manager software - - - 1395 - udp - iclpv-wsm - PC Workstation Manager software - - - 1396 - tcp - dvl-activemail - DVL Active Mail - - - 1396 - udp - dvl-activemail - DVL Active Mail - - - 1397 - tcp - audio-activmail - Audio Active Mail - - - 1397 - udp - audio-activmail - Audio Active Mail - - - 1398 - tcp - video-activmail - Video Active Mail - - - 1398 - udp - video-activmail - Video Active Mail - - - 1399 - tcp - cadkey-licman - Cadkey License Manager - - - 1399 - udp - cadkey-licman - Cadkey License Manager - - - 1400 - tcp - cadkey-tablet - Cadkey Tablet Daemon - - - 1400 - udp - cadkey-tablet - Cadkey Tablet Daemon - - - 1401 - tcp - goldleaf-licman - Goldleaf License Manager - - - 1401 - udp - goldleaf-licman - Goldleaf License Manager - - - 1402 - tcp - prm-sm-np - Prospero Resource Manager - - - 1402 - udp - prm-sm-np - Prospero Resource Manager - - - 1403 - tcp - prm-nm-np - Prospero Resource Manager - - - 1403 - udp - prm-nm-np - Prospero Resource Manager - - - 1404 - tcp - igi-lm - Infinite Graphics License Manager - - - 1404 - udp - igi-lm - Infinite Graphics License Manager - - - 1405 - tcp - ibm-res - IBM Remote Execution Starter - - - 1405 - udp - ibm-res - IBM Remote Execution Starter - - - 1406 - tcp - netlabs-lm - NetLabs License Manager - - - 1406 - udp - netlabs-lm - NetLabs License Manager - - - 1407 - tcp - tibet-server - TIBET Data Server - - - 1407 - udp - record - Reserved - - - 1408 - tcp - sophia-lm - Sophia License Manager - - - 1408 - udp - sophia-lm - Sophia License Manager - - - 1409 - tcp - here-lm - Here License Manager - - - 1409 - udp - here-lm - Here License Manager - - - 1410 - tcp - hiq - HiQ License Manager - - - 1410 - udp - hiq - HiQ License Manager - - - 1411 - tcp - af - AudioFile - - - 1411 - udp - af - AudioFile - - - 1412 - tcp - innosys - InnoSys - - - 1412 - udp - innosys - InnoSys - - - 1413 - tcp - innosys-acl - Innosys-ACL - - - 1413 - udp - innosys-acl - Innosys-ACL - - - 1414 - tcp - ibm-mqseries - IBM MQSeries - - - 1414 - udp - ibm-mqseries - IBM MQSeries - - - 1415 - tcp - dbstar - DBStar - - - 1415 - udp - dbstar - DBStar - - - 1416 - tcp - novell-lu6-2 - System.Xml.XmlElement - - - 1416 - tcp - novell-lu6.2 - Novell LU6.2 - - - 1416 - udp - novell-lu6-2 - System.Xml.XmlElement - - - 1416 - udp - novell-lu6.2 - Novell LU6.2 - - - 1417 - tcp - timbuktu-srv1 - Timbuktu Service 1 Port - - - 1417 - udp - timbuktu-srv1 - Timbuktu Service 1 Port - - - 1418 - tcp - timbuktu-srv2 - Timbuktu Service 2 Port - - - 1418 - udp - timbuktu-srv2 - Timbuktu Service 2 Port - - - 1419 - tcp - timbuktu-srv3 - Timbuktu Service 3 Port - - - 1419 - udp - timbuktu-srv3 - Timbuktu Service 3 Port - - - 1420 - tcp - timbuktu-srv4 - Timbuktu Service 4 Port - - - 1420 - udp - timbuktu-srv4 - Timbuktu Service 4 Port - - - 1421 - tcp - gandalf-lm - Gandalf License Manager - - - 1421 - udp - gandalf-lm - Gandalf License Manager - - - 1422 - tcp - autodesk-lm - Autodesk License Manager - - - 1422 - udp - autodesk-lm - Autodesk License Manager - - - 1423 - tcp - essbase - Essbase Arbor Software - - - 1423 - udp - essbase - Essbase Arbor Software - - - 1424 - tcp - hybrid - Hybrid Encryption Protocol - - - 1424 - udp - hybrid - Hybrid Encryption Protocol - - - 1425 - tcp - zion-lm - Zion Software License Manager - - - 1425 - udp - zion-lm - Zion Software License Manager - - - 1426 - tcp - sais - Satellite-data Acquisition System 1 - - - 1426 - udp - sais - Satellite-data Acquisition System 1 - - - 1427 - tcp - mloadd - mloadd monitoring tool - - - 1427 - udp - mloadd - mloadd monitoring tool - - - 1428 - tcp - informatik-lm - Informatik License Manager - - - 1428 - udp - informatik-lm - Informatik License Manager - - - 1429 - tcp - nms - Hypercom NMS - - - 1429 - udp - nms - Hypercom NMS - - - 1430 - tcp - tpdu - Hypercom TPDU - - - 1430 - udp - tpdu - Hypercom TPDU - - - 1431 - tcp - rgtp - Reverse Gossip Transport - - - 1431 - udp - rgtp - Reverse Gossip Transport - - - 1432 - tcp - blueberry-lm - Blueberry Software License Manager - - - 1432 - udp - blueberry-lm - Blueberry Software License Manager - - - 1433 - tcp - ms-sql-s - Microsoft-SQL-Server - - - 1433 - udp - ms-sql-s - Microsoft-SQL-Server - - - 1434 - tcp - ms-sql-m - Microsoft-SQL-Monitor - - - 1434 - udp - ms-sql-m - Microsoft-SQL-Monitor - - - 1435 - tcp - ibm-cics - IBM CICS - - - 1435 - udp - ibm-cics - IBM CICS - - - 1436 - tcp - saism - Satellite-data Acquisition System 2 - - - 1436 - udp - saism - Satellite-data Acquisition System 2 - - - 1437 - tcp - tabula - Tabula - - - 1437 - udp - tabula - Tabula - - - 1438 - tcp - eicon-server - Eicon Security Agent/Server - - - 1438 - udp - eicon-server - Eicon Security Agent/Server - - - 1439 - tcp - eicon-x25 - Eicon X25/SNA Gateway - - - 1439 - udp - eicon-x25 - Eicon X25/SNA Gateway - - - 1440 - tcp - eicon-slp - Eicon Service Location Protocol - - - 1440 - udp - eicon-slp - Eicon Service Location Protocol - - - 1441 - tcp - cadis-1 - Cadis License Management - - - 1441 - udp - cadis-1 - Cadis License Management - - - 1442 - tcp - cadis-2 - Cadis License Management - - - 1442 - udp - cadis-2 - Cadis License Management - - - 1443 - tcp - ies-lm - Integrated Engineering Software - - - 1443 - udp - ies-lm - Integrated Engineering Software - - - 1444 - tcp - marcam-lm - Marcam License Management - - - 1444 - udp - marcam-lm - Marcam License Management - - - 1445 - tcp - proxima-lm - Proxima License Manager - - - 1445 - udp - proxima-lm - Proxima License Manager - - - 1446 - tcp - ora-lm - Optical Research Associates License Manager - - - 1446 - udp - ora-lm - Optical Research Associates License Manager - - - 1447 - tcp - apri-lm - Applied Parallel Research LM - - - 1447 - udp - apri-lm - Applied Parallel Research LM - - - 1448 - tcp - oc-lm - OpenConnect License Manager - - - 1448 - udp - oc-lm - OpenConnect License Manager - - - 1449 - tcp - peport - PEport - - - 1449 - udp - peport - PEport - - - 1450 - tcp - dwf - Tandem Distributed Workbench Facility - - - 1450 - udp - dwf - Tandem Distributed Workbench Facility - - - 1451 - tcp - infoman - IBM Information Management - - - 1451 - udp - infoman - IBM Information Management - - - 1452 - tcp - gtegsc-lm - GTE Government Systems License Man - - - 1452 - udp - gtegsc-lm - GTE Government Systems License Man - - - 1453 - tcp - genie-lm - Genie License Manager - - - 1453 - udp - genie-lm - Genie License Manager - - - 1454 - tcp - interhdl-elmd - System.Xml.XmlElement - - - 1454 - tcp - interhdl_elmd - interHDL License Manager - - - 1454 - udp - interhdl-elmd - System.Xml.XmlElement - - - 1454 - udp - interhdl_elmd - interHDL License Manager - - - 1455 - tcp - esl-lm - ESL License Manager - - - 1455 - udp - esl-lm - ESL License Manager - - - 1456 - tcp - dca - DCA - - - 1456 - udp - dca - DCA - - - 1457 - tcp - valisys-lm - Valisys License Manager - - - 1457 - udp - valisys-lm - Valisys License Manager - - - 1458 - tcp - nrcabq-lm - Nichols Research Corp. - - - 1458 - udp - nrcabq-lm - Nichols Research Corp. - - - 1459 - tcp - proshare1 - Proshare Notebook Application - - - 1459 - udp - proshare1 - Proshare Notebook Application - - - 1460 - tcp - proshare2 - Proshare Notebook Application - - - 1460 - udp - proshare2 - Proshare Notebook Application - - - 1461 - tcp - ibm-wrless-lan - System.Xml.XmlElement - - - 1461 - tcp - ibm_wrless_lan - IBM Wireless LAN - - - 1461 - udp - ibm-wrless-lan - System.Xml.XmlElement - - - 1461 - udp - ibm_wrless_lan - IBM Wireless LAN - - - 1462 - tcp - world-lm - World License Manager - - - 1462 - udp - world-lm - World License Manager - - - 1463 - tcp - nucleus - Nucleus - - - 1463 - udp - nucleus - Nucleus - - - 1464 - tcp - msl-lmd - System.Xml.XmlElement - - - 1464 - tcp - msl_lmd - MSL License Manager - - - 1464 - udp - msl-lmd - System.Xml.XmlElement - - - 1464 - udp - msl_lmd - MSL License Manager - - - 1465 - tcp - pipes - Pipes Platform - - - 1465 - udp - pipes - Pipes Platform - - - 1466 - tcp - oceansoft-lm - Ocean Software License Manager - - - 1466 - udp - oceansoft-lm - Ocean Software License Manager - - - 1467 - tcp - csdmbase - CSDMBASE - - - 1467 - udp - csdmbase - CSDMBASE - - - 1468 - tcp - csdm - CSDM - - - 1468 - udp - csdm - CSDM - - - 1469 - tcp - aal-lm - Active Analysis Limited License Manager - - - 1469 - udp - aal-lm - Active Analysis Limited License Manager - - - 1470 - tcp - uaiact - Universal Analytics - - - 1470 - udp - uaiact - Universal Analytics - - - 1471 - tcp - csdmbase - csdmbase - - - 1471 - udp - csdmbase - csdmbase - - - 1472 - tcp - csdm - csdm - - - 1472 - udp - csdm - csdm - - - 1473 - tcp - openmath - OpenMath - - - 1473 - udp - openmath - OpenMath - - - 1474 - tcp - telefinder - Telefinder - - - 1474 - udp - telefinder - Telefinder - - - 1475 - tcp - taligent-lm - Taligent License Manager - - - 1475 - udp - taligent-lm - Taligent License Manager - - - 1476 - tcp - clvm-cfg - clvm-cfg - - - 1476 - udp - clvm-cfg - clvm-cfg - - - 1477 - tcp - ms-sna-server - ms-sna-server - - - 1477 - udp - ms-sna-server - ms-sna-server - - - 1478 - tcp - ms-sna-base - ms-sna-base - - - 1478 - udp - ms-sna-base - ms-sna-base - - - 1479 - tcp - dberegister - dberegister - - - 1479 - udp - dberegister - dberegister - - - 1480 - tcp - pacerforum - PacerForum - - - 1480 - udp - pacerforum - PacerForum - - - 1481 - tcp - airs - AIRS - - - 1481 - udp - airs - AIRS - - - 1482 - tcp - miteksys-lm - Miteksys License Manager - - - 1482 - udp - miteksys-lm - Miteksys License Manager - - - 1483 - tcp - afs - AFS License Manager - - - 1483 - udp - afs - AFS License Manager - - - 1484 - tcp - confluent - Confluent License Manager - - - 1484 - udp - confluent - Confluent License Manager - - - 1485 - tcp - lansource - LANSource - - - 1485 - udp - lansource - LANSource - - - 1486 - tcp - nms-topo-serv - System.Xml.XmlElement - - - 1486 - tcp - nms_topo_serv - nms_topo_serv - - - 1486 - udp - nms-topo-serv - System.Xml.XmlElement - - - 1486 - udp - nms_topo_serv - nms_topo_serv - - - 1487 - tcp - localinfosrvr - LocalInfoSrvr - - - 1487 - udp - localinfosrvr - LocalInfoSrvr - - - 1488 - tcp - docstor - DocStor - - - 1488 - udp - docstor - DocStor - - - 1489 - tcp - dmdocbroker - dmdocbroker - - - 1489 - udp - dmdocbroker - dmdocbroker - - - 1490 - tcp - insitu-conf - insitu-conf - - - 1490 - udp - insitu-conf - insitu-conf - - - 1492 - tcp - stone-design-1 - stone-design-1 - - - 1492 - udp - stone-design-1 - stone-design-1 - - - 1493 - tcp - netmap-lm - System.Xml.XmlElement - - - 1493 - tcp - netmap_lm - netmap_lm - - - 1493 - udp - netmap-lm - System.Xml.XmlElement - - - 1493 - udp - netmap_lm - netmap_lm - - - 1494 - tcp - ica - ica - - - 1494 - udp - ica - ica - - - 1495 - tcp - cvc - cvc - - - 1495 - udp - cvc - cvc - - - 1496 - tcp - liberty-lm - liberty-lm - - - 1496 - udp - liberty-lm - liberty-lm - - - 1497 - tcp - rfx-lm - rfx-lm - - - 1497 - udp - rfx-lm - rfx-lm - - - 1498 - tcp - sybase-sqlany - Sybase SQL Any - - - 1498 - udp - sybase-sqlany - Sybase SQL Any - - - 1499 - tcp - fhc - Federico Heinz Consultora - - - 1499 - udp - fhc - Federico Heinz Consultora - - - 1500 - tcp - vlsi-lm - VLSI License Manager - - - 1500 - udp - vlsi-lm - VLSI License Manager - - - 1501 - tcp - saiscm - Satellite-data Acquisition System 3 - - - 1501 - udp - saiscm - Satellite-data Acquisition System 3 - - - 1502 - tcp - shivadiscovery - Shiva - - - 1502 - udp - shivadiscovery - Shiva - - - 1503 - tcp - imtc-mcs - Databeam - - - 1503 - udp - imtc-mcs - Databeam - - - 1504 - tcp - evb-elm - EVB Software Engineering License Manager - - - 1504 - udp - evb-elm - EVB Software Engineering License Manager - - - 1505 - tcp - funkproxy - Funk Software, Inc. - - - 1505 - udp - funkproxy - Funk Software, Inc. - - - 1506 - tcp - utcd - Universal Time daemon (utcd) - - - 1506 - udp - utcd - Universal Time daemon (utcd) - - - 1507 - tcp - symplex - symplex - - - 1507 - udp - symplex - symplex - - - 1508 - tcp - diagmond - diagmond - - - 1508 - udp - diagmond - diagmond - - - 1509 - tcp - robcad-lm - Robcad, Ltd. License Manager - - - 1509 - udp - robcad-lm - Robcad, Ltd. License Manager - - - 1510 - tcp - mvx-lm - Midland Valley Exploration Ltd. Lic. Man. - - - 1510 - udp - mvx-lm - Midland Valley Exploration Ltd. Lic. Man. - - - 1511 - tcp - 3l-l1 - 3l-l1 - - - 1511 - udp - 3l-l1 - 3l-l1 - - - 1512 - tcp - wins - Microsoft's Windows Internet Name Service - - - 1512 - udp - wins - Microsoft's Windows Internet Name Service - - - 1513 - tcp - fujitsu-dtc - Fujitsu Systems Business of America, Inc - - - 1513 - udp - fujitsu-dtc - Fujitsu Systems Business of America, Inc - - - 1514 - tcp - fujitsu-dtcns - Fujitsu Systems Business of America, Inc - - - 1514 - udp - fujitsu-dtcns - Fujitsu Systems Business of America, Inc - - - 1515 - tcp - ifor-protocol - ifor-protocol - - - 1515 - udp - ifor-protocol - ifor-protocol - - - 1516 - tcp - vpad - Virtual Places Audio data - - - 1516 - udp - vpad - Virtual Places Audio data - - - 1517 - tcp - vpac - Virtual Places Audio control - - - 1517 - udp - vpac - Virtual Places Audio control - - - 1518 - tcp - vpvd - Virtual Places Video data - - - 1518 - udp - vpvd - Virtual Places Video data - - - 1519 - tcp - vpvc - Virtual Places Video control - - - 1519 - udp - vpvc - Virtual Places Video control - - - 1520 - tcp - atm-zip-office - atm zip office - - - 1520 - udp - atm-zip-office - atm zip office - - - 1521 - tcp - ncube-lm - nCube License Manager - - - 1521 - udp - ncube-lm - nCube License Manager - - - 1522 - tcp - ricardo-lm - Ricardo North America License Manager - - - 1522 - udp - ricardo-lm - Ricardo North America License Manager - - - 1523 - tcp - cichild-lm - cichild - - - 1523 - udp - cichild-lm - cichild - - - 1524 - tcp - ingreslock - ingres - - - 1524 - udp - ingreslock - ingres - - - 1525 - tcp - orasrv - oracle - - - 1525 - udp - orasrv - oracle - - - 1525 - tcp - prospero-np - Prospero Directory Service non-priv - - - 1525 - udp - prospero-np - Prospero Directory Service non-priv - - - 1526 - tcp - pdap-np - Prospero Data Access Prot non-priv - - - 1526 - udp - pdap-np - Prospero Data Access Prot non-priv - - - 1527 - tcp - tlisrv - oracle - - - 1527 - udp - tlisrv - oracle - - - 1528 - tcp - norp - Not Only a Routeing Protocol - - - 1528 - udp - norp - Not Only a Routeing Protocol - - - 1528 - sctp - norp - Not Only a Routeing Protocol - - - 1529 - tcp - coauthor - oracle - - - 1529 - udp - coauthor - oracle - - - 1530 - tcp - rap-service - rap-service - - - 1530 - udp - rap-service - rap-service - - - 1531 - tcp - rap-listen - rap-listen - - - 1531 - udp - rap-listen - rap-listen - - - 1532 - tcp - miroconnect - miroconnect - - - 1532 - udp - miroconnect - miroconnect - - - 1533 - tcp - virtual-places - Virtual Places Software - - - 1533 - udp - virtual-places - Virtual Places Software - - - 1534 - tcp - micromuse-lm - micromuse-lm - - - 1534 - udp - micromuse-lm - micromuse-lm - - - 1535 - tcp - ampr-info - ampr-info - - - 1535 - udp - ampr-info - ampr-info - - - 1536 - tcp - ampr-inter - ampr-inter - - - 1536 - udp - ampr-inter - ampr-inter - - - 1537 - tcp - sdsc-lm - isi-lm - - - 1537 - udp - sdsc-lm - isi-lm - - - 1538 - tcp - 3ds-lm - 3ds-lm - - - 1538 - udp - 3ds-lm - 3ds-lm - - - 1539 - tcp - intellistor-lm - Intellistor License Manager - - - 1539 - udp - intellistor-lm - Intellistor License Manager - - - 1540 - tcp - rds - rds - - - 1540 - udp - rds - rds - - - 1541 - tcp - rds2 - rds2 - - - 1541 - udp - rds2 - rds2 - - - 1542 - tcp - gridgen-elmd - gridgen-elmd - - - 1542 - udp - gridgen-elmd - gridgen-elmd - - - 1543 - tcp - simba-cs - simba-cs - - - 1543 - udp - simba-cs - simba-cs - - - 1544 - tcp - aspeclmd - aspeclmd - - - 1544 - udp - aspeclmd - aspeclmd - - - 1545 - tcp - vistium-share - vistium-share - - - 1545 - udp - vistium-share - vistium-share - - - 1546 - tcp - abbaccuray - abbaccuray - - - 1546 - udp - abbaccuray - abbaccuray - - - 1547 - tcp - laplink - laplink - - - 1547 - udp - laplink - laplink - - - 1548 - tcp - axon-lm - Axon License Manager - - - 1548 - udp - axon-lm - Axon License Manager - - - 1549 - tcp - shivahose - Shiva Hose - - - 1549 - udp - shivasound - Shiva Sound - - - 1550 - tcp - 3m-image-lm - Image Storage license manager 3M Company - - - 1550 - udp - 3m-image-lm - Image Storage license manager 3M Company - - - 1551 - tcp - hecmtl-db - HECMTL-DB - - - 1551 - udp - hecmtl-db - HECMTL-DB - - - 1552 - tcp - pciarray - pciarray - - - 1552 - udp - pciarray - pciarray - - - 1553 - tcp - sna-cs - sna-cs - - - 1553 - udp - sna-cs - sna-cs - - - 1554 - tcp - caci-lm - CACI Products Company License Manager - - - 1554 - udp - caci-lm - CACI Products Company License Manager - - - 1555 - tcp - livelan - livelan - - - 1555 - udp - livelan - livelan - - - 1556 - tcp - veritas-pbx - System.Xml.XmlElement - - - 1556 - tcp - veritas_pbx - VERITAS Private Branch Exchange - - - 1556 - udp - veritas-pbx - System.Xml.XmlElement - - - 1556 - udp - veritas_pbx - VERITAS Private Branch Exchange - - - 1557 - tcp - arbortext-lm - ArborText License Manager - - - 1557 - udp - arbortext-lm - ArborText License Manager - - - 1558 - tcp - xingmpeg - xingmpeg - - - 1558 - udp - xingmpeg - xingmpeg - - - 1559 - tcp - web2host - web2host - - - 1559 - udp - web2host - web2host - - - 1560 - tcp - asci-val - ASCI-RemoteSHADOW - - - 1560 - udp - asci-val - ASCI-RemoteSHADOW - - - 1561 - tcp - facilityview - facilityview - - - 1561 - udp - facilityview - facilityview - - - 1562 - tcp - pconnectmgr - pconnectmgr - - - 1562 - udp - pconnectmgr - pconnectmgr - - - 1563 - tcp - cadabra-lm - Cadabra License Manager - - - 1563 - udp - cadabra-lm - Cadabra License Manager - - - 1564 - tcp - pay-per-view - Pay-Per-View - - - 1564 - udp - pay-per-view - Pay-Per-View - - - 1565 - tcp - winddlb - WinDD - - - 1565 - udp - winddlb - WinDD - - - 1566 - tcp - corelvideo - CORELVIDEO - - - 1566 - udp - corelvideo - CORELVIDEO - - - 1567 - tcp - jlicelmd - jlicelmd - - - 1567 - udp - jlicelmd - jlicelmd - - - 1568 - tcp - tsspmap - tsspmap - - - 1568 - udp - tsspmap - tsspmap - - - 1569 - tcp - ets - ets - - - 1569 - udp - ets - ets - - - 1570 - tcp - orbixd - orbixd - - - 1570 - udp - orbixd - orbixd - - - 1571 - tcp - rdb-dbs-disp - Oracle Remote Data Base - - - 1571 - udp - rdb-dbs-disp - Oracle Remote Data Base - - - 1572 - tcp - chip-lm - Chipcom License Manager - - - 1572 - udp - chip-lm - Chipcom License Manager - - - 1573 - tcp - itscomm-ns - itscomm-ns - - - 1573 - udp - itscomm-ns - itscomm-ns - - - 1574 - tcp - mvel-lm - mvel-lm - - - 1574 - udp - mvel-lm - mvel-lm - - - 1575 - tcp - oraclenames - oraclenames - - - 1575 - udp - oraclenames - oraclenames - - - 1576 - tcp - moldflow-lm - Moldflow License Manager - - - 1576 - udp - moldflow-lm - Moldflow License Manager - - - 1577 - tcp - hypercube-lm - hypercube-lm - - - 1577 - udp - hypercube-lm - hypercube-lm - - - 1578 - tcp - jacobus-lm - Jacobus License Manager - - - 1578 - udp - jacobus-lm - Jacobus License Manager - - - 1579 - tcp - ioc-sea-lm - ioc-sea-lm - - - 1579 - udp - ioc-sea-lm - ioc-sea-lm - - - 1580 - tcp - tn-tl-r1 - tn-tl-r1 - - - 1580 - udp - tn-tl-r2 - tn-tl-r2 - - - 1581 - tcp - mil-2045-47001 - MIL-2045-47001 - - - 1581 - udp - mil-2045-47001 - MIL-2045-47001 - - - 1582 - tcp - msims - MSIMS - - - 1582 - udp - msims - MSIMS - - - 1583 - tcp - simbaexpress - simbaexpress - - - 1583 - udp - simbaexpress - simbaexpress - - - 1584 - tcp - tn-tl-fd2 - tn-tl-fd2 - - - 1584 - udp - tn-tl-fd2 - tn-tl-fd2 - - - 1585 - tcp - intv - intv - - - 1585 - udp - intv - intv - - - 1586 - tcp - ibm-abtact - ibm-abtact - - - 1586 - udp - ibm-abtact - ibm-abtact - - - 1587 - tcp - pra-elmd - System.Xml.XmlElement - - - 1587 - tcp - pra_elmd - pra_elmd - - - 1587 - udp - pra-elmd - System.Xml.XmlElement - - - 1587 - udp - pra_elmd - pra_elmd - - - 1588 - tcp - triquest-lm - triquest-lm - - - 1588 - udp - triquest-lm - triquest-lm - - - 1589 - tcp - vqp - VQP - - - 1589 - udp - vqp - VQP - - - 1590 - tcp - gemini-lm - gemini-lm - - - 1590 - udp - gemini-lm - gemini-lm - - - 1591 - tcp - ncpm-pm - ncpm-pm - - - 1591 - udp - ncpm-pm - ncpm-pm - - - 1592 - tcp - commonspace - commonspace - - - 1592 - udp - commonspace - commonspace - - - 1593 - tcp - mainsoft-lm - mainsoft-lm - - - 1593 - udp - mainsoft-lm - mainsoft-lm - - - 1594 - tcp - sixtrak - sixtrak - - - 1594 - udp - sixtrak - sixtrak - - - 1595 - tcp - radio - radio - - - 1595 - udp - radio - radio - - - 1596 - tcp - radio-sm - radio-sm - - - 1596 - udp - radio-bc - radio-bc - - - 1597 - tcp - orbplus-iiop - orbplus-iiop - - - 1597 - udp - orbplus-iiop - orbplus-iiop - - - 1598 - tcp - picknfs - picknfs - - - 1598 - udp - picknfs - picknfs - - - 1599 - tcp - simbaservices - simbaservices - - - 1599 - udp - simbaservices - simbaservices - - - 1600 - tcp - issd - issd - - - 1600 - udp - issd - issd - - - 1601 - tcp - aas - aas - - - 1601 - udp - aas - aas - - - 1602 - tcp - inspect - inspect - - - 1602 - udp - inspect - inspect - - - 1603 - tcp - picodbc - pickodbc - - - 1603 - udp - picodbc - pickodbc - - - 1604 - tcp - icabrowser - icabrowser - - - 1604 - udp - icabrowser - icabrowser - - - 1605 - tcp - slp - Salutation Manager (Salutation Protocol) - - - 1605 - udp - slp - Salutation Manager (Salutation Protocol) - - - 1606 - tcp - slm-api - Salutation Manager (SLM-API) - - - 1606 - udp - slm-api - Salutation Manager (SLM-API) - - - 1607 - tcp - stt - stt - - - 1607 - udp - stt - stt - - - 1608 - tcp - smart-lm - Smart Corp. License Manager - - - 1608 - udp - smart-lm - Smart Corp. License Manager - - - 1609 - tcp - isysg-lm - isysg-lm - - - 1609 - udp - isysg-lm - isysg-lm - - - 1610 - tcp - taurus-wh - taurus-wh - - - 1610 - udp - taurus-wh - taurus-wh - - - 1611 - tcp - ill - Inter Library Loan - - - 1611 - udp - ill - Inter Library Loan - - - 1612 - tcp - netbill-trans - NetBill Transaction Server - - - 1612 - udp - netbill-trans - NetBill Transaction Server - - - 1613 - tcp - netbill-keyrep - NetBill Key Repository - - - 1613 - udp - netbill-keyrep - NetBill Key Repository - - - 1614 - tcp - netbill-cred - NetBill Credential Server - - - 1614 - udp - netbill-cred - NetBill Credential Server - - - 1615 - tcp - netbill-auth - NetBill Authorization Server - - - 1615 - udp - netbill-auth - NetBill Authorization Server - - - 1616 - tcp - netbill-prod - NetBill Product Server - - - 1616 - udp - netbill-prod - NetBill Product Server - - - 1617 - tcp - nimrod-agent - Nimrod Inter-Agent Communication - - - 1617 - udp - nimrod-agent - Nimrod Inter-Agent Communication - - - 1618 - tcp - skytelnet - skytelnet - - - 1618 - udp - skytelnet - skytelnet - - - 1619 - tcp - xs-openstorage - xs-openstorage - - - 1619 - udp - xs-openstorage - xs-openstorage - - - 1620 - tcp - faxportwinport - faxportwinport - - - 1620 - udp - faxportwinport - faxportwinport - - - 1621 - tcp - softdataphone - softdataphone - - - 1621 - udp - softdataphone - softdataphone - - - 1622 - tcp - ontime - ontime - - - 1622 - udp - ontime - ontime - - - 1623 - tcp - jaleosnd - jaleosnd - - - 1623 - udp - jaleosnd - jaleosnd - - - 1624 - tcp - udp-sr-port - udp-sr-port - - - 1624 - udp - udp-sr-port - udp-sr-port - - - 1625 - tcp - svs-omagent - svs-omagent - - - 1625 - udp - svs-omagent - svs-omagent - - - 1626 - tcp - shockwave - Shockwave - - - 1626 - udp - shockwave - Shockwave - - - 1627 - tcp - t128-gateway - T.128 Gateway - - - 1627 - udp - t128-gateway - T.128 Gateway - - - 1628 - tcp - lontalk-norm - LonTalk normal - - - 1628 - udp - lontalk-norm - LonTalk normal - - - 1629 - tcp - lontalk-urgnt - LonTalk urgent - - - 1629 - udp - lontalk-urgnt - LonTalk urgent - - - 1630 - tcp - oraclenet8cman - Oracle Net8 Cman - - - 1630 - udp - oraclenet8cman - Oracle Net8 Cman - - - 1631 - tcp - visitview - Visit view - - - 1631 - udp - visitview - Visit view - - - 1632 - tcp - pammratc - PAMMRATC - - - 1632 - udp - pammratc - PAMMRATC - - - 1633 - tcp - pammrpc - PAMMRPC - - - 1633 - udp - pammrpc - PAMMRPC - - - 1634 - tcp - loaprobe - Log On America Probe - - - 1634 - udp - loaprobe - Log On America Probe - - - 1635 - tcp - edb-server1 - EDB Server 1 - - - 1635 - udp - edb-server1 - EDB Server 1 - - - 1636 - tcp - isdc - ISP shared public data control - - - 1636 - udp - isdc - ISP shared public data control - - - 1637 - tcp - islc - ISP shared local data control - - - 1637 - udp - islc - ISP shared local data control - - - 1638 - tcp - ismc - ISP shared management control - - - 1638 - udp - ismc - ISP shared management control - - - 1639 - tcp - cert-initiator - cert-initiator - - - 1639 - udp - cert-initiator - cert-initiator - - - 1640 - tcp - cert-responder - cert-responder - - - 1640 - udp - cert-responder - cert-responder - - - 1641 - tcp - invision - InVision - - - 1641 - udp - invision - InVision - - - 1642 - tcp - isis-am - isis-am - - - 1642 - udp - isis-am - isis-am - - - 1643 - tcp - isis-ambc - isis-ambc - - - 1643 - udp - isis-ambc - isis-ambc - - - 1644 - tcp - saiseh - Satellite-data Acquisition System 4 - - - 1644 - udp - saiseh - Satellite-data Acquisition System 4 - - - 1645 - tcp - sightline - SightLine - - - 1645 - udp - sightline - SightLine - - - 1646 - tcp - sa-msg-port - sa-msg-port - - - 1646 - udp - sa-msg-port - sa-msg-port - - - 1647 - tcp - rsap - rsap - - - 1647 - udp - rsap - rsap - - - 1648 - tcp - concurrent-lm - concurrent-lm - - - 1648 - udp - concurrent-lm - concurrent-lm - - - 1649 - tcp - kermit - kermit - - - 1649 - udp - kermit - kermit - - - 1650 - tcp - nkd - nkdn - - - 1650 - udp - nkd - nkd - - - 1651 - tcp - shiva-confsrvr - System.Xml.XmlElement - - - 1651 - tcp - shiva_confsrvr - shiva_confsrvr - - - 1651 - udp - shiva-confsrvr - System.Xml.XmlElement - - - 1651 - udp - shiva_confsrvr - shiva_confsrvr - - - 1652 - tcp - xnmp - xnmp - - - 1652 - udp - xnmp - xnmp - - - 1653 - tcp - alphatech-lm - alphatech-lm - - - 1653 - udp - alphatech-lm - alphatech-lm - - - 1654 - tcp - stargatealerts - stargatealerts - - - 1654 - udp - stargatealerts - stargatealerts - - - 1655 - tcp - dec-mbadmin - dec-mbadmin - - - 1655 - udp - dec-mbadmin - dec-mbadmin - - - 1656 - tcp - dec-mbadmin-h - dec-mbadmin-h - - - 1656 - udp - dec-mbadmin-h - dec-mbadmin-h - - - 1657 - tcp - fujitsu-mmpdc - fujitsu-mmpdc - - - 1657 - udp - fujitsu-mmpdc - fujitsu-mmpdc - - - 1658 - tcp - sixnetudr - sixnetudr - - - 1658 - udp - sixnetudr - sixnetudr - - - 1659 - tcp - sg-lm - Silicon Grail License Manager - - - 1659 - udp - sg-lm - Silicon Grail License Manager - - - 1660 - tcp - skip-mc-gikreq - skip-mc-gikreq - - - 1660 - udp - skip-mc-gikreq - skip-mc-gikreq - - - 1661 - tcp - netview-aix-1 - netview-aix-1 - - - 1661 - udp - netview-aix-1 - netview-aix-1 - - - 1662 - tcp - netview-aix-2 - netview-aix-2 - - - 1662 - udp - netview-aix-2 - netview-aix-2 - - - 1663 - tcp - netview-aix-3 - netview-aix-3 - - - 1663 - udp - netview-aix-3 - netview-aix-3 - - - 1664 - tcp - netview-aix-4 - netview-aix-4 - - - 1664 - udp - netview-aix-4 - netview-aix-4 - - - 1665 - tcp - netview-aix-5 - netview-aix-5 - - - 1665 - udp - netview-aix-5 - netview-aix-5 - - - 1666 - tcp - netview-aix-6 - netview-aix-6 - - - 1666 - udp - netview-aix-6 - netview-aix-6 - - - 1667 - tcp - netview-aix-7 - netview-aix-7 - - - 1667 - udp - netview-aix-7 - netview-aix-7 - - - 1668 - tcp - netview-aix-8 - netview-aix-8 - - - 1668 - udp - netview-aix-8 - netview-aix-8 - - - 1669 - tcp - netview-aix-9 - netview-aix-9 - - - 1669 - udp - netview-aix-9 - netview-aix-9 - - - 1670 - tcp - netview-aix-10 - netview-aix-10 - - - 1670 - udp - netview-aix-10 - netview-aix-10 - - - 1671 - tcp - netview-aix-11 - netview-aix-11 - - - 1671 - udp - netview-aix-11 - netview-aix-11 - - - 1672 - tcp - netview-aix-12 - netview-aix-12 - - - 1672 - udp - netview-aix-12 - netview-aix-12 - - - 1673 - tcp - proshare-mc-1 - Intel Proshare Multicast - - - 1673 - udp - proshare-mc-1 - Intel Proshare Multicast - - - 1674 - tcp - proshare-mc-2 - Intel Proshare Multicast - - - 1674 - udp - proshare-mc-2 - Intel Proshare Multicast - - - 1675 - tcp - pdp - Pacific Data Products - - - 1675 - udp - pdp - Pacific Data Products - - - 1676 - tcp - netcomm1 - netcomm1 - - - 1676 - udp - netcomm2 - netcomm2 - - - 1677 - tcp - groupwise - groupwise - - - 1677 - udp - groupwise - groupwise - - - 1678 - tcp - prolink - prolink - - - 1678 - udp - prolink - prolink - - - 1679 - tcp - darcorp-lm - darcorp-lm - - - 1679 - udp - darcorp-lm - darcorp-lm - - - 1680 - tcp - microcom-sbp - microcom-sbp - - - 1680 - udp - microcom-sbp - microcom-sbp - - - 1681 - tcp - sd-elmd - sd-elmd - - - 1681 - udp - sd-elmd - sd-elmd - - - 1682 - tcp - lanyon-lantern - lanyon-lantern - - - 1682 - udp - lanyon-lantern - lanyon-lantern - - - 1683 - tcp - ncpm-hip - ncpm-hip - - - 1683 - udp - ncpm-hip - ncpm-hip - - - 1684 - tcp - snaresecure - SnareSecure - - - 1684 - udp - snaresecure - SnareSecure - - - 1685 - tcp - n2nremote - n2nremote - - - 1685 - udp - n2nremote - n2nremote - - - 1686 - tcp - cvmon - cvmon - - - 1686 - udp - cvmon - cvmon - - - 1687 - tcp - nsjtp-ctrl - nsjtp-ctrl - - - 1687 - udp - nsjtp-ctrl - nsjtp-ctrl - - - 1688 - tcp - nsjtp-data - nsjtp-data - - - 1688 - udp - nsjtp-data - nsjtp-data - - - 1689 - tcp - firefox - firefox - - - 1689 - udp - firefox - firefox - - - 1690 - tcp - ng-umds - ng-umds - - - 1690 - udp - ng-umds - ng-umds - - - 1691 - tcp - empire-empuma - empire-empuma - - - 1691 - udp - empire-empuma - empire-empuma - - - 1692 - tcp - sstsys-lm - sstsys-lm - - - 1692 - udp - sstsys-lm - sstsys-lm - - - 1693 - tcp - rrirtr - rrirtr - - - 1693 - udp - rrirtr - rrirtr - - - 1694 - tcp - rrimwm - rrimwm - - - 1694 - udp - rrimwm - rrimwm - - - 1695 - tcp - rrilwm - rrilwm - - - 1695 - udp - rrilwm - rrilwm - - - 1696 - tcp - rrifmm - rrifmm - - - 1696 - udp - rrifmm - rrifmm - - - 1697 - tcp - rrisat - rrisat - - - 1697 - udp - rrisat - rrisat - - - 1698 - tcp - rsvp-encap-1 - RSVP-ENCAPSULATION-1 - - - 1698 - udp - rsvp-encap-1 - RSVP-ENCAPSULATION-1 - - - 1699 - tcp - rsvp-encap-2 - RSVP-ENCAPSULATION-2 - - - 1699 - udp - rsvp-encap-2 - RSVP-ENCAPSULATION-2 - - - 1700 - tcp - mps-raft - mps-raft - - - 1700 - udp - mps-raft - mps-raft - - - 1701 - tcp - l2f - l2f - - - 1701 - udp - l2f - l2f - - - 1701 - tcp - l2tp - l2tp - - - 1701 - udp - l2tp - l2tp - - - 1702 - tcp - deskshare - deskshare - - - 1702 - udp - deskshare - deskshare - - - 1703 - tcp - hb-engine - hb-engine - - - 1703 - udp - hb-engine - hb-engine - - - 1704 - tcp - bcs-broker - bcs-broker - - - 1704 - udp - bcs-broker - bcs-broker - - - 1705 - tcp - slingshot - slingshot - - - 1705 - udp - slingshot - slingshot - - - 1706 - tcp - jetform - jetform - - - 1706 - udp - jetform - jetform - - - 1707 - tcp - vdmplay - vdmplay - - - 1707 - udp - vdmplay - vdmplay - - - 1708 - tcp - gat-lmd - gat-lmd - - - 1708 - udp - gat-lmd - gat-lmd - - - 1709 - tcp - centra - centra - - - 1709 - udp - centra - centra - - - 1710 - tcp - impera - impera - - - 1710 - udp - impera - impera - - - 1711 - tcp - pptconference - pptconference - - - 1711 - udp - pptconference - pptconference - - - 1712 - tcp - registrar - resource monitoring service - - - 1712 - udp - registrar - resource monitoring service - - - 1713 - tcp - conferencetalk - ConferenceTalk - - - 1713 - udp - conferencetalk - ConferenceTalk - - - 1714 - tcp - sesi-lm - sesi-lm - - - 1714 - udp - sesi-lm - sesi-lm - - - 1715 - tcp - houdini-lm - houdini-lm - - - 1715 - udp - houdini-lm - houdini-lm - - - 1716 - tcp - xmsg - xmsg - - - 1716 - udp - xmsg - xmsg - - - 1717 - tcp - fj-hdnet - fj-hdnet - - - 1717 - udp - fj-hdnet - fj-hdnet - - - 1718 - tcp - h323gatedisc - H.323 Multicast Gatekeeper Discover - - - 1718 - udp - h323gatedisc - H.323 Multicast Gatekeeper Discover - - - 1719 - tcp - h323gatestat - H.323 Unicast Gatekeeper Signaling - - - 1719 - udp - h323gatestat - H.323 Unicast Gatekeeper Signaling - - - 1720 - tcp - h323hostcall - H.323 Call Control Signalling - - - 1720 - udp - h323hostcall - H.323 Call Control Signalling - - - 1720 - sctp - h323hostcall - H.323 Call Control - - - 1721 - tcp - caicci - caicci - - - 1721 - udp - caicci - caicci - - - 1722 - tcp - hks-lm - HKS License Manager - - - 1722 - udp - hks-lm - HKS License Manager - - - 1723 - tcp - pptp - pptp - - - 1723 - udp - pptp - pptp - - - 1724 - tcp - csbphonemaster - csbphonemaster - - - 1724 - udp - csbphonemaster - csbphonemaster - - - 1725 - tcp - iden-ralp - iden-ralp - - - 1725 - udp - iden-ralp - iden-ralp - - - 1726 - tcp - iberiagames - IBERIAGAMES - - - 1726 - udp - iberiagames - IBERIAGAMES - - - 1727 - tcp - winddx - winddx - - - 1727 - udp - winddx - winddx - - - 1728 - tcp - telindus - TELINDUS - - - 1728 - udp - telindus - TELINDUS - - - 1729 - tcp - citynl - CityNL License Management - - - 1729 - udp - citynl - CityNL License Management - - - 1730 - tcp - roketz - roketz - - - 1730 - udp - roketz - roketz - - - 1731 - tcp - msiccp - MSICCP - - - 1731 - udp - msiccp - MSICCP - - - 1732 - tcp - proxim - proxim - - - 1732 - udp - proxim - proxim - - - 1733 - tcp - siipat - SIMS - SIIPAT Protocol for Alarm Transmission - - - 1733 - udp - siipat - SIMS - SIIPAT Protocol for Alarm Transmission - - - 1734 - tcp - cambertx-lm - Camber Corporation License Management - - - 1734 - udp - cambertx-lm - Camber Corporation License Management - - - 1735 - tcp - privatechat - PrivateChat - - - 1735 - udp - privatechat - PrivateChat - - - 1736 - tcp - street-stream - street-stream - - - 1736 - udp - street-stream - street-stream - - - 1737 - tcp - ultimad - ultimad - - - 1737 - udp - ultimad - ultimad - - - 1738 - tcp - gamegen1 - GameGen1 - - - 1738 - udp - gamegen1 - GameGen1 - - - 1739 - tcp - webaccess - webaccess - - - 1739 - udp - webaccess - webaccess - - - 1740 - tcp - encore - encore - - - 1740 - udp - encore - encore - - - 1741 - tcp - cisco-net-mgmt - cisco-net-mgmt - - - 1741 - udp - cisco-net-mgmt - cisco-net-mgmt - - - 1742 - tcp - 3Com-nsd - 3Com-nsd - - - 1742 - udp - 3Com-nsd - 3Com-nsd - - - 1743 - tcp - cinegrfx-lm - Cinema Graphics License Manager - - - 1743 - udp - cinegrfx-lm - Cinema Graphics License Manager - - - 1744 - tcp - ncpm-ft - ncpm-ft - - - 1744 - udp - ncpm-ft - ncpm-ft - - - 1745 - tcp - remote-winsock - remote-winsock - - - 1745 - udp - remote-winsock - remote-winsock - - - 1746 - tcp - ftrapid-1 - ftrapid-1 - - - 1746 - udp - ftrapid-1 - ftrapid-1 - - - 1747 - tcp - ftrapid-2 - ftrapid-2 - - - 1747 - udp - ftrapid-2 - ftrapid-2 - - - 1748 - tcp - oracle-em1 - oracle-em1 - - - 1748 - udp - oracle-em1 - oracle-em1 - - - 1749 - tcp - aspen-services - aspen-services - - - 1749 - udp - aspen-services - aspen-services - - - 1750 - tcp - sslp - Simple Socket Library's PortMaster - - - 1750 - udp - sslp - Simple Socket Library's PortMaster - - - 1751 - tcp - swiftnet - SwiftNet - - - 1751 - udp - swiftnet - SwiftNet - - - 1752 - tcp - lofr-lm - Leap of Faith Research License Manager - - - 1752 - udp - lofr-lm - Leap of Faith Research License Manager - - - 1753 - tcp - predatar-comms - Predatar Comms Service - - - 1753 - udp - record - Reserved - - - 1754 - tcp - oracle-em2 - oracle-em2 - - - 1754 - udp - oracle-em2 - oracle-em2 - - - 1755 - tcp - ms-streaming - ms-streaming - - - 1755 - udp - ms-streaming - ms-streaming - - - 1756 - tcp - capfast-lmd - capfast-lmd - - - 1756 - udp - capfast-lmd - capfast-lmd - - - 1757 - tcp - cnhrp - cnhrp - - - 1757 - udp - cnhrp - cnhrp - - - 1758 - tcp - tftp-mcast - tftp-mcast - - - 1758 - udp - tftp-mcast - tftp-mcast - - - 1759 - tcp - spss-lm - SPSS License Manager - - - 1759 - udp - spss-lm - SPSS License Manager - - - 1760 - tcp - www-ldap-gw - www-ldap-gw - - - 1760 - udp - www-ldap-gw - www-ldap-gw - - - 1761 - tcp - cft-0 - cft-0 - - - 1761 - udp - cft-0 - cft-0 - - - 1762 - tcp - cft-1 - cft-1 - - - 1762 - udp - cft-1 - cft-1 - - - 1763 - tcp - cft-2 - cft-2 - - - 1763 - udp - cft-2 - cft-2 - - - 1764 - tcp - cft-3 - cft-3 - - - 1764 - udp - cft-3 - cft-3 - - - 1765 - tcp - cft-4 - cft-4 - - - 1765 - udp - cft-4 - cft-4 - - - 1766 - tcp - cft-5 - cft-5 - - - 1766 - udp - cft-5 - cft-5 - - - 1767 - tcp - cft-6 - cft-6 - - - 1767 - udp - cft-6 - cft-6 - - - 1768 - tcp - cft-7 - cft-7 - - - 1768 - udp - cft-7 - cft-7 - - - 1769 - tcp - bmc-net-adm - bmc-net-adm - - - 1769 - udp - bmc-net-adm - bmc-net-adm - - - 1770 - tcp - bmc-net-svc - bmc-net-svc - - - 1770 - udp - bmc-net-svc - bmc-net-svc - - - 1771 - tcp - vaultbase - vaultbase - - - 1771 - udp - vaultbase - vaultbase - - - 1772 - tcp - essweb-gw - EssWeb Gateway - - - 1772 - udp - essweb-gw - EssWeb Gateway - - - 1773 - tcp - kmscontrol - KMSControl - - - 1773 - udp - kmscontrol - KMSControl - - - 1774 - tcp - global-dtserv - global-dtserv - - - 1774 - udp - global-dtserv - global-dtserv - - - 1775 - tcp - vdab - data interchange between visual processing containers - - - 1775 - udp - record - Reserved - - - 1776 - tcp - femis - Federal Emergency Management Information System - - - 1776 - udp - femis - Federal Emergency Management Information System - - - 1777 - tcp - powerguardian - powerguardian - - - 1777 - udp - powerguardian - powerguardian - - - 1778 - tcp - prodigy-intrnet - prodigy-internet - - - 1778 - udp - prodigy-intrnet - prodigy-internet - - - 1779 - tcp - pharmasoft - pharmasoft - - - 1779 - udp - pharmasoft - pharmasoft - - - 1780 - tcp - dpkeyserv - dpkeyserv - - - 1780 - udp - dpkeyserv - dpkeyserv - - - 1781 - tcp - answersoft-lm - answersoft-lm - - - 1781 - udp - answersoft-lm - answersoft-lm - - - 1782 - tcp - hp-hcip - hp-hcip - - - 1782 - udp - hp-hcip - hp-hcip - - - 1784 - tcp - finle-lm - Finle License Manager - - - 1784 - udp - finle-lm - Finle License Manager - - - 1785 - tcp - windlm - Wind River Systems License Manager - - - 1785 - udp - windlm - Wind River Systems License Manager - - - 1786 - tcp - funk-logger - funk-logger - - - 1786 - udp - funk-logger - funk-logger - - - 1787 - tcp - funk-license - funk-license - - - 1787 - udp - funk-license - funk-license - - - 1788 - tcp - psmond - psmond - - - 1788 - udp - psmond - psmond - - - 1789 - tcp - hello - hello - - - 1789 - udp - hello - hello - - - 1790 - tcp - nmsp - Narrative Media Streaming Protocol - - - 1790 - udp - nmsp - Narrative Media Streaming Protocol - - - 1791 - tcp - ea1 - EA1 - - - 1791 - udp - ea1 - EA1 - - - 1792 - tcp - ibm-dt-2 - ibm-dt-2 - - - 1792 - udp - ibm-dt-2 - ibm-dt-2 - - - 1793 - tcp - rsc-robot - rsc-robot - - - 1793 - udp - rsc-robot - rsc-robot - - - 1794 - tcp - cera-bcm - cera-bcm - - - 1794 - udp - cera-bcm - cera-bcm - - - 1795 - tcp - dpi-proxy - dpi-proxy - - - 1795 - udp - dpi-proxy - dpi-proxy - - - 1796 - tcp - vocaltec-admin - Vocaltec Server Administration - - - 1796 - udp - vocaltec-admin - Vocaltec Server Administration - - - 1797 - tcp - uma - UMA - - - 1797 - udp - uma - UMA - - - 1798 - tcp - etp - Event Transfer Protocol - - - 1798 - udp - etp - Event Transfer Protocol - - - 1799 - tcp - netrisk - NETRISK - - - 1799 - udp - netrisk - NETRISK - - - 1800 - tcp - ansys-lm - ANSYS-License manager - - - 1800 - udp - ansys-lm - ANSYS-License manager - - - 1801 - tcp - msmq - Microsoft Message Que - - - 1801 - udp - msmq - Microsoft Message Que - - - 1802 - tcp - concomp1 - ConComp1 - - - 1802 - udp - concomp1 - ConComp1 - - - 1803 - tcp - hp-hcip-gwy - HP-HCIP-GWY - - - 1803 - udp - hp-hcip-gwy - HP-HCIP-GWY - - - 1804 - tcp - enl - ENL - - - 1804 - udp - enl - ENL - - - 1805 - tcp - enl-name - ENL-Name - - - 1805 - udp - enl-name - ENL-Name - - - 1806 - tcp - musiconline - Musiconline - - - 1806 - udp - musiconline - Musiconline - - - 1807 - tcp - fhsp - Fujitsu Hot Standby Protocol - - - 1807 - udp - fhsp - Fujitsu Hot Standby Protocol - - - 1808 - tcp - oracle-vp2 - Oracle-VP2 - - - 1808 - udp - oracle-vp2 - Oracle-VP2 - - - 1809 - tcp - oracle-vp1 - Oracle-VP1 - - - 1809 - udp - oracle-vp1 - Oracle-VP1 - - - 1810 - tcp - jerand-lm - Jerand License Manager - - - 1810 - udp - jerand-lm - Jerand License Manager - - - 1811 - tcp - scientia-sdb - Scientia-SDB - - - 1811 - udp - scientia-sdb - Scientia-SDB - - - 1812 - tcp - radius - RADIUS - - - 1812 - udp - radius - RADIUS - - - 1813 - tcp - radius-acct - RADIUS Accounting - - - 1813 - udp - radius-acct - RADIUS Accounting - - - 1814 - tcp - tdp-suite - TDP Suite - - - 1814 - udp - tdp-suite - TDP Suite - - - 1815 - tcp - mmpft - MMPFT - - - 1815 - udp - mmpft - MMPFT - - - 1816 - tcp - harp - HARP - - - 1816 - udp - harp - HARP - - - 1817 - tcp - rkb-oscs - RKB-OSCS - - - 1817 - udp - rkb-oscs - RKB-OSCS - - - 1818 - tcp - etftp - Enhanced Trivial File Transfer Protocol - - - 1818 - udp - etftp - Enhanced Trivial File Transfer Protocol - - - 1819 - tcp - plato-lm - Plato License Manager - - - 1819 - udp - plato-lm - Plato License Manager - - - 1820 - tcp - mcagent - mcagent - - - 1820 - udp - mcagent - mcagent - - - 1821 - tcp - donnyworld - donnyworld - - - 1821 - udp - donnyworld - donnyworld - - - 1822 - tcp - es-elmd - es-elmd - - - 1822 - udp - es-elmd - es-elmd - - - 1823 - tcp - unisys-lm - Unisys Natural Language License Manager - - - 1823 - udp - unisys-lm - Unisys Natural Language License Manager - - - 1824 - tcp - metrics-pas - metrics-pas - - - 1824 - udp - metrics-pas - metrics-pas - - - 1825 - tcp - direcpc-video - DirecPC Video - - - 1825 - udp - direcpc-video - DirecPC Video - - - 1826 - tcp - ardt - ARDT - - - 1826 - udp - ardt - ARDT - - - 1827 - tcp - asi - ASI - - - 1827 - udp - asi - ASI - - - 1828 - tcp - itm-mcell-u - itm-mcell-u - - - 1828 - udp - itm-mcell-u - itm-mcell-u - - - 1829 - tcp - optika-emedia - Optika eMedia - - - 1829 - udp - optika-emedia - Optika eMedia - - - 1830 - tcp - net8-cman - Oracle Net8 CMan Admin - - - 1830 - udp - net8-cman - Oracle Net8 CMan Admin - - - 1831 - tcp - myrtle - Myrtle - - - 1831 - udp - myrtle - Myrtle - - - 1832 - tcp - tht-treasure - ThoughtTreasure - - - 1832 - udp - tht-treasure - ThoughtTreasure - - - 1833 - tcp - udpradio - udpradio - - - 1833 - udp - udpradio - udpradio - - - 1834 - tcp - ardusuni - ARDUS Unicast - - - 1834 - udp - ardusuni - ARDUS Unicast - - - 1835 - tcp - ardusmul - ARDUS Multicast - - - 1835 - udp - ardusmul - ARDUS Multicast - - - 1836 - tcp - ste-smsc - ste-smsc - - - 1836 - udp - ste-smsc - ste-smsc - - - 1837 - tcp - csoft1 - csoft1 - - - 1837 - udp - csoft1 - csoft1 - - - 1838 - tcp - talnet - TALNET - - - 1838 - udp - talnet - TALNET - - - 1839 - tcp - netopia-vo1 - netopia-vo1 - - - 1839 - udp - netopia-vo1 - netopia-vo1 - - - 1840 - tcp - netopia-vo2 - netopia-vo2 - - - 1840 - udp - netopia-vo2 - netopia-vo2 - - - 1841 - tcp - netopia-vo3 - netopia-vo3 - - - 1841 - udp - netopia-vo3 - netopia-vo3 - - - 1842 - tcp - netopia-vo4 - netopia-vo4 - - - 1842 - udp - netopia-vo4 - netopia-vo4 - - - 1843 - tcp - netopia-vo5 - netopia-vo5 - - - 1843 - udp - netopia-vo5 - netopia-vo5 - - - 1844 - tcp - direcpc-dll - DirecPC-DLL - - - 1844 - udp - direcpc-dll - DirecPC-DLL - - - 1845 - tcp - altalink - altalink - - - 1845 - udp - altalink - altalink - - - 1846 - tcp - tunstall-pnc - Tunstall PNC - - - 1846 - udp - tunstall-pnc - Tunstall PNC - - - 1847 - tcp - slp-notify - SLP Notification - - - 1847 - udp - slp-notify - SLP Notification - - - 1848 - tcp - fjdocdist - fjdocdist - - - 1848 - udp - fjdocdist - fjdocdist - - - 1849 - tcp - alpha-sms - ALPHA-SMS - - - 1849 - udp - alpha-sms - ALPHA-SMS - - - 1850 - tcp - gsi - GSI - - - 1850 - udp - gsi - GSI - - - 1851 - tcp - ctcd - ctcd - - - 1851 - udp - ctcd - ctcd - - - 1852 - tcp - virtual-time - Virtual Time - - - 1852 - udp - virtual-time - Virtual Time - - - 1853 - tcp - vids-avtp - VIDS-AVTP - - - 1853 - udp - vids-avtp - VIDS-AVTP - - - 1854 - tcp - buddy-draw - Buddy Draw - - - 1854 - udp - buddy-draw - Buddy Draw - - - 1855 - tcp - fiorano-rtrsvc - Fiorano RtrSvc - - - 1855 - udp - fiorano-rtrsvc - Fiorano RtrSvc - - - 1856 - tcp - fiorano-msgsvc - Fiorano MsgSvc - - - 1856 - udp - fiorano-msgsvc - Fiorano MsgSvc - - - 1857 - tcp - datacaptor - DataCaptor - - - 1857 - udp - datacaptor - DataCaptor - - - 1858 - tcp - privateark - PrivateArk - - - 1858 - udp - privateark - PrivateArk - - - 1859 - tcp - gammafetchsvr - Gamma Fetcher Server - - - 1859 - udp - gammafetchsvr - Gamma Fetcher Server - - - 1860 - tcp - sunscalar-svc - SunSCALAR Services - - - 1860 - udp - sunscalar-svc - SunSCALAR Services - - - 1861 - tcp - lecroy-vicp - LeCroy VICP - - - 1861 - udp - lecroy-vicp - LeCroy VICP - - - 1862 - tcp - mysql-cm-agent - MySQL Cluster Manager Agent - - - 1862 - udp - mysql-cm-agent - MySQL Cluster Manager Agent - - - 1863 - tcp - msnp - MSNP - - - 1863 - udp - msnp - MSNP - - - 1864 - tcp - paradym-31port - Paradym 31 Port - - - 1864 - udp - paradym-31port - Paradym 31 Port - - - 1865 - tcp - entp - ENTP - - - 1865 - udp - entp - ENTP - - - 1866 - tcp - swrmi - swrmi - - - 1866 - udp - swrmi - swrmi - - - 1867 - tcp - udrive - UDRIVE - - - 1867 - udp - udrive - UDRIVE - - - 1868 - tcp - viziblebrowser - VizibleBrowser - - - 1868 - udp - viziblebrowser - VizibleBrowser - - - 1869 - tcp - transact - TransAct - - - 1869 - udp - transact - TransAct - - - 1870 - tcp - sunscalar-dns - SunSCALAR DNS Service - - - 1870 - udp - sunscalar-dns - SunSCALAR DNS Service - - - 1871 - tcp - canocentral0 - Cano Central 0 - - - 1871 - udp - canocentral0 - Cano Central 0 - - - 1872 - tcp - canocentral1 - Cano Central 1 - - - 1872 - udp - canocentral1 - Cano Central 1 - - - 1873 - tcp - fjmpjps - Fjmpjps - - - 1873 - udp - fjmpjps - Fjmpjps - - - 1874 - tcp - fjswapsnp - Fjswapsnp - - - 1874 - udp - fjswapsnp - Fjswapsnp - - - 1875 - tcp - westell-stats - westell stats - - - 1875 - udp - westell-stats - westell stats - - - 1876 - tcp - ewcappsrv - ewcappsrv - - - 1876 - udp - ewcappsrv - ewcappsrv - - - 1877 - tcp - hp-webqosdb - hp-webqosdb - - - 1877 - udp - hp-webqosdb - hp-webqosdb - - - 1878 - tcp - drmsmc - drmsmc - - - 1878 - udp - drmsmc - drmsmc - - - 1879 - tcp - nettgain-nms - NettGain NMS - - - 1879 - udp - nettgain-nms - NettGain NMS - - - 1880 - tcp - vsat-control - Gilat VSAT Control - - - 1880 - udp - vsat-control - Gilat VSAT Control - - - 1881 - tcp - ibm-mqseries2 - IBM WebSphere MQ Everyplace - - - 1881 - udp - ibm-mqseries2 - IBM WebSphere MQ Everyplace - - - 1882 - tcp - ecsqdmn - CA eTrust Common Services - - - 1882 - udp - ecsqdmn - CA eTrust Common Services - - - 1883 - tcp - mqtt - Message Queuing Telemetry Transport Protocol - - - 1883 - udp - mqtt - Message Queuing Telemetry Transport Protocol - - - 1884 - tcp - idmaps - Internet Distance Map Svc - - - 1884 - udp - idmaps - Internet Distance Map Svc - - - 1885 - tcp - vrtstrapserver - Veritas Trap Server - - - 1885 - udp - vrtstrapserver - Veritas Trap Server - - - 1886 - tcp - leoip - Leonardo over IP - - - 1886 - udp - leoip - Leonardo over IP - - - 1887 - tcp - filex-lport - FileX Listening Port - - - 1887 - udp - filex-lport - FileX Listening Port - - - 1888 - tcp - ncconfig - NC Config Port - - - 1888 - udp - ncconfig - NC Config Port - - - 1889 - tcp - unify-adapter - Unify Web Adapter Service - - - 1889 - udp - unify-adapter - Unify Web Adapter Service - - - 1890 - tcp - wilkenlistener - wilkenListener - - - 1890 - udp - wilkenlistener - wilkenListener - - - 1891 - tcp - childkey-notif - ChildKey Notification - - - 1891 - udp - childkey-notif - ChildKey Notification - - - 1892 - tcp - childkey-ctrl - ChildKey Control - - - 1892 - udp - childkey-ctrl - ChildKey Control - - - 1893 - tcp - elad - ELAD Protocol - - - 1893 - udp - elad - ELAD Protocol - - - 1894 - tcp - o2server-port - O2Server Port - - - 1894 - udp - o2server-port - O2Server Port - - - 1895 - tcp - record - unassigned - - - 1895 - udp - record - unassigned - - - 1896 - tcp - b-novative-ls - b-novative license server - - - 1896 - udp - b-novative-ls - b-novative license server - - - 1897 - tcp - metaagent - MetaAgent - - - 1897 - udp - metaagent - MetaAgent - - - 1898 - tcp - cymtec-port - Cymtec secure management - - - 1898 - udp - cymtec-port - Cymtec secure management - - - 1899 - tcp - mc2studios - MC2Studios - - - 1899 - udp - mc2studios - MC2Studios - - - 1900 - tcp - ssdp - SSDP - - - 1900 - udp - ssdp - SSDP - - - 1901 - tcp - fjicl-tep-a - Fujitsu ICL Terminal Emulator Program A - - - 1901 - udp - fjicl-tep-a - Fujitsu ICL Terminal Emulator Program A - - - 1902 - tcp - fjicl-tep-b - Fujitsu ICL Terminal Emulator Program B - - - 1902 - udp - fjicl-tep-b - Fujitsu ICL Terminal Emulator Program B - - - 1903 - tcp - linkname - Local Link Name Resolution - - - 1903 - udp - linkname - Local Link Name Resolution - - - 1904 - tcp - fjicl-tep-c - Fujitsu ICL Terminal Emulator Program C - - - 1904 - udp - fjicl-tep-c - Fujitsu ICL Terminal Emulator Program C - - - 1905 - tcp - sugp - Secure UP.Link Gateway Protocol - - - 1905 - udp - sugp - Secure UP.Link Gateway Protocol - - - 1906 - tcp - tpmd - TPortMapperReq - - - 1906 - udp - tpmd - TPortMapperReq - - - 1907 - tcp - intrastar - IntraSTAR - - - 1907 - udp - intrastar - IntraSTAR - - - 1908 - tcp - dawn - Dawn - - - 1908 - udp - dawn - Dawn - - - 1909 - tcp - global-wlink - Global World Link - - - 1909 - udp - global-wlink - Global World Link - - - 1910 - tcp - ultrabac - UltraBac Software communications port - - - 1910 - udp - ultrabac - UltraBac Software communications port - - - 1911 - tcp - mtp - Starlight Networks Multimedia Transport Protocol - - - 1911 - udp - mtp - Starlight Networks Multimedia Transport Protocol - - - 1912 - tcp - rhp-iibp - rhp-iibp - - - 1912 - udp - rhp-iibp - rhp-iibp - - - 1913 - tcp - armadp - armadp - - - 1913 - udp - armadp - armadp - - - 1914 - tcp - elm-momentum - Elm-Momentum - - - 1914 - udp - elm-momentum - Elm-Momentum - - - 1915 - tcp - facelink - FACELINK - - - 1915 - udp - facelink - FACELINK - - - 1916 - tcp - persona - Persoft Persona - - - 1916 - udp - persona - Persoft Persona - - - 1917 - tcp - noagent - nOAgent - - - 1917 - udp - noagent - nOAgent - - - 1918 - tcp - can-nds - IBM Tivole Directory Service - NDS - - - 1918 - udp - can-nds - IBM Tivole Directory Service - NDS - - - 1919 - tcp - can-dch - IBM Tivoli Directory Service - DCH - - - 1919 - udp - can-dch - IBM Tivoli Directory Service - DCH - - - 1920 - tcp - can-ferret - IBM Tivoli Directory Service - FERRET - - - 1920 - udp - can-ferret - IBM Tivoli Directory Service - FERRET - - - 1921 - tcp - noadmin - NoAdmin - - - 1921 - udp - noadmin - NoAdmin - - - 1922 - tcp - tapestry - Tapestry - - - 1922 - udp - tapestry - Tapestry - - - 1923 - tcp - spice - SPICE - - - 1923 - udp - spice - SPICE - - - 1924 - tcp - xiip - XIIP - - - 1924 - udp - xiip - XIIP - - - 1925 - tcp - discovery-port - Surrogate Discovery Port - - - 1925 - udp - discovery-port - Surrogate Discovery Port - - - 1926 - tcp - egs - Evolution Game Server - - - 1926 - udp - egs - Evolution Game Server - - - 1927 - tcp - videte-cipc - Videte CIPC Port - - - 1927 - udp - videte-cipc - Videte CIPC Port - - - 1928 - tcp - emsd-port - Expnd Maui Srvr Dscovr - - - 1928 - udp - emsd-port - Expnd Maui Srvr Dscovr - - - 1929 - tcp - bandwiz-system - Bandwiz System - Server - - - 1929 - udp - bandwiz-system - Bandwiz System - Server - - - 1930 - tcp - driveappserver - Drive AppServer - - - 1930 - udp - driveappserver - Drive AppServer - - - 1931 - tcp - amdsched - AMD SCHED - - - 1931 - udp - amdsched - AMD SCHED - - - 1932 - tcp - ctt-broker - CTT Broker - - - 1932 - udp - ctt-broker - CTT Broker - - - 1933 - tcp - xmapi - IBM LM MT Agent - - - 1933 - udp - xmapi - IBM LM MT Agent - - - 1934 - tcp - xaapi - IBM LM Appl Agent - - - 1934 - udp - xaapi - IBM LM Appl Agent - - - 1935 - tcp - macromedia-fcs - Macromedia Flash Communications Server MX - - - 1935 - udp - macromedia-fcs - Macromedia Flash Communications server MX - - - 1936 - tcp - jetcmeserver - JetCmeServer Server Port - - - 1936 - udp - jetcmeserver - JetCmeServer Server Port - - - 1937 - tcp - jwserver - JetVWay Server Port - - - 1937 - udp - jwserver - JetVWay Server Port - - - 1938 - tcp - jwclient - JetVWay Client Port - - - 1938 - udp - jwclient - JetVWay Client Port - - - 1939 - tcp - jvserver - JetVision Server Port - - - 1939 - udp - jvserver - JetVision Server Port - - - 1940 - tcp - jvclient - JetVision Client Port - - - 1940 - udp - jvclient - JetVision Client Port - - - 1941 - tcp - dic-aida - DIC-Aida - - - 1941 - udp - dic-aida - DIC-Aida - - - 1942 - tcp - res - Real Enterprise Service - - - 1942 - udp - res - Real Enterprise Service - - - 1943 - tcp - beeyond-media - Beeyond Media - - - 1943 - udp - beeyond-media - Beeyond Media - - - 1944 - tcp - close-combat - close-combat - - - 1944 - udp - close-combat - close-combat - - - 1945 - tcp - dialogic-elmd - dialogic-elmd - - - 1945 - udp - dialogic-elmd - dialogic-elmd - - - 1946 - tcp - tekpls - tekpls - - - 1946 - udp - tekpls - tekpls - - - 1947 - tcp - sentinelsrm - SentinelSRM - - - 1947 - udp - sentinelsrm - SentinelSRM - - - 1948 - tcp - eye2eye - eye2eye - - - 1948 - udp - eye2eye - eye2eye - - - 1949 - tcp - ismaeasdaqlive - ISMA Easdaq Live - - - 1949 - udp - ismaeasdaqlive - ISMA Easdaq Live - - - 1950 - tcp - ismaeasdaqtest - ISMA Easdaq Test - - - 1950 - udp - ismaeasdaqtest - ISMA Easdaq Test - - - 1951 - tcp - bcs-lmserver - bcs-lmserver - - - 1951 - udp - bcs-lmserver - bcs-lmserver - - - 1952 - tcp - mpnjsc - mpnjsc - - - 1952 - udp - mpnjsc - mpnjsc - - - 1953 - tcp - rapidbase - Rapid Base - - - 1953 - udp - rapidbase - Rapid Base - - - 1954 - tcp - abr-api - ABR-API (diskbridge) - - - 1954 - udp - abr-api - ABR-API (diskbridge) - - - 1955 - tcp - abr-secure - ABR-Secure Data (diskbridge) - - - 1955 - udp - abr-secure - ABR-Secure Data (diskbridge) - - - 1956 - tcp - vrtl-vmf-ds - Vertel VMF DS - - - 1956 - udp - vrtl-vmf-ds - Vertel VMF DS - - - 1957 - tcp - unix-status - unix-status - - - 1957 - udp - unix-status - unix-status - - - 1958 - tcp - dxadmind - CA Administration Daemon - - - 1958 - udp - dxadmind - CA Administration Daemon - - - 1959 - tcp - simp-all - SIMP Channel - - - 1959 - udp - simp-all - SIMP Channel - - - 1960 - tcp - nasmanager - Merit DAC NASmanager - - - 1960 - udp - nasmanager - Merit DAC NASmanager - - - 1961 - tcp - bts-appserver - BTS APPSERVER - - - 1961 - udp - bts-appserver - BTS APPSERVER - - - 1962 - tcp - biap-mp - BIAP-MP - - - 1962 - udp - biap-mp - BIAP-MP - - - 1963 - tcp - webmachine - WebMachine - - - 1963 - udp - webmachine - WebMachine - - - 1964 - tcp - solid-e-engine - SOLID E ENGINE - - - 1964 - udp - solid-e-engine - SOLID E ENGINE - - - 1965 - tcp - tivoli-npm - Tivoli NPM - - - 1965 - udp - tivoli-npm - Tivoli NPM - - - 1966 - tcp - slush - Slush - - - 1966 - udp - slush - Slush - - - 1967 - tcp - sns-quote - SNS Quote - - - 1967 - udp - sns-quote - SNS Quote - - - 1968 - tcp - lipsinc - LIPSinc - - - 1968 - udp - lipsinc - LIPSinc - - - 1969 - tcp - lipsinc1 - LIPSinc 1 - - - 1969 - udp - lipsinc1 - LIPSinc 1 - - - 1970 - tcp - netop-rc - NetOp Remote Control - - - 1970 - udp - netop-rc - NetOp Remote Control - - - 1971 - tcp - netop-school - NetOp School - - - 1971 - udp - netop-school - NetOp School - - - 1972 - tcp - intersys-cache - Cache - - - 1972 - udp - intersys-cache - Cache - - - 1973 - tcp - dlsrap - Data Link Switching Remote Access Protocol - - - 1973 - udp - dlsrap - Data Link Switching Remote Access Protocol - - - 1974 - tcp - drp - DRP - - - 1974 - udp - drp - DRP - - - 1975 - tcp - tcoflashagent - TCO Flash Agent - - - 1975 - udp - tcoflashagent - TCO Flash Agent - - - 1976 - tcp - tcoregagent - TCO Reg Agent - - - 1976 - udp - tcoregagent - TCO Reg Agent - - - 1977 - tcp - tcoaddressbook - TCO Address Book - - - 1977 - udp - tcoaddressbook - TCO Address Book - - - 1978 - tcp - unisql - UniSQL - - - 1978 - udp - unisql - UniSQL - - - 1979 - tcp - unisql-java - UniSQL Java - - - 1979 - udp - unisql-java - UniSQL Java - - - 1980 - tcp - pearldoc-xact - PearlDoc XACT - - - 1980 - udp - pearldoc-xact - PearlDoc XACT - - - 1981 - tcp - p2pq - p2pQ - - - 1981 - udp - p2pq - p2pQ - - - 1982 - tcp - estamp - Evidentiary Timestamp - - - 1982 - udp - estamp - Evidentiary Timestamp - - - 1983 - tcp - lhtp - Loophole Test Protocol - - - 1983 - udp - lhtp - Loophole Test Protocol - - - 1984 - tcp - bb - BB - - - 1984 - udp - bb - BB - - - 1985 - tcp - hsrp - Hot Standby Router Protocol - - - 1985 - udp - hsrp - Hot Standby Router Protocol - - - 1986 - tcp - licensedaemon - cisco license management - - - 1986 - udp - licensedaemon - cisco license management - - - 1987 - tcp - tr-rsrb-p1 - cisco RSRB Priority 1 port - - - 1987 - udp - tr-rsrb-p1 - cisco RSRB Priority 1 port - - - 1988 - tcp - tr-rsrb-p2 - cisco RSRB Priority 2 port - - - 1988 - udp - tr-rsrb-p2 - cisco RSRB Priority 2 port - - - 1989 - tcp - tr-rsrb-p3 - cisco RSRB Priority 3 port - - - 1989 - udp - tr-rsrb-p3 - cisco RSRB Priority 3 port - - - 1989 - tcp - mshnet - MHSnet system - - - 1989 - udp - mshnet - MHSnet system - - - 1990 - tcp - stun-p1 - cisco STUN Priority 1 port - - - 1990 - udp - stun-p1 - cisco STUN Priority 1 port - - - 1991 - tcp - stun-p2 - cisco STUN Priority 2 port - - - 1991 - udp - stun-p2 - cisco STUN Priority 2 port - - - 1992 - tcp - stun-p3 - cisco STUN Priority 3 port - - - 1992 - udp - stun-p3 - cisco STUN Priority 3 port - - - 1992 - tcp - ipsendmsg - IPsendmsg - - - 1992 - udp - ipsendmsg - IPsendmsg - - - 1993 - tcp - snmp-tcp-port - cisco SNMP TCP port - - - 1993 - udp - snmp-tcp-port - cisco SNMP TCP port - - - 1994 - tcp - stun-port - cisco serial tunnel port - - - 1994 - udp - stun-port - cisco serial tunnel port - - - 1995 - tcp - perf-port - cisco perf port - - - 1995 - udp - perf-port - cisco perf port - - - 1996 - tcp - tr-rsrb-port - cisco Remote SRB port - - - 1996 - udp - tr-rsrb-port - cisco Remote SRB port - - - 1997 - tcp - gdp-port - cisco Gateway Discovery Protocol - - - 1997 - udp - gdp-port - cisco Gateway Discovery Protocol - - - 1998 - tcp - x25-svc-port - cisco X.25 service (XOT) - - - 1998 - udp - x25-svc-port - cisco X.25 service (XOT) - - - 1999 - tcp - tcp-id-port - cisco identification port - - - 1999 - udp - tcp-id-port - cisco identification port - - - 2000 - tcp - cisco-sccp - Cisco SCCP - - - 2000 - udp - cisco-sccp - Cisco SCCp - - - 2001 - tcp - dc - - - - - 2001 - udp - wizard - curry - - - 2002 - tcp - globe - - - - - 2002 - udp - globe - - - - - 2003 - tcp - brutus - Brutus Server - - - 2003 - udp - brutus - Brutus Server - - - 2004 - tcp - mailbox - - - - - 2004 - udp - emce - CCWS mm conf - - - 2005 - tcp - berknet - - - - - 2005 - udp - oracle - - - - - 2006 - tcp - invokator - - - - - 2006 - udp - raid-cd - raid - - - 2007 - tcp - dectalk - - - - - 2007 - udp - raid-am - - - - - 2008 - tcp - conf - - - - - 2008 - udp - terminaldb - - - - - 2009 - tcp - news - - - - - 2009 - udp - whosockami - - - - - 2010 - tcp - search - - - - - 2010 - udp - pipe-server - System.Xml.XmlElement - - - 2010 - udp - pipe_server - - - - - 2011 - tcp - raid-cc - raid - - - 2011 - udp - servserv - - - - - 2012 - tcp - ttyinfo - - - - - 2012 - udp - raid-ac - - - - - 2013 - tcp - raid-am - - - - - 2013 - udp - raid-cd - - - - - 2014 - tcp - troff - - - - - 2014 - udp - raid-sf - - - - - 2015 - tcp - cypress - - - - - 2015 - udp - raid-cs - - - - - 2016 - tcp - bootserver - - - - - 2016 - udp - bootserver - - - - - 2017 - tcp - cypress-stat - - - - - 2017 - udp - bootclient - - - - - 2018 - tcp - terminaldb - - - - - 2018 - udp - rellpack - - - - - 2019 - tcp - whosockami - - - - - 2019 - udp - about - - - - - 2020 - tcp - xinupageserver - - - - - 2020 - udp - xinupageserver - - - - - 2021 - tcp - servexec - - - - - 2021 - udp - xinuexpansion1 - - - - - 2022 - tcp - down - - - - - 2022 - udp - xinuexpansion2 - - - - - 2023 - tcp - xinuexpansion3 - - - - - 2023 - udp - xinuexpansion3 - - - - - 2024 - tcp - xinuexpansion4 - - - - - 2024 - udp - xinuexpansion4 - - - - - 2025 - tcp - ellpack - - - - - 2025 - udp - xribs - - - - - 2026 - tcp - scrabble - - - - - 2026 - udp - scrabble - - - - - 2027 - tcp - shadowserver - - - - - 2027 - udp - shadowserver - - - - - 2028 - tcp - submitserver - - - - - 2028 - udp - submitserver - - - - - 2029 - tcp - hsrpv6 - Hot Standby Router Protocol IPv6 - - - 2029 - udp - hsrpv6 - Hot Standby Router Protocol IPv6 - - - 2030 - tcp - device2 - - - - - 2030 - udp - device2 - - - - - 2031 - tcp - mobrien-chat - mobrien-chat - - - 2031 - udp - mobrien-chat - mobrien-chat - - - 2032 - tcp - blackboard - - - - - 2032 - udp - blackboard - - - - - 2033 - tcp - glogger - - - - - 2033 - udp - glogger - - - - - 2034 - tcp - scoremgr - - - - - 2034 - udp - scoremgr - - - - - 2035 - tcp - imsldoc - - - - - 2035 - udp - imsldoc - - - - - 2036 - tcp - e-dpnet - Ethernet WS DP network - - - 2036 - udp - e-dpnet - Ethernet WS DP network - - - 2037 - tcp - applus - APplus Application Server - - - 2037 - udp - applus - APplus Application Server - - - 2038 - tcp - objectmanager - - - - - 2038 - udp - objectmanager - - - - - 2039 - tcp - prizma - Prizma Monitoring Service - - - 2039 - udp - prizma - Prizma Monitoring Service - - - 2040 - tcp - lam - - - - - 2040 - udp - lam - - - - - 2041 - tcp - interbase - - - - - 2041 - udp - interbase - - - - - 2042 - tcp - isis - isis - - - 2042 - udp - isis - isis - - - 2043 - tcp - isis-bcast - isis-bcast - - - 2043 - udp - isis-bcast - isis-bcast - - - 2044 - tcp - rimsl - - - - - 2044 - udp - rimsl - - - - - 2045 - tcp - cdfunc - - - - - 2045 - udp - cdfunc - - - - - 2046 - tcp - sdfunc - - - - - 2046 - udp - sdfunc - - - - - 2047 - tcp - dls - - - - - 2047 - udp - dls - - - - - 2048 - tcp - dls-monitor - - - - - 2048 - udp - dls-monitor - - - - - 2049 - tcp - shilp - - - - - 2049 - udp - shilp - - - - - 2049 - tcp - nfs - Network File System - Sun Microsystems - - - 2049 - udp - nfs - Network File System - Sun Microsystems - - - 2049 - sctp - nfs - Network File System - - - 2050 - tcp - av-emb-config - Avaya EMB Config Port - - - 2050 - udp - av-emb-config - Avaya EMB Config Port - - - 2051 - tcp - epnsdp - EPNSDP - - - 2051 - udp - epnsdp - EPNSDP - - - 2052 - tcp - clearvisn - clearVisn Services Port - - - 2052 - udp - clearvisn - clearVisn Services Port - - - 2053 - tcp - lot105-ds-upd - Lot105 DSuper Updates - - - 2053 - udp - lot105-ds-upd - Lot105 DSuper Updates - - - 2054 - tcp - weblogin - Weblogin Port - - - 2054 - udp - weblogin - Weblogin Port - - - 2055 - tcp - iop - Iliad-Odyssey Protocol - - - 2055 - udp - iop - Iliad-Odyssey Protocol - - - 2056 - tcp - omnisky - OmniSky Port - - - 2056 - udp - omnisky - OmniSky Port - - - 2057 - tcp - rich-cp - Rich Content Protocol - - - 2057 - udp - rich-cp - Rich Content Protocol - - - 2058 - tcp - newwavesearch - NewWaveSearchables RMI - - - 2058 - udp - newwavesearch - NewWaveSearchables RMI - - - 2059 - tcp - bmc-messaging - BMC Messaging Service - - - 2059 - udp - bmc-messaging - BMC Messaging Service - - - 2060 - tcp - teleniumdaemon - Telenium Daemon IF - - - 2060 - udp - teleniumdaemon - Telenium Daemon IF - - - 2061 - tcp - netmount - NetMount - - - 2061 - udp - netmount - NetMount - - - 2062 - tcp - icg-swp - ICG SWP Port - - - 2062 - udp - icg-swp - ICG SWP Port - - - 2063 - tcp - icg-bridge - ICG Bridge Port - - - 2063 - udp - icg-bridge - ICG Bridge Port - - - 2064 - tcp - icg-iprelay - ICG IP Relay Port - - - 2064 - udp - icg-iprelay - ICG IP Relay Port - - - 2065 - tcp - dlsrpn - Data Link Switch Read Port Number - - - 2065 - udp - dlsrpn - Data Link Switch Read Port Number - - - 2066 - tcp - aura - AVM USB Remote Architecture - - - 2066 - udp - aura - AVM USB Remote Architecture - - - 2067 - tcp - dlswpn - Data Link Switch Write Port Number - - - 2067 - udp - dlswpn - Data Link Switch Write Port Number - - - 2068 - tcp - avauthsrvprtcl - Avocent AuthSrv Protocol - - - 2068 - udp - avauthsrvprtcl - Avocent AuthSrv Protocol - - - 2069 - tcp - event-port - HTTP Event Port - - - 2069 - udp - event-port - HTTP Event Port - - - 2070 - tcp - ah-esp-encap - AH and ESP Encapsulated in UDP packet - - - 2070 - udp - ah-esp-encap - AH and ESP Encapsulated in UDP packet - - - 2071 - tcp - acp-port - Axon Control Protocol - - - 2071 - udp - acp-port - Axon Control Protocol - - - 2072 - tcp - msync - GlobeCast mSync - - - 2072 - udp - msync - GlobeCast mSync - - - 2073 - tcp - gxs-data-port - DataReel Database Socket - - - 2073 - udp - gxs-data-port - DataReel Database Socket - - - 2074 - tcp - vrtl-vmf-sa - Vertel VMF SA - - - 2074 - udp - vrtl-vmf-sa - Vertel VMF SA - - - 2075 - tcp - newlixengine - Newlix ServerWare Engine - - - 2075 - udp - newlixengine - Newlix ServerWare Engine - - - 2076 - tcp - newlixconfig - Newlix JSPConfig - - - 2076 - udp - newlixconfig - Newlix JSPConfig - - - 2077 - tcp - tsrmagt - Old Tivoli Storage Manager - - - 2077 - udp - tsrmagt - Old Tivoli Storage Manager - - - 2078 - tcp - tpcsrvr - IBM Total Productivity Center Server - - - 2078 - udp - tpcsrvr - IBM Total Productivity Center Server - - - 2079 - tcp - idware-router - IDWARE Router Port - - - 2079 - udp - idware-router - IDWARE Router Port - - - 2080 - tcp - autodesk-nlm - Autodesk NLM (FLEXlm) - - - 2080 - udp - autodesk-nlm - Autodesk NLM (FLEXlm) - - - 2081 - tcp - kme-trap-port - KME PRINTER TRAP PORT - - - 2081 - udp - kme-trap-port - KME PRINTER TRAP PORT - - - 2082 - tcp - infowave - Infowave Mobility Server - - - 2082 - udp - infowave - Infowave Mobility Server - - - 2083 - tcp - radsec - Secure Radius Service - - - 2083 - udp - radsec - Secure Radius Service - - - 2084 - tcp - sunclustergeo - SunCluster Geographic - - - 2084 - udp - sunclustergeo - SunCluster Geographic - - - 2085 - tcp - ada-cip - ADA Control - - - 2085 - udp - ada-cip - ADA Control - - - 2086 - tcp - gnunet - GNUnet - - - 2086 - udp - gnunet - GNUnet - - - 2087 - tcp - eli - ELI - Event Logging Integration - - - 2087 - udp - eli - ELI - Event Logging Integration - - - 2088 - tcp - ip-blf - IP Busy Lamp Field - - - 2088 - udp - ip-blf - IP Busy Lamp Field - - - 2089 - tcp - sep - Security Encapsulation Protocol - SEP - - - 2089 - udp - sep - Security Encapsulation Protocol - SEP - - - 2090 - tcp - lrp - Load Report Protocol - - - 2090 - udp - lrp - Load Report Protocol - - - 2091 - tcp - prp - PRP - - - 2091 - udp - prp - PRP - - - 2092 - tcp - descent3 - Descent 3 - - - 2092 - udp - descent3 - Descent 3 - - - 2093 - tcp - nbx-cc - NBX CC - - - 2093 - udp - nbx-cc - NBX CC - - - 2094 - tcp - nbx-au - NBX AU - - - 2094 - udp - nbx-au - NBX AU - - - 2095 - tcp - nbx-ser - NBX SER - - - 2095 - udp - nbx-ser - NBX SER - - - 2096 - tcp - nbx-dir - NBX DIR - - - 2096 - udp - nbx-dir - NBX DIR - - - 2097 - tcp - jetformpreview - Jet Form Preview - - - 2097 - udp - jetformpreview - Jet Form Preview - - - 2098 - tcp - dialog-port - Dialog Port - - - 2098 - udp - dialog-port - Dialog Port - - - 2099 - tcp - h2250-annex-g - H.225.0 Annex G Signalling - - - 2099 - udp - h2250-annex-g - H.225.0 Annex G Signalling - - - 2100 - tcp - amiganetfs - Amiga Network Filesystem - - - 2100 - udp - amiganetfs - Amiga Network Filesystem - - - 2101 - tcp - rtcm-sc104 - rtcm-sc104 - - - 2101 - udp - rtcm-sc104 - rtcm-sc104 - - - 2102 - tcp - zephyr-srv - Zephyr server - - - 2102 - udp - zephyr-srv - Zephyr server - - - 2103 - tcp - zephyr-clt - Zephyr serv-hm connection - - - 2103 - udp - zephyr-clt - Zephyr serv-hm connection - - - 2104 - tcp - zephyr-hm - Zephyr hostmanager - - - 2104 - udp - zephyr-hm - Zephyr hostmanager - - - 2105 - tcp - minipay - MiniPay - - - 2105 - udp - minipay - MiniPay - - - 2106 - tcp - mzap - MZAP - - - 2106 - udp - mzap - MZAP - - - 2107 - tcp - bintec-admin - BinTec Admin - - - 2107 - udp - bintec-admin - BinTec Admin - - - 2108 - tcp - comcam - Comcam - - - 2108 - udp - comcam - Comcam - - - 2109 - tcp - ergolight - Ergolight - - - 2109 - udp - ergolight - Ergolight - - - 2110 - tcp - umsp - UMSP - - - 2110 - udp - umsp - UMSP - - - 2111 - tcp - dsatp - OPNET Dynamic Sampling Agent Transaction Protocol - - - 2111 - udp - dsatp - OPNET Dynamic Sampling Agent Transaction Protocol - - - 2112 - tcp - idonix-metanet - Idonix MetaNet - - - 2112 - udp - idonix-metanet - Idonix MetaNet - - - 2113 - tcp - hsl-storm - HSL StoRM - - - 2113 - udp - hsl-storm - HSL StoRM - - - 2114 - tcp - ariascribe - Classical Music Meta-Data Access and Enhancement - - - 2114 - udp - ariascribe - Classical Music Meta-Data Access and Enhancement - - - 2115 - tcp - kdm - Key Distribution Manager - - - 2115 - udp - kdm - Key Distribution Manager - - - 2116 - tcp - ccowcmr - CCOWCMR - - - 2116 - udp - ccowcmr - CCOWCMR - - - 2117 - tcp - mentaclient - MENTACLIENT - - - 2117 - udp - mentaclient - MENTACLIENT - - - 2118 - tcp - mentaserver - MENTASERVER - - - 2118 - udp - mentaserver - MENTASERVER - - - 2119 - tcp - gsigatekeeper - GSIGATEKEEPER - - - 2119 - udp - gsigatekeeper - GSIGATEKEEPER - - - 2120 - tcp - qencp - Quick Eagle Networks CP - - - 2120 - udp - qencp - Quick Eagle Networks CP - - - 2121 - tcp - scientia-ssdb - SCIENTIA-SSDB - - - 2121 - udp - scientia-ssdb - SCIENTIA-SSDB - - - 2122 - tcp - caupc-remote - CauPC Remote Control - - - 2122 - udp - caupc-remote - CauPC Remote Control - - - 2123 - tcp - gtp-control - GTP-Control Plane (3GPP) - - - 2123 - udp - gtp-control - GTP-Control Plane (3GPP) - - - 2124 - tcp - elatelink - ELATELINK - - - 2124 - udp - elatelink - ELATELINK - - - 2125 - tcp - lockstep - LOCKSTEP - - - 2125 - udp - lockstep - LOCKSTEP - - - 2126 - tcp - pktcable-cops - PktCable-COPS - - - 2126 - udp - pktcable-cops - PktCable-COPS - - - 2127 - tcp - index-pc-wb - INDEX-PC-WB - - - 2127 - udp - index-pc-wb - INDEX-PC-WB - - - 2128 - tcp - net-steward - Net Steward Control - - - 2128 - udp - net-steward - Net Steward Control - - - 2129 - tcp - cs-live - cs-live.com - - - 2129 - udp - cs-live - cs-live.com - - - 2130 - tcp - xds - XDS - - - 2130 - udp - xds - XDS - - - 2131 - tcp - avantageb2b - Avantageb2b - - - 2131 - udp - avantageb2b - Avantageb2b - - - 2132 - tcp - solera-epmap - SoleraTec End Point Map - - - 2132 - udp - solera-epmap - SoleraTec End Point Map - - - 2133 - tcp - zymed-zpp - ZYMED-ZPP - - - 2133 - udp - zymed-zpp - ZYMED-ZPP - - - 2134 - tcp - avenue - AVENUE - - - 2134 - udp - avenue - AVENUE - - - 2135 - tcp - gris - Grid Resource Information Server - - - 2135 - udp - gris - Grid Resource Information Server - - - 2136 - tcp - appworxsrv - APPWORXSRV - - - 2136 - udp - appworxsrv - APPWORXSRV - - - 2137 - tcp - connect - CONNECT - - - 2137 - udp - connect - CONNECT - - - 2138 - tcp - unbind-cluster - UNBIND-CLUSTER - - - 2138 - udp - unbind-cluster - UNBIND-CLUSTER - - - 2139 - tcp - ias-auth - IAS-AUTH - - - 2139 - udp - ias-auth - IAS-AUTH - - - 2140 - tcp - ias-reg - IAS-REG - - - 2140 - udp - ias-reg - IAS-REG - - - 2141 - tcp - ias-admind - IAS-ADMIND - - - 2141 - udp - ias-admind - IAS-ADMIND - - - 2142 - tcp - tdmoip - TDM OVER IP - - - 2142 - udp - tdmoip - TDM OVER IP - - - 2143 - tcp - lv-jc - Live Vault Job Control - - - 2143 - udp - lv-jc - Live Vault Job Control - - - 2144 - tcp - lv-ffx - Live Vault Fast Object Transfer - - - 2144 - udp - lv-ffx - Live Vault Fast Object Transfer - - - 2145 - tcp - lv-pici - Live Vault Remote Diagnostic Console Support - - - 2145 - udp - lv-pici - Live Vault Remote Diagnostic Console Support - - - 2146 - tcp - lv-not - Live Vault Admin Event Notification - - - 2146 - udp - lv-not - Live Vault Admin Event Notification - - - 2147 - tcp - lv-auth - Live Vault Authentication - - - 2147 - udp - lv-auth - Live Vault Authentication - - - 2148 - tcp - veritas-ucl - VERITAS UNIVERSAL COMMUNICATION LAYER - - - 2148 - udp - veritas-ucl - VERITAS UNIVERSAL COMMUNICATION LAYER - - - 2149 - tcp - acptsys - ACPTSYS - - - 2149 - udp - acptsys - ACPTSYS - - - 2150 - tcp - dynamic3d - DYNAMIC3D - - - 2150 - udp - dynamic3d - DYNAMIC3D - - - 2151 - tcp - docent - DOCENT - - - 2151 - udp - docent - DOCENT - - - 2152 - tcp - gtp-user - GTP-User Plane (3GPP) - - - 2152 - udp - gtp-user - GTP-User Plane (3GPP) - - - 2153 - tcp - ctlptc - Control Protocol - - - 2153 - udp - ctlptc - Control Protocol - - - 2154 - tcp - stdptc - Standard Protocol - - - 2154 - udp - stdptc - Standard Protocol - - - 2155 - tcp - brdptc - Bridge Protocol - - - 2155 - udp - brdptc - Bridge Protocol - - - 2156 - tcp - trp - Talari Reliable Protocol - - - 2156 - udp - trp - Talari Reliable Protocol - - - 2157 - tcp - xnds - Xerox Network Document Scan Protocol - - - 2157 - udp - xnds - Xerox Network Document Scan Protocol - - - 2158 - tcp - touchnetplus - TouchNetPlus Service - - - 2158 - udp - touchnetplus - TouchNetPlus Service - - - 2159 - tcp - gdbremote - GDB Remote Debug Port - - - 2159 - udp - gdbremote - GDB Remote Debug Port - - - 2160 - tcp - apc-2160 - APC 2160 - - - 2160 - udp - apc-2160 - APC 2160 - - - 2161 - tcp - apc-2161 - APC 2161 - - - 2161 - udp - apc-2161 - APC 2161 - - - 2162 - tcp - navisphere - Navisphere - - - 2162 - udp - navisphere - Navisphere - - - 2163 - tcp - navisphere-sec - Navisphere Secure - - - 2163 - udp - navisphere-sec - Navisphere Secure - - - 2164 - tcp - ddns-v3 - Dynamic DNS Version 3 - - - 2164 - udp - ddns-v3 - Dynamic DNS Version 3 - - - 2165 - tcp - x-bone-api - X-Bone API - - - 2165 - udp - x-bone-api - X-Bone API - - - 2166 - tcp - iwserver - iwserver - - - 2166 - udp - iwserver - iwserver - - - 2167 - tcp - raw-serial - Raw Async Serial Link - - - 2167 - udp - raw-serial - Raw Async Serial Link - - - 2168 - tcp - easy-soft-mux - easy-soft Multiplexer - - - 2168 - udp - easy-soft-mux - easy-soft Multiplexer - - - 2169 - tcp - brain - Backbone for Academic Information Notification (BRAIN) - - - 2169 - udp - brain - Backbone for Academic Information Notification (BRAIN) - - - 2170 - tcp - eyetv - EyeTV Server Port - - - 2170 - udp - eyetv - EyeTV Server Port - - - 2171 - tcp - msfw-storage - MS Firewall Storage - - - 2171 - udp - msfw-storage - MS Firewall Storage - - - 2172 - tcp - msfw-s-storage - MS Firewall SecureStorage - - - 2172 - udp - msfw-s-storage - MS Firewall SecureStorage - - - 2173 - tcp - msfw-replica - MS Firewall Replication - - - 2173 - udp - msfw-replica - MS Firewall Replication - - - 2174 - tcp - msfw-array - MS Firewall Intra Array - - - 2174 - udp - msfw-array - MS Firewall Intra Array - - - 2175 - tcp - airsync - Microsoft Desktop AirSync Protocol - - - 2175 - udp - airsync - Microsoft Desktop AirSync Protocol - - - 2176 - tcp - rapi - Microsoft ActiveSync Remote API - - - 2176 - udp - rapi - Microsoft ActiveSync Remote API - - - 2177 - tcp - qwave - qWAVE Bandwidth Estimate - - - 2177 - udp - qwave - qWAVE Bandwidth Estimate - - - 2178 - tcp - bitspeer - Peer Services for BITS - - - 2178 - udp - bitspeer - Peer Services for BITS - - - 2179 - tcp - vmrdp - Microsoft RDP for virtual machines - - - 2179 - udp - vmrdp - Microsoft RDP for virtual machines - - - 2180 - tcp - mc-gt-srv - Millicent Vendor Gateway Server - - - 2180 - udp - mc-gt-srv - Millicent Vendor Gateway Server - - - 2181 - tcp - eforward - eforward - - - 2181 - udp - eforward - eforward - - - 2182 - tcp - cgn-stat - CGN status - - - 2182 - udp - cgn-stat - CGN status - - - 2183 - tcp - cgn-config - Code Green configuration - - - 2183 - udp - cgn-config - Code Green configuration - - - 2184 - tcp - nvd - NVD User - - - 2184 - udp - nvd - NVD User - - - 2185 - tcp - onbase-dds - OnBase Distributed Disk Services - - - 2185 - udp - onbase-dds - OnBase Distributed Disk Services - - - 2186 - tcp - gtaua - Guy-Tek Automated Update Applications - - - 2186 - udp - gtaua - Guy-Tek Automated Update Applications - - - 2187 - tcp - ssmc - Sepehr System Management Control - - - 2187 - udp - ssmd - Sepehr System Management Data - - - 2188 - tcp - radware-rpm - Radware Resource Pool Manager - - - 2188 - udp - record - Reserved - - - 2189 - tcp - radware-rpm-s - Secure Radware Resource Pool Manager - - - 2189 - udp - record - Reserved - - - 2190 - tcp - tivoconnect - TiVoConnect Beacon - - - 2190 - udp - tivoconnect - TiVoConnect Beacon - - - 2191 - tcp - tvbus - TvBus Messaging - - - 2191 - udp - tvbus - TvBus Messaging - - - 2192 - tcp - asdis - ASDIS software management - - - 2192 - udp - asdis - ASDIS software management - - - 2193 - tcp - drwcs - Dr.Web Enterprise Management Service - - - 2193 - udp - drwcs - Dr.Web Enterprise Management Service - - - 2197 - tcp - mnp-exchange - MNP data exchange - - - 2197 - udp - mnp-exchange - MNP data exchange - - - 2198 - tcp - onehome-remote - OneHome Remote Access - - - 2198 - udp - onehome-remote - OneHome Remote Access - - - 2199 - tcp - onehome-help - OneHome Service Port - - - 2199 - udp - onehome-help - OneHome Service Port - - - 2200 - tcp - record - Reserved - - - 2200 - udp - record - Reserved - - - 2201 - tcp - ats - Advanced Training System Program - - - 2201 - udp - ats - Advanced Training System Program - - - 2202 - tcp - imtc-map - Int. Multimedia Teleconferencing Cosortium - - - 2202 - udp - imtc-map - Int. Multimedia Teleconferencing Cosortium - - - 2203 - tcp - b2-runtime - b2 Runtime Protocol - - - 2203 - udp - b2-runtime - b2 Runtime Protocol - - - 2204 - tcp - b2-license - b2 License Server - - - 2204 - udp - b2-license - b2 License Server - - - 2205 - tcp - jps - Java Presentation Server - - - 2205 - udp - jps - Java Presentation Server - - - 2206 - tcp - hpocbus - HP OpenCall bus - - - 2206 - udp - hpocbus - HP OpenCall bus - - - 2207 - tcp - hpssd - HP Status and Services - - - 2207 - udp - hpssd - HP Status and Services - - - 2208 - tcp - hpiod - HP I/O Backend - - - 2208 - udp - hpiod - HP I/O Backend - - - 2209 - tcp - rimf-ps - HP RIM for Files Portal Service - - - 2209 - udp - rimf-ps - HP RIM for Files Portal Service - - - 2210 - tcp - noaaport - NOAAPORT Broadcast Network - - - 2210 - udp - noaaport - NOAAPORT Broadcast Network - - - 2211 - tcp - emwin - EMWIN - - - 2211 - udp - emwin - EMWIN - - - 2212 - tcp - leecoposserver - LeeCO POS Server Service - - - 2212 - udp - leecoposserver - LeeCO POS Server Service - - - 2213 - tcp - kali - Kali - - - 2213 - udp - kali - Kali - - - 2214 - tcp - rpi - RDQ Protocol Interface - - - 2214 - udp - rpi - RDQ Protocol Interface - - - 2215 - tcp - ipcore - IPCore.co.za GPRS - - - 2215 - udp - ipcore - IPCore.co.za GPRS - - - 2216 - tcp - vtu-comms - VTU data service - - - 2216 - udp - vtu-comms - VTU data service - - - 2217 - tcp - gotodevice - GoToDevice Device Management - - - 2217 - udp - gotodevice - GoToDevice Device Management - - - 2218 - tcp - bounzza - Bounzza IRC Proxy - - - 2218 - udp - bounzza - Bounzza IRC Proxy - - - 2219 - tcp - netiq-ncap - NetIQ NCAP Protocol - - - 2219 - udp - netiq-ncap - NetIQ NCAP Protocol - - - 2220 - tcp - netiq - NetIQ End2End - - - 2220 - udp - netiq - NetIQ End2End - - - 2221 - tcp - ethernet-ip-s - EtherNet/IP over TLS - - - 2221 - udp - ethernet-ip-s - EtherNet/IP over DTLS - - - 2222 - tcp - EtherNet-IP-1 - System.Xml.XmlElement - - - 2222 - tcp - EtherNet/IP-1 - EtherNet/IP I/O - - - 2222 - udp - EtherNet-IP-1 - System.Xml.XmlElement - - - 2222 - udp - EtherNet/IP-1 - EtherNet/IP I/O - - - 2223 - tcp - rockwell-csp2 - Rockwell CSP2 - - - 2223 - udp - rockwell-csp2 - Rockwell CSP2 - - - 2224 - tcp - efi-mg - Easy Flexible Internet/Multiplayer Games - - - 2224 - udp - efi-mg - Easy Flexible Internet/Multiplayer Games - - - 2225 - tcp - rcip-itu - Resource Connection Initiation Protocol - - - 2225 - udp - record - Reserved - - - 2225 - sctp - rcip-itu - Resource Connection Initiation Protocol - - - 2226 - tcp - di-drm - Digital Instinct DRM - - - 2226 - udp - di-drm - Digital Instinct DRM - - - 2227 - tcp - di-msg - DI Messaging Service - - - 2227 - udp - di-msg - DI Messaging Service - - - 2228 - tcp - ehome-ms - eHome Message Server - - - 2228 - udp - ehome-ms - eHome Message Server - - - 2229 - tcp - datalens - DataLens Service - - - 2229 - udp - datalens - DataLens Service - - - 2230 - tcp - queueadm - MetaSoft Job Queue Administration Service - - - 2230 - udp - queueadm - MetaSoft Job Queue Administration Service - - - 2231 - tcp - wimaxasncp - WiMAX ASN Control Plane Protocol - - - 2231 - udp - wimaxasncp - WiMAX ASN Control Plane Protocol - - - 2232 - tcp - ivs-video - IVS Video default - - - 2232 - udp - ivs-video - IVS Video default - - - 2233 - tcp - infocrypt - INFOCRYPT - - - 2233 - udp - infocrypt - INFOCRYPT - - - 2234 - tcp - directplay - DirectPlay - - - 2234 - udp - directplay - DirectPlay - - - 2235 - tcp - sercomm-wlink - Sercomm-WLink - - - 2235 - udp - sercomm-wlink - Sercomm-WLink - - - 2236 - tcp - nani - Nani - - - 2236 - udp - nani - Nani - - - 2237 - tcp - optech-port1-lm - Optech Port1 License Manager - - - 2237 - udp - optech-port1-lm - Optech Port1 License Manager - - - 2238 - tcp - aviva-sna - AVIVA SNA SERVER - - - 2238 - udp - aviva-sna - AVIVA SNA SERVER - - - 2239 - tcp - imagequery - Image Query - - - 2239 - udp - imagequery - Image Query - - - 2240 - tcp - recipe - RECIPe - - - 2240 - udp - recipe - RECIPe - - - 2241 - tcp - ivsd - IVS Daemon - - - 2241 - udp - ivsd - IVS Daemon - - - 2242 - tcp - foliocorp - Folio Remote Server - - - 2242 - udp - foliocorp - Folio Remote Server - - - 2243 - tcp - magicom - Magicom Protocol - - - 2243 - udp - magicom - Magicom Protocol - - - 2244 - tcp - nmsserver - NMS Server - - - 2244 - udp - nmsserver - NMS Server - - - 2245 - tcp - hao - HaO - - - 2245 - udp - hao - HaO - - - 2246 - tcp - pc-mta-addrmap - PacketCable MTA Addr Map - - - 2246 - udp - pc-mta-addrmap - PacketCable MTA Addr Map - - - 2247 - tcp - antidotemgrsvr - Antidote Deployment Manager Service - - - 2247 - udp - antidotemgrsvr - Antidote Deployment Manager Service - - - 2248 - tcp - ums - User Management Service - - - 2248 - udp - ums - User Management Service - - - 2249 - tcp - rfmp - RISO File Manager Protocol - - - 2249 - udp - rfmp - RISO File Manager Protocol - - - 2250 - tcp - remote-collab - remote-collab - - - 2250 - udp - remote-collab - remote-collab - - - 2251 - tcp - dif-port - Distributed Framework Port - - - 2251 - udp - dif-port - Distributed Framework Port - - - 2252 - tcp - njenet-ssl - NJENET using SSL - - - 2252 - udp - njenet-ssl - NJENET using SSL - - - 2253 - tcp - dtv-chan-req - DTV Channel Request - - - 2253 - udp - dtv-chan-req - DTV Channel Request - - - 2254 - tcp - seispoc - Seismic P.O.C. Port - - - 2254 - udp - seispoc - Seismic P.O.C. Port - - - 2255 - tcp - vrtp - VRTP - ViRtue Transfer Protocol - - - 2255 - udp - vrtp - VRTP - ViRtue Transfer Protocol - - - 2256 - tcp - pcc-mfp - PCC MFP - - - 2256 - udp - pcc-mfp - PCC MFP - - - 2257 - tcp - simple-tx-rx - simple text/file transfer - - - 2257 - udp - simple-tx-rx - simple text/file transfer - - - 2258 - tcp - rcts - Rotorcraft Communications Test System - - - 2258 - udp - rcts - Rotorcraft Communications Test System - - - 2259 - tcp - bid-serv - BIF identifiers resolution service - - - 2259 - udp - bid-serv - BIF identifiers resolution service - - - 2260 - tcp - apc-2260 - APC 2260 - - - 2260 - udp - apc-2260 - APC 2260 - - - 2261 - tcp - comotionmaster - CoMotion Master Server - - - 2261 - udp - comotionmaster - CoMotion Master Server - - - 2262 - tcp - comotionback - CoMotion Backup Server - - - 2262 - udp - comotionback - CoMotion Backup Server - - - 2263 - tcp - ecwcfg - ECweb Configuration Service - - - 2263 - udp - ecwcfg - ECweb Configuration Service - - - 2264 - tcp - apx500api-1 - Audio Precision Apx500 API Port 1 - - - 2264 - udp - apx500api-1 - Audio Precision Apx500 API Port 1 - - - 2265 - tcp - apx500api-2 - Audio Precision Apx500 API Port 2 - - - 2265 - udp - apx500api-2 - Audio Precision Apx500 API Port 2 - - - 2266 - tcp - mfserver - M-Files Server - - - 2266 - udp - mfserver - M-files Server - - - 2267 - tcp - ontobroker - OntoBroker - - - 2267 - udp - ontobroker - OntoBroker - - - 2268 - tcp - amt - AMT - - - 2268 - udp - amt - AMT - - - 2269 - tcp - mikey - MIKEY - - - 2269 - udp - mikey - MIKEY - - - 2270 - tcp - starschool - starSchool - - - 2270 - udp - starschool - starSchool - - - 2271 - tcp - mmcals - Secure Meeting Maker Scheduling - - - 2271 - udp - mmcals - Secure Meeting Maker Scheduling - - - 2272 - tcp - mmcal - Meeting Maker Scheduling - - - 2272 - udp - mmcal - Meeting Maker Scheduling - - - 2273 - tcp - mysql-im - MySQL Instance Manager - - - 2273 - udp - mysql-im - MySQL Instance Manager - - - 2274 - tcp - pcttunnell - PCTTunneller - - - 2274 - udp - pcttunnell - PCTTunneller - - - 2275 - tcp - ibridge-data - iBridge Conferencing - - - 2275 - udp - ibridge-data - iBridge Conferencing - - - 2276 - tcp - ibridge-mgmt - iBridge Management - - - 2276 - udp - ibridge-mgmt - iBridge Management - - - 2277 - tcp - bluectrlproxy - Bt device control proxy - - - 2277 - udp - bluectrlproxy - Bt device control proxy - - - 2278 - tcp - s3db - Simple Stacked Sequences Database - - - 2278 - udp - s3db - Simple Stacked Sequences Database - - - 2279 - tcp - xmquery - xmquery - - - 2279 - udp - xmquery - xmquery - - - 2280 - tcp - lnvpoller - LNVPOLLER - - - 2280 - udp - lnvpoller - LNVPOLLER - - - 2281 - tcp - lnvconsole - LNVCONSOLE - - - 2281 - udp - lnvconsole - LNVCONSOLE - - - 2282 - tcp - lnvalarm - LNVALARM - - - 2282 - udp - lnvalarm - LNVALARM - - - 2283 - tcp - lnvstatus - LNVSTATUS - - - 2283 - udp - lnvstatus - LNVSTATUS - - - 2284 - tcp - lnvmaps - LNVMAPS - - - 2284 - udp - lnvmaps - LNVMAPS - - - 2285 - tcp - lnvmailmon - LNVMAILMON - - - 2285 - udp - lnvmailmon - LNVMAILMON - - - 2286 - tcp - nas-metering - NAS-Metering - - - 2286 - udp - nas-metering - NAS-Metering - - - 2287 - tcp - dna - DNA - - - 2287 - udp - dna - DNA - - - 2288 - tcp - netml - NETML - - - 2288 - udp - netml - NETML - - - 2289 - tcp - dict-lookup - Lookup dict server - - - 2289 - udp - dict-lookup - Lookup dict server - - - 2290 - tcp - sonus-logging - Sonus Logging Services - - - 2290 - udp - sonus-logging - Sonus Logging Services - - - 2291 - tcp - eapsp - EPSON Advanced Printer Share Protocol - - - 2291 - udp - eapsp - EPSON Advanced Printer Share Protocol - - - 2292 - tcp - mib-streaming - Sonus Element Management Services - - - 2292 - udp - mib-streaming - Sonus Element Management Services - - - 2293 - tcp - npdbgmngr - Network Platform Debug Manager - - - 2293 - udp - npdbgmngr - Network Platform Debug Manager - - - 2294 - tcp - konshus-lm - Konshus License Manager (FLEX) - - - 2294 - udp - konshus-lm - Konshus License Manager (FLEX) - - - 2295 - tcp - advant-lm - Advant License Manager - - - 2295 - udp - advant-lm - Advant License Manager - - - 2296 - tcp - theta-lm - Theta License Manager (Rainbow) - - - 2296 - udp - theta-lm - Theta License Manager (Rainbow) - - - 2297 - tcp - d2k-datamover1 - D2K DataMover 1 - - - 2297 - udp - d2k-datamover1 - D2K DataMover 1 - - - 2298 - tcp - d2k-datamover2 - D2K DataMover 2 - - - 2298 - udp - d2k-datamover2 - D2K DataMover 2 - - - 2299 - tcp - pc-telecommute - PC Telecommute - - - 2299 - udp - pc-telecommute - PC Telecommute - - - 2300 - tcp - cvmmon - CVMMON - - - 2300 - udp - cvmmon - CVMMON - - - 2301 - tcp - cpq-wbem - Compaq HTTP - - - 2301 - udp - cpq-wbem - Compaq HTTP - - - 2302 - tcp - binderysupport - Bindery Support - - - 2302 - udp - binderysupport - Bindery Support - - - 2303 - tcp - proxy-gateway - Proxy Gateway - - - 2303 - udp - proxy-gateway - Proxy Gateway - - - 2304 - tcp - attachmate-uts - Attachmate UTS - - - 2304 - udp - attachmate-uts - Attachmate UTS - - - 2305 - tcp - mt-scaleserver - MT ScaleServer - - - 2305 - udp - mt-scaleserver - MT ScaleServer - - - 2306 - tcp - tappi-boxnet - TAPPI BoxNet - - - 2306 - udp - tappi-boxnet - TAPPI BoxNet - - - 2307 - tcp - pehelp - pehelp - - - 2307 - udp - pehelp - pehelp - - - 2308 - tcp - sdhelp - sdhelp - - - 2308 - udp - sdhelp - sdhelp - - - 2309 - tcp - sdserver - SD Server - - - 2309 - udp - sdserver - SD Server - - - 2310 - tcp - sdclient - SD Client - - - 2310 - udp - sdclient - SD Client - - - 2311 - tcp - messageservice - Message Service - - - 2311 - udp - messageservice - Message Service - - - 2312 - tcp - wanscaler - WANScaler Communication Service - - - 2312 - udp - wanscaler - WANScaler Communication Service - - - 2313 - tcp - iapp - IAPP (Inter Access Point Protocol) - - - 2313 - udp - iapp - IAPP (Inter Access Point Protocol) - - - 2314 - tcp - cr-websystems - CR WebSystems - - - 2314 - udp - cr-websystems - CR WebSystems - - - 2315 - tcp - precise-sft - Precise Sft. - - - 2315 - udp - precise-sft - Precise Sft. - - - 2316 - tcp - sent-lm - SENT License Manager - - - 2316 - udp - sent-lm - SENT License Manager - - - 2317 - tcp - attachmate-g32 - Attachmate G32 - - - 2317 - udp - attachmate-g32 - Attachmate G32 - - - 2318 - tcp - cadencecontrol - Cadence Control - - - 2318 - udp - cadencecontrol - Cadence Control - - - 2319 - tcp - infolibria - InfoLibria - - - 2319 - udp - infolibria - InfoLibria - - - 2320 - tcp - siebel-ns - Siebel NS - - - 2320 - udp - siebel-ns - Siebel NS - - - 2321 - tcp - rdlap - RDLAP - - - 2321 - udp - rdlap - RDLAP - - - 2322 - tcp - ofsd - ofsd - - - 2322 - udp - ofsd - ofsd - - - 2323 - tcp - 3d-nfsd - 3d-nfsd - - - 2323 - udp - 3d-nfsd - 3d-nfsd - - - 2324 - tcp - cosmocall - Cosmocall - - - 2324 - udp - cosmocall - Cosmocall - - - 2325 - tcp - ansysli - ANSYS Licensing Interconnect - - - 2325 - udp - ansysli - ANSYS Licensing Interconnect - - - 2326 - tcp - idcp - IDCP - - - 2326 - udp - idcp - IDCP - - - 2327 - tcp - xingcsm - xingcsm - - - 2327 - udp - xingcsm - xingcsm - - - 2328 - tcp - netrix-sftm - Netrix SFTM - - - 2328 - udp - netrix-sftm - Netrix SFTM - - - 2329 - tcp - nvd - NVD - - - 2329 - udp - nvd - NVD - - - 2330 - tcp - tscchat - TSCCHAT - - - 2330 - udp - tscchat - TSCCHAT - - - 2331 - tcp - agentview - AGENTVIEW - - - 2331 - udp - agentview - AGENTVIEW - - - 2332 - tcp - rcc-host - RCC Host - - - 2332 - udp - rcc-host - RCC Host - - - 2333 - tcp - snapp - SNAPP - - - 2333 - udp - snapp - SNAPP - - - 2334 - tcp - ace-client - ACE Client Auth - - - 2334 - udp - ace-client - ACE Client Auth - - - 2335 - tcp - ace-proxy - ACE Proxy - - - 2335 - udp - ace-proxy - ACE Proxy - - - 2336 - tcp - appleugcontrol - Apple UG Control - - - 2336 - udp - appleugcontrol - Apple UG Control - - - 2337 - tcp - ideesrv - ideesrv - - - 2337 - udp - ideesrv - ideesrv - - - 2338 - tcp - norton-lambert - Norton Lambert - - - 2338 - udp - norton-lambert - Norton Lambert - - - 2339 - tcp - 3com-webview - 3Com WebView - - - 2339 - udp - 3com-webview - 3Com WebView - - - 2340 - tcp - wrs-registry - System.Xml.XmlElement - - - 2340 - tcp - wrs_registry - WRS Registry - - - 2340 - udp - wrs-registry - System.Xml.XmlElement - - - 2340 - udp - wrs_registry - WRS Registry - - - 2341 - tcp - xiostatus - XIO Status - - - 2341 - udp - xiostatus - XIO Status - - - 2342 - tcp - manage-exec - Seagate Manage Exec - - - 2342 - udp - manage-exec - Seagate Manage Exec - - - 2343 - tcp - nati-logos - nati logos - - - 2343 - udp - nati-logos - nati logos - - - 2344 - tcp - fcmsys - fcmsys - - - 2344 - udp - fcmsys - fcmsys - - - 2345 - tcp - dbm - dbm - - - 2345 - udp - dbm - dbm - - - 2346 - tcp - redstorm-join - System.Xml.XmlElement - - - 2346 - tcp - redstorm_join - Game Connection Port - - - 2346 - udp - redstorm-join - System.Xml.XmlElement - - - 2346 - udp - redstorm_join - Game Connection Port - - - 2347 - tcp - redstorm-find - System.Xml.XmlElement - - - 2347 - tcp - redstorm_find - Game Announcement and Location - - - 2347 - udp - redstorm-find - System.Xml.XmlElement - - - 2347 - udp - redstorm_find - Game Announcement and Location - - - 2348 - tcp - redstorm-info - System.Xml.XmlElement - - - 2348 - tcp - redstorm_info - Information to query for game status - - - 2348 - udp - redstorm-info - System.Xml.XmlElement - - - 2348 - udp - redstorm_info - Information to query for game status - - - 2349 - tcp - redstorm-diag - System.Xml.XmlElement - - - 2349 - tcp - redstorm_diag - Diagnostics Port - - - 2349 - udp - redstorm-diag - System.Xml.XmlElement - - - 2349 - udp - redstorm_diag - Diagnostics Port - - - 2350 - tcp - psbserver - Pharos Booking Server - - - 2350 - udp - psbserver - Pharos Booking Server - - - 2351 - tcp - psrserver - psrserver - - - 2351 - udp - psrserver - psrserver - - - 2352 - tcp - pslserver - pslserver - - - 2352 - udp - pslserver - pslserver - - - 2353 - tcp - pspserver - pspserver - - - 2353 - udp - pspserver - pspserver - - - 2354 - tcp - psprserver - psprserver - - - 2354 - udp - psprserver - psprserver - - - 2355 - tcp - psdbserver - psdbserver - - - 2355 - udp - psdbserver - psdbserver - - - 2356 - tcp - gxtelmd - GXT License Managemant - - - 2356 - udp - gxtelmd - GXT License Managemant - - - 2357 - tcp - unihub-server - UniHub Server - - - 2357 - udp - unihub-server - UniHub Server - - - 2358 - tcp - futrix - Futrix - - - 2358 - udp - futrix - Futrix - - - 2359 - tcp - flukeserver - FlukeServer - - - 2359 - udp - flukeserver - FlukeServer - - - 2360 - tcp - nexstorindltd - NexstorIndLtd - - - 2360 - udp - nexstorindltd - NexstorIndLtd - - - 2361 - tcp - tl1 - TL1 - - - 2361 - udp - tl1 - TL1 - - - 2362 - tcp - digiman - digiman - - - 2362 - udp - digiman - digiman - - - 2363 - tcp - mediacntrlnfsd - Media Central NFSD - - - 2363 - udp - mediacntrlnfsd - Media Central NFSD - - - 2364 - tcp - oi-2000 - OI-2000 - - - 2364 - udp - oi-2000 - OI-2000 - - - 2365 - tcp - dbref - dbref - - - 2365 - udp - dbref - dbref - - - 2366 - tcp - qip-login - qip-login - - - 2366 - udp - qip-login - qip-login - - - 2367 - tcp - service-ctrl - Service Control - - - 2367 - udp - service-ctrl - Service Control - - - 2368 - tcp - opentable - OpenTable - - - 2368 - udp - opentable - OpenTable - - - 2369 - tcp - bif-p2p - Blockchain Identifier InFrastructure P2P - - - 2369 - udp - bif-p2p - Blockchain Identifier InFrastructure P2P - - - 2370 - tcp - l3-hbmon - L3-HBMon - - - 2370 - udp - l3-hbmon - L3-HBMon - - - 2371 - tcp - rda - Remote Device Access - - - 2371 - udp - record - Reserved - - - 2372 - tcp - lanmessenger - LanMessenger - - - 2372 - udp - lanmessenger - LanMessenger - - - 2373 - tcp - remographlm - Remograph License Manager - - - 2373 - udp - record - Reserved - - - 2374 - tcp - hydra - Hydra RPC - - - 2374 - udp - record - Reserved - - - 2375 - tcp - docker - Docker REST API (plain text) - - - 2375 - udp - record - Reserved - - - 2376 - tcp - docker-s - Docker REST API (ssl) - - - 2377 - tcp - swarm - RPC interface for Docker Swarm - - - 2377 - udp - record - Reserved - - - 2378 - tcp - record - Reserved - - - 2378 - udp - dali - DALI lighting control - - - 2379 - tcp - etcd-client - etcd client communication - - - 2379 - udp - record - Reserved - - - 2380 - tcp - etcd-server - etcd server to server communication - - - 2380 - udp - record - Reserved - - - 2381 - tcp - compaq-https - Compaq HTTPS - - - 2381 - udp - compaq-https - Compaq HTTPS - - - 2382 - tcp - ms-olap3 - Microsoft OLAP - - - 2382 - udp - ms-olap3 - Microsoft OLAP - - - 2383 - tcp - ms-olap4 - Microsoft OLAP - - - 2383 - udp - ms-olap4 - Microsoft OLAP - - - 2384 - tcp - sd-request - SD-REQUEST - - - 2384 - udp - sd-capacity - SD-CAPACITY - - - 2385 - tcp - sd-data - SD-DATA - - - 2385 - udp - sd-data - SD-DATA - - - 2386 - tcp - virtualtape - Virtual Tape - - - 2386 - udp - virtualtape - Virtual Tape - - - 2387 - tcp - vsamredirector - VSAM Redirector - - - 2387 - udp - vsamredirector - VSAM Redirector - - - 2388 - tcp - mynahautostart - MYNAH AutoStart - - - 2388 - udp - mynahautostart - MYNAH AutoStart - - - 2389 - tcp - ovsessionmgr - OpenView Session Mgr - - - 2389 - udp - ovsessionmgr - OpenView Session Mgr - - - 2390 - tcp - rsmtp - RSMTP - - - 2390 - udp - rsmtp - RSMTP - - - 2391 - tcp - 3com-net-mgmt - 3COM Net Management - - - 2391 - udp - 3com-net-mgmt - 3COM Net Management - - - 2392 - tcp - tacticalauth - Tactical Auth - - - 2392 - udp - tacticalauth - Tactical Auth - - - 2393 - tcp - ms-olap1 - MS OLAP 1 - - - 2393 - udp - ms-olap1 - MS OLAP 1 - - - 2394 - tcp - ms-olap2 - MS OLAP 2 - - - 2394 - udp - ms-olap2 - MS OLAP 2 - - - 2395 - tcp - lan900-remote - System.Xml.XmlElement - - - 2395 - tcp - lan900_remote - LAN900 Remote - - - 2395 - udp - lan900-remote - System.Xml.XmlElement - - - 2395 - udp - lan900_remote - LAN900 Remote - - - 2396 - tcp - wusage - Wusage - - - 2396 - udp - wusage - Wusage - - - 2397 - tcp - ncl - NCL - - - 2397 - udp - ncl - NCL - - - 2398 - tcp - orbiter - Orbiter - - - 2398 - udp - orbiter - Orbiter - - - 2399 - tcp - fmpro-fdal - FileMaker, Inc. - Data Access Layer - - - 2399 - udp - fmpro-fdal - FileMaker, Inc. - Data Access Layer - - - 2400 - tcp - opequus-server - OpEquus Server - - - 2400 - udp - opequus-server - OpEquus Server - - - 2401 - tcp - cvspserver - cvspserver - - - 2401 - udp - cvspserver - cvspserver - - - 2402 - tcp - taskmaster2000 - TaskMaster 2000 Server - - - 2402 - udp - taskmaster2000 - TaskMaster 2000 Server - - - 2403 - tcp - taskmaster2000 - TaskMaster 2000 Web - - - 2403 - udp - taskmaster2000 - TaskMaster 2000 Web - - - 2404 - tcp - iec-104 - IEC 60870-5-104 process control over IP - - - 2404 - udp - iec-104 - IEC 60870-5-104 process control over IP - - - 2405 - tcp - trc-netpoll - TRC Netpoll - - - 2405 - udp - trc-netpoll - TRC Netpoll - - - 2406 - tcp - jediserver - JediServer - - - 2406 - udp - jediserver - JediServer - - - 2407 - tcp - orion - Orion - - - 2407 - udp - orion - Orion - - - 2408 - tcp - railgun-webaccl - CloudFlare Railgun Web Acceleration Protocol - - - 2408 - udp - record - Reserved - - - 2409 - tcp - sns-protocol - SNS Protocol - - - 2409 - udp - sns-protocol - SNS Protocol - - - 2410 - tcp - vrts-registry - VRTS Registry - - - 2410 - udp - vrts-registry - VRTS Registry - - - 2411 - tcp - netwave-ap-mgmt - Netwave AP Management - - - 2411 - udp - netwave-ap-mgmt - Netwave AP Management - - - 2412 - tcp - cdn - CDN - - - 2412 - udp - cdn - CDN - - - 2413 - tcp - orion-rmi-reg - orion-rmi-reg - - - 2413 - udp - orion-rmi-reg - orion-rmi-reg - - - 2414 - tcp - beeyond - Beeyond - - - 2414 - udp - beeyond - Beeyond - - - 2415 - tcp - codima-rtp - Codima Remote Transaction Protocol - - - 2415 - udp - codima-rtp - Codima Remote Transaction Protocol - - - 2416 - tcp - rmtserver - RMT Server - - - 2416 - udp - rmtserver - RMT Server - - - 2417 - tcp - composit-server - Composit Server - - - 2417 - udp - composit-server - Composit Server - - - 2418 - tcp - cas - cas - - - 2418 - udp - cas - cas - - - 2419 - tcp - attachmate-s2s - Attachmate S2S - - - 2419 - udp - attachmate-s2s - Attachmate S2S - - - 2420 - tcp - dslremote-mgmt - DSL Remote Management - - - 2420 - udp - dslremote-mgmt - DSL Remote Management - - - 2421 - tcp - g-talk - G-Talk - - - 2421 - udp - g-talk - G-Talk - - - 2422 - tcp - crmsbits - CRMSBITS - - - 2422 - udp - crmsbits - CRMSBITS - - - 2423 - tcp - rnrp - RNRP - - - 2423 - udp - rnrp - RNRP - - - 2424 - tcp - kofax-svr - KOFAX-SVR - - - 2424 - udp - kofax-svr - KOFAX-SVR - - - 2425 - tcp - fjitsuappmgr - Fujitsu App Manager - - - 2425 - udp - fjitsuappmgr - Fujitsu App Manager - - - 2426 - tcp - vcmp - VeloCloud MultiPath Protocol - - - 2426 - udp - vcmp - VeloCloud MultiPath Protocol - - - 2427 - tcp - mgcp-gateway - Media Gateway Control Protocol Gateway - - - 2427 - udp - mgcp-gateway - Media Gateway Control Protocol Gateway - - - 2428 - tcp - ott - One Way Trip Time - - - 2428 - udp - ott - One Way Trip Time - - - 2429 - tcp - ft-role - FT-ROLE - - - 2429 - udp - ft-role - FT-ROLE - - - 2430 - tcp - venus - venus - - - 2430 - udp - venus - venus - - - 2431 - tcp - venus-se - venus-se - - - 2431 - udp - venus-se - venus-se - - - 2432 - tcp - codasrv - codasrv - - - 2432 - udp - codasrv - codasrv - - - 2433 - tcp - codasrv-se - codasrv-se - - - 2433 - udp - codasrv-se - codasrv-se - - - 2434 - tcp - pxc-epmap - pxc-epmap - - - 2434 - udp - pxc-epmap - pxc-epmap - - - 2435 - tcp - optilogic - OptiLogic - - - 2435 - udp - optilogic - OptiLogic - - - 2436 - tcp - topx - TOP/X - - - 2436 - udp - topx - TOP/X - - - 2437 - tcp - unicontrol - UniControl - - - 2437 - udp - unicontrol - UniControl - - - 2438 - tcp - msp - MSP - - - 2438 - udp - msp - MSP - - - 2439 - tcp - sybasedbsynch - SybaseDBSynch - - - 2439 - udp - sybasedbsynch - SybaseDBSynch - - - 2440 - tcp - spearway - Spearway Lockers - - - 2440 - udp - spearway - Spearway Lockers - - - 2441 - tcp - pvsw-inet - Pervasive I*net Data Server - - - 2441 - udp - pvsw-inet - Pervasive I*net Data Server - - - 2442 - tcp - netangel - Netangel - - - 2442 - udp - netangel - Netangel - - - 2443 - tcp - powerclientcsf - PowerClient Central Storage Facility - - - 2443 - udp - powerclientcsf - PowerClient Central Storage Facility - - - 2444 - tcp - btpp2sectrans - BT PP2 Sectrans - - - 2444 - udp - btpp2sectrans - BT PP2 Sectrans - - - 2445 - tcp - dtn1 - DTN1 - - - 2445 - udp - dtn1 - DTN1 - - - 2446 - tcp - bues-service - System.Xml.XmlElement - - - 2446 - tcp - bues_service - bues_service - - - 2446 - udp - bues-service - System.Xml.XmlElement - - - 2446 - udp - bues_service - bues_service - - - 2447 - tcp - ovwdb - OpenView NNM daemon - - - 2447 - udp - ovwdb - OpenView NNM daemon - - - 2448 - tcp - hpppssvr - hpppsvr - - - 2448 - udp - hpppssvr - hpppsvr - - - 2449 - tcp - ratl - RATL - - - 2449 - udp - ratl - RATL - - - 2450 - tcp - netadmin - netadmin - - - 2450 - udp - netadmin - netadmin - - - 2451 - tcp - netchat - netchat - - - 2451 - udp - netchat - netchat - - - 2452 - tcp - snifferclient - SnifferClient - - - 2452 - udp - snifferclient - SnifferClient - - - 2453 - tcp - madge-ltd - madge ltd - - - 2453 - udp - madge-ltd - madge ltd - - - 2454 - tcp - indx-dds - IndX-DDS - - - 2454 - udp - indx-dds - IndX-DDS - - - 2455 - tcp - wago-io-system - WAGO-IO-SYSTEM - - - 2455 - udp - wago-io-system - WAGO-IO-SYSTEM - - - 2456 - tcp - altav-remmgt - altav-remmgt - - - 2456 - udp - altav-remmgt - altav-remmgt - - - 2457 - tcp - rapido-ip - Rapido_IP - - - 2457 - udp - rapido-ip - Rapido_IP - - - 2458 - tcp - griffin - griffin - - - 2458 - udp - griffin - griffin - - - 2459 - tcp - xrpl - Community - - - 2459 - udp - xrpl - Community - - - 2460 - tcp - ms-theater - ms-theater - - - 2460 - udp - ms-theater - ms-theater - - - 2461 - tcp - qadmifoper - qadmifoper - - - 2461 - udp - qadmifoper - qadmifoper - - - 2462 - tcp - qadmifevent - qadmifevent - - - 2462 - udp - qadmifevent - qadmifevent - - - 2463 - tcp - lsi-raid-mgmt - LSI RAID Management - - - 2463 - udp - lsi-raid-mgmt - LSI RAID Management - - - 2464 - tcp - direcpc-si - DirecPC SI - - - 2464 - udp - direcpc-si - DirecPC SI - - - 2465 - tcp - lbm - Load Balance Management - - - 2465 - udp - lbm - Load Balance Management - - - 2466 - tcp - lbf - Load Balance Forwarding - - - 2466 - udp - lbf - Load Balance Forwarding - - - 2467 - tcp - high-criteria - High Criteria - - - 2467 - udp - high-criteria - High Criteria - - - 2468 - tcp - qip-msgd - qip_msgd - - - 2468 - udp - qip-msgd - qip_msgd - - - 2469 - tcp - mti-tcs-comm - MTI-TCS-COMM - - - 2469 - udp - mti-tcs-comm - MTI-TCS-COMM - - - 2470 - tcp - taskman-port - taskman port - - - 2470 - udp - taskman-port - taskman port - - - 2471 - tcp - seaodbc - SeaODBC - - - 2471 - udp - seaodbc - SeaODBC - - - 2472 - tcp - c3 - C3 - - - 2472 - udp - c3 - C3 - - - 2473 - tcp - aker-cdp - Aker-cdp - - - 2473 - udp - aker-cdp - Aker-cdp - - - 2474 - tcp - vitalanalysis - Vital Analysis - - - 2474 - udp - vitalanalysis - Vital Analysis - - - 2475 - tcp - ace-server - ACE Server - - - 2475 - udp - ace-server - ACE Server - - - 2476 - tcp - ace-svr-prop - ACE Server Propagation - - - 2476 - udp - ace-svr-prop - ACE Server Propagation - - - 2477 - tcp - ssm-cvs - SecurSight Certificate Valifation Service - - - 2477 - udp - ssm-cvs - SecurSight Certificate Valifation Service - - - 2478 - tcp - ssm-cssps - SecurSight Authentication Server (SSL) - - - 2478 - udp - ssm-cssps - SecurSight Authentication Server (SSL) - - - 2479 - tcp - ssm-els - SecurSight Event Logging Server (SSL) - - - 2479 - udp - ssm-els - SecurSight Event Logging Server (SSL) - - - 2480 - tcp - powerexchange - Informatica PowerExchange Listener - - - 2480 - udp - powerexchange - Informatica PowerExchange Listener - - - 2481 - tcp - giop - Oracle GIOP - - - 2481 - udp - giop - Oracle GIOP - - - 2482 - tcp - giop-ssl - Oracle GIOP SSL - - - 2482 - udp - giop-ssl - Oracle GIOP SSL - - - 2483 - tcp - ttc - Oracle TTC - - - 2483 - udp - ttc - Oracle TTC - - - 2484 - tcp - ttc-ssl - Oracle TTC SSL - - - 2484 - udp - ttc-ssl - Oracle TTC SSL - - - 2485 - tcp - netobjects1 - Net Objects1 - - - 2485 - udp - netobjects1 - Net Objects1 - - - 2486 - tcp - netobjects2 - Net Objects2 - - - 2486 - udp - netobjects2 - Net Objects2 - - - 2487 - tcp - pns - Policy Notice Service - - - 2487 - udp - pns - Policy Notice Service - - - 2488 - tcp - moy-corp - Moy Corporation - - - 2488 - udp - moy-corp - Moy Corporation - - - 2489 - tcp - tsilb - TSILB - - - 2489 - udp - tsilb - TSILB - - - 2490 - tcp - qip-qdhcp - qip_qdhcp - - - 2490 - udp - qip-qdhcp - qip_qdhcp - - - 2491 - tcp - conclave-cpp - Conclave CPP - - - 2491 - udp - conclave-cpp - Conclave CPP - - - 2492 - tcp - groove - GROOVE - - - 2492 - udp - groove - GROOVE - - - 2493 - tcp - talarian-mqs - Talarian MQS - - - 2493 - udp - talarian-mqs - Talarian MQS - - - 2494 - tcp - bmc-ar - BMC AR - - - 2494 - udp - bmc-ar - BMC AR - - - 2495 - tcp - fast-rem-serv - Fast Remote Services - - - 2495 - udp - fast-rem-serv - Fast Remote Services - - - 2496 - tcp - dirgis - DIRGIS - - - 2496 - udp - dirgis - DIRGIS - - - 2497 - tcp - quaddb - Quad DB - - - 2497 - udp - quaddb - Quad DB - - - 2498 - tcp - odn-castraq - ODN-CasTraq - - - 2498 - udp - odn-castraq - ODN-CasTraq - - - 2499 - tcp - unicontrol - UniControl - - - 2499 - udp - unicontrol - UniControl - - - 2500 - tcp - rtsserv - Resource Tracking system server - - - 2500 - udp - rtsserv - Resource Tracking system server - - - 2501 - tcp - rtsclient - Resource Tracking system client - - - 2501 - udp - rtsclient - Resource Tracking system client - - - 2502 - tcp - kentrox-prot - Kentrox Protocol - - - 2502 - udp - kentrox-prot - Kentrox Protocol - - - 2503 - tcp - nms-dpnss - NMS-DPNSS - - - 2503 - udp - nms-dpnss - NMS-DPNSS - - - 2504 - tcp - wlbs - WLBS - - - 2504 - udp - wlbs - WLBS - - - 2505 - tcp - ppcontrol - PowerPlay Control - - - 2505 - udp - ppcontrol - PowerPlay Control - - - 2506 - tcp - jbroker - jbroker - - - 2506 - udp - jbroker - jbroker - - - 2507 - tcp - spock - spock - - - 2507 - udp - spock - spock - - - 2508 - tcp - jdatastore - JDataStore - - - 2508 - udp - jdatastore - JDataStore - - - 2509 - tcp - fjmpss - fjmpss - - - 2509 - udp - fjmpss - fjmpss - - - 2510 - tcp - fjappmgrbulk - fjappmgrbulk - - - 2510 - udp - fjappmgrbulk - fjappmgrbulk - - - 2511 - tcp - metastorm - Metastorm - - - 2511 - udp - metastorm - Metastorm - - - 2512 - tcp - citrixima - Citrix IMA - - - 2512 - udp - citrixima - Citrix IMA - - - 2513 - tcp - citrixadmin - Citrix ADMIN - - - 2513 - udp - citrixadmin - Citrix ADMIN - - - 2514 - tcp - facsys-ntp - Facsys NTP - - - 2514 - udp - facsys-ntp - Facsys NTP - - - 2515 - tcp - facsys-router - Facsys Router - - - 2515 - udp - facsys-router - Facsys Router - - - 2516 - tcp - maincontrol - Main Control - - - 2516 - udp - maincontrol - Main Control - - - 2517 - tcp - call-sig-trans - H.323 Annex E Call Control Signalling Transport - - - 2517 - udp - call-sig-trans - H.323 Annex E Call Control Signalling Transport - - - 2518 - tcp - willy - Willy - - - 2518 - udp - willy - Willy - - - 2519 - tcp - globmsgsvc - globmsgsvc - - - 2519 - udp - globmsgsvc - globmsgsvc - - - 2520 - tcp - pvsw - Pervasive Listener - - - 2520 - udp - pvsw - Pervasive Listener - - - 2521 - tcp - adaptecmgr - Adaptec Manager - - - 2521 - udp - adaptecmgr - Adaptec Manager - - - 2522 - tcp - windb - WinDb - - - 2522 - udp - windb - WinDb - - - 2523 - tcp - qke-llc-v3 - Qke LLC V.3 - - - 2523 - udp - qke-llc-v3 - Qke LLC V.3 - - - 2524 - tcp - optiwave-lm - Optiwave License Management - - - 2524 - udp - optiwave-lm - Optiwave License Management - - - 2525 - tcp - ms-v-worlds - MS V-Worlds - - - 2525 - udp - ms-v-worlds - MS V-Worlds - - - 2526 - tcp - ema-sent-lm - EMA License Manager - - - 2526 - udp - ema-sent-lm - EMA License Manager - - - 2527 - tcp - iqserver - IQ Server - - - 2527 - udp - iqserver - IQ Server - - - 2528 - tcp - ncr-ccl - System.Xml.XmlElement - - - 2528 - tcp - ncr_ccl - NCR CCL - - - 2528 - udp - ncr-ccl - System.Xml.XmlElement - - - 2528 - udp - ncr_ccl - NCR CCL - - - 2529 - tcp - utsftp - UTS FTP - - - 2529 - udp - utsftp - UTS FTP - - - 2530 - tcp - vrcommerce - VR Commerce - - - 2530 - udp - vrcommerce - VR Commerce - - - 2531 - tcp - ito-e-gui - ITO-E GUI - - - 2531 - udp - ito-e-gui - ITO-E GUI - - - 2532 - tcp - ovtopmd - OVTOPMD - - - 2532 - udp - ovtopmd - OVTOPMD - - - 2533 - tcp - snifferserver - SnifferServer - - - 2533 - udp - snifferserver - SnifferServer - - - 2534 - tcp - combox-web-acc - Combox Web Access - - - 2534 - udp - combox-web-acc - Combox Web Access - - - 2535 - tcp - madcap - MADCAP - - - 2535 - udp - madcap - MADCAP - - - 2536 - tcp - btpp2audctr1 - btpp2audctr1 - - - 2536 - udp - btpp2audctr1 - btpp2audctr1 - - - 2537 - tcp - upgrade - Upgrade Protocol - - - 2537 - udp - upgrade - Upgrade Protocol - - - 2538 - tcp - vnwk-prapi - vnwk-prapi - - - 2538 - udp - vnwk-prapi - vnwk-prapi - - - 2539 - tcp - vsiadmin - VSI Admin - - - 2539 - udp - vsiadmin - VSI Admin - - - 2540 - tcp - lonworks - LonWorks - - - 2540 - udp - lonworks - LonWorks - - - 2541 - tcp - lonworks2 - LonWorks2 - - - 2541 - udp - lonworks2 - LonWorks2 - - - 2542 - tcp - udrawgraph - uDraw(Graph) - - - 2542 - udp - udrawgraph - uDraw(Graph) - - - 2543 - tcp - reftek - REFTEK - - - 2543 - udp - reftek - REFTEK - - - 2544 - tcp - novell-zen - Management Daemon Refresh - - - 2544 - udp - novell-zen - Management Daemon Refresh - - - 2545 - tcp - sis-emt - sis-emt - - - 2545 - udp - sis-emt - sis-emt - - - 2546 - tcp - vytalvaultbrtp - vytalvaultbrtp - - - 2546 - udp - vytalvaultbrtp - vytalvaultbrtp - - - 2547 - tcp - vytalvaultvsmp - vytalvaultvsmp - - - 2547 - udp - vytalvaultvsmp - vytalvaultvsmp - - - 2548 - tcp - vytalvaultpipe - vytalvaultpipe - - - 2548 - udp - vytalvaultpipe - vytalvaultpipe - - - 2549 - tcp - ipass - IPASS - - - 2549 - udp - ipass - IPASS - - - 2550 - tcp - ads - ADS - - - 2550 - udp - ads - ADS - - - 2551 - tcp - isg-uda-server - ISG UDA Server - - - 2551 - udp - isg-uda-server - ISG UDA Server - - - 2552 - tcp - call-logging - Call Logging - - - 2552 - udp - call-logging - Call Logging - - - 2553 - tcp - efidiningport - efidiningport - - - 2553 - udp - efidiningport - efidiningport - - - 2554 - tcp - vcnet-link-v10 - VCnet-Link v10 - - - 2554 - udp - vcnet-link-v10 - VCnet-Link v10 - - - 2555 - tcp - compaq-wcp - Compaq WCP - - - 2555 - udp - compaq-wcp - Compaq WCP - - - 2556 - tcp - nicetec-nmsvc - nicetec-nmsvc - - - 2556 - udp - nicetec-nmsvc - nicetec-nmsvc - - - 2557 - tcp - nicetec-mgmt - nicetec-mgmt - - - 2557 - udp - nicetec-mgmt - nicetec-mgmt - - - 2558 - tcp - pclemultimedia - PCLE Multi Media - - - 2558 - udp - pclemultimedia - PCLE Multi Media - - - 2559 - tcp - lstp - LSTP - - - 2559 - udp - lstp - LSTP - - - 2560 - tcp - labrat - labrat - - - 2560 - udp - labrat - labrat - - - 2561 - tcp - mosaixcc - MosaixCC - - - 2561 - udp - mosaixcc - MosaixCC - - - 2562 - tcp - delibo - Delibo - - - 2562 - udp - delibo - Delibo - - - 2563 - tcp - cti-redwood - CTI Redwood - - - 2563 - udp - cti-redwood - CTI Redwood - - - 2564 - tcp - hp-3000-telnet - HP 3000 NS/VT block mode telnet - - - 2564 - udp - hp-3000-telnet - HP 3000 NS/VT block mode telnet - - - 2565 - tcp - coord-svr - Coordinator Server - - - 2565 - udp - coord-svr - Coordinator Server - - - 2566 - tcp - pcs-pcw - pcs-pcw - - - 2566 - udp - pcs-pcw - pcs-pcw - - - 2567 - tcp - clp - Cisco Line Protocol - - - 2567 - udp - clp - Cisco Line Protocol - - - 2568 - tcp - spamtrap - SPAM TRAP - - - 2568 - udp - spamtrap - SPAM TRAP - - - 2569 - tcp - sonuscallsig - Sonus Call Signal - - - 2569 - udp - sonuscallsig - Sonus Call Signal - - - 2570 - tcp - hs-port - HS Port - - - 2570 - udp - hs-port - HS Port - - - 2571 - tcp - cecsvc - CECSVC - - - 2571 - udp - cecsvc - CECSVC - - - 2572 - tcp - ibp - IBP - - - 2572 - udp - ibp - IBP - - - 2573 - tcp - trustestablish - Trust Establish - - - 2573 - udp - trustestablish - Trust Establish - - - 2574 - tcp - blockade-bpsp - Blockade BPSP - - - 2574 - udp - blockade-bpsp - Blockade BPSP - - - 2575 - tcp - hl7 - HL7 - - - 2575 - udp - hl7 - HL7 - - - 2576 - tcp - tclprodebugger - TCL Pro Debugger - - - 2576 - udp - tclprodebugger - TCL Pro Debugger - - - 2577 - tcp - scipticslsrvr - Scriptics Lsrvr - - - 2577 - udp - scipticslsrvr - Scriptics Lsrvr - - - 2578 - tcp - rvs-isdn-dcp - RVS ISDN DCP - - - 2578 - udp - rvs-isdn-dcp - RVS ISDN DCP - - - 2579 - tcp - mpfoncl - mpfoncl - - - 2579 - udp - mpfoncl - mpfoncl - - - 2580 - tcp - tributary - Tributary - - - 2580 - udp - tributary - Tributary - - - 2581 - tcp - argis-te - ARGIS TE - - - 2581 - udp - argis-te - ARGIS TE - - - 2582 - tcp - argis-ds - ARGIS DS - - - 2582 - udp - argis-ds - ARGIS DS - - - 2583 - tcp - mon - MON - - - 2583 - udp - mon - MON - - - 2584 - tcp - cyaserv - cyaserv - - - 2584 - udp - cyaserv - cyaserv - - - 2585 - tcp - netx-server - NETX Server - - - 2585 - udp - netx-server - NETX Server - - - 2586 - tcp - netx-agent - NETX Agent - - - 2586 - udp - netx-agent - NETX Agent - - - 2587 - tcp - masc - MASC - - - 2587 - udp - masc - MASC - - - 2588 - tcp - privilege - Privilege - - - 2588 - udp - privilege - Privilege - - - 2589 - tcp - quartus-tcl - quartus tcl - - - 2589 - udp - quartus-tcl - quartus tcl - - - 2590 - tcp - idotdist - idotdist - - - 2590 - udp - idotdist - idotdist - - - 2591 - tcp - maytagshuffle - Maytag Shuffle - - - 2591 - udp - maytagshuffle - Maytag Shuffle - - - 2592 - tcp - netrek - netrek - - - 2592 - udp - netrek - netrek - - - 2593 - tcp - mns-mail - MNS Mail Notice Service - - - 2593 - udp - mns-mail - MNS Mail Notice Service - - - 2594 - tcp - dts - Data Base Server - - - 2594 - udp - dts - Data Base Server - - - 2595 - tcp - worldfusion1 - World Fusion 1 - - - 2595 - udp - worldfusion1 - World Fusion 1 - - - 2596 - tcp - worldfusion2 - World Fusion 2 - - - 2596 - udp - worldfusion2 - World Fusion 2 - - - 2597 - tcp - homesteadglory - Homestead Glory - - - 2597 - udp - homesteadglory - Homestead Glory - - - 2598 - tcp - citriximaclient - Citrix MA Client - - - 2598 - udp - citriximaclient - Citrix MA Client - - - 2599 - tcp - snapd - Snap Discovery - - - 2599 - udp - snapd - Snap Discovery - - - 2600 - tcp - hpstgmgr - HPSTGMGR - - - 2600 - udp - hpstgmgr - HPSTGMGR - - - 2601 - tcp - discp-client - discp client - - - 2601 - udp - discp-client - discp client - - - 2602 - tcp - discp-server - discp server - - - 2602 - udp - discp-server - discp server - - - 2603 - tcp - servicemeter - Service Meter - - - 2603 - udp - servicemeter - Service Meter - - - 2604 - tcp - nsc-ccs - NSC CCS - - - 2604 - udp - nsc-ccs - NSC CCS - - - 2605 - tcp - nsc-posa - NSC POSA - - - 2605 - udp - nsc-posa - NSC POSA - - - 2606 - tcp - netmon - Dell Netmon - - - 2606 - udp - netmon - Dell Netmon - - - 2607 - tcp - connection - Dell Connection - - - 2607 - udp - connection - Dell Connection - - - 2608 - tcp - wag-service - Wag Service - - - 2608 - udp - wag-service - Wag Service - - - 2609 - tcp - system-monitor - System Monitor - - - 2609 - udp - system-monitor - System Monitor - - - 2610 - tcp - versa-tek - VersaTek - - - 2610 - udp - versa-tek - VersaTek - - - 2611 - tcp - lionhead - LIONHEAD - - - 2611 - udp - lionhead - LIONHEAD - - - 2612 - tcp - qpasa-agent - Qpasa Agent - - - 2612 - udp - qpasa-agent - Qpasa Agent - - - 2613 - tcp - smntubootstrap - SMNTUBootstrap - - - 2613 - udp - smntubootstrap - SMNTUBootstrap - - - 2614 - tcp - neveroffline - Never Offline - - - 2614 - udp - neveroffline - Never Offline - - - 2615 - tcp - firepower - firepower - - - 2615 - udp - firepower - firepower - - - 2616 - tcp - appswitch-emp - appswitch-emp - - - 2616 - udp - appswitch-emp - appswitch-emp - - - 2617 - tcp - cmadmin - Clinical Context Managers - - - 2617 - udp - cmadmin - Clinical Context Managers - - - 2618 - tcp - priority-e-com - Priority E-Com - - - 2618 - udp - priority-e-com - Priority E-Com - - - 2619 - tcp - bruce - bruce - - - 2619 - udp - bruce - bruce - - - 2620 - tcp - lpsrecommender - LPSRecommender - - - 2620 - udp - lpsrecommender - LPSRecommender - - - 2621 - tcp - miles-apart - Miles Apart Jukebox Server - - - 2621 - udp - miles-apart - Miles Apart Jukebox Server - - - 2622 - tcp - metricadbc - MetricaDBC - - - 2622 - udp - metricadbc - MetricaDBC - - - 2623 - tcp - lmdp - LMDP - - - 2623 - udp - lmdp - LMDP - - - 2624 - tcp - aria - Aria - - - 2624 - udp - aria - Aria - - - 2625 - tcp - blwnkl-port - Blwnkl Port - - - 2625 - udp - blwnkl-port - Blwnkl Port - - - 2626 - tcp - gbjd816 - gbjd816 - - - 2626 - udp - gbjd816 - gbjd816 - - - 2627 - tcp - moshebeeri - Moshe Beeri - - - 2627 - udp - moshebeeri - Moshe Beeri - - - 2628 - tcp - dict - DICT - - - 2628 - udp - dict - DICT - - - 2629 - tcp - sitaraserver - Sitara Server - - - 2629 - udp - sitaraserver - Sitara Server - - - 2630 - tcp - sitaramgmt - Sitara Management - - - 2630 - udp - sitaramgmt - Sitara Management - - - 2631 - tcp - sitaradir - Sitara Dir - - - 2631 - udp - sitaradir - Sitara Dir - - - 2632 - tcp - irdg-post - IRdg Post - - - 2632 - udp - irdg-post - IRdg Post - - - 2633 - tcp - interintelli - InterIntelli - - - 2633 - udp - interintelli - InterIntelli - - - 2634 - tcp - pk-electronics - PK Electronics - - - 2634 - udp - pk-electronics - PK Electronics - - - 2635 - tcp - backburner - Back Burner - - - 2635 - udp - backburner - Back Burner - - - 2636 - tcp - solve - Solve - - - 2636 - udp - solve - Solve - - - 2637 - tcp - imdocsvc - Import Document Service - - - 2637 - udp - imdocsvc - Import Document Service - - - 2638 - tcp - sybaseanywhere - Sybase Anywhere - - - 2638 - udp - sybaseanywhere - Sybase Anywhere - - - 2639 - tcp - aminet - AMInet - - - 2639 - udp - aminet - AMInet - - - 2640 - tcp - ami-control - Alcorn McBride Inc protocol used for device control - - - 2640 - udp - ami-control - Alcorn McBride Inc protocol used for device control - - - 2641 - tcp - hdl-srv - HDL Server - - - 2641 - udp - hdl-srv - HDL Server - - - 2642 - tcp - tragic - Tragic - - - 2642 - udp - tragic - Tragic - - - 2643 - tcp - gte-samp - GTE-SAMP - - - 2643 - udp - gte-samp - GTE-SAMP - - - 2644 - tcp - travsoft-ipx-t - Travsoft IPX Tunnel - - - 2644 - udp - travsoft-ipx-t - Travsoft IPX Tunnel - - - 2645 - tcp - novell-ipx-cmd - Novell IPX CMD - - - 2645 - udp - novell-ipx-cmd - Novell IPX CMD - - - 2646 - tcp - and-lm - AND License Manager - - - 2646 - udp - and-lm - AND License Manager - - - 2647 - tcp - syncserver - SyncServer - - - 2647 - udp - syncserver - SyncServer - - - 2648 - tcp - upsnotifyprot - Upsnotifyprot - - - 2648 - udp - upsnotifyprot - Upsnotifyprot - - - 2649 - tcp - vpsipport - VPSIPPORT - - - 2649 - udp - vpsipport - VPSIPPORT - - - 2650 - tcp - eristwoguns - eristwoguns - - - 2650 - udp - eristwoguns - eristwoguns - - - 2651 - tcp - ebinsite - EBInSite - - - 2651 - udp - ebinsite - EBInSite - - - 2652 - tcp - interpathpanel - InterPathPanel - - - 2652 - udp - interpathpanel - InterPathPanel - - - 2653 - tcp - sonus - Sonus - - - 2653 - udp - sonus - Sonus - - - 2654 - tcp - corel-vncadmin - System.Xml.XmlElement - - - 2654 - tcp - corel_vncadmin - Corel VNC Admin - - - 2654 - udp - corel-vncadmin - System.Xml.XmlElement - - - 2654 - udp - corel_vncadmin - Corel VNC Admin - - - 2655 - tcp - unglue - UNIX Nt Glue - - - 2655 - udp - unglue - UNIX Nt Glue - - - 2656 - tcp - kana - Kana - - - 2656 - udp - kana - Kana - - - 2657 - tcp - sns-dispatcher - SNS Dispatcher - - - 2657 - udp - sns-dispatcher - SNS Dispatcher - - - 2658 - tcp - sns-admin - SNS Admin - - - 2658 - udp - sns-admin - SNS Admin - - - 2659 - tcp - sns-query - SNS Query - - - 2659 - udp - sns-query - SNS Query - - - 2660 - tcp - gcmonitor - GC Monitor - - - 2660 - udp - gcmonitor - GC Monitor - - - 2661 - tcp - olhost - OLHOST - - - 2661 - udp - olhost - OLHOST - - - 2662 - tcp - bintec-capi - BinTec-CAPI - - - 2662 - udp - bintec-capi - BinTec-CAPI - - - 2663 - tcp - bintec-tapi - BinTec-TAPI - - - 2663 - udp - bintec-tapi - BinTec-TAPI - - - 2664 - tcp - patrol-mq-gm - Patrol for MQ GM - - - 2664 - udp - patrol-mq-gm - Patrol for MQ GM - - - 2665 - tcp - patrol-mq-nm - Patrol for MQ NM - - - 2665 - udp - patrol-mq-nm - Patrol for MQ NM - - - 2666 - tcp - extensis - extensis - - - 2666 - udp - extensis - extensis - - - 2667 - tcp - alarm-clock-s - Alarm Clock Server - - - 2667 - udp - alarm-clock-s - Alarm Clock Server - - - 2668 - tcp - alarm-clock-c - Alarm Clock Client - - - 2668 - udp - alarm-clock-c - Alarm Clock Client - - - 2669 - tcp - toad - TOAD - - - 2669 - udp - toad - TOAD - - - 2670 - tcp - tve-announce - TVE Announce - - - 2670 - udp - tve-announce - TVE Announce - - - 2671 - tcp - newlixreg - newlixreg - - - 2671 - udp - newlixreg - newlixreg - - - 2672 - tcp - nhserver - nhserver - - - 2672 - udp - nhserver - nhserver - - - 2673 - tcp - firstcall42 - First Call 42 - - - 2673 - udp - firstcall42 - First Call 42 - - - 2674 - tcp - ewnn - ewnn - - - 2674 - udp - ewnn - ewnn - - - 2675 - tcp - ttc-etap - TTC ETAP - - - 2675 - udp - ttc-etap - TTC ETAP - - - 2676 - tcp - simslink - SIMSLink - - - 2676 - udp - simslink - SIMSLink - - - 2677 - tcp - gadgetgate1way - Gadget Gate 1 Way - - - 2677 - udp - gadgetgate1way - Gadget Gate 1 Way - - - 2678 - tcp - gadgetgate2way - Gadget Gate 2 Way - - - 2678 - udp - gadgetgate2way - Gadget Gate 2 Way - - - 2679 - tcp - syncserverssl - Sync Server SSL - - - 2679 - udp - syncserverssl - Sync Server SSL - - - 2680 - tcp - pxc-sapxom - pxc-sapxom - - - 2680 - udp - pxc-sapxom - pxc-sapxom - - - 2681 - tcp - mpnjsomb - mpnjsomb - - - 2681 - udp - mpnjsomb - mpnjsomb - - - 2683 - tcp - ncdloadbalance - NCDLoadBalance - - - 2683 - udp - ncdloadbalance - NCDLoadBalance - - - 2684 - tcp - mpnjsosv - mpnjsosv - - - 2684 - udp - mpnjsosv - mpnjsosv - - - 2685 - tcp - mpnjsocl - mpnjsocl - - - 2685 - udp - mpnjsocl - mpnjsocl - - - 2686 - tcp - mpnjsomg - mpnjsomg - - - 2686 - udp - mpnjsomg - mpnjsomg - - - 2687 - tcp - pq-lic-mgmt - pq-lic-mgmt - - - 2687 - udp - pq-lic-mgmt - pq-lic-mgmt - - - 2688 - tcp - md-cg-http - md-cf-http - - - 2688 - udp - md-cg-http - md-cf-http - - - 2689 - tcp - fastlynx - FastLynx - - - 2689 - udp - fastlynx - FastLynx - - - 2690 - tcp - hp-nnm-data - HP NNM Embedded Database - - - 2690 - udp - hp-nnm-data - HP NNM Embedded Database - - - 2691 - tcp - itinternet - ITInternet ISM Server - - - 2691 - udp - itinternet - ITInternet ISM Server - - - 2692 - tcp - admins-lms - Admins LMS - - - 2692 - udp - admins-lms - Admins LMS - - - 2693 - tcp - record - Unassigned - - - 2693 - udp - record - Unassigned - - - 2694 - tcp - pwrsevent - pwrsevent - - - 2694 - udp - pwrsevent - pwrsevent - - - 2695 - tcp - vspread - VSPREAD - - - 2695 - udp - vspread - VSPREAD - - - 2696 - tcp - unifyadmin - Unify Admin - - - 2696 - udp - unifyadmin - Unify Admin - - - 2697 - tcp - oce-snmp-trap - Oce SNMP Trap Port - - - 2697 - udp - oce-snmp-trap - Oce SNMP Trap Port - - - 2698 - tcp - mck-ivpip - MCK-IVPIP - - - 2698 - udp - mck-ivpip - MCK-IVPIP - - - 2699 - tcp - csoft-plusclnt - Csoft Plus Client - - - 2699 - udp - csoft-plusclnt - Csoft Plus Client - - - 2700 - tcp - tqdata - tqdata - - - 2700 - udp - tqdata - tqdata - - - 2701 - tcp - sms-rcinfo - SMS RCINFO - - - 2701 - udp - sms-rcinfo - SMS RCINFO - - - 2702 - tcp - sms-xfer - SMS XFER - - - 2702 - udp - sms-xfer - SMS XFER - - - 2703 - tcp - sms-chat - SMS CHAT - - - 2703 - udp - sms-chat - SMS CHAT - - - 2704 - tcp - sms-remctrl - SMS REMCTRL - - - 2704 - udp - sms-remctrl - SMS REMCTRL - - - 2705 - tcp - sds-admin - SDS Admin - - - 2705 - udp - sds-admin - SDS Admin - - - 2706 - tcp - ncdmirroring - NCD Mirroring - - - 2706 - udp - ncdmirroring - NCD Mirroring - - - 2707 - tcp - emcsymapiport - EMCSYMAPIPORT - - - 2707 - udp - emcsymapiport - EMCSYMAPIPORT - - - 2708 - tcp - banyan-net - Banyan-Net - - - 2708 - udp - banyan-net - Banyan-Net - - - 2709 - tcp - supermon - Supermon - - - 2709 - udp - supermon - Supermon - - - 2710 - tcp - sso-service - SSO Service - - - 2710 - udp - sso-service - SSO Service - - - 2711 - tcp - sso-control - SSO Control - - - 2711 - udp - sso-control - SSO Control - - - 2712 - tcp - aocp - Axapta Object Communication Protocol - - - 2712 - udp - aocp - Axapta Object Communication Protocol - - - 2713 - tcp - raventbs - Raven Trinity Broker Service - - - 2713 - udp - raventbs - Raven Trinity Broker Service - - - 2714 - tcp - raventdm - Raven Trinity Data Mover - - - 2714 - udp - raventdm - Raven Trinity Data Mover - - - 2715 - tcp - hpstgmgr2 - HPSTGMGR2 - - - 2715 - udp - hpstgmgr2 - HPSTGMGR2 - - - 2716 - tcp - inova-ip-disco - Inova IP Disco - - - 2716 - udp - inova-ip-disco - Inova IP Disco - - - 2717 - tcp - pn-requester - PN REQUESTER - - - 2717 - udp - pn-requester - PN REQUESTER - - - 2718 - tcp - pn-requester2 - PN REQUESTER 2 - - - 2718 - udp - pn-requester2 - PN REQUESTER 2 - - - 2719 - tcp - scan-change - Scan & Change - - - 2719 - udp - scan-change - Scan & Change - - - 2720 - tcp - wkars - wkars - - - 2720 - udp - wkars - wkars - - - 2721 - tcp - smart-diagnose - Smart Diagnose - - - 2721 - udp - smart-diagnose - Smart Diagnose - - - 2722 - tcp - proactivesrvr - Proactive Server - - - 2722 - udp - proactivesrvr - Proactive Server - - - 2723 - tcp - watchdog-nt - WatchDog NT Protocol - - - 2723 - udp - watchdog-nt - WatchDog NT Protocol - - - 2724 - tcp - qotps - qotps - - - 2724 - udp - qotps - qotps - - - 2725 - tcp - msolap-ptp2 - MSOLAP PTP2 - - - 2725 - udp - msolap-ptp2 - MSOLAP PTP2 - - - 2726 - tcp - tams - TAMS - - - 2726 - udp - tams - TAMS - - - 2727 - tcp - mgcp-callagent - Media Gateway Control Protocol Call Agent - - - 2727 - udp - mgcp-callagent - Media Gateway Control Protocol Call Agent - - - 2728 - tcp - sqdr - SQDR - - - 2728 - udp - sqdr - SQDR - - - 2729 - tcp - tcim-control - TCIM Control - - - 2729 - udp - tcim-control - TCIM Control - - - 2730 - tcp - nec-raidplus - NEC RaidPlus - - - 2730 - udp - nec-raidplus - NEC RaidPlus - - - 2731 - tcp - fyre-messanger - Fyre Messanger - - - 2731 - udp - fyre-messanger - Fyre Messanger - - - 2732 - tcp - g5m - G5M - - - 2732 - udp - g5m - G5M - - - 2733 - tcp - signet-ctf - Signet CTF - - - 2733 - udp - signet-ctf - Signet CTF - - - 2734 - tcp - ccs-software - CCS Software - - - 2734 - udp - ccs-software - CCS Software - - - 2735 - tcp - netiq-mc - NetIQ Monitor Console - - - 2735 - udp - netiq-mc - NetIQ Monitor Console - - - 2736 - tcp - radwiz-nms-srv - RADWIZ NMS SRV - - - 2736 - udp - radwiz-nms-srv - RADWIZ NMS SRV - - - 2737 - tcp - srp-feedback - SRP Feedback - - - 2737 - udp - srp-feedback - SRP Feedback - - - 2738 - tcp - ndl-tcp-ois-gw - NDL TCP-OSI Gateway - - - 2738 - udp - ndl-tcp-ois-gw - NDL TCP-OSI Gateway - - - 2739 - tcp - tn-timing - TN Timing - - - 2739 - udp - tn-timing - TN Timing - - - 2740 - tcp - alarm - Alarm - - - 2740 - udp - alarm - Alarm - - - 2741 - tcp - tsb - TSB - - - 2741 - udp - tsb - TSB - - - 2742 - tcp - tsb2 - TSB2 - - - 2742 - udp - tsb2 - TSB2 - - - 2743 - tcp - murx - murx - - - 2743 - udp - murx - murx - - - 2744 - tcp - honyaku - honyaku - - - 2744 - udp - honyaku - honyaku - - - 2745 - tcp - urbisnet - URBISNET - - - 2745 - udp - urbisnet - URBISNET - - - 2746 - tcp - cpudpencap - CPUDPENCAP - - - 2746 - udp - cpudpencap - CPUDPENCAP - - - 2747 - tcp - fjippol-swrly - - - - - 2747 - udp - fjippol-swrly - - - - - 2748 - tcp - fjippol-polsvr - - - - - 2748 - udp - fjippol-polsvr - - - - - 2749 - tcp - fjippol-cnsl - - - - - 2749 - udp - fjippol-cnsl - - - - - 2750 - tcp - fjippol-port1 - - - - - 2750 - udp - fjippol-port1 - - - - - 2751 - tcp - fjippol-port2 - - - - - 2751 - udp - fjippol-port2 - - - - - 2752 - tcp - rsisysaccess - RSISYS ACCESS - - - 2752 - udp - rsisysaccess - RSISYS ACCESS - - - 2753 - tcp - de-spot - de-spot - - - 2753 - udp - de-spot - de-spot - - - 2754 - tcp - apollo-cc - APOLLO CC - - - 2754 - udp - apollo-cc - APOLLO CC - - - 2755 - tcp - expresspay - Express Pay - - - 2755 - udp - expresspay - Express Pay - - - 2756 - tcp - simplement-tie - simplement-tie - - - 2756 - udp - simplement-tie - simplement-tie - - - 2757 - tcp - cnrp - CNRP - - - 2757 - udp - cnrp - CNRP - - - 2758 - tcp - apollo-status - APOLLO Status - - - 2758 - udp - apollo-status - APOLLO Status - - - 2759 - tcp - apollo-gms - APOLLO GMS - - - 2759 - udp - apollo-gms - APOLLO GMS - - - 2760 - tcp - sabams - Saba MS - - - 2760 - udp - sabams - Saba MS - - - 2761 - tcp - dicom-iscl - DICOM ISCL - - - 2761 - udp - dicom-iscl - DICOM ISCL - - - 2762 - tcp - dicom-tls - DICOM TLS - - - 2762 - udp - dicom-tls - DICOM TLS - - - 2763 - tcp - desktop-dna - Desktop DNA - - - 2763 - udp - desktop-dna - Desktop DNA - - - 2764 - tcp - data-insurance - Data Insurance - - - 2764 - udp - data-insurance - Data Insurance - - - 2765 - tcp - qip-audup - qip-audup - - - 2765 - udp - qip-audup - qip-audup - - - 2766 - tcp - compaq-scp - Compaq SCP - - - 2766 - udp - compaq-scp - Compaq SCP - - - 2767 - tcp - uadtc - UADTC - - - 2767 - udp - uadtc - UADTC - - - 2768 - tcp - uacs - UACS - - - 2768 - udp - uacs - UACS - - - 2769 - tcp - exce - eXcE - - - 2769 - udp - exce - eXcE - - - 2770 - tcp - veronica - Veronica - - - 2770 - udp - veronica - Veronica - - - 2771 - tcp - vergencecm - Vergence CM - - - 2771 - udp - vergencecm - Vergence CM - - - 2772 - tcp - auris - auris - - - 2772 - udp - auris - auris - - - 2773 - tcp - rbakcup1 - RBackup Remote Backup - - - 2773 - udp - rbakcup1 - RBackup Remote Backup - - - 2774 - tcp - rbakcup2 - RBackup Remote Backup - - - 2774 - udp - rbakcup2 - RBackup Remote Backup - - - 2775 - tcp - smpp - SMPP - - - 2775 - udp - smpp - SMPP - - - 2776 - tcp - ridgeway1 - Ridgeway Systems & Software - - - 2776 - udp - ridgeway1 - Ridgeway Systems & Software - - - 2777 - tcp - ridgeway2 - Ridgeway Systems & Software - - - 2777 - udp - ridgeway2 - Ridgeway Systems & Software - - - 2778 - tcp - gwen-sonya - Gwen-Sonya - - - 2778 - udp - gwen-sonya - Gwen-Sonya - - - 2779 - tcp - lbc-sync - LBC Sync - - - 2779 - udp - lbc-sync - LBC Sync - - - 2780 - tcp - lbc-control - LBC Control - - - 2780 - udp - lbc-control - LBC Control - - - 2781 - tcp - whosells - whosells - - - 2781 - udp - whosells - whosells - - - 2782 - tcp - everydayrc - everydayrc - - - 2782 - udp - everydayrc - everydayrc - - - 2783 - tcp - aises - AISES - - - 2783 - udp - aises - AISES - - - 2784 - tcp - www-dev - world wide web - development - - - 2784 - udp - www-dev - world wide web - development - - - 2785 - tcp - aic-np - aic-np - - - 2785 - udp - aic-np - aic-np - - - 2786 - tcp - aic-oncrpc - aic-oncrpc - Destiny MCD database - - - 2786 - udp - aic-oncrpc - aic-oncrpc - Destiny MCD database - - - 2787 - tcp - piccolo - piccolo - Cornerstone Software - - - 2787 - udp - piccolo - piccolo - Cornerstone Software - - - 2788 - tcp - fryeserv - NetWare Loadable Module - Seagate Software - - - 2788 - udp - fryeserv - NetWare Loadable Module - Seagate Software - - - 2789 - tcp - media-agent - Media Agent - - - 2789 - udp - media-agent - Media Agent - - - 2790 - tcp - plgproxy - PLG Proxy - - - 2790 - udp - plgproxy - PLG Proxy - - - 2791 - tcp - mtport-regist - MT Port Registrator - - - 2791 - udp - mtport-regist - MT Port Registrator - - - 2792 - tcp - f5-globalsite - f5-globalsite - - - 2792 - udp - f5-globalsite - f5-globalsite - - - 2793 - tcp - initlsmsad - initlsmsad - - - 2793 - udp - initlsmsad - initlsmsad - - - 2795 - tcp - livestats - LiveStats - - - 2795 - udp - livestats - LiveStats - - - 2796 - tcp - ac-tech - ac-tech - - - 2796 - udp - ac-tech - ac-tech - - - 2797 - tcp - esp-encap - esp-encap - - - 2797 - udp - esp-encap - esp-encap - - - 2798 - tcp - tmesis-upshot - TMESIS-UPShot - - - 2798 - udp - tmesis-upshot - TMESIS-UPShot - - - 2799 - tcp - icon-discover - ICON Discover - - - 2799 - udp - icon-discover - ICON Discover - - - 2800 - tcp - acc-raid - ACC RAID - - - 2800 - udp - acc-raid - ACC RAID - - - 2801 - tcp - igcp - IGCP - - - 2801 - udp - igcp - IGCP - - - 2802 - tcp - veritas-tcp1 - Veritas TCP1 - - - 2802 - udp - veritas-udp1 - Veritas UDP1 - - - 2803 - tcp - btprjctrl - btprjctrl - - - 2803 - udp - btprjctrl - btprjctrl - - - 2804 - tcp - dvr-esm - March Networks Digital Video Recorders and Enterprise Service Manager products - - - 2804 - udp - dvr-esm - March Networks Digital Video Recorders and Enterprise Service Manager products - - - 2805 - tcp - wta-wsp-s - WTA WSP-S - - - 2805 - udp - wta-wsp-s - WTA WSP-S - - - 2806 - tcp - cspuni - cspuni - - - 2806 - udp - cspuni - cspuni - - - 2807 - tcp - cspmulti - cspmulti - - - 2807 - udp - cspmulti - cspmulti - - - 2808 - tcp - j-lan-p - J-LAN-P - - - 2808 - udp - j-lan-p - J-LAN-P - - - 2809 - tcp - corbaloc - CORBA LOC - - - 2809 - udp - corbaloc - CORBA LOC - - - 2810 - tcp - netsteward - Active Net Steward - - - 2810 - udp - netsteward - Active Net Steward - - - 2811 - tcp - gsiftp - GSI FTP - - - 2811 - udp - gsiftp - GSI FTP - - - 2812 - tcp - atmtcp - atmtcp - - - 2812 - udp - atmtcp - atmtcp - - - 2813 - tcp - llm-pass - llm-pass - - - 2813 - udp - llm-pass - llm-pass - - - 2814 - tcp - llm-csv - llm-csv - - - 2814 - udp - llm-csv - llm-csv - - - 2815 - tcp - lbc-measure - LBC Measurement - - - 2815 - udp - lbc-measure - LBC Measurement - - - 2816 - tcp - lbc-watchdog - LBC Watchdog - - - 2816 - udp - lbc-watchdog - LBC Watchdog - - - 2817 - tcp - nmsigport - NMSig Port - - - 2817 - udp - nmsigport - NMSig Port - - - 2818 - tcp - rmlnk - rmlnk - - - 2818 - udp - rmlnk - rmlnk - - - 2819 - tcp - fc-faultnotify - FC Fault Notification - - - 2819 - udp - fc-faultnotify - FC Fault Notification - - - 2820 - tcp - univision - UniVision - - - 2820 - udp - univision - UniVision - - - 2821 - tcp - vrts-at-port - VERITAS Authentication Service - - - 2821 - udp - vrts-at-port - VERITAS Authentication Service - - - 2822 - tcp - ka0wuc - ka0wuc - - - 2822 - udp - ka0wuc - ka0wuc - - - 2823 - tcp - cqg-netlan - CQG Net/LAN - - - 2823 - udp - cqg-netlan - CQG Net/LAN - - - 2824 - tcp - cqg-netlan-1 - CQG Net/LAN 1 - - - 2824 - udp - cqg-netlan-1 - CQG Net/Lan 1 - - - 2826 - tcp - slc-systemlog - slc systemlog - - - 2826 - udp - slc-systemlog - slc systemlog - - - 2827 - tcp - slc-ctrlrloops - slc ctrlrloops - - - 2827 - udp - slc-ctrlrloops - slc ctrlrloops - - - 2828 - tcp - itm-lm - ITM License Manager - - - 2828 - udp - itm-lm - ITM License Manager - - - 2829 - tcp - silkp1 - silkp1 - - - 2829 - udp - silkp1 - silkp1 - - - 2830 - tcp - silkp2 - silkp2 - - - 2830 - udp - silkp2 - silkp2 - - - 2831 - tcp - silkp3 - silkp3 - - - 2831 - udp - silkp3 - silkp3 - - - 2832 - tcp - silkp4 - silkp4 - - - 2832 - udp - silkp4 - silkp4 - - - 2833 - tcp - glishd - glishd - - - 2833 - udp - glishd - glishd - - - 2834 - tcp - evtp - EVTP - - - 2834 - udp - evtp - EVTP - - - 2835 - tcp - evtp-data - EVTP-DATA - - - 2835 - udp - evtp-data - EVTP-DATA - - - 2836 - tcp - catalyst - catalyst - - - 2836 - udp - catalyst - catalyst - - - 2837 - tcp - repliweb - Repliweb - - - 2837 - udp - repliweb - Repliweb - - - 2838 - tcp - starbot - Starbot - - - 2838 - udp - starbot - Starbot - - - 2839 - tcp - nmsigport - NMSigPort - - - 2839 - udp - nmsigport - NMSigPort - - - 2840 - tcp - l3-exprt - l3-exprt - - - 2840 - udp - l3-exprt - l3-exprt - - - 2841 - tcp - l3-ranger - l3-ranger - - - 2841 - udp - l3-ranger - l3-ranger - - - 2842 - tcp - l3-hawk - l3-hawk - - - 2842 - udp - l3-hawk - l3-hawk - - - 2843 - tcp - pdnet - PDnet - - - 2843 - udp - pdnet - PDnet - - - 2844 - tcp - bpcp-poll - BPCP POLL - - - 2844 - udp - bpcp-poll - BPCP POLL - - - 2845 - tcp - bpcp-trap - BPCP TRAP - - - 2845 - udp - bpcp-trap - BPCP TRAP - - - 2846 - tcp - aimpp-hello - AIMPP Hello - - - 2846 - udp - aimpp-hello - AIMPP Hello - - - 2847 - tcp - aimpp-port-req - AIMPP Port Req - - - 2847 - udp - aimpp-port-req - AIMPP Port Req - - - 2848 - tcp - amt-blc-port - AMT-BLC-PORT - - - 2848 - udp - amt-blc-port - AMT-BLC-PORT - - - 2849 - tcp - fxp - FXP - - - 2849 - udp - fxp - FXP - - - 2850 - tcp - metaconsole - MetaConsole - - - 2850 - udp - metaconsole - MetaConsole - - - 2851 - tcp - webemshttp - webemshttp - - - 2851 - udp - webemshttp - webemshttp - - - 2852 - tcp - bears-01 - bears-01 - - - 2852 - udp - bears-01 - bears-01 - - - 2853 - tcp - ispipes - ISPipes - - - 2853 - udp - ispipes - ISPipes - - - 2854 - tcp - infomover - InfoMover - - - 2854 - udp - infomover - InfoMover - - - 2855 - tcp - msrp - MSRP over TCP - - - 2855 - udp - record - Reserved - - - 2856 - tcp - cesdinv - cesdinv - - - 2856 - udp - cesdinv - cesdinv - - - 2857 - tcp - simctlp - SimCtIP - - - 2857 - udp - simctlp - SimCtIP - - - 2858 - tcp - ecnp - ECNP - - - 2858 - udp - ecnp - ECNP - - - 2859 - tcp - activememory - Active Memory - - - 2859 - udp - activememory - Active Memory - - - 2860 - tcp - dialpad-voice1 - Dialpad Voice 1 - - - 2860 - udp - dialpad-voice1 - Dialpad Voice 1 - - - 2861 - tcp - dialpad-voice2 - Dialpad Voice 2 - - - 2861 - udp - dialpad-voice2 - Dialpad Voice 2 - - - 2862 - tcp - ttg-protocol - TTG Protocol - - - 2862 - udp - ttg-protocol - TTG Protocol - - - 2863 - tcp - sonardata - Sonar Data - - - 2863 - udp - sonardata - Sonar Data - - - 2864 - tcp - astronova-main - main 5001 cmd - - - 2864 - udp - astronova-main - main 5001 cmd - - - 2865 - tcp - pit-vpn - pit-vpn - - - 2865 - udp - pit-vpn - pit-vpn - - - 2866 - tcp - iwlistener - iwlistener - - - 2866 - udp - iwlistener - iwlistener - - - 2867 - tcp - esps-portal - esps-portal - - - 2867 - udp - esps-portal - esps-portal - - - 2868 - tcp - npep-messaging - Norman Proprietaqry Events Protocol - - - 2868 - udp - npep-messaging - Norman Proprietaqry Events Protocol - - - 2869 - tcp - icslap - ICSLAP - - - 2869 - udp - icslap - ICSLAP - - - 2870 - tcp - daishi - daishi - - - 2870 - udp - daishi - daishi - - - 2871 - tcp - msi-selectplay - MSI Select Play - - - 2871 - udp - msi-selectplay - MSI Select Play - - - 2872 - tcp - radix - RADIX - - - 2872 - udp - radix - RADIX - - - 2873 - tcp - psrt - PubSub Realtime Telemetry Protocol - - - 2873 - udp - psrt - PubSub Realtime Telemetry Protocol - - - 2874 - tcp - dxmessagebase1 - DX Message Base Transport Protocol - - - 2874 - udp - dxmessagebase1 - DX Message Base Transport Protocol - - - 2875 - tcp - dxmessagebase2 - DX Message Base Transport Protocol - - - 2875 - udp - dxmessagebase2 - DX Message Base Transport Protocol - - - 2876 - tcp - sps-tunnel - SPS Tunnel - - - 2876 - udp - sps-tunnel - SPS Tunnel - - - 2877 - tcp - bluelance - BLUELANCE - - - 2877 - udp - bluelance - BLUELANCE - - - 2878 - tcp - aap - AAP - - - 2878 - udp - aap - AAP - - - 2879 - tcp - ucentric-ds - ucentric-ds - - - 2879 - udp - ucentric-ds - ucentric-ds - - - 2880 - tcp - synapse - Synapse Transport - - - 2880 - udp - synapse - Synapse Transport - - - 2881 - tcp - ndsp - NDSP - - - 2881 - udp - ndsp - NDSP - - - 2882 - tcp - ndtp - NDTP - - - 2882 - udp - ndtp - NDTP - - - 2883 - tcp - ndnp - NDNP - - - 2883 - udp - ndnp - NDNP - - - 2884 - tcp - flashmsg - Flash Msg - - - 2884 - udp - flashmsg - Flash Msg - - - 2885 - tcp - topflow - TopFlow - - - 2885 - udp - topflow - TopFlow - - - 2886 - tcp - responselogic - RESPONSELOGIC - - - 2886 - udp - responselogic - RESPONSELOGIC - - - 2887 - tcp - aironetddp - aironet - - - 2887 - udp - aironetddp - aironet - - - 2888 - tcp - spcsdlobby - SPCSDLOBBY - - - 2888 - udp - spcsdlobby - SPCSDLOBBY - - - 2889 - tcp - rsom - RSOM - - - 2889 - udp - rsom - RSOM - - - 2890 - tcp - cspclmulti - CSPCLMULTI - - - 2890 - udp - cspclmulti - CSPCLMULTI - - - 2891 - tcp - cinegrfx-elmd - CINEGRFX-ELMD License Manager - - - 2891 - udp - cinegrfx-elmd - CINEGRFX-ELMD License Manager - - - 2892 - tcp - snifferdata - SNIFFERDATA - - - 2892 - udp - snifferdata - SNIFFERDATA - - - 2893 - tcp - vseconnector - VSECONNECTOR - - - 2893 - udp - vseconnector - VSECONNECTOR - - - 2894 - tcp - abacus-remote - ABACUS-REMOTE - - - 2894 - udp - abacus-remote - ABACUS-REMOTE - - - 2895 - tcp - natuslink - NATUS LINK - - - 2895 - udp - natuslink - NATUS LINK - - - 2896 - tcp - ecovisiong6-1 - ECOVISIONG6-1 - - - 2896 - udp - ecovisiong6-1 - ECOVISIONG6-1 - - - 2897 - tcp - citrix-rtmp - Citrix RTMP - - - 2897 - udp - citrix-rtmp - Citrix RTMP - - - 2898 - tcp - appliance-cfg - APPLIANCE-CFG - - - 2898 - udp - appliance-cfg - APPLIANCE-CFG - - - 2899 - tcp - powergemplus - POWERGEMPLUS - - - 2899 - udp - powergemplus - POWERGEMPLUS - - - 2900 - tcp - quicksuite - QUICKSUITE - - - 2900 - udp - quicksuite - QUICKSUITE - - - 2901 - tcp - allstorcns - ALLSTORCNS - - - 2901 - udp - allstorcns - ALLSTORCNS - - - 2902 - tcp - netaspi - NET ASPI - - - 2902 - udp - netaspi - NET ASPI - - - 2903 - tcp - suitcase - SUITCASE - - - 2903 - udp - suitcase - SUITCASE - - - 2904 - tcp - m2ua - M2UA - - - 2904 - udp - m2ua - M2UA - - - 2904 - sctp - m2ua - M2UA - - - 2905 - tcp - m3ua - M3UA - - - 2905 - udp - record - De-registered - - - 2905 - sctp - m3ua - M3UA - - - 2906 - tcp - caller9 - CALLER9 - - - 2906 - udp - caller9 - CALLER9 - - - 2907 - tcp - webmethods-b2b - WEBMETHODS B2B - - - 2907 - udp - webmethods-b2b - WEBMETHODS B2B - - - 2908 - tcp - mao - mao - - - 2908 - udp - mao - mao - - - 2909 - tcp - funk-dialout - Funk Dialout - - - 2909 - udp - funk-dialout - Funk Dialout - - - 2910 - tcp - tdaccess - TDAccess - - - 2910 - udp - tdaccess - TDAccess - - - 2911 - tcp - blockade - Blockade - - - 2911 - udp - blockade - Blockade - - - 2912 - tcp - epicon - Epicon - - - 2912 - udp - epicon - Epicon - - - 2913 - tcp - boosterware - Booster Ware - - - 2913 - udp - boosterware - Booster Ware - - - 2914 - tcp - gamelobby - Game Lobby - - - 2914 - udp - gamelobby - Game Lobby - - - 2915 - tcp - tksocket - TK Socket - - - 2915 - udp - tksocket - TK Socket - - - 2916 - tcp - elvin-server - System.Xml.XmlElement - - - 2916 - tcp - elvin_server - Elvin Server - - - 2916 - udp - elvin-server - System.Xml.XmlElement - - - 2916 - udp - elvin_server - Elvin Server - - - 2917 - tcp - elvin-client - System.Xml.XmlElement - - - 2917 - tcp - elvin_client - Elvin Client - - - 2917 - udp - elvin-client - System.Xml.XmlElement - - - 2917 - udp - elvin_client - Elvin Client - - - 2918 - tcp - kastenchasepad - Kasten Chase Pad - - - 2918 - udp - kastenchasepad - Kasten Chase Pad - - - 2919 - tcp - roboer - roboER - - - 2919 - udp - roboer - roboER - - - 2920 - tcp - roboeda - roboEDA - - - 2920 - udp - roboeda - roboEDA - - - 2921 - tcp - cesdcdman - CESD Contents Delivery Management - - - 2921 - udp - cesdcdman - CESD Contents Delivery Management - - - 2922 - tcp - cesdcdtrn - CESD Contents Delivery Data Transfer - - - 2922 - udp - cesdcdtrn - CESD Contents Delivery Data Transfer - - - 2923 - tcp - wta-wsp-wtp-s - WTA-WSP-WTP-S - - - 2923 - udp - wta-wsp-wtp-s - WTA-WSP-WTP-S - - - 2924 - tcp - precise-vip - PRECISE-VIP - - - 2924 - udp - precise-vip - PRECISE-VIP - - - 2926 - tcp - mobile-file-dl - MOBILE-FILE-DL - - - 2926 - udp - mobile-file-dl - MOBILE-FILE-DL - - - 2927 - tcp - unimobilectrl - UNIMOBILECTRL - - - 2927 - udp - unimobilectrl - UNIMOBILECTRL - - - 2928 - tcp - redstone-cpss - REDSTONE-CPSS - - - 2928 - udp - redstone-cpss - REDSTONE-CPSS - - - 2929 - tcp - amx-webadmin - AMX-WEBADMIN - - - 2929 - udp - amx-webadmin - AMX-WEBADMIN - - - 2930 - tcp - amx-weblinx - AMX-WEBLINX - - - 2930 - udp - amx-weblinx - AMX-WEBLINX - - - 2931 - tcp - circle-x - Circle-X - - - 2931 - udp - circle-x - Circle-X - - - 2932 - tcp - incp - INCP - - - 2932 - udp - incp - INCP - - - 2933 - tcp - 4-tieropmgw - 4-TIER OPM GW - - - 2933 - udp - 4-tieropmgw - 4-TIER OPM GW - - - 2934 - tcp - 4-tieropmcli - 4-TIER OPM CLI - - - 2934 - udp - 4-tieropmcli - 4-TIER OPM CLI - - - 2935 - tcp - qtp - QTP - - - 2935 - udp - qtp - QTP - - - 2936 - tcp - otpatch - OTPatch - - - 2936 - udp - otpatch - OTPatch - - - 2937 - tcp - pnaconsult-lm - PNACONSULT-LM - - - 2937 - udp - pnaconsult-lm - PNACONSULT-LM - - - 2938 - tcp - sm-pas-1 - SM-PAS-1 - - - 2938 - udp - sm-pas-1 - SM-PAS-1 - - - 2939 - tcp - sm-pas-2 - SM-PAS-2 - - - 2939 - udp - sm-pas-2 - SM-PAS-2 - - - 2940 - tcp - sm-pas-3 - SM-PAS-3 - - - 2940 - udp - sm-pas-3 - SM-PAS-3 - - - 2941 - tcp - sm-pas-4 - SM-PAS-4 - - - 2941 - udp - sm-pas-4 - SM-PAS-4 - - - 2942 - tcp - sm-pas-5 - SM-PAS-5 - - - 2942 - udp - sm-pas-5 - SM-PAS-5 - - - 2943 - tcp - ttnrepository - TTNRepository - - - 2943 - udp - ttnrepository - TTNRepository - - - 2944 - tcp - megaco-h248 - Megaco H-248 - - - 2944 - udp - megaco-h248 - Megaco H-248 - - - 2944 - sctp - megaco-h248 - Megaco-H.248 text - - - 2945 - tcp - h248-binary - H248 Binary - - - 2945 - udp - h248-binary - H248 Binary - - - 2945 - sctp - h248-binary - Megaco/H.248 binary - - - 2946 - tcp - fjsvmpor - FJSVmpor - - - 2946 - udp - fjsvmpor - FJSVmpor - - - 2947 - tcp - gpsd - GPS Daemon request/response protocol - - - 2947 - udp - gpsd - GPS Daemon request/response protocol - - - 2948 - tcp - wap-push - WAP PUSH - - - 2948 - udp - wap-push - WAP PUSH - - - 2949 - tcp - wap-pushsecure - WAP PUSH SECURE - - - 2949 - udp - wap-pushsecure - WAP PUSH SECURE - - - 2950 - tcp - esip - ESIP - - - 2950 - udp - esip - ESIP - - - 2951 - tcp - ottp - OTTP - - - 2951 - udp - ottp - OTTP - - - 2952 - tcp - mpfwsas - MPFWSAS - - - 2952 - udp - mpfwsas - MPFWSAS - - - 2953 - tcp - ovalarmsrv - OVALARMSRV - - - 2953 - udp - ovalarmsrv - OVALARMSRV - - - 2954 - tcp - ovalarmsrv-cmd - OVALARMSRV-CMD - - - 2954 - udp - ovalarmsrv-cmd - OVALARMSRV-CMD - - - 2955 - tcp - csnotify - CSNOTIFY - - - 2955 - udp - csnotify - CSNOTIFY - - - 2956 - tcp - ovrimosdbman - OVRIMOSDBMAN - - - 2956 - udp - ovrimosdbman - OVRIMOSDBMAN - - - 2957 - tcp - jmact5 - JAMCT5 - - - 2957 - udp - jmact5 - JAMCT5 - - - 2958 - tcp - jmact6 - JAMCT6 - - - 2958 - udp - jmact6 - JAMCT6 - - - 2959 - tcp - rmopagt - RMOPAGT - - - 2959 - udp - rmopagt - RMOPAGT - - - 2960 - tcp - dfoxserver - DFOXSERVER - - - 2960 - udp - dfoxserver - DFOXSERVER - - - 2961 - tcp - boldsoft-lm - BOLDSOFT-LM - - - 2961 - udp - boldsoft-lm - BOLDSOFT-LM - - - 2962 - tcp - iph-policy-cli - IPH-POLICY-CLI - - - 2962 - udp - iph-policy-cli - IPH-POLICY-CLI - - - 2963 - tcp - iph-policy-adm - IPH-POLICY-ADM - - - 2963 - udp - iph-policy-adm - IPH-POLICY-ADM - - - 2964 - tcp - bullant-srap - BULLANT SRAP - - - 2964 - udp - bullant-srap - BULLANT SRAP - - - 2965 - tcp - bullant-rap - BULLANT RAP - - - 2965 - udp - bullant-rap - BULLANT RAP - - - 2966 - tcp - idp-infotrieve - IDP-INFOTRIEVE - - - 2966 - udp - idp-infotrieve - IDP-INFOTRIEVE - - - 2967 - tcp - ssc-agent - SSC-AGENT - - - 2967 - udp - ssc-agent - SSC-AGENT - - - 2968 - tcp - enpp - ENPP - - - 2968 - udp - enpp - ENPP - - - 2969 - tcp - essp - ESSP - - - 2969 - udp - essp - ESSP - - - 2970 - tcp - index-net - INDEX-NET - - - 2970 - udp - index-net - INDEX-NET - - - 2971 - tcp - netclip - NetClip clipboard daemon - - - 2971 - udp - netclip - NetClip clipboard daemon - - - 2972 - tcp - pmsm-webrctl - PMSM Webrctl - - - 2972 - udp - pmsm-webrctl - PMSM Webrctl - - - 2973 - tcp - svnetworks - SV Networks - - - 2973 - udp - svnetworks - SV Networks - - - 2974 - tcp - signal - Signal - - - 2974 - udp - signal - Signal - - - 2975 - tcp - fjmpcm - Fujitsu Configuration Management Service - - - 2975 - udp - fjmpcm - Fujitsu Configuration Management Service - - - 2976 - tcp - cns-srv-port - CNS Server Port - - - 2976 - udp - cns-srv-port - CNS Server Port - - - 2977 - tcp - ttc-etap-ns - TTCs Enterprise Test Access Protocol - NS - - - 2977 - udp - ttc-etap-ns - TTCs Enterprise Test Access Protocol - NS - - - 2978 - tcp - ttc-etap-ds - TTCs Enterprise Test Access Protocol - DS - - - 2978 - udp - ttc-etap-ds - TTCs Enterprise Test Access Protocol - DS - - - 2979 - tcp - h263-video - H.263 Video Streaming - - - 2979 - udp - h263-video - H.263 Video Streaming - - - 2980 - tcp - wimd - Instant Messaging Service - - - 2980 - udp - wimd - Instant Messaging Service - - - 2981 - tcp - mylxamport - MYLXAMPORT - - - 2981 - udp - mylxamport - MYLXAMPORT - - - 2982 - tcp - iwb-whiteboard - IWB-WHITEBOARD - - - 2982 - udp - iwb-whiteboard - IWB-WHITEBOARD - - - 2983 - tcp - netplan - NETPLAN - - - 2983 - udp - netplan - NETPLAN - - - 2984 - tcp - hpidsadmin - HPIDSADMIN - - - 2984 - udp - hpidsadmin - HPIDSADMIN - - - 2985 - tcp - hpidsagent - HPIDSAGENT - - - 2985 - udp - hpidsagent - HPIDSAGENT - - - 2986 - tcp - stonefalls - STONEFALLS - - - 2986 - udp - stonefalls - STONEFALLS - - - 2987 - tcp - identify - identify - - - 2987 - udp - identify - identify - - - 2988 - tcp - hippad - HIPPA Reporting Protocol - - - 2988 - udp - hippad - HIPPA Reporting Protocol - - - 2989 - tcp - zarkov - ZARKOV Intelligent Agent Communication - - - 2989 - udp - zarkov - ZARKOV Intelligent Agent Communication - - - 2990 - tcp - boscap - BOSCAP - - - 2990 - udp - boscap - BOSCAP - - - 2991 - tcp - wkstn-mon - WKSTN-MON - - - 2991 - udp - wkstn-mon - WKSTN-MON - - - 2992 - tcp - avenyo - Avenyo Server - - - 2992 - udp - avenyo - Avenyo Server - - - 2993 - tcp - veritas-vis1 - VERITAS VIS1 - - - 2993 - udp - veritas-vis1 - VERITAS VIS1 - - - 2994 - tcp - veritas-vis2 - VERITAS VIS2 - - - 2994 - udp - veritas-vis2 - VERITAS VIS2 - - - 2995 - tcp - idrs - IDRS - - - 2995 - udp - idrs - IDRS - - - 2996 - tcp - vsixml - vsixml - - - 2996 - udp - vsixml - vsixml - - - 2997 - tcp - rebol - REBOL - - - 2997 - udp - rebol - REBOL - - - 2998 - tcp - realsecure - Real Secure - - - 2998 - udp - realsecure - Real Secure - - - 2999 - tcp - remoteware-un - RemoteWare Unassigned - - - 2999 - udp - remoteware-un - RemoteWare Unassigned - - - 3000 - tcp - hbci - HBCI - - - 3000 - udp - hbci - HBCI - - - 3000 - tcp - remoteware-cl - RemoteWare Client - - - 3000 - udp - remoteware-cl - RemoteWare Client - - - 3001 - tcp - origo-native - OrigoDB Server Native Interface - - - 3001 - udp - record - Reserved - - - 3002 - tcp - exlm-agent - EXLM Agent - - - 3002 - udp - exlm-agent - EXLM Agent - - - 3002 - tcp - remoteware-srv - RemoteWare Server - - - 3002 - udp - remoteware-srv - RemoteWare Server - - - 3003 - tcp - cgms - CGMS - - - 3003 - udp - cgms - CGMS - - - 3004 - tcp - csoftragent - Csoft Agent - - - 3004 - udp - csoftragent - Csoft Agent - - - 3005 - tcp - geniuslm - Genius License Manager - - - 3005 - udp - geniuslm - Genius License Manager - - - 3006 - tcp - ii-admin - Instant Internet Admin - - - 3006 - udp - ii-admin - Instant Internet Admin - - - 3007 - tcp - lotusmtap - Lotus Mail Tracking Agent Protocol - - - 3007 - udp - lotusmtap - Lotus Mail Tracking Agent Protocol - - - 3008 - tcp - midnight-tech - Midnight Technologies - - - 3008 - udp - midnight-tech - Midnight Technologies - - - 3009 - tcp - pxc-ntfy - PXC-NTFY - - - 3009 - udp - pxc-ntfy - PXC-NTFY - - - 3010 - tcp - gw - Telerate Workstation - - - 3010 - udp - ping-pong - Telerate Workstation - - - 3011 - tcp - trusted-web - Trusted Web - - - 3011 - udp - trusted-web - Trusted Web - - - 3012 - tcp - twsdss - Trusted Web Client - - - 3012 - udp - twsdss - Trusted Web Client - - - 3013 - tcp - gilatskysurfer - Gilat Sky Surfer - - - 3013 - udp - gilatskysurfer - Gilat Sky Surfer - - - 3014 - tcp - broker-service - System.Xml.XmlElement - - - 3014 - tcp - broker_service - Broker Service - - - 3014 - udp - broker-service - System.Xml.XmlElement - - - 3014 - udp - broker_service - Broker Service - - - 3015 - tcp - nati-dstp - NATI DSTP - - - 3015 - udp - nati-dstp - NATI DSTP - - - 3016 - tcp - notify-srvr - System.Xml.XmlElement - - - 3016 - tcp - notify_srvr - Notify Server - - - 3016 - udp - notify-srvr - System.Xml.XmlElement - - - 3016 - udp - notify_srvr - Notify Server - - - 3017 - tcp - event-listener - System.Xml.XmlElement - - - 3017 - tcp - event_listener - Event Listener - - - 3017 - udp - event-listener - System.Xml.XmlElement - - - 3017 - udp - event_listener - Event Listener - - - 3018 - tcp - srvc-registry - System.Xml.XmlElement - - - 3018 - tcp - srvc_registry - Service Registry - - - 3018 - udp - srvc-registry - System.Xml.XmlElement - - - 3018 - udp - srvc_registry - Service Registry - - - 3019 - tcp - resource-mgr - System.Xml.XmlElement - - - 3019 - tcp - resource_mgr - Resource Manager - - - 3019 - udp - resource-mgr - System.Xml.XmlElement - - - 3019 - udp - resource_mgr - Resource Manager - - - 3020 - tcp - cifs - CIFS - - - 3020 - udp - cifs - CIFS - - - 3021 - tcp - agriserver - AGRI Server - - - 3021 - udp - agriserver - AGRI Server - - - 3022 - tcp - csregagent - CSREGAGENT - - - 3022 - udp - csregagent - CSREGAGENT - - - 3023 - tcp - magicnotes - magicnotes - - - 3023 - udp - magicnotes - magicnotes - - - 3024 - tcp - nds-sso - System.Xml.XmlElement - - - 3024 - tcp - nds_sso - NDS_SSO - - - 3024 - udp - nds-sso - System.Xml.XmlElement - - - 3024 - udp - nds_sso - NDS_SSO - - - 3025 - tcp - arepa-raft - Arepa Raft - - - 3025 - udp - arepa-raft - Arepa Raft - - - 3026 - tcp - agri-gateway - AGRI Gateway - - - 3026 - udp - agri-gateway - AGRI Gateway - - - 3027 - tcp - LiebDevMgmt-C - System.Xml.XmlElement - - - 3027 - tcp - LiebDevMgmt_C - LiebDevMgmt_C - - - 3027 - udp - LiebDevMgmt-C - System.Xml.XmlElement - - - 3027 - udp - LiebDevMgmt_C - LiebDevMgmt_C - - - 3028 - tcp - LiebDevMgmt-DM - System.Xml.XmlElement - - - 3028 - tcp - LiebDevMgmt_DM - LiebDevMgmt_DM - - - 3028 - udp - LiebDevMgmt-DM - System.Xml.XmlElement - - - 3028 - udp - LiebDevMgmt_DM - LiebDevMgmt_DM - - - 3029 - tcp - LiebDevMgmt-A - System.Xml.XmlElement - - - 3029 - tcp - LiebDevMgmt_A - LiebDevMgmt_A - - - 3029 - udp - LiebDevMgmt-A - System.Xml.XmlElement - - - 3029 - udp - LiebDevMgmt_A - LiebDevMgmt_A - - - 3030 - tcp - arepa-cas - Arepa Cas - - - 3030 - udp - arepa-cas - Arepa Cas - - - 3031 - tcp - eppc - Remote AppleEvents/PPC Toolbox - - - 3031 - udp - eppc - Remote AppleEvents/PPC Toolbox - - - 3032 - tcp - redwood-chat - Redwood Chat - - - 3032 - udp - redwood-chat - Redwood Chat - - - 3033 - tcp - pdb - PDB - - - 3033 - udp - pdb - PDB - - - 3034 - tcp - osmosis-aeea - Osmosis / Helix (R) AEEA Port - - - 3034 - udp - osmosis-aeea - Osmosis / Helix (R) AEEA Port - - - 3035 - tcp - fjsv-gssagt - FJSV gssagt - - - 3035 - udp - fjsv-gssagt - FJSV gssagt - - - 3036 - tcp - hagel-dump - Hagel DUMP - - - 3036 - udp - hagel-dump - Hagel DUMP - - - 3037 - tcp - hp-san-mgmt - HP SAN Mgmt - - - 3037 - udp - hp-san-mgmt - HP SAN Mgmt - - - 3038 - tcp - santak-ups - Santak UPS - - - 3038 - udp - santak-ups - Santak UPS - - - 3039 - tcp - cogitate - Cogitate, Inc. - - - 3039 - udp - cogitate - Cogitate, Inc. - - - 3040 - tcp - tomato-springs - Tomato Springs - - - 3040 - udp - tomato-springs - Tomato Springs - - - 3041 - tcp - di-traceware - di-traceware - - - 3041 - udp - di-traceware - di-traceware - - - 3042 - tcp - journee - journee - - - 3042 - udp - journee - journee - - - 3043 - tcp - brp - Broadcast Routing Protocol - - - 3043 - udp - brp - Broadcast Routing Protocol - - - 3044 - tcp - epp - EndPoint Protocol - - - 3044 - udp - epp - EndPoint Protocol - - - 3045 - tcp - responsenet - ResponseNet - - - 3045 - udp - responsenet - ResponseNet - - - 3046 - tcp - di-ase - di-ase - - - 3046 - udp - di-ase - di-ase - - - 3047 - tcp - hlserver - Fast Security HL Server - - - 3047 - udp - hlserver - Fast Security HL Server - - - 3048 - tcp - pctrader - Sierra Net PC Trader - - - 3048 - udp - pctrader - Sierra Net PC Trader - - - 3049 - tcp - nsws - NSWS - - - 3049 - udp - nsws - NSWS - - - 3050 - tcp - gds-db - System.Xml.XmlElement - - - 3050 - tcp - gds_db - gds_db - - - 3050 - udp - gds-db - System.Xml.XmlElement - - - 3050 - udp - gds_db - gds_db - - - 3051 - tcp - galaxy-server - Galaxy Server - - - 3051 - udp - galaxy-server - Galaxy Server - - - 3052 - tcp - apc-3052 - APC 3052 - - - 3052 - udp - apc-3052 - APC 3052 - - - 3053 - tcp - dsom-server - dsom-server - - - 3053 - udp - dsom-server - dsom-server - - - 3054 - tcp - amt-cnf-prot - AMT CNF PROT - - - 3054 - udp - amt-cnf-prot - AMT CNF PROT - - - 3055 - tcp - policyserver - Policy Server - - - 3055 - udp - policyserver - Policy Server - - - 3056 - tcp - cdl-server - CDL Server - - - 3056 - udp - cdl-server - CDL Server - - - 3057 - tcp - goahead-fldup - GoAhead FldUp - - - 3057 - udp - goahead-fldup - GoAhead FldUp - - - 3058 - tcp - videobeans - videobeans - - - 3058 - udp - videobeans - videobeans - - - 3059 - tcp - qsoft - qsoft - - - 3059 - udp - qsoft - qsoft - - - 3060 - tcp - interserver - interserver - - - 3060 - udp - interserver - interserver - - - 3061 - tcp - cautcpd - cautcpd - - - 3061 - udp - cautcpd - cautcpd - - - 3062 - tcp - ncacn-ip-tcp - ncacn-ip-tcp - - - 3062 - udp - ncacn-ip-tcp - ncacn-ip-tcp - - - 3063 - tcp - ncadg-ip-udp - ncadg-ip-udp - - - 3063 - udp - ncadg-ip-udp - ncadg-ip-udp - - - 3064 - tcp - rprt - Remote Port Redirector - - - 3064 - udp - rprt - Remote Port Redirector - - - 3065 - tcp - slinterbase - slinterbase - - - 3065 - udp - slinterbase - slinterbase - - - 3066 - tcp - netattachsdmp - NETATTACHSDMP - - - 3066 - udp - netattachsdmp - NETATTACHSDMP - - - 3067 - tcp - fjhpjp - FJHPJP - - - 3067 - udp - fjhpjp - FJHPJP - - - 3068 - tcp - ls3bcast - ls3 Broadcast - - - 3068 - udp - ls3bcast - ls3 Broadcast - - - 3069 - tcp - ls3 - ls3 - - - 3069 - udp - ls3 - ls3 - - - 3070 - tcp - mgxswitch - MGXSWITCH - - - 3070 - udp - mgxswitch - MGXSWITCH - - - 3071 - tcp - xplat-replicate - Crossplatform replication protocol - - - 3071 - udp - record - Reserved - - - 3072 - tcp - csd-monitor - ContinuStor Monitor Port - - - 3072 - udp - csd-monitor - ContinuStor Monitor Port - - - 3073 - tcp - vcrp - Very simple chatroom prot - - - 3073 - udp - vcrp - Very simple chatroom prot - - - 3074 - tcp - xbox - Xbox game port - - - 3074 - udp - xbox - Xbox game port - - - 3075 - tcp - orbix-locator - Orbix 2000 Locator - - - 3075 - udp - orbix-locator - Orbix 2000 Locator - - - 3076 - tcp - orbix-config - Orbix 2000 Config - - - 3076 - udp - orbix-config - Orbix 2000 Config - - - 3077 - tcp - orbix-loc-ssl - Orbix 2000 Locator SSL - - - 3077 - udp - orbix-loc-ssl - Orbix 2000 Locator SSL - - - 3078 - tcp - orbix-cfg-ssl - Orbix 2000 Locator SSL - - - 3078 - udp - orbix-cfg-ssl - Orbix 2000 Locator SSL - - - 3079 - tcp - lv-frontpanel - LV Front Panel - - - 3079 - udp - lv-frontpanel - LV Front Panel - - - 3080 - tcp - stm-pproc - System.Xml.XmlElement - - - 3080 - tcp - stm_pproc - stm_pproc - - - 3080 - udp - stm-pproc - System.Xml.XmlElement - - - 3080 - udp - stm_pproc - stm_pproc - - - 3081 - tcp - tl1-lv - TL1-LV - - - 3081 - udp - tl1-lv - TL1-LV - - - 3082 - tcp - tl1-raw - TL1-RAW - - - 3082 - udp - tl1-raw - TL1-RAW - - - 3083 - tcp - tl1-telnet - TL1-TELNET - - - 3083 - udp - tl1-telnet - TL1-TELNET - - - 3084 - tcp - itm-mccs - ITM-MCCS - - - 3084 - udp - itm-mccs - ITM-MCCS - - - 3085 - tcp - pcihreq - PCIHReq - - - 3085 - udp - pcihreq - PCIHReq - - - 3086 - tcp - jdl-dbkitchen - JDL-DBKitchen - - - 3086 - udp - jdl-dbkitchen - JDL-DBKitchen - - - 3087 - tcp - asoki-sma - Asoki SMA - - - 3087 - udp - asoki-sma - Asoki SMA - - - 3088 - tcp - xdtp - eXtensible Data Transfer Protocol - - - 3088 - udp - xdtp - eXtensible Data Transfer Protocol - - - 3089 - tcp - ptk-alink - ParaTek Agent Linking - - - 3089 - udp - ptk-alink - ParaTek Agent Linking - - - 3090 - tcp - stss - Senforce Session Services - - - 3090 - udp - stss - Senforce Session Services - - - 3091 - tcp - 1ci-smcs - 1Ci Server Management - - - 3091 - udp - 1ci-smcs - 1Ci Server Management - - - 3093 - tcp - rapidmq-center - Jiiva RapidMQ Center - - - 3093 - udp - rapidmq-center - Jiiva RapidMQ Center - - - 3094 - tcp - rapidmq-reg - Jiiva RapidMQ Registry - - - 3094 - udp - rapidmq-reg - Jiiva RapidMQ Registry - - - 3095 - tcp - panasas - Panasas rendezvous port - - - 3095 - udp - panasas - Panasas rendezvous port - - - 3096 - tcp - ndl-aps - Active Print Server Port - - - 3096 - udp - ndl-aps - Active Print Server Port - - - 3097 - tcp - record - Reserved - - - 3097 - udp - record - Reserved - - - 3097 - sctp - itu-bicc-stc - ITU-T Q.1902.1/Q.2150.3 - - - 3098 - tcp - umm-port - Universal Message Manager - - - 3098 - udp - umm-port - Universal Message Manager - - - 3099 - tcp - chmd - CHIPSY Machine Daemon - - - 3099 - udp - chmd - CHIPSY Machine Daemon - - - 3100 - tcp - opcon-xps - OpCon/xps - - - 3100 - udp - opcon-xps - OpCon/xps - - - 3101 - tcp - hp-pxpib - HP PolicyXpert PIB Server - - - 3101 - udp - hp-pxpib - HP PolicyXpert PIB Server - - - 3102 - tcp - slslavemon - SoftlinK Slave Mon Port - - - 3102 - udp - slslavemon - SoftlinK Slave Mon Port - - - 3103 - tcp - autocuesmi - Autocue SMI Protocol - - - 3103 - udp - autocuesmi - Autocue SMI Protocol - - - 3104 - tcp - autocuelog - Autocue Logger Protocol - - - 3104 - udp - autocuetime - Autocue Time Service - - - 3105 - tcp - cardbox - Cardbox - - - 3105 - udp - cardbox - Cardbox - - - 3106 - tcp - cardbox-http - Cardbox HTTP - - - 3106 - udp - cardbox-http - Cardbox HTTP - - - 3107 - tcp - business - Business protocol - - - 3107 - udp - business - Business protocol - - - 3108 - tcp - geolocate - Geolocate protocol - - - 3108 - udp - geolocate - Geolocate protocol - - - 3109 - tcp - personnel - Personnel protocol - - - 3109 - udp - personnel - Personnel protocol - - - 3110 - tcp - sim-control - simulator control port - - - 3110 - udp - sim-control - simulator control port - - - 3111 - tcp - wsynch - Web Synchronous Services - - - 3111 - udp - wsynch - Web Synchronous Services - - - 3112 - tcp - ksysguard - KDE System Guard - - - 3112 - udp - ksysguard - KDE System Guard - - - 3113 - tcp - cs-auth-svr - CS-Authenticate Svr Port - - - 3113 - udp - cs-auth-svr - CS-Authenticate Svr Port - - - 3114 - tcp - ccmad - CCM AutoDiscover - - - 3114 - udp - ccmad - CCM AutoDiscover - - - 3115 - tcp - mctet-master - MCTET Master - - - 3115 - udp - mctet-master - MCTET Master - - - 3116 - tcp - mctet-gateway - MCTET Gateway - - - 3116 - udp - mctet-gateway - MCTET Gateway - - - 3117 - tcp - mctet-jserv - MCTET Jserv - - - 3117 - udp - mctet-jserv - MCTET Jserv - - - 3118 - tcp - pkagent - PKAgent - - - 3118 - udp - pkagent - PKAgent - - - 3119 - tcp - d2000kernel - D2000 Kernel Port - - - 3119 - udp - d2000kernel - D2000 Kernel Port - - - 3120 - tcp - d2000webserver - D2000 Webserver Port - - - 3120 - udp - d2000webserver - D2000 Webserver Port - - - 3121 - tcp - pcmk-remote - The pacemaker remote (pcmk-remote) service extends high availability functionality outside of the Linux cluster into remote nodes. - - - 3121 - udp - record - Reserved - - - 3122 - tcp - vtr-emulator - MTI VTR Emulator port - - - 3122 - udp - vtr-emulator - MTI VTR Emulator port - - - 3123 - tcp - edix - EDI Translation Protocol - - - 3123 - udp - edix - EDI Translation Protocol - - - 3124 - tcp - beacon-port - Beacon Port - - - 3124 - udp - beacon-port - Beacon Port - - - 3125 - tcp - a13-an - A13-AN Interface - - - 3125 - udp - a13-an - A13-AN Interface - - - 3127 - tcp - ctx-bridge - CTX Bridge Port - - - 3127 - udp - ctx-bridge - CTX Bridge Port - - - 3128 - tcp - ndl-aas - Active API Server Port - - - 3128 - udp - ndl-aas - Active API Server Port - - - 3129 - tcp - netport-id - NetPort Discovery Port - - - 3129 - udp - netport-id - NetPort Discovery Port - - - 3130 - tcp - icpv2 - ICPv2 - - - 3130 - udp - icpv2 - ICPv2 - - - 3131 - tcp - netbookmark - Net Book Mark - - - 3131 - udp - netbookmark - Net Book Mark - - - 3132 - tcp - ms-rule-engine - Microsoft Business Rule Engine Update Service - - - 3132 - udp - ms-rule-engine - Microsoft Business Rule Engine Update Service - - - 3133 - tcp - prism-deploy - Prism Deploy User Port - - - 3133 - udp - prism-deploy - Prism Deploy User Port - - - 3134 - tcp - ecp - Extensible Code Protocol - - - 3134 - udp - ecp - Extensible Code Protocol - - - 3135 - tcp - peerbook-port - PeerBook Port - - - 3135 - udp - peerbook-port - PeerBook Port - - - 3136 - tcp - grubd - Grub Server Port - - - 3136 - udp - grubd - Grub Server Port - - - 3137 - tcp - rtnt-1 - rtnt-1 data packets - - - 3137 - udp - rtnt-1 - rtnt-1 data packets - - - 3138 - tcp - rtnt-2 - rtnt-2 data packets - - - 3138 - udp - rtnt-2 - rtnt-2 data packets - - - 3139 - tcp - incognitorv - Incognito Rendez-Vous - - - 3139 - udp - incognitorv - Incognito Rendez-Vous - - - 3140 - tcp - ariliamulti - Arilia Multiplexor - - - 3140 - udp - ariliamulti - Arilia Multiplexor - - - 3141 - tcp - vmodem - VMODEM - - - 3141 - udp - vmodem - VMODEM - - - 3142 - tcp - rdc-wh-eos - RDC WH EOS - - - 3142 - udp - rdc-wh-eos - RDC WH EOS - - - 3143 - tcp - seaview - Sea View - - - 3143 - udp - seaview - Sea View - - - 3144 - tcp - tarantella - Tarantella - - - 3144 - udp - tarantella - Tarantella - - - 3145 - tcp - csi-lfap - CSI-LFAP - - - 3145 - udp - csi-lfap - CSI-LFAP - - - 3146 - tcp - bears-02 - bears-02 - - - 3146 - udp - bears-02 - bears-02 - - - 3147 - tcp - rfio - RFIO - - - 3147 - udp - rfio - RFIO - - - 3148 - tcp - nm-game-admin - NetMike Game Administrator - - - 3148 - udp - nm-game-admin - NetMike Game Administrator - - - 3149 - tcp - nm-game-server - NetMike Game Server - - - 3149 - udp - nm-game-server - NetMike Game Server - - - 3150 - tcp - nm-asses-admin - NetMike Assessor Administrator - - - 3150 - udp - nm-asses-admin - NetMike Assessor Administrator - - - 3151 - tcp - nm-assessor - NetMike Assessor - - - 3151 - udp - nm-assessor - NetMike Assessor - - - 3152 - tcp - feitianrockey - FeiTian Port - - - 3152 - udp - feitianrockey - FeiTian Port - - - 3153 - tcp - s8-client-port - S8Cargo Client Port - - - 3153 - udp - s8-client-port - S8Cargo Client Port - - - 3154 - tcp - ccmrmi - ON RMI Registry - - - 3154 - udp - ccmrmi - ON RMI Registry - - - 3155 - tcp - jpegmpeg - JpegMpeg Port - - - 3155 - udp - jpegmpeg - JpegMpeg Port - - - 3156 - tcp - indura - Indura Collector - - - 3156 - udp - indura - Indura Collector - - - 3157 - tcp - lsa-comm - LSA Communicator - - - 3157 - udp - lsa-comm - LSA Communicator - - - 3158 - tcp - stvp - SmashTV Protocol - - - 3158 - udp - stvp - SmashTV Protocol - - - 3159 - tcp - navegaweb-port - NavegaWeb Tarification - - - 3159 - udp - navegaweb-port - NavegaWeb Tarification - - - 3160 - tcp - tip-app-server - TIP Application Server - - - 3160 - udp - tip-app-server - TIP Application Server - - - 3161 - tcp - doc1lm - DOC1 License Manager - - - 3161 - udp - doc1lm - DOC1 License Manager - - - 3162 - tcp - sflm - SFLM - - - 3162 - udp - sflm - SFLM - - - 3163 - tcp - res-sap - RES-SAP - - - 3163 - udp - res-sap - RES-SAP - - - 3164 - tcp - imprs - IMPRS - - - 3164 - udp - imprs - IMPRS - - - 3165 - tcp - newgenpay - Newgenpay Engine Service - - - 3165 - udp - newgenpay - Newgenpay Engine Service - - - 3166 - tcp - sossecollector - Quest Spotlight Out-Of-Process Collector - - - 3166 - udp - sossecollector - Quest Spotlight Out-Of-Process Collector - - - 3167 - tcp - nowcontact - Now Contact Public Server - - - 3167 - udp - nowcontact - Now Contact Public Server - - - 3168 - tcp - poweronnud - Now Up-to-Date Public Server - - - 3168 - udp - poweronnud - Now Up-to-Date Public Server - - - 3169 - tcp - serverview-as - SERVERVIEW-AS - - - 3169 - udp - serverview-as - SERVERVIEW-AS - - - 3170 - tcp - serverview-asn - SERVERVIEW-ASN - - - 3170 - udp - serverview-asn - SERVERVIEW-ASN - - - 3171 - tcp - serverview-gf - SERVERVIEW-GF - - - 3171 - udp - serverview-gf - SERVERVIEW-GF - - - 3172 - tcp - serverview-rm - SERVERVIEW-RM - - - 3172 - udp - serverview-rm - SERVERVIEW-RM - - - 3173 - tcp - serverview-icc - SERVERVIEW-ICC - - - 3173 - udp - serverview-icc - SERVERVIEW-ICC - - - 3174 - tcp - armi-server - ARMI Server - - - 3174 - udp - armi-server - ARMI Server - - - 3175 - tcp - t1-e1-over-ip - T1_E1_Over_IP - - - 3175 - udp - t1-e1-over-ip - T1_E1_Over_IP - - - 3176 - tcp - ars-master - ARS Master - - - 3176 - udp - ars-master - ARS Master - - - 3177 - tcp - phonex-port - Phonex Protocol - - - 3177 - udp - phonex-port - Phonex Protocol - - - 3178 - tcp - radclientport - Radiance UltraEdge Port - - - 3178 - udp - radclientport - Radiance UltraEdge Port - - - 3179 - tcp - h2gf-w-2m - H2GF W.2m Handover prot. - - - 3179 - udp - h2gf-w-2m - H2GF W.2m Handover prot. - - - 3180 - tcp - mc-brk-srv - Millicent Broker Server - - - 3180 - udp - mc-brk-srv - Millicent Broker Server - - - 3181 - tcp - bmcpatrolagent - BMC Patrol Agent - - - 3181 - udp - bmcpatrolagent - BMC Patrol Agent - - - 3182 - tcp - bmcpatrolrnvu - BMC Patrol Rendezvous - - - 3182 - udp - bmcpatrolrnvu - BMC Patrol Rendezvous - - - 3183 - tcp - cops-tls - COPS/TLS - - - 3183 - udp - cops-tls - COPS/TLS - - - 3184 - tcp - apogeex-port - ApogeeX Port - - - 3184 - udp - apogeex-port - ApogeeX Port - - - 3185 - tcp - smpppd - SuSE Meta PPPD - - - 3185 - udp - smpppd - SuSE Meta PPPD - - - 3186 - tcp - iiw-port - IIW Monitor User Port - - - 3186 - udp - iiw-port - IIW Monitor User Port - - - 3187 - tcp - odi-port - Open Design Listen Port - - - 3187 - udp - odi-port - Open Design Listen Port - - - 3188 - tcp - brcm-comm-port - Broadcom Port - - - 3188 - udp - brcm-comm-port - Broadcom Port - - - 3189 - tcp - pcle-infex - Pinnacle Sys InfEx Port - - - 3189 - udp - pcle-infex - Pinnacle Sys InfEx Port - - - 3190 - tcp - csvr-proxy - ConServR Proxy - - - 3190 - udp - csvr-proxy - ConServR Proxy - - - 3191 - tcp - csvr-sslproxy - ConServR SSL Proxy - - - 3191 - udp - csvr-sslproxy - ConServR SSL Proxy - - - 3192 - tcp - firemonrcc - FireMon Revision Control - - - 3192 - udp - firemonrcc - FireMon Revision Control - - - 3193 - tcp - spandataport - SpanDataPort - - - 3193 - udp - spandataport - SpanDataPort - - - 3194 - tcp - magbind - Rockstorm MAG protocol - - - 3194 - udp - magbind - Rockstorm MAG protocol - - - 3195 - tcp - ncu-1 - Network Control Unit - - - 3195 - udp - ncu-1 - Network Control Unit - - - 3196 - tcp - ncu-2 - Network Control Unit - - - 3196 - udp - ncu-2 - Network Control Unit - - - 3197 - tcp - embrace-dp-s - Embrace Device Protocol Server - - - 3197 - udp - embrace-dp-s - Embrace Device Protocol Server - - - 3198 - tcp - embrace-dp-c - Embrace Device Protocol Client - - - 3198 - udp - embrace-dp-c - Embrace Device Protocol Client - - - 3199 - tcp - dmod-workspace - DMOD WorkSpace - - - 3199 - udp - dmod-workspace - DMOD WorkSpace - - - 3200 - tcp - tick-port - Press-sense Tick Port - - - 3200 - udp - tick-port - Press-sense Tick Port - - - 3201 - tcp - cpq-tasksmart - CPQ-TaskSmart - - - 3201 - udp - cpq-tasksmart - CPQ-TaskSmart - - - 3202 - tcp - intraintra - IntraIntra - - - 3202 - udp - intraintra - IntraIntra - - - 3203 - tcp - netwatcher-mon - Network Watcher Monitor - - - 3203 - udp - netwatcher-mon - Network Watcher Monitor - - - 3204 - tcp - netwatcher-db - Network Watcher DB Access - - - 3204 - udp - netwatcher-db - Network Watcher DB Access - - - 3205 - tcp - isns - iSNS Server Port - - - 3205 - udp - isns - iSNS Server Port - - - 3206 - tcp - ironmail - IronMail POP Proxy - - - 3206 - udp - ironmail - IronMail POP Proxy - - - 3207 - tcp - vx-auth-port - Veritas Authentication Port - - - 3207 - udp - vx-auth-port - Veritas Authentication Port - - - 3208 - tcp - pfu-prcallback - PFU PR Callback - - - 3208 - udp - pfu-prcallback - PFU PR Callback - - - 3209 - tcp - netwkpathengine - HP OpenView Network Path Engine Server - - - 3209 - udp - netwkpathengine - HP OpenView Network Path Engine Server - - - 3210 - tcp - flamenco-proxy - Flamenco Networks Proxy - - - 3210 - udp - flamenco-proxy - Flamenco Networks Proxy - - - 3211 - tcp - avsecuremgmt - Avocent Secure Management - - - 3211 - udp - avsecuremgmt - Avocent Secure Management - - - 3212 - tcp - surveyinst - Survey Instrument - - - 3212 - udp - surveyinst - Survey Instrument - - - 3213 - tcp - neon24x7 - NEON 24X7 Mission Control - - - 3213 - udp - neon24x7 - NEON 24X7 Mission Control - - - 3214 - tcp - jmq-daemon-1 - JMQ Daemon Port 1 - - - 3214 - udp - jmq-daemon-1 - JMQ Daemon Port 1 - - - 3215 - tcp - jmq-daemon-2 - JMQ Daemon Port 2 - - - 3215 - udp - jmq-daemon-2 - JMQ Daemon Port 2 - - - 3216 - tcp - ferrari-foam - Ferrari electronic FOAM - - - 3216 - udp - ferrari-foam - Ferrari electronic FOAM - - - 3217 - tcp - unite - Unified IP & Telecom Environment - - - 3217 - udp - unite - Unified IP & Telecom Environment - - - 3218 - tcp - smartpackets - EMC SmartPackets - - - 3218 - udp - smartpackets - EMC SmartPackets - - - 3219 - tcp - wms-messenger - WMS Messenger - - - 3219 - udp - wms-messenger - WMS Messenger - - - 3220 - tcp - xnm-ssl - XML NM over SSL - - - 3220 - udp - xnm-ssl - XML NM over SSL - - - 3221 - tcp - xnm-clear-text - XML NM over TCP - - - 3221 - udp - xnm-clear-text - XML NM over TCP - - - 3222 - tcp - glbp - Gateway Load Balancing Pr - - - 3222 - udp - glbp - Gateway Load Balancing Pr - - - 3223 - tcp - digivote - DIGIVOTE (R) Vote-Server - - - 3223 - udp - digivote - DIGIVOTE (R) Vote-Server - - - 3224 - tcp - aes-discovery - AES Discovery Port - - - 3224 - udp - aes-discovery - AES Discovery Port - - - 3225 - tcp - fcip-port - FCIP - - - 3225 - udp - fcip-port - FCIP - - - 3226 - tcp - isi-irp - ISI Industry Software IRP - - - 3226 - udp - isi-irp - ISI Industry Software IRP - - - 3227 - tcp - dwnmshttp - DiamondWave NMS Server - - - 3227 - udp - dwnmshttp - DiamondWave NMS Server - - - 3228 - tcp - dwmsgserver - DiamondWave MSG Server - - - 3228 - udp - dwmsgserver - DiamondWave MSG Server - - - 3229 - tcp - global-cd-port - Global CD Port - - - 3229 - udp - global-cd-port - Global CD Port - - - 3230 - tcp - sftdst-port - Software Distributor Port - - - 3230 - udp - sftdst-port - Software Distributor Port - - - 3231 - tcp - vidigo - VidiGo communication (previous was: Delta Solutions Direct) - - - 3231 - udp - vidigo - VidiGo communication (previous was: Delta Solutions Direct) - - - 3232 - tcp - mdtp - MDT port - - - 3232 - udp - mdtp - MDT port - - - 3233 - tcp - whisker - WhiskerControl main port - - - 3233 - udp - whisker - WhiskerControl main port - - - 3234 - tcp - alchemy - Alchemy Server - - - 3234 - udp - alchemy - Alchemy Server - - - 3235 - tcp - mdap-port - MDAP port - - - 3235 - udp - mdap-port - MDAP Port - - - 3236 - tcp - apparenet-ts - appareNet Test Server - - - 3236 - udp - apparenet-ts - appareNet Test Server - - - 3237 - tcp - apparenet-tps - appareNet Test Packet Sequencer - - - 3237 - udp - apparenet-tps - appareNet Test Packet Sequencer - - - 3238 - tcp - apparenet-as - appareNet Analysis Server - - - 3238 - udp - apparenet-as - appareNet Analysis Server - - - 3239 - tcp - apparenet-ui - appareNet User Interface - - - 3239 - udp - apparenet-ui - appareNet User Interface - - - 3240 - tcp - triomotion - Trio Motion Control Port - - - 3240 - udp - triomotion - Trio Motion Control Port - - - 3241 - tcp - sysorb - SysOrb Monitoring Server - - - 3241 - udp - sysorb - SysOrb Monitoring Server - - - 3242 - tcp - sdp-id-port - Session Description ID - - - 3242 - udp - sdp-id-port - Session Description ID - - - 3243 - tcp - timelot - Timelot Port - - - 3243 - udp - timelot - Timelot Port - - - 3244 - tcp - onesaf - OneSAF - - - 3244 - udp - onesaf - OneSAF - - - 3245 - tcp - vieo-fe - VIEO Fabric Executive - - - 3245 - udp - vieo-fe - VIEO Fabric Executive - - - 3246 - tcp - dvt-system - DVT SYSTEM PORT - - - 3246 - udp - dvt-system - DVT SYSTEM PORT - - - 3247 - tcp - dvt-data - DVT DATA LINK - - - 3247 - udp - dvt-data - DVT DATA LINK - - - 3248 - tcp - procos-lm - PROCOS LM - - - 3248 - udp - procos-lm - PROCOS LM - - - 3249 - tcp - ssp - State Sync Protocol - - - 3249 - udp - ssp - State Sync Protocol - - - 3250 - tcp - hicp - HMS hicp port - - - 3250 - udp - hicp - HMS hicp port - - - 3251 - tcp - sysscanner - Sys Scanner - - - 3251 - udp - sysscanner - Sys Scanner - - - 3252 - tcp - dhe - DHE port - - - 3252 - udp - dhe - DHE port - - - 3253 - tcp - pda-data - PDA Data - - - 3253 - udp - pda-data - PDA Data - - - 3254 - tcp - pda-sys - PDA System - - - 3254 - udp - pda-sys - PDA System - - - 3255 - tcp - semaphore - Semaphore Connection Port - - - 3255 - udp - semaphore - Semaphore Connection Port - - - 3256 - tcp - cpqrpm-agent - Compaq RPM Agent Port - - - 3256 - udp - cpqrpm-agent - Compaq RPM Agent Port - - - 3257 - tcp - cpqrpm-server - Compaq RPM Server Port - - - 3257 - udp - cpqrpm-server - Compaq RPM Server Port - - - 3258 - tcp - ivecon-port - Ivecon Server Port - - - 3258 - udp - ivecon-port - Ivecon Server Port - - - 3259 - tcp - epncdp2 - Epson Network Common Devi - - - 3259 - udp - epncdp2 - Epson Network Common Devi - - - 3260 - tcp - iscsi-target - iSCSI port - - - 3260 - udp - iscsi-target - iSCSI port - - - 3261 - tcp - winshadow - winShadow - - - 3261 - udp - winshadow - winShadow - - - 3262 - tcp - necp - NECP - - - 3262 - udp - necp - NECP - - - 3263 - tcp - ecolor-imager - E-Color Enterprise Imager - - - 3263 - udp - ecolor-imager - E-Color Enterprise Imager - - - 3264 - tcp - ccmail - cc:mail/lotus - - - 3264 - udp - ccmail - cc:mail/lotus - - - 3265 - tcp - altav-tunnel - Altav Tunnel - - - 3265 - udp - altav-tunnel - Altav Tunnel - - - 3266 - tcp - ns-cfg-server - NS CFG Server - - - 3266 - udp - ns-cfg-server - NS CFG Server - - - 3267 - tcp - ibm-dial-out - IBM Dial Out - - - 3267 - udp - ibm-dial-out - IBM Dial Out - - - 3268 - tcp - msft-gc - Microsoft Global Catalog - - - 3268 - udp - msft-gc - Microsoft Global Catalog - - - 3269 - tcp - msft-gc-ssl - Microsoft Global Catalog with LDAP/SSL - - - 3269 - udp - msft-gc-ssl - Microsoft Global Catalog with LDAP/SSL - - - 3270 - tcp - verismart - Verismart - - - 3270 - udp - verismart - Verismart - - - 3271 - tcp - csoft-prev - CSoft Prev Port - - - 3271 - udp - csoft-prev - CSoft Prev Port - - - 3272 - tcp - user-manager - Fujitsu User Manager - - - 3272 - udp - user-manager - Fujitsu User Manager - - - 3273 - tcp - sxmp - Simple Extensible Multiplexed Protocol - - - 3273 - udp - sxmp - Simple Extensible Multiplexed Protocol - - - 3274 - tcp - ordinox-server - Ordinox Server - - - 3274 - udp - ordinox-server - Ordinox Server - - - 3275 - tcp - samd - SAMD - - - 3275 - udp - samd - SAMD - - - 3276 - tcp - maxim-asics - Maxim ASICs - - - 3276 - udp - maxim-asics - Maxim ASICs - - - 3277 - tcp - awg-proxy - AWG Proxy - - - 3277 - udp - awg-proxy - AWG Proxy - - - 3278 - tcp - lkcmserver - LKCM Server - - - 3278 - udp - lkcmserver - LKCM Server - - - 3279 - tcp - admind - admind - - - 3279 - udp - admind - admind - - - 3280 - tcp - vs-server - VS Server - - - 3280 - udp - vs-server - VS Server - - - 3281 - tcp - sysopt - SYSOPT - - - 3281 - udp - sysopt - SYSOPT - - - 3282 - tcp - datusorb - Datusorb - - - 3282 - udp - datusorb - Datusorb - - - 3283 - tcp - Apple Remote Desktop (Net Assistant) - Net Assistant - - - 3283 - udp - Apple Remote Desktop (Net Assistant) - Net Assistant - - - 3284 - tcp - 4talk - 4Talk - - - 3284 - udp - 4talk - 4Talk - - - 3285 - tcp - plato - Plato - - - 3285 - udp - plato - Plato - - - 3286 - tcp - e-net - E-Net - - - 3286 - udp - e-net - E-Net - - - 3287 - tcp - directvdata - DIRECTVDATA - - - 3287 - udp - directvdata - DIRECTVDATA - - - 3288 - tcp - cops - COPS - - - 3288 - udp - cops - COPS - - - 3289 - tcp - enpc - ENPC - - - 3289 - udp - enpc - ENPC - - - 3290 - tcp - caps-lm - CAPS LOGISTICS TOOLKIT - LM - - - 3290 - udp - caps-lm - CAPS LOGISTICS TOOLKIT - LM - - - 3291 - tcp - sah-lm - S A Holditch & Associates - LM - - - 3291 - udp - sah-lm - S A Holditch & Associates - LM - - - 3292 - tcp - cart-o-rama - Cart O Rama - - - 3292 - udp - cart-o-rama - Cart O Rama - - - 3293 - tcp - fg-fps - fg-fps - - - 3293 - udp - fg-fps - fg-fps - - - 3294 - tcp - fg-gip - fg-gip - - - 3294 - udp - fg-gip - fg-gip - - - 3295 - tcp - dyniplookup - Dynamic IP Lookup - - - 3295 - udp - dyniplookup - Dynamic IP Lookup - - - 3296 - tcp - rib-slm - Rib License Manager - - - 3296 - udp - rib-slm - Rib License Manager - - - 3297 - tcp - cytel-lm - Cytel License Manager - - - 3297 - udp - cytel-lm - Cytel License Manager - - - 3298 - tcp - deskview - DeskView - - - 3298 - udp - deskview - DeskView - - - 3299 - tcp - pdrncs - pdrncs - - - 3299 - udp - pdrncs - pdrncs - - - 3300 - tcp - ceph - Ceph monitor - - - 3300 - udp - record - Reserved - - - 3301 - tcp - tarantool - Tarantool in-memory computing platform - - - 3301 - udp - tarantool - Tarantool in-memory computing platform - - - 3302 - tcp - mcs-fastmail - MCS Fastmail - - - 3302 - udp - mcs-fastmail - MCS Fastmail - - - 3303 - tcp - opsession-clnt - OP Session Client - - - 3303 - udp - opsession-clnt - OP Session Client - - - 3304 - tcp - opsession-srvr - OP Session Server - - - 3304 - udp - opsession-srvr - OP Session Server - - - 3305 - tcp - odette-ftp - ODETTE-FTP - - - 3305 - udp - odette-ftp - ODETTE-FTP - - - 3306 - tcp - mysql - MySQL - - - 3306 - udp - mysql - MySQL - - - 3307 - tcp - opsession-prxy - OP Session Proxy - - - 3307 - udp - opsession-prxy - OP Session Proxy - - - 3308 - tcp - tns-server - TNS Server - - - 3308 - udp - tns-server - TNS Server - - - 3309 - tcp - tns-adv - TNS ADV - - - 3309 - udp - tns-adv - TNS ADV - - - 3310 - tcp - dyna-access - Dyna Access - - - 3310 - udp - dyna-access - Dyna Access - - - 3311 - tcp - mcns-tel-ret - MCNS Tel Ret - - - 3311 - udp - mcns-tel-ret - MCNS Tel Ret - - - 3312 - tcp - appman-server - Application Management Server - - - 3312 - udp - appman-server - Application Management Server - - - 3313 - tcp - uorb - Unify Object Broker - - - 3313 - udp - uorb - Unify Object Broker - - - 3314 - tcp - uohost - Unify Object Host - - - 3314 - udp - uohost - Unify Object Host - - - 3315 - tcp - cdid - CDID - - - 3315 - udp - cdid - CDID - - - 3316 - tcp - aicc-cmi - AICC/CMI - - - 3316 - udp - aicc-cmi - AICC/CMI - - - 3317 - tcp - vsaiport - VSAI PORT - - - 3317 - udp - vsaiport - VSAI PORT - - - 3318 - tcp - ssrip - Swith to Swith Routing Information Protocol - - - 3318 - udp - ssrip - Swith to Swith Routing Information Protocol - - - 3319 - tcp - sdt-lmd - SDT License Manager - - - 3319 - udp - sdt-lmd - SDT License Manager - - - 3320 - tcp - officelink2000 - Office Link 2000 - - - 3320 - udp - officelink2000 - Office Link 2000 - - - 3321 - tcp - vnsstr - VNSSTR - - - 3321 - udp - vnsstr - VNSSTR - - - 3326 - tcp - sftu - SFTU - - - 3326 - udp - sftu - SFTU - - - 3327 - tcp - bbars - BBARS - - - 3327 - udp - bbars - BBARS - - - 3328 - tcp - egptlm - Eaglepoint License Manager - - - 3328 - udp - egptlm - Eaglepoint License Manager - - - 3329 - tcp - hp-device-disc - HP Device Disc - - - 3329 - udp - hp-device-disc - HP Device Disc - - - 3330 - tcp - mcs-calypsoicf - MCS Calypso ICF - - - 3330 - udp - mcs-calypsoicf - MCS Calypso ICF - - - 3331 - tcp - mcs-messaging - MCS Messaging - - - 3331 - udp - mcs-messaging - MCS Messaging - - - 3332 - tcp - mcs-mailsvr - MCS Mail Server - - - 3332 - udp - mcs-mailsvr - MCS Mail Server - - - 3333 - tcp - dec-notes - DEC Notes - - - 3333 - udp - dec-notes - DEC Notes - - - 3334 - tcp - directv-web - Direct TV Webcasting - - - 3334 - udp - directv-web - Direct TV Webcasting - - - 3335 - tcp - directv-soft - Direct TV Software Updates - - - 3335 - udp - directv-soft - Direct TV Software Updates - - - 3336 - tcp - directv-tick - Direct TV Tickers - - - 3336 - udp - directv-tick - Direct TV Tickers - - - 3337 - tcp - directv-catlg - Direct TV Data Catalog - - - 3337 - udp - directv-catlg - Direct TV Data Catalog - - - 3338 - tcp - anet-b - OMF data b - - - 3338 - udp - anet-b - OMF data b - - - 3339 - tcp - anet-l - OMF data l - - - 3339 - udp - anet-l - OMF data l - - - 3340 - tcp - anet-m - OMF data m - - - 3340 - udp - anet-m - OMF data m - - - 3341 - tcp - anet-h - OMF data h - - - 3341 - udp - anet-h - OMF data h - - - 3342 - tcp - webtie - WebTIE - - - 3342 - udp - webtie - WebTIE - - - 3343 - tcp - ms-cluster-net - MS Cluster Net - - - 3343 - udp - ms-cluster-net - MS Cluster Net - - - 3344 - tcp - bnt-manager - BNT Manager - - - 3344 - udp - bnt-manager - BNT Manager - - - 3345 - tcp - influence - Influence - - - 3345 - udp - influence - Influence - - - 3346 - tcp - trnsprntproxy - Trnsprnt Proxy - - - 3346 - udp - trnsprntproxy - Trnsprnt Proxy - - - 3347 - tcp - phoenix-rpc - Phoenix RPC - - - 3347 - udp - phoenix-rpc - Phoenix RPC - - - 3348 - tcp - pangolin-laser - Pangolin Laser - - - 3348 - udp - pangolin-laser - Pangolin Laser - - - 3349 - tcp - chevinservices - Chevin Services - - - 3349 - udp - chevinservices - Chevin Services - - - 3350 - tcp - findviatv - FINDVIATV - - - 3350 - udp - findviatv - FINDVIATV - - - 3351 - tcp - btrieve - Btrieve port - - - 3351 - udp - btrieve - Btrieve port - - - 3352 - tcp - ssql - Scalable SQL - - - 3352 - udp - ssql - Scalable SQL - - - 3353 - tcp - fatpipe - FATPIPE - - - 3353 - udp - fatpipe - FATPIPE - - - 3354 - tcp - suitjd - SUITJD - - - 3354 - udp - suitjd - SUITJD - - - 3355 - tcp - ordinox-dbase - Ordinox Dbase - - - 3355 - udp - ordinox-dbase - Ordinox Dbase - - - 3356 - tcp - upnotifyps - UPNOTIFYPS - - - 3356 - udp - upnotifyps - UPNOTIFYPS - - - 3357 - tcp - adtech-test - Adtech Test IP - - - 3357 - udp - adtech-test - Adtech Test IP - - - 3358 - tcp - mpsysrmsvr - Mp Sys Rmsvr - - - 3358 - udp - mpsysrmsvr - Mp Sys Rmsvr - - - 3359 - tcp - wg-netforce - WG NetForce - - - 3359 - udp - wg-netforce - WG NetForce - - - 3360 - tcp - kv-server - KV Server - - - 3360 - udp - kv-server - KV Server - - - 3361 - tcp - kv-agent - KV Agent - - - 3361 - udp - kv-agent - KV Agent - - - 3362 - tcp - dj-ilm - DJ ILM - - - 3362 - udp - dj-ilm - DJ ILM - - - 3363 - tcp - nati-vi-server - NATI Vi Server - - - 3363 - udp - nati-vi-server - NATI Vi Server - - - 3364 - tcp - creativeserver - Creative Server - - - 3364 - udp - creativeserver - Creative Server - - - 3365 - tcp - contentserver - Content Server - - - 3365 - udp - contentserver - Content Server - - - 3366 - tcp - creativepartnr - Creative Partner - - - 3366 - udp - creativepartnr - Creative Partner - - - 3372 - tcp - tip2 - TIP 2 - - - 3372 - udp - tip2 - TIP 2 - - - 3373 - tcp - lavenir-lm - Lavenir License Manager - - - 3373 - udp - lavenir-lm - Lavenir License Manager - - - 3374 - tcp - cluster-disc - Cluster Disc - - - 3374 - udp - cluster-disc - Cluster Disc - - - 3375 - tcp - vsnm-agent - VSNM Agent - - - 3375 - udp - vsnm-agent - VSNM Agent - - - 3376 - tcp - cdbroker - CD Broker - - - 3376 - udp - cdbroker - CD Broker - - - 3377 - tcp - cogsys-lm - Cogsys Network License Manager - - - 3377 - udp - cogsys-lm - Cogsys Network License Manager - - - 3378 - tcp - wsicopy - WSICOPY - - - 3378 - udp - wsicopy - WSICOPY - - - 3379 - tcp - socorfs - SOCORFS - - - 3379 - udp - socorfs - SOCORFS - - - 3380 - tcp - sns-channels - SNS Channels - - - 3380 - udp - sns-channels - SNS Channels - - - 3381 - tcp - geneous - Geneous - - - 3381 - udp - geneous - Geneous - - - 3382 - tcp - fujitsu-neat - Fujitsu Network Enhanced Antitheft function - - - 3382 - udp - fujitsu-neat - Fujitsu Network Enhanced Antitheft function - - - 3383 - tcp - esp-lm - Enterprise Software Products License Manager - - - 3383 - udp - esp-lm - Enterprise Software Products License Manager - - - 3384 - tcp - hp-clic - Cluster Management Services - - - 3384 - udp - hp-clic - Hardware Management - - - 3385 - tcp - qnxnetman - qnxnetman - - - 3385 - udp - qnxnetman - qnxnetman - - - 3386 - tcp - gprs-data - GPRS Data - - - 3386 - udp - gprs-sig - GPRS SIG - - - 3387 - tcp - backroomnet - Back Room Net - - - 3387 - udp - backroomnet - Back Room Net - - - 3388 - tcp - cbserver - CB Server - - - 3388 - udp - cbserver - CB Server - - - 3389 - tcp - ms-wbt-server - MS WBT Server - - - 3389 - udp - ms-wbt-server - MS WBT Server - - - 3390 - tcp - dsc - Distributed Service Coordinator - - - 3390 - udp - dsc - Distributed Service Coordinator - - - 3391 - tcp - savant - SAVANT - - - 3391 - udp - savant - SAVANT - - - 3392 - tcp - efi-lm - EFI License Management - - - 3392 - udp - efi-lm - EFI License Management - - - 3393 - tcp - d2k-tapestry1 - D2K Tapestry Client to Server - - - 3393 - udp - d2k-tapestry1 - D2K Tapestry Client to Server - - - 3394 - tcp - d2k-tapestry2 - D2K Tapestry Server to Server - - - 3394 - udp - d2k-tapestry2 - D2K Tapestry Server to Server - - - 3395 - tcp - dyna-lm - Dyna License Manager (Elam) - - - 3395 - udp - dyna-lm - Dyna License Manager (Elam) - - - 3396 - tcp - printer-agent - System.Xml.XmlElement - - - 3396 - tcp - printer_agent - Printer Agent - - - 3396 - udp - printer-agent - System.Xml.XmlElement - - - 3396 - udp - printer_agent - Printer Agent - - - 3397 - tcp - cloanto-lm - Cloanto License Manager - - - 3397 - udp - cloanto-lm - Cloanto License Manager - - - 3398 - tcp - mercantile - Mercantile - - - 3398 - udp - mercantile - Mercantile - - - 3399 - tcp - csms - CSMS - - - 3399 - udp - csms - CSMS - - - 3400 - tcp - csms2 - CSMS2 - - - 3400 - udp - csms2 - CSMS2 - - - 3401 - tcp - filecast - filecast - - - 3401 - udp - filecast - filecast - - - 3402 - tcp - fxaengine-net - FXa Engine Network Port - - - 3402 - udp - fxaengine-net - FXa Engine Network Port - - - 3405 - tcp - nokia-ann-ch1 - Nokia Announcement ch 1 - - - 3405 - udp - nokia-ann-ch1 - Nokia Announcement ch 1 - - - 3406 - tcp - nokia-ann-ch2 - Nokia Announcement ch 2 - - - 3406 - udp - nokia-ann-ch2 - Nokia Announcement ch 2 - - - 3407 - tcp - ldap-admin - LDAP admin server port - - - 3407 - udp - ldap-admin - LDAP admin server port - - - 3408 - tcp - BESApi - BES Api Port - - - 3408 - udp - BESApi - BES Api Port - - - 3409 - tcp - networklens - NetworkLens Event Port - - - 3409 - udp - networklens - NetworkLens Event Port - - - 3410 - tcp - networklenss - NetworkLens SSL Event - - - 3410 - udp - networklenss - NetworkLens SSL Event - - - 3411 - tcp - biolink-auth - BioLink Authenteon server - - - 3411 - udp - biolink-auth - BioLink Authenteon server - - - 3412 - tcp - xmlblaster - xmlBlaster - - - 3412 - udp - xmlblaster - xmlBlaster - - - 3413 - tcp - svnet - SpecView Networking - - - 3413 - udp - svnet - SpecView Networking - - - 3414 - tcp - wip-port - BroadCloud WIP Port - - - 3414 - udp - wip-port - BroadCloud WIP Port - - - 3415 - tcp - bcinameservice - BCI Name Service - - - 3415 - udp - bcinameservice - BCI Name Service - - - 3416 - tcp - commandport - AirMobile IS Command Port - - - 3416 - udp - commandport - AirMobile IS Command Port - - - 3417 - tcp - csvr - ConServR file translation - - - 3417 - udp - csvr - ConServR file translation - - - 3418 - tcp - rnmap - Remote nmap - - - 3418 - udp - rnmap - Remote nmap - - - 3419 - tcp - softaudit - Isogon SoftAudit - - - 3419 - udp - softaudit - ISogon SoftAudit - - - 3420 - tcp - ifcp-port - iFCP User Port - - - 3420 - udp - ifcp-port - iFCP User Port - - - 3421 - tcp - bmap - Bull Apprise portmapper - - - 3421 - udp - bmap - Bull Apprise portmapper - - - 3422 - tcp - rusb-sys-port - Remote USB System Port - - - 3422 - udp - rusb-sys-port - Remote USB System Port - - - 3423 - tcp - xtrm - xTrade Reliable Messaging - - - 3423 - udp - xtrm - xTrade Reliable Messaging - - - 3424 - tcp - xtrms - xTrade over TLS/SSL - - - 3424 - udp - xtrms - xTrade over TLS/SSL - - - 3425 - tcp - agps-port - AGPS Access Port - - - 3425 - udp - agps-port - AGPS Access Port - - - 3426 - tcp - arkivio - Arkivio Storage Protocol - - - 3426 - udp - arkivio - Arkivio Storage Protocol - - - 3427 - tcp - websphere-snmp - WebSphere SNMP - - - 3427 - udp - websphere-snmp - WebSphere SNMP - - - 3428 - tcp - twcss - 2Wire CSS - - - 3428 - udp - twcss - 2Wire CSS - - - 3429 - tcp - gcsp - GCSP user port - - - 3429 - udp - gcsp - GCSP user port - - - 3430 - tcp - ssdispatch - Scott Studios Dispatch - - - 3430 - udp - ssdispatch - Scott Studios Dispatch - - - 3431 - tcp - ndl-als - Active License Server Port - - - 3431 - udp - ndl-als - Active License Server Port - - - 3432 - tcp - osdcp - Secure Device Protocol - - - 3432 - udp - osdcp - Secure Device Protocol - - - 3433 - tcp - opnet-smp - OPNET Service Management Platform - - - 3433 - udp - opnet-smp - OPNET Service Management Platform - - - 3434 - tcp - opencm - OpenCM Server - - - 3434 - udp - opencm - OpenCM Server - - - 3435 - tcp - pacom - Pacom Security User Port - - - 3435 - udp - pacom - Pacom Security User Port - - - 3436 - tcp - gc-config - GuardControl Exchange Protocol - - - 3436 - udp - gc-config - GuardControl Exchange Protocol - - - 3437 - tcp - autocueds - Autocue Directory Service - - - 3437 - udp - autocueds - Autocue Directory Service - - - 3438 - tcp - spiral-admin - Spiralcraft Admin - - - 3438 - udp - spiral-admin - Spiralcraft Admin - - - 3439 - tcp - hri-port - HRI Interface Port - - - 3439 - udp - hri-port - HRI Interface Port - - - 3440 - tcp - ans-console - Net Steward Mgmt Console - - - 3440 - udp - ans-console - Net Steward Mgmt Console - - - 3441 - tcp - connect-client - OC Connect Client - - - 3441 - udp - connect-client - OC Connect Client - - - 3442 - tcp - connect-server - OC Connect Server - - - 3442 - udp - connect-server - OC Connect Server - - - 3443 - tcp - ov-nnm-websrv - OpenView Network Node Manager WEB Server - - - 3443 - udp - ov-nnm-websrv - OpenView Network Node Manager WEB Server - - - 3444 - tcp - denali-server - Denali Server - - - 3444 - udp - denali-server - Denali Server - - - 3445 - tcp - monp - Media Object Network Protocol - - - 3445 - udp - monp - Media Object Network Protocol - - - 3446 - tcp - 3comfaxrpc - 3Com FAX RPC port - - - 3446 - udp - 3comfaxrpc - 3Com FAX RPC port - - - 3447 - tcp - directnet - DirectNet IM System - - - 3447 - udp - directnet - DirectNet IM System - - - 3448 - tcp - dnc-port - Discovery and Net Config - - - 3448 - udp - dnc-port - Discovery and Net Config - - - 3449 - tcp - hotu-chat - HotU Chat - - - 3449 - udp - hotu-chat - HotU Chat - - - 3450 - tcp - castorproxy - CAStorProxy - - - 3450 - udp - castorproxy - CAStorProxy - - - 3451 - tcp - asam - ASAM Services - - - 3451 - udp - asam - ASAM Services - - - 3452 - tcp - sabp-signal - SABP-Signalling Protocol - - - 3452 - udp - sabp-signal - SABP-Signalling Protocol - - - 3453 - tcp - pscupd - PSC Update - - - 3453 - udp - pscupd - PSC Update - - - 3454 - tcp - mira - Apple Remote Access Protocol - - - 3454 - udp - mira - Apple Remote Access Protocol - - - 3455 - tcp - prsvp - RSVP Port - - - 3455 - udp - prsvp - RSVP Port - - - 3456 - tcp - vat - VAT default data - - - 3456 - udp - vat - VAT default data - - - 3457 - tcp - vat-control - VAT default control - - - 3457 - udp - vat-control - VAT default control - - - 3458 - tcp - d3winosfi - D3WinOSFI - - - 3458 - udp - d3winosfi - D3WinOSFI - - - 3459 - tcp - integral - TIP Integral - - - 3459 - udp - integral - TIP Integral - - - 3460 - tcp - edm-manager - EDM Manger - - - 3460 - udp - edm-manager - EDM Manger - - - 3461 - tcp - edm-stager - EDM Stager - - - 3461 - udp - edm-stager - EDM Stager - - - 3462 - tcp - edm-std-notify - EDM STD Notify - - - 3462 - udp - edm-std-notify - EDM STD Notify - - - 3463 - tcp - edm-adm-notify - EDM ADM Notify - - - 3463 - udp - edm-adm-notify - EDM ADM Notify - - - 3464 - tcp - edm-mgr-sync - EDM MGR Sync - - - 3464 - udp - edm-mgr-sync - EDM MGR Sync - - - 3465 - tcp - edm-mgr-cntrl - EDM MGR Cntrl - - - 3465 - udp - edm-mgr-cntrl - EDM MGR Cntrl - - - 3466 - tcp - workflow - WORKFLOW - - - 3466 - udp - workflow - WORKFLOW - - - 3467 - tcp - rcst - RCST - - - 3467 - udp - rcst - RCST - - - 3468 - tcp - ttcmremotectrl - TTCM Remote Controll - - - 3468 - udp - ttcmremotectrl - TTCM Remote Controll - - - 3469 - tcp - pluribus - Pluribus - - - 3469 - udp - pluribus - Pluribus - - - 3470 - tcp - jt400 - jt400 - - - 3470 - udp - jt400 - jt400 - - - 3471 - tcp - jt400-ssl - jt400-ssl - - - 3471 - udp - jt400-ssl - jt400-ssl - - - 3472 - tcp - jaugsremotec-1 - JAUGS N-G Remotec 1 - - - 3472 - udp - jaugsremotec-1 - JAUGS N-G Remotec 1 - - - 3473 - tcp - jaugsremotec-2 - JAUGS N-G Remotec 2 - - - 3473 - udp - jaugsremotec-2 - JAUGS N-G Remotec 2 - - - 3474 - tcp - ttntspauto - TSP Automation - - - 3474 - udp - ttntspauto - TSP Automation - - - 3475 - tcp - genisar-port - Genisar Comm Port - - - 3475 - udp - genisar-port - Genisar Comm Port - - - 3476 - tcp - nppmp - NVIDIA Mgmt Protocol - - - 3476 - udp - nppmp - NVIDIA Mgmt Protocol - - - 3477 - tcp - ecomm - eComm link port - - - 3477 - udp - ecomm - eComm link port - - - 3478 - tcp - stun - Session Traversal Utilities for NAT (STUN) port - - - 3478 - udp - stun - Session Traversal Utilities for NAT (STUN) port - - - 3478 - tcp - turn - TURN over TCP - - - 3478 - udp - turn - TURN over UDP - - - 3478 - tcp - stun-behavior - STUN Behavior Discovery over TCP - - - 3478 - udp - stun-behavior - STUN Behavior Discovery over UDP - - - 3479 - tcp - twrpc - 2Wire RPC - - - 3479 - udp - twrpc - 2Wire RPC - - - 3480 - tcp - plethora - Secure Virtual Workspace - - - 3480 - udp - plethora - Secure Virtual Workspace - - - 3481 - tcp - cleanerliverc - CleanerLive remote ctrl - - - 3481 - udp - cleanerliverc - CleanerLive remote ctrl - - - 3482 - tcp - vulture - Vulture Monitoring System - - - 3482 - udp - vulture - Vulture Monitoring System - - - 3483 - tcp - slim-devices - Slim Devices Protocol - - - 3483 - udp - slim-devices - Slim Devices Protocol - - - 3484 - tcp - gbs-stp - GBS SnapTalk Protocol - - - 3484 - udp - gbs-stp - GBS SnapTalk Protocol - - - 3485 - tcp - celatalk - CelaTalk - - - 3485 - udp - celatalk - CelaTalk - - - 3486 - tcp - ifsf-hb-port - IFSF Heartbeat Port - - - 3486 - udp - ifsf-hb-port - IFSF Heartbeat Port - - - 3487 - tcp - ltctcp - LISA TCP Transfer Channel - - - 3487 - udp - ltcudp - LISA UDP Transfer Channel - - - 3488 - tcp - fs-rh-srv - FS Remote Host Server - - - 3488 - udp - fs-rh-srv - FS Remote Host Server - - - 3489 - tcp - dtp-dia - DTP/DIA - - - 3489 - udp - dtp-dia - DTP/DIA - - - 3490 - tcp - colubris - Colubris Management Port - - - 3490 - udp - colubris - Colubris Management Port - - - 3491 - tcp - swr-port - SWR Port - - - 3491 - udp - swr-port - SWR Port - - - 3492 - tcp - tvdumtray-port - TVDUM Tray Port - - - 3492 - udp - tvdumtray-port - TVDUM Tray Port - - - 3493 - tcp - nut - Network UPS Tools - - - 3493 - udp - nut - Network UPS Tools - - - 3494 - tcp - ibm3494 - IBM 3494 - - - 3494 - udp - ibm3494 - IBM 3494 - - - 3495 - tcp - seclayer-tcp - securitylayer over tcp - - - 3495 - udp - seclayer-tcp - securitylayer over tcp - - - 3496 - tcp - seclayer-tls - securitylayer over tls - - - 3496 - udp - seclayer-tls - securitylayer over tls - - - 3497 - tcp - ipether232port - ipEther232Port - - - 3497 - udp - ipether232port - ipEther232Port - - - 3498 - tcp - dashpas-port - DASHPAS user port - - - 3498 - udp - dashpas-port - DASHPAS user port - - - 3499 - tcp - sccip-media - SccIP Media - - - 3499 - udp - sccip-media - SccIP Media - - - 3500 - tcp - rtmp-port - RTMP Port - - - 3500 - udp - rtmp-port - RTMP Port - - - 3501 - tcp - isoft-p2p - iSoft-P2P - - - 3501 - udp - isoft-p2p - iSoft-P2P - - - 3502 - tcp - avinstalldisc - Avocent Install Discovery - - - 3502 - udp - avinstalldisc - Avocent Install Discovery - - - 3503 - tcp - lsp-ping - MPLS LSP-echo Port - - - 3503 - udp - lsp-ping - MPLS LSP-echo Port - - - 3504 - tcp - ironstorm - IronStorm game server - - - 3504 - udp - ironstorm - IronStorm game server - - - 3505 - tcp - ccmcomm - CCM communications port - - - 3505 - udp - ccmcomm - CCM communications port - - - 3506 - tcp - apc-3506 - APC 3506 - - - 3506 - udp - apc-3506 - APC 3506 - - - 3507 - tcp - nesh-broker - Nesh Broker Port - - - 3507 - udp - nesh-broker - Nesh Broker Port - - - 3508 - tcp - interactionweb - Interaction Web - - - 3508 - udp - interactionweb - Interaction Web - - - 3509 - tcp - vt-ssl - Virtual Token SSL Port - - - 3509 - udp - vt-ssl - Virtual Token SSL Port - - - 3510 - tcp - xss-port - XSS Port - - - 3510 - udp - xss-port - XSS Port - - - 3511 - tcp - webmail-2 - WebMail/2 - - - 3511 - udp - webmail-2 - WebMail/2 - - - 3512 - tcp - aztec - Aztec Distribution Port - - - 3512 - udp - aztec - Aztec Distribution Port - - - 3513 - tcp - arcpd - Adaptec Remote Protocol - - - 3513 - udp - arcpd - Adaptec Remote Protocol - - - 3514 - tcp - must-p2p - MUST Peer to Peer - - - 3514 - udp - must-p2p - MUST Peer to Peer - - - 3515 - tcp - must-backplane - MUST Backplane - - - 3515 - udp - must-backplane - MUST Backplane - - - 3516 - tcp - smartcard-port - Smartcard Port - - - 3516 - udp - smartcard-port - Smartcard Port - - - 3517 - tcp - 802-11-iapp - IEEE 802.11 WLANs WG IAPP - - - 3517 - udp - 802-11-iapp - IEEE 802.11 WLANs WG IAPP - - - 3518 - tcp - artifact-msg - Artifact Message Server - - - 3518 - udp - artifact-msg - Artifact Message Server - - - 3519 - tcp - nvmsgd - Netvion Messenger Port - - - 3519 - udp - galileo - Netvion Galileo Port - - - 3520 - tcp - galileolog - Netvion Galileo Log Port - - - 3520 - udp - galileolog - Netvion Galileo Log Port - - - 3521 - tcp - mc3ss - Telequip Labs MC3SS - - - 3521 - udp - mc3ss - Telequip Labs MC3SS - - - 3522 - tcp - nssocketport - DO over NSSocketPort - - - 3522 - udp - nssocketport - DO over NSSocketPort - - - 3523 - tcp - odeumservlink - Odeum Serverlink - - - 3523 - udp - odeumservlink - Odeum Serverlink - - - 3524 - tcp - ecmport - ECM Server port - - - 3524 - udp - ecmport - ECM Server port - - - 3525 - tcp - eisport - EIS Server port - - - 3525 - udp - eisport - EIS Server port - - - 3526 - tcp - starquiz-port - starQuiz Port - - - 3526 - udp - starquiz-port - starQuiz Port - - - 3527 - tcp - beserver-msg-q - VERITAS Backup Exec Server - - - 3527 - udp - beserver-msg-q - VERITAS Backup Exec Server - - - 3528 - tcp - jboss-iiop - JBoss IIOP - - - 3528 - udp - jboss-iiop - JBoss IIOP - - - 3529 - tcp - jboss-iiop-ssl - JBoss IIOP/SSL - - - 3529 - udp - jboss-iiop-ssl - JBoss IIOP/SSL - - - 3530 - tcp - gf - Grid Friendly - - - 3530 - udp - gf - Grid Friendly - - - 3531 - tcp - joltid - Joltid - - - 3531 - udp - joltid - Joltid - - - 3532 - tcp - raven-rmp - Raven Remote Management Control - - - 3532 - udp - raven-rmp - Raven Remote Management Control - - - 3533 - tcp - raven-rdp - Raven Remote Management Data - - - 3533 - udp - raven-rdp - Raven Remote Management Data - - - 3534 - tcp - urld-port - URL Daemon Port - - - 3534 - udp - urld-port - URL Daemon Port - - - 3535 - tcp - ms-la - MS-LA - - - 3535 - udp - ms-la - MS-LA - - - 3536 - tcp - snac - SNAC - - - 3536 - udp - snac - SNAC - - - 3537 - tcp - ni-visa-remote - Remote NI-VISA port - - - 3537 - udp - ni-visa-remote - Remote NI-VISA port - - - 3538 - tcp - ibm-diradm - IBM Directory Server - - - 3538 - udp - ibm-diradm - IBM Directory Server - - - 3539 - tcp - ibm-diradm-ssl - IBM Directory Server SSL - - - 3539 - udp - ibm-diradm-ssl - IBM Directory Server SSL - - - 3540 - tcp - pnrp-port - PNRP User Port - - - 3540 - udp - pnrp-port - PNRP User Port - - - 3541 - tcp - voispeed-port - VoiSpeed Port - - - 3541 - udp - voispeed-port - VoiSpeed Port - - - 3542 - tcp - hacl-monitor - HA cluster monitor - - - 3542 - udp - hacl-monitor - HA cluster monitor - - - 3543 - tcp - qftest-lookup - qftest Lookup Port - - - 3543 - udp - qftest-lookup - qftest Lookup Port - - - 3544 - tcp - teredo - Teredo Port - - - 3544 - udp - teredo - Teredo Port - - - 3545 - tcp - camac - CAMAC equipment - - - 3545 - udp - camac - CAMAC equipment - - - 3547 - tcp - symantec-sim - Symantec SIM - - - 3547 - udp - symantec-sim - Symantec SIM - - - 3548 - tcp - interworld - Interworld - - - 3548 - udp - interworld - Interworld - - - 3549 - tcp - tellumat-nms - Tellumat MDR NMS - - - 3549 - udp - tellumat-nms - Tellumat MDR NMS - - - 3550 - tcp - ssmpp - Secure SMPP - - - 3550 - udp - ssmpp - Secure SMPP - - - 3551 - tcp - apcupsd - Apcupsd Information Port - - - 3551 - udp - apcupsd - Apcupsd Information Port - - - 3552 - tcp - taserver - TeamAgenda Server Port - - - 3552 - udp - taserver - TeamAgenda Server Port - - - 3553 - tcp - rbr-discovery - Red Box Recorder ADP - - - 3553 - udp - rbr-discovery - Red Box Recorder ADP - - - 3554 - tcp - questnotify - Quest Notification Server - - - 3554 - udp - questnotify - Quest Notification Server - - - 3555 - tcp - razor - Vipul's Razor - - - 3555 - udp - razor - Vipul's Razor - - - 3556 - tcp - sky-transport - Sky Transport Protocol - - - 3556 - udp - sky-transport - Sky Transport Protocol - - - 3557 - tcp - personalos-001 - PersonalOS Comm Port - - - 3557 - udp - personalos-001 - PersonalOS Comm Port - - - 3558 - tcp - mcp-port - MCP user port - - - 3558 - udp - mcp-port - MCP user port - - - 3559 - tcp - cctv-port - CCTV control port - - - 3559 - udp - cctv-port - CCTV control port - - - 3560 - tcp - iniserve-port - INIServe port - - - 3560 - udp - iniserve-port - INIServe port - - - 3561 - tcp - bmc-onekey - BMC-OneKey - - - 3561 - udp - bmc-onekey - BMC-OneKey - - - 3562 - tcp - sdbproxy - SDBProxy - - - 3562 - udp - sdbproxy - SDBProxy - - - 3563 - tcp - watcomdebug - Watcom Debug - - - 3563 - udp - watcomdebug - Watcom Debug - - - 3564 - tcp - esimport - Electromed SIM port - - - 3564 - udp - esimport - Electromed SIM port - - - 3565 - tcp - m2pa - M2PA - - - 3565 - udp - record - Reserved - - - 3565 - sctp - m2pa - M2PA - - - 3566 - tcp - quest-data-hub - Quest Data Hub - - - 3566 - udp - record - Reserved - - - 3567 - tcp - dof-eps - DOF Protocol Stack - - - 3567 - udp - dof-eps - DOF Protocol Stack - - - 3568 - tcp - dof-tunnel-sec - DOF Secure Tunnel - - - 3568 - udp - dof-tunnel-sec - DOF Secure Tunnel - - - 3569 - tcp - mbg-ctrl - Meinberg Control Service - - - 3569 - udp - mbg-ctrl - Meinberg Control Service - - - 3570 - tcp - mccwebsvr-port - MCC Web Server Port - - - 3570 - udp - mccwebsvr-port - MCC Web Server Port - - - 3571 - tcp - megardsvr-port - MegaRAID Server Port - - - 3571 - udp - megardsvr-port - MegaRAID Server Port - - - 3572 - tcp - megaregsvrport - Registration Server Port - - - 3572 - udp - megaregsvrport - Registration Server Port - - - 3573 - tcp - tag-ups-1 - Advantage Group UPS Suite - - - 3573 - udp - tag-ups-1 - Advantage Group UPS Suite - - - 3574 - tcp - dmaf-server - DMAF Server - - - 3574 - udp - dmaf-caster - DMAF Caster - - - 3575 - tcp - ccm-port - Coalsere CCM Port - - - 3575 - udp - ccm-port - Coalsere CCM Port - - - 3576 - tcp - cmc-port - Coalsere CMC Port - - - 3576 - udp - cmc-port - Coalsere CMC Port - - - 3577 - tcp - config-port - Configuration Port - - - 3577 - udp - config-port - Configuration Port - - - 3578 - tcp - data-port - Data Port - - - 3578 - udp - data-port - Data Port - - - 3579 - tcp - ttat3lb - Tarantella Load Balancing - - - 3579 - udp - ttat3lb - Tarantella Load Balancing - - - 3580 - tcp - nati-svrloc - NATI-ServiceLocator - - - 3580 - udp - nati-svrloc - NATI-ServiceLocator - - - 3581 - tcp - kfxaclicensing - Ascent Capture Licensing - - - 3581 - udp - kfxaclicensing - Ascent Capture Licensing - - - 3582 - tcp - press - PEG PRESS Server - - - 3582 - udp - press - PEG PRESS Server - - - 3583 - tcp - canex-watch - CANEX Watch System - - - 3583 - udp - canex-watch - CANEX Watch System - - - 3584 - tcp - u-dbap - U-DBase Access Protocol - - - 3584 - udp - u-dbap - U-DBase Access Protocol - - - 3585 - tcp - emprise-lls - Emprise License Server - - - 3585 - udp - emprise-lls - Emprise License Server - - - 3586 - tcp - emprise-lsc - License Server Console - - - 3586 - udp - emprise-lsc - License Server Console - - - 3587 - tcp - p2pgroup - Peer to Peer Grouping - - - 3587 - udp - p2pgroup - Peer to Peer Grouping - - - 3588 - tcp - sentinel - Sentinel Server - - - 3588 - udp - sentinel - Sentinel Server - - - 3589 - tcp - isomair - isomair - - - 3589 - udp - isomair - isomair - - - 3590 - tcp - wv-csp-sms - WV CSP SMS Binding - - - 3590 - udp - wv-csp-sms - WV CSP SMS Binding - - - 3591 - tcp - gtrack-server - LOCANIS G-TRACK Server - - - 3591 - udp - gtrack-server - LOCANIS G-TRACK Server - - - 3592 - tcp - gtrack-ne - LOCANIS G-TRACK NE Port - - - 3592 - udp - gtrack-ne - LOCANIS G-TRACK NE Port - - - 3593 - tcp - bpmd - BP Model Debugger - - - 3593 - udp - bpmd - BP Model Debugger - - - 3594 - tcp - mediaspace - MediaSpace - - - 3594 - udp - mediaspace - MediaSpace - - - 3595 - tcp - shareapp - ShareApp - - - 3595 - udp - shareapp - ShareApp - - - 3596 - tcp - iw-mmogame - Illusion Wireless MMOG - - - 3596 - udp - iw-mmogame - Illusion Wireless MMOG - - - 3597 - tcp - a14 - A14 (AN-to-SC/MM) - - - 3597 - udp - a14 - A14 (AN-to-SC/MM) - - - 3598 - tcp - a15 - A15 (AN-to-AN) - - - 3598 - udp - a15 - A15 (AN-to-AN) - - - 3599 - tcp - quasar-server - Quasar Accounting Server - - - 3599 - udp - quasar-server - Quasar Accounting Server - - - 3600 - tcp - trap-daemon - text relay-answer - - - 3600 - udp - trap-daemon - text relay-answer - - - 3601 - tcp - visinet-gui - Visinet Gui - - - 3601 - udp - visinet-gui - Visinet Gui - - - 3602 - tcp - infiniswitchcl - InfiniSwitch Mgr Client - - - 3602 - udp - infiniswitchcl - InfiniSwitch Mgr Client - - - 3603 - tcp - int-rcv-cntrl - Integrated Rcvr Control - - - 3603 - udp - int-rcv-cntrl - Integrated Rcvr Control - - - 3604 - tcp - bmc-jmx-port - BMC JMX Port - - - 3604 - udp - bmc-jmx-port - BMC JMX Port - - - 3605 - tcp - comcam-io - ComCam IO Port - - - 3605 - udp - comcam-io - ComCam IO Port - - - 3606 - tcp - splitlock - Splitlock Server - - - 3606 - udp - splitlock - Splitlock Server - - - 3607 - tcp - precise-i3 - Precise I3 - - - 3607 - udp - precise-i3 - Precise I3 - - - 3608 - tcp - trendchip-dcp - Trendchip control protocol - - - 3608 - udp - trendchip-dcp - Trendchip control protocol - - - 3609 - tcp - cpdi-pidas-cm - CPDI PIDAS Connection Mon - - - 3609 - udp - cpdi-pidas-cm - CPDI PIDAS Connection Mon - - - 3610 - tcp - echonet - ECHONET - - - 3610 - udp - echonet - ECHONET - - - 3611 - tcp - six-degrees - Six Degrees Port - - - 3611 - udp - six-degrees - Six Degrees Port - - - 3612 - tcp - dataprotector - Micro Focus Data Protector - - - 3612 - udp - dataprotector - Micro Focus Data Protector - - - 3613 - tcp - alaris-disc - Alaris Device Discovery - - - 3613 - udp - alaris-disc - Alaris Device Discovery - - - 3614 - tcp - sigma-port - Satchwell Sigma - - - 3614 - udp - sigma-port - Satchwell Sigma - - - 3615 - tcp - start-network - Start Messaging Network - - - 3615 - udp - start-network - Start Messaging Network - - - 3616 - tcp - cd3o-protocol - cd3o Control Protocol - - - 3616 - udp - cd3o-protocol - cd3o Control Protocol - - - 3617 - tcp - sharp-server - ATI SHARP Logic Engine - - - 3617 - udp - sharp-server - ATI SHARP Logic Engine - - - 3618 - tcp - aairnet-1 - AAIR-Network 1 - - - 3618 - udp - aairnet-1 - AAIR-Network 1 - - - 3619 - tcp - aairnet-2 - AAIR-Network 2 - - - 3619 - udp - aairnet-2 - AAIR-Network 2 - - - 3620 - tcp - ep-pcp - EPSON Projector Control Port - - - 3620 - udp - ep-pcp - EPSON Projector Control Port - - - 3621 - tcp - ep-nsp - EPSON Network Screen Port - - - 3621 - udp - ep-nsp - EPSON Network Screen Port - - - 3622 - tcp - ff-lr-port - FF LAN Redundancy Port - - - 3622 - udp - ff-lr-port - FF LAN Redundancy Port - - - 3623 - tcp - haipe-discover - HAIPIS Dynamic Discovery - - - 3623 - udp - haipe-discover - HAIPIS Dynamic Discovery - - - 3624 - tcp - dist-upgrade - Distributed Upgrade Port - - - 3624 - udp - dist-upgrade - Distributed Upgrade Port - - - 3625 - tcp - volley - Volley - - - 3625 - udp - volley - Volley - - - 3626 - tcp - bvcdaemon-port - bvControl Daemon - - - 3626 - udp - bvcdaemon-port - bvControl Daemon - - - 3627 - tcp - jamserverport - Jam Server Port - - - 3627 - udp - jamserverport - Jam Server Port - - - 3628 - tcp - ept-machine - EPT Machine Interface - - - 3628 - udp - ept-machine - EPT Machine Interface - - - 3629 - tcp - escvpnet - ESC/VP.net - - - 3629 - udp - escvpnet - ESC/VP.net - - - 3630 - tcp - cs-remote-db - C&S Remote Database Port - - - 3630 - udp - cs-remote-db - C&S Remote Database Port - - - 3631 - tcp - cs-services - C&S Web Services Port - - - 3631 - udp - cs-services - C&S Web Services Port - - - 3632 - tcp - distcc - distributed compiler - - - 3632 - udp - distcc - distributed compiler - - - 3633 - tcp - wacp - Wyrnix AIS port - - - 3633 - udp - wacp - Wyrnix AIS port - - - 3634 - tcp - hlibmgr - hNTSP Library Manager - - - 3634 - udp - hlibmgr - hNTSP Library Manager - - - 3635 - tcp - sdo - Simple Distributed Objects - - - 3635 - udp - sdo - Simple Distributed Objects - - - 3636 - tcp - servistaitsm - SerVistaITSM - - - 3636 - udp - servistaitsm - SerVistaITSM - - - 3637 - tcp - scservp - Customer Service Port - - - 3637 - udp - scservp - Customer Service Port - - - 3638 - tcp - ehp-backup - EHP Backup Protocol - - - 3638 - udp - ehp-backup - EHP Backup Protocol - - - 3639 - tcp - xap-ha - Extensible Automation - - - 3639 - udp - xap-ha - Extensible Automation - - - 3640 - tcp - netplay-port1 - Netplay Port 1 - - - 3640 - udp - netplay-port1 - Netplay Port 1 - - - 3641 - tcp - netplay-port2 - Netplay Port 2 - - - 3641 - udp - netplay-port2 - Netplay Port 2 - - - 3642 - tcp - juxml-port - Juxml Replication port - - - 3642 - udp - juxml-port - Juxml Replication port - - - 3643 - tcp - audiojuggler - AudioJuggler - - - 3643 - udp - audiojuggler - AudioJuggler - - - 3644 - tcp - ssowatch - ssowatch - - - 3644 - udp - ssowatch - ssowatch - - - 3645 - tcp - cyc - Cyc - - - 3645 - udp - cyc - Cyc - - - 3646 - tcp - xss-srv-port - XSS Server Port - - - 3646 - udp - xss-srv-port - XSS Server Port - - - 3647 - tcp - splitlock-gw - Splitlock Gateway - - - 3647 - udp - splitlock-gw - Splitlock Gateway - - - 3648 - tcp - fjcp - Fujitsu Cooperation Port - - - 3648 - udp - fjcp - Fujitsu Cooperation Port - - - 3649 - tcp - nmmp - Nishioka Miyuki Msg Protocol - - - 3649 - udp - nmmp - Nishioka Miyuki Msg Protocol - - - 3650 - tcp - prismiq-plugin - PRISMIQ VOD plug-in - - - 3650 - udp - prismiq-plugin - PRISMIQ VOD plug-in - - - 3651 - tcp - xrpc-registry - XRPC Registry - - - 3651 - udp - xrpc-registry - XRPC Registry - - - 3652 - tcp - vxcrnbuport - VxCR NBU Default Port - - - 3652 - udp - vxcrnbuport - VxCR NBU Default Port - - - 3653 - tcp - tsp - Tunnel Setup Protocol - - - 3653 - udp - tsp - Tunnel Setup Protocol - - - 3654 - tcp - vaprtm - VAP RealTime Messenger - - - 3654 - udp - vaprtm - VAP RealTime Messenger - - - 3655 - tcp - abatemgr - ActiveBatch Exec Agent - - - 3655 - udp - abatemgr - ActiveBatch Exec Agent - - - 3656 - tcp - abatjss - ActiveBatch Job Scheduler - - - 3656 - udp - abatjss - ActiveBatch Job Scheduler - - - 3657 - tcp - immedianet-bcn - ImmediaNet Beacon - - - 3657 - udp - immedianet-bcn - ImmediaNet Beacon - - - 3658 - tcp - ps-ams - PlayStation AMS (Secure) - - - 3658 - udp - ps-ams - PlayStation AMS (Secure) - - - 3659 - tcp - apple-sasl - Apple SASL - - - 3659 - udp - apple-sasl - Apple SASL - - - 3660 - tcp - can-nds-ssl - IBM Tivoli Directory Service using SSL - - - 3660 - udp - can-nds-ssl - IBM Tivoli Directory Service using SSL - - - 3661 - tcp - can-ferret-ssl - IBM Tivoli Directory Service using SSL - - - 3661 - udp - can-ferret-ssl - IBM Tivoli Directory Service using SSL - - - 3662 - tcp - pserver - pserver - - - 3662 - udp - pserver - pserver - - - 3663 - tcp - dtp - DIRECWAY Tunnel Protocol - - - 3663 - udp - dtp - DIRECWAY Tunnel Protocol - - - 3664 - tcp - ups-engine - UPS Engine Port - - - 3664 - udp - ups-engine - UPS Engine Port - - - 3665 - tcp - ent-engine - Enterprise Engine Port - - - 3665 - udp - ent-engine - Enterprise Engine Port - - - 3666 - tcp - eserver-pap - IBM eServer PAP - - - 3666 - udp - eserver-pap - IBM EServer PAP - - - 3667 - tcp - infoexch - IBM Information Exchange - - - 3667 - udp - infoexch - IBM Information Exchange - - - 3668 - tcp - dell-rm-port - Dell Remote Management - - - 3668 - udp - dell-rm-port - Dell Remote Management - - - 3669 - tcp - casanswmgmt - CA SAN Switch Management - - - 3669 - udp - casanswmgmt - CA SAN Switch Management - - - 3670 - tcp - smile - SMILE TCP/UDP Interface - - - 3670 - udp - smile - SMILE TCP/UDP Interface - - - 3671 - tcp - efcp - e Field Control (EIBnet) - - - 3671 - udp - efcp - e Field Control (EIBnet) - - - 3672 - tcp - lispworks-orb - LispWorks ORB - - - 3672 - udp - lispworks-orb - LispWorks ORB - - - 3673 - tcp - mediavault-gui - Openview Media Vault GUI - - - 3673 - udp - mediavault-gui - Openview Media Vault GUI - - - 3674 - tcp - wininstall-ipc - WinINSTALL IPC Port - - - 3674 - udp - wininstall-ipc - WinINSTALL IPC Port - - - 3675 - tcp - calltrax - CallTrax Data Port - - - 3675 - udp - calltrax - CallTrax Data Port - - - 3676 - tcp - va-pacbase - VisualAge Pacbase server - - - 3676 - udp - va-pacbase - VisualAge Pacbase server - - - 3677 - tcp - roverlog - RoverLog IPC - - - 3677 - udp - roverlog - RoverLog IPC - - - 3678 - tcp - ipr-dglt - DataGuardianLT - - - 3678 - udp - ipr-dglt - DataGuardianLT - - - 3679 - tcp - Escale (Newton Dock) - Newton Dock - - - 3679 - udp - Escale (Newton Dock) - Newton Dock - - - 3680 - tcp - npds-tracker - NPDS Tracker - - - 3680 - udp - npds-tracker - NPDS Tracker - - - 3681 - tcp - bts-x73 - BTS X73 Port - - - 3681 - udp - bts-x73 - BTS X73 Port - - - 3682 - tcp - cas-mapi - EMC SmartPackets-MAPI - - - 3682 - udp - cas-mapi - EMC SmartPackets-MAPI - - - 3683 - tcp - bmc-ea - BMC EDV/EA - - - 3683 - udp - bmc-ea - BMC EDV/EA - - - 3684 - tcp - faxstfx-port - FAXstfX - - - 3684 - udp - faxstfx-port - FAXstfX - - - 3685 - tcp - dsx-agent - DS Expert Agent - - - 3685 - udp - dsx-agent - DS Expert Agent - - - 3686 - tcp - tnmpv2 - Trivial Network Management - - - 3686 - udp - tnmpv2 - Trivial Network Management - - - 3687 - tcp - simple-push - simple-push - - - 3687 - udp - simple-push - simple-push - - - 3688 - tcp - simple-push-s - simple-push Secure - - - 3688 - udp - simple-push-s - simple-push Secure - - - 3689 - tcp - daap - Digital Audio Access Protocol (iTunes) - - - 3689 - udp - daap - Digital Audio Access Protocol (iTunes) - - - 3690 - tcp - svn - Subversion - - - 3690 - udp - svn - Subversion - - - 3691 - tcp - magaya-network - Magaya Network Port - - - 3691 - udp - magaya-network - Magaya Network Port - - - 3692 - tcp - intelsync - Brimstone IntelSync - - - 3692 - udp - intelsync - Brimstone IntelSync - - - 3693 - tcp - easl - Emergency Automatic Structure Lockdown System - - - 3693 - udp - record - Reserved - - - 3695 - tcp - bmc-data-coll - BMC Data Collection - - - 3695 - udp - bmc-data-coll - BMC Data Collection - - - 3696 - tcp - telnetcpcd - Telnet Com Port Control - - - 3696 - udp - telnetcpcd - Telnet Com Port Control - - - 3697 - tcp - nw-license - NavisWorks License System - - - 3697 - udp - nw-license - NavisWorks License System - - - 3698 - tcp - sagectlpanel - SAGECTLPANEL - - - 3698 - udp - sagectlpanel - SAGECTLPANEL - - - 3699 - tcp - kpn-icw - Internet Call Waiting - - - 3699 - udp - kpn-icw - Internet Call Waiting - - - 3700 - tcp - lrs-paging - LRS NetPage - - - 3700 - udp - lrs-paging - LRS NetPage - - - 3701 - tcp - netcelera - NetCelera - - - 3701 - udp - netcelera - NetCelera - - - 3702 - tcp - ws-discovery - Web Service Discovery - - - 3702 - udp - ws-discovery - Web Service Discovery - - - 3703 - tcp - adobeserver-3 - Adobe Server 3 - - - 3703 - udp - adobeserver-3 - Adobe Server 3 - - - 3704 - tcp - adobeserver-4 - Adobe Server 4 - - - 3704 - udp - adobeserver-4 - Adobe Server 4 - - - 3705 - tcp - adobeserver-5 - Adobe Server 5 - - - 3705 - udp - adobeserver-5 - Adobe Server 5 - - - 3706 - tcp - rt-event - Real-Time Event Port - - - 3706 - udp - rt-event - Real-Time Event Port - - - 3707 - tcp - rt-event-s - Real-Time Event Secure Port - - - 3707 - udp - rt-event-s - Real-Time Event Secure Port - - - 3708 - tcp - sun-as-iiops - Sun App Svr - Naming - - - 3708 - udp - sun-as-iiops - Sun App Svr - Naming - - - 3709 - tcp - ca-idms - CA-IDMS Server - - - 3709 - udp - ca-idms - CA-IDMS Server - - - 3710 - tcp - portgate-auth - PortGate Authentication - - - 3710 - udp - portgate-auth - PortGate Authentication - - - 3711 - tcp - edb-server2 - EBD Server 2 - - - 3711 - udp - edb-server2 - EBD Server 2 - - - 3712 - tcp - sentinel-ent - Sentinel Enterprise - - - 3712 - udp - sentinel-ent - Sentinel Enterprise - - - 3713 - tcp - tftps - TFTP over TLS - - - 3713 - udp - tftps - TFTP over TLS - - - 3714 - tcp - delos-dms - DELOS Direct Messaging - - - 3714 - udp - delos-dms - DELOS Direct Messaging - - - 3715 - tcp - anoto-rendezv - Anoto Rendezvous Port - - - 3715 - udp - anoto-rendezv - Anoto Rendezvous Port - - - 3716 - tcp - wv-csp-sms-cir - WV CSP SMS CIR Channel - - - 3716 - udp - wv-csp-sms-cir - WV CSP SMS CIR Channel - - - 3717 - tcp - wv-csp-udp-cir - WV CSP UDP/IP CIR Channel - - - 3717 - udp - wv-csp-udp-cir - WV CSP UDP/IP CIR Channel - - - 3718 - tcp - opus-services - OPUS Server Port - - - 3718 - udp - opus-services - OPUS Server Port - - - 3719 - tcp - itelserverport - iTel Server Port - - - 3719 - udp - itelserverport - iTel Server Port - - - 3720 - tcp - ufastro-instr - UF Astro. Instr. Services - - - 3720 - udp - ufastro-instr - UF Astro. Instr. Services - - - 3721 - tcp - xsync - Xsync - - - 3721 - udp - xsync - Xsync - - - 3722 - tcp - xserveraid - Xserve RAID - - - 3722 - udp - xserveraid - Xserve RAID - - - 3723 - tcp - sychrond - Sychron Service Daemon - - - 3723 - udp - sychrond - Sychron Service Daemon - - - 3724 - tcp - blizwow - World of Warcraft - - - 3724 - udp - blizwow - World of Warcraft - - - 3725 - tcp - na-er-tip - Netia NA-ER Port - - - 3725 - udp - na-er-tip - Netia NA-ER Port - - - 3726 - tcp - array-manager - Xyratex Array Manager - - - 3726 - udp - array-manager - Xyratex Array Manager - - - 3727 - tcp - e-mdu - Ericsson Mobile Data Unit - - - 3727 - udp - e-mdu - Ericsson Mobile Data Unit - - - 3728 - tcp - e-woa - Ericsson Web on Air - - - 3728 - udp - e-woa - Ericsson Web on Air - - - 3729 - tcp - fksp-audit - Fireking Audit Port - - - 3729 - udp - fksp-audit - Fireking Audit Port - - - 3730 - tcp - client-ctrl - Client Control - - - 3730 - udp - client-ctrl - Client Control - - - 3731 - tcp - smap - Service Manager - - - 3731 - udp - smap - Service Manager - - - 3732 - tcp - m-wnn - Mobile Wnn - - - 3732 - udp - m-wnn - Mobile Wnn - - - 3733 - tcp - multip-msg - Multipuesto Msg Port - - - 3733 - udp - multip-msg - Multipuesto Msg Port - - - 3734 - tcp - synel-data - Synel Data Collection Port - - - 3734 - udp - synel-data - Synel Data Collection Port - - - 3735 - tcp - pwdis - Password Distribution - - - 3735 - udp - pwdis - Password Distribution - - - 3736 - tcp - rs-rmi - RealSpace RMI - - - 3736 - udp - rs-rmi - RealSpace RMI - - - 3737 - tcp - xpanel - XPanel Daemon - - - 3737 - udp - record - Reserved - - - 3738 - tcp - versatalk - versaTalk Server Port - - - 3738 - udp - versatalk - versaTalk Server Port - - - 3739 - tcp - launchbird-lm - Launchbird LicenseManager - - - 3739 - udp - launchbird-lm - Launchbird LicenseManager - - - 3740 - tcp - heartbeat - Heartbeat Protocol - - - 3740 - udp - heartbeat - Heartbeat Protocol - - - 3741 - tcp - wysdma - WysDM Agent - - - 3741 - udp - wysdma - WysDM Agent - - - 3742 - tcp - cst-port - CST - Configuration & Service Tracker - - - 3742 - udp - cst-port - CST - Configuration & Service Tracker - - - 3743 - tcp - ipcs-command - IP Control Systems Ltd. - - - 3743 - udp - ipcs-command - IP Control Systems Ltd. - - - 3744 - tcp - sasg - SASG - - - 3744 - udp - sasg - SASG - - - 3745 - tcp - gw-call-port - GWRTC Call Port - - - 3745 - udp - gw-call-port - GWRTC Call Port - - - 3746 - tcp - linktest - LXPRO.COM LinkTest - - - 3746 - udp - linktest - LXPRO.COM LinkTest - - - 3747 - tcp - linktest-s - LXPRO.COM LinkTest SSL - - - 3747 - udp - linktest-s - LXPRO.COM LinkTest SSL - - - 3748 - tcp - webdata - webData - - - 3748 - udp - webdata - webData - - - 3749 - tcp - cimtrak - CimTrak - - - 3749 - udp - cimtrak - CimTrak - - - 3750 - tcp - cbos-ip-port - CBOS/IP ncapsalation port - - - 3750 - udp - cbos-ip-port - CBOS/IP ncapsalation port - - - 3751 - tcp - gprs-cube - CommLinx GPRS Cube - - - 3751 - udp - gprs-cube - CommLinx GPRS Cube - - - 3752 - tcp - vipremoteagent - Vigil-IP RemoteAgent - - - 3752 - udp - vipremoteagent - Vigil-IP RemoteAgent - - - 3753 - tcp - nattyserver - NattyServer Port - - - 3753 - udp - nattyserver - NattyServer Port - - - 3754 - tcp - timestenbroker - TimesTen Broker Port - - - 3754 - udp - timestenbroker - TimesTen Broker Port - - - 3755 - tcp - sas-remote-hlp - SAS Remote Help Server - - - 3755 - udp - sas-remote-hlp - SAS Remote Help Server - - - 3756 - tcp - canon-capt - Canon CAPT Port - - - 3756 - udp - canon-capt - Canon CAPT Port - - - 3757 - tcp - grf-port - GRF Server Port - - - 3757 - udp - grf-port - GRF Server Port - - - 3758 - tcp - apw-registry - apw RMI registry - - - 3758 - udp - apw-registry - apw RMI registry - - - 3759 - tcp - exapt-lmgr - Exapt License Manager - - - 3759 - udp - exapt-lmgr - Exapt License Manager - - - 3760 - tcp - adtempusclient - adTempus Client - - - 3760 - udp - adtempusclient - adTEmpus Client - - - 3761 - tcp - gsakmp - gsakmp port - - - 3761 - udp - gsakmp - gsakmp port - - - 3762 - tcp - gbs-smp - GBS SnapMail Protocol - - - 3762 - udp - gbs-smp - GBS SnapMail Protocol - - - 3763 - tcp - xo-wave - XO Wave Control Port - - - 3763 - udp - xo-wave - XO Wave Control Port - - - 3764 - tcp - mni-prot-rout - MNI Protected Routing - - - 3764 - udp - mni-prot-rout - MNI Protected Routing - - - 3765 - tcp - rtraceroute - Remote Traceroute - - - 3765 - udp - rtraceroute - Remote Traceroute - - - 3766 - tcp - sitewatch-s - SSL e-watch sitewatch server - - - 3766 - udp - record - Reserved - - - 3767 - tcp - listmgr-port - ListMGR Port - - - 3767 - udp - listmgr-port - ListMGR Port - - - 3768 - tcp - rblcheckd - rblcheckd server daemon - - - 3768 - udp - rblcheckd - rblcheckd server daemon - - - 3769 - tcp - haipe-otnk - HAIPE Network Keying - - - 3769 - udp - haipe-otnk - HAIPE Network Keying - - - 3770 - tcp - cindycollab - Cinderella Collaboration - - - 3770 - udp - cindycollab - Cinderella Collaboration - - - 3771 - tcp - paging-port - RTP Paging Port - - - 3771 - udp - paging-port - RTP Paging Port - - - 3772 - tcp - ctp - Chantry Tunnel Protocol - - - 3772 - udp - ctp - Chantry Tunnel Protocol - - - 3773 - tcp - ctdhercules - ctdhercules - - - 3773 - udp - ctdhercules - ctdhercules - - - 3774 - tcp - zicom - ZICOM - - - 3774 - udp - zicom - ZICOM - - - 3775 - tcp - ispmmgr - ISPM Manager Port - - - 3775 - udp - ispmmgr - ISPM Manager Port - - - 3776 - tcp - dvcprov-port - Device Provisioning Port - - - 3776 - udp - dvcprov-port - Device Provisioning Port - - - 3777 - tcp - jibe-eb - Jibe EdgeBurst - - - 3777 - udp - jibe-eb - Jibe EdgeBurst - - - 3778 - tcp - c-h-it-port - Cutler-Hammer IT Port - - - 3778 - udp - c-h-it-port - Cutler-Hammer IT Port - - - 3779 - tcp - cognima - Cognima Replication - - - 3779 - udp - cognima - Cognima Replication - - - 3780 - tcp - nnp - Nuzzler Network Protocol - - - 3780 - udp - nnp - Nuzzler Network Protocol - - - 3781 - tcp - abcvoice-port - ABCvoice server port - - - 3781 - udp - abcvoice-port - ABCvoice server port - - - 3782 - tcp - iso-tp0s - Secure ISO TP0 port - - - 3782 - udp - iso-tp0s - Secure ISO TP0 port - - - 3783 - tcp - bim-pem - Impact Mgr./PEM Gateway - - - 3783 - udp - bim-pem - Impact Mgr./PEM Gateway - - - 3784 - tcp - bfd-control - BFD Control Protocol - - - 3784 - udp - bfd-control - BFD Control Protocol - - - 3785 - tcp - bfd-echo - BFD Echo Protocol - - - 3785 - udp - bfd-echo - BFD Echo Protocol - - - 3786 - tcp - upstriggervsw - VSW Upstrigger port - - - 3786 - udp - upstriggervsw - VSW Upstrigger port - - - 3787 - tcp - fintrx - Fintrx - - - 3787 - udp - fintrx - Fintrx - - - 3788 - tcp - isrp-port - SPACEWAY Routing port - - - 3788 - udp - isrp-port - SPACEWAY Routing port - - - 3789 - tcp - remotedeploy - RemoteDeploy Administration Port [July 2003] - - - 3789 - udp - remotedeploy - RemoteDeploy Administration Port [July 2003] - - - 3790 - tcp - quickbooksrds - QuickBooks RDS - - - 3790 - udp - quickbooksrds - QuickBooks RDS - - - 3791 - tcp - tvnetworkvideo - TV NetworkVideo Data port - - - 3791 - udp - tvnetworkvideo - TV NetworkVideo Data port - - - 3792 - tcp - sitewatch - e-Watch Corporation SiteWatch - - - 3792 - udp - sitewatch - e-Watch Corporation SiteWatch - - - 3793 - tcp - dcsoftware - DataCore Software - - - 3793 - udp - dcsoftware - DataCore Software - - - 3794 - tcp - jaus - JAUS Robots - - - 3794 - udp - jaus - JAUS Robots - - - 3795 - tcp - myblast - myBLAST Mekentosj port - - - 3795 - udp - myblast - myBLAST Mekentosj port - - - 3796 - tcp - spw-dialer - Spaceway Dialer - - - 3796 - udp - spw-dialer - Spaceway Dialer - - - 3797 - tcp - idps - idps - - - 3797 - udp - idps - idps - - - 3798 - tcp - minilock - Minilock - - - 3798 - udp - minilock - Minilock - - - 3799 - tcp - radius-dynauth - RADIUS Dynamic Authorization - - - 3799 - udp - radius-dynauth - RADIUS Dynamic Authorization - - - 3800 - tcp - pwgpsi - Print Services Interface - - - 3800 - udp - pwgpsi - Print Services Interface - - - 3801 - tcp - ibm-mgr - ibm manager service - - - 3801 - udp - ibm-mgr - ibm manager service - - - 3802 - tcp - vhd - VHD - - - 3802 - udp - vhd - VHD - - - 3803 - tcp - soniqsync - SoniqSync - - - 3803 - udp - soniqsync - SoniqSync - - - 3804 - tcp - iqnet-port - Harman IQNet Port - - - 3804 - udp - iqnet-port - Harman IQNet Port - - - 3805 - tcp - tcpdataserver - ThorGuard Server Port - - - 3805 - udp - tcpdataserver - ThorGuard Server Port - - - 3806 - tcp - wsmlb - Remote System Manager - - - 3806 - udp - wsmlb - Remote System Manager - - - 3807 - tcp - spugna - SpuGNA Communication Port - - - 3807 - udp - spugna - SpuGNA Communication Port - - - 3808 - tcp - sun-as-iiops-ca - Sun App Svr-IIOPClntAuth - - - 3808 - udp - sun-as-iiops-ca - Sun App Svr-IIOPClntAuth - - - 3809 - tcp - apocd - Java Desktop System Configuration Agent - - - 3809 - udp - apocd - Java Desktop System Configuration Agent - - - 3810 - tcp - wlanauth - WLAN AS server - - - 3810 - udp - wlanauth - WLAN AS server - - - 3811 - tcp - amp - AMP - - - 3811 - udp - amp - AMP - - - 3812 - tcp - neto-wol-server - netO WOL Server - - - 3812 - udp - neto-wol-server - netO WOL Server - - - 3813 - tcp - rap-ip - Rhapsody Interface Protocol - - - 3813 - udp - rap-ip - Rhapsody Interface Protocol - - - 3814 - tcp - neto-dcs - netO DCS - - - 3814 - udp - neto-dcs - netO DCS - - - 3815 - tcp - lansurveyorxml - LANsurveyor XML - - - 3815 - udp - lansurveyorxml - LANsurveyor XML - - - 3816 - tcp - sunlps-http - Sun Local Patch Server - - - 3816 - udp - sunlps-http - Sun Local Patch Server - - - 3817 - tcp - tapeware - Yosemite Tech Tapeware - - - 3817 - udp - tapeware - Yosemite Tech Tapeware - - - 3818 - tcp - crinis-hb - Crinis Heartbeat - - - 3818 - udp - crinis-hb - Crinis Heartbeat - - - 3819 - tcp - epl-slp - EPL Sequ Layer Protocol - - - 3819 - udp - epl-slp - EPL Sequ Layer Protocol - - - 3820 - tcp - scp - Siemens AuD SCP - - - 3820 - udp - scp - Siemens AuD SCP - - - 3821 - tcp - pmcp - ATSC PMCP Standard - - - 3821 - udp - pmcp - ATSC PMCP Standard - - - 3822 - tcp - acp-discovery - Compute Pool Discovery - - - 3822 - udp - acp-discovery - Compute Pool Discovery - - - 3823 - tcp - acp-conduit - Compute Pool Conduit - - - 3823 - udp - acp-conduit - Compute Pool Conduit - - - 3824 - tcp - acp-policy - Compute Pool Policy - - - 3824 - udp - acp-policy - Compute Pool Policy - - - 3825 - tcp - ffserver - Antera FlowFusion Process Simulation - - - 3825 - udp - ffserver - Antera FlowFusion Process Simulation - - - 3826 - tcp - warmux - WarMUX game server - - - 3826 - udp - warmux - WarMUX game server - - - 3827 - tcp - netmpi - Netadmin Systems MPI service - - - 3827 - udp - netmpi - Netadmin Systems MPI service - - - 3828 - tcp - neteh - Netadmin Systems Event Handler - - - 3828 - udp - neteh - Netadmin Systems Event Handler - - - 3829 - tcp - neteh-ext - Netadmin Systems Event Handler External - - - 3829 - udp - neteh-ext - Netadmin Systems Event Handler External - - - 3830 - tcp - cernsysmgmtagt - Cerner System Management Agent - - - 3830 - udp - cernsysmgmtagt - Cerner System Management Agent - - - 3831 - tcp - dvapps - Docsvault Application Service - - - 3831 - udp - dvapps - Docsvault Application Service - - - 3832 - tcp - xxnetserver - xxNETserver - - - 3832 - udp - xxnetserver - xxNETserver - - - 3833 - tcp - aipn-auth - AIPN LS Authentication - - - 3833 - udp - aipn-auth - AIPN LS Authentication - - - 3834 - tcp - spectardata - Spectar Data Stream Service - - - 3834 - udp - spectardata - Spectar Data Stream Service - - - 3835 - tcp - spectardb - Spectar Database Rights Service - - - 3835 - udp - spectardb - Spectar Database Rights Service - - - 3836 - tcp - markem-dcp - MARKEM NEXTGEN DCP - - - 3836 - udp - markem-dcp - MARKEM NEXTGEN DCP - - - 3837 - tcp - mkm-discovery - MARKEM Auto-Discovery - - - 3837 - udp - mkm-discovery - MARKEM Auto-Discovery - - - 3838 - tcp - sos - Scito Object Server - - - 3838 - udp - sos - Scito Object Server - - - 3839 - tcp - amx-rms - AMX Resource Management Suite - - - 3839 - udp - amx-rms - AMX Resource Management Suite - - - 3840 - tcp - flirtmitmir - www.FlirtMitMir.de - - - 3840 - udp - flirtmitmir - www.FlirtMitMir.de - - - 3841 - tcp - shiprush-db-svr - ShipRush Database Server - - - 3841 - udp - record - Reserved - - - 3842 - tcp - nhci - NHCI status port - - - 3842 - udp - nhci - NHCI status port - - - 3843 - tcp - quest-agent - Quest Common Agent - - - 3843 - udp - quest-agent - Quest Common Agent - - - 3844 - tcp - rnm - RNM - - - 3844 - udp - rnm - RNM - - - 3845 - tcp - v-one-spp - V-ONE Single Port Proxy - - - 3845 - udp - v-one-spp - V-ONE Single Port Proxy - - - 3846 - tcp - an-pcp - Astare Network PCP - - - 3846 - udp - an-pcp - Astare Network PCP - - - 3847 - tcp - msfw-control - MS Firewall Control - - - 3847 - udp - msfw-control - MS Firewall Control - - - 3848 - tcp - item - IT Environmental Monitor - - - 3848 - udp - item - IT Environmental Monitor - - - 3849 - tcp - spw-dnspreload - SPACEWAY DNS Preload - - - 3849 - udp - spw-dnspreload - SPACEWAY DNS Preload - - - 3850 - tcp - qtms-bootstrap - QTMS Bootstrap Protocol - - - 3850 - udp - qtms-bootstrap - QTMS Bootstrap Protocol - - - 3851 - tcp - spectraport - SpectraTalk Port - - - 3851 - udp - spectraport - SpectraTalk Port - - - 3852 - tcp - sse-app-config - SSE App Configuration - - - 3852 - udp - sse-app-config - SSE App Configuration - - - 3853 - tcp - sscan - SONY scanning protocol - - - 3853 - udp - sscan - SONY scanning protocol - - - 3854 - tcp - stryker-com - Stryker Comm Port - - - 3854 - udp - stryker-com - Stryker Comm Port - - - 3855 - tcp - opentrac - OpenTRAC - - - 3855 - udp - opentrac - OpenTRAC - - - 3856 - tcp - informer - INFORMER - - - 3856 - udp - informer - INFORMER - - - 3857 - tcp - trap-port - Trap Port - - - 3857 - udp - trap-port - Trap Port - - - 3858 - tcp - trap-port-mom - Trap Port MOM - - - 3858 - udp - trap-port-mom - Trap Port MOM - - - 3859 - tcp - nav-port - Navini Port - - - 3859 - udp - nav-port - Navini Port - - - 3860 - tcp - sasp - Server/Application State Protocol (SASP) - - - 3860 - udp - sasp - Server/Application State Protocol (SASP) - - - 3861 - tcp - winshadow-hd - winShadow Host Discovery - - - 3861 - udp - winshadow-hd - winShadow Host Discovery - - - 3862 - tcp - giga-pocket - GIGA-POCKET - - - 3862 - udp - giga-pocket - GIGA-POCKET - - - 3863 - tcp - asap-tcp - asap tcp port - - - 3863 - udp - asap-udp - asap udp port - - - 3863 - sctp - asap-sctp - asap sctp - - - 3864 - tcp - asap-tcp-tls - asap/tls tcp port - - - 3864 - udp - record - Reserved - - - 3864 - sctp - asap-sctp-tls - asap-sctp/tls - - - 3865 - tcp - xpl - xpl automation protocol - - - 3865 - udp - xpl - xpl automation protocol - - - 3866 - tcp - dzdaemon - Sun SDViz DZDAEMON Port - - - 3866 - udp - dzdaemon - Sun SDViz DZDAEMON Port - - - 3867 - tcp - dzoglserver - Sun SDViz DZOGLSERVER Port - - - 3867 - udp - dzoglserver - Sun SDViz DZOGLSERVER Port - - - 3868 - tcp - diameter - DIAMETER - - - 3868 - udp - record - Reserved - - - 3868 - sctp - diameter - DIAMETER - - - 3869 - tcp - ovsam-mgmt - hp OVSAM MgmtServer Disco - - - 3869 - udp - ovsam-mgmt - hp OVSAM MgmtServer Disco - - - 3870 - tcp - ovsam-d-agent - hp OVSAM HostAgent Disco - - - 3870 - udp - ovsam-d-agent - hp OVSAM HostAgent Disco - - - 3871 - tcp - avocent-adsap - Avocent DS Authorization - - - 3871 - udp - avocent-adsap - Avocent DS Authorization - - - 3872 - tcp - oem-agent - OEM Agent - - - 3872 - udp - oem-agent - OEM Agent - - - 3873 - tcp - fagordnc - fagordnc - - - 3873 - udp - fagordnc - fagordnc - - - 3874 - tcp - sixxsconfig - SixXS Configuration - - - 3874 - udp - sixxsconfig - SixXS Configuration - - - 3875 - tcp - pnbscada - PNBSCADA - - - 3875 - udp - pnbscada - PNBSCADA - - - 3876 - tcp - dl-agent - System.Xml.XmlElement - - - 3876 - tcp - dl_agent - DirectoryLockdown Agent - - - 3876 - udp - dl-agent - System.Xml.XmlElement - - - 3876 - udp - dl_agent - DirectoryLockdown Agent - - - 3877 - tcp - xmpcr-interface - XMPCR Interface Port - - - 3877 - udp - xmpcr-interface - XMPCR Interface Port - - - 3878 - tcp - fotogcad - FotoG CAD interface - - - 3878 - udp - fotogcad - FotoG CAD interface - - - 3879 - tcp - appss-lm - appss license manager - - - 3879 - udp - appss-lm - appss license manager - - - 3880 - tcp - igrs - IGRS - - - 3880 - udp - igrs - IGRS - - - 3881 - tcp - idac - Data Acquisition and Control - - - 3881 - udp - idac - Data Acquisition and Control - - - 3882 - tcp - msdts1 - DTS Service Port - - - 3882 - udp - msdts1 - DTS Service Port - - - 3883 - tcp - vrpn - VR Peripheral Network - - - 3883 - udp - vrpn - VR Peripheral Network - - - 3884 - tcp - softrack-meter - SofTrack Metering - - - 3884 - udp - softrack-meter - SofTrack Metering - - - 3885 - tcp - topflow-ssl - TopFlow SSL - - - 3885 - udp - topflow-ssl - TopFlow SSL - - - 3886 - tcp - nei-management - NEI management port - - - 3886 - udp - nei-management - NEI management port - - - 3887 - tcp - ciphire-data - Ciphire Data Transport - - - 3887 - udp - ciphire-data - Ciphire Data Transport - - - 3888 - tcp - ciphire-serv - Ciphire Services - - - 3888 - udp - ciphire-serv - Ciphire Services - - - 3889 - tcp - dandv-tester - D and V Tester Control Port - - - 3889 - udp - dandv-tester - D and V Tester Control Port - - - 3890 - tcp - ndsconnect - Niche Data Server Connect - - - 3890 - udp - ndsconnect - Niche Data Server Connect - - - 3891 - tcp - rtc-pm-port - Oracle RTC-PM port - - - 3891 - udp - rtc-pm-port - Oracle RTC-PM port - - - 3892 - tcp - pcc-image-port - PCC-image-port - - - 3892 - udp - pcc-image-port - PCC-image-port - - - 3893 - tcp - cgi-starapi - CGI StarAPI Server - - - 3893 - udp - cgi-starapi - CGI StarAPI Server - - - 3894 - tcp - syam-agent - SyAM Agent Port - - - 3894 - udp - syam-agent - SyAM Agent Port - - - 3895 - tcp - syam-smc - SyAm SMC Service Port - - - 3895 - udp - syam-smc - SyAm SMC Service Port - - - 3896 - tcp - sdo-tls - Simple Distributed Objects over TLS - - - 3896 - udp - sdo-tls - Simple Distributed Objects over TLS - - - 3897 - tcp - sdo-ssh - Simple Distributed Objects over SSH - - - 3897 - udp - sdo-ssh - Simple Distributed Objects over SSH - - - 3898 - tcp - senip - IAS, Inc. SmartEye NET Internet Protocol - - - 3898 - udp - senip - IAS, Inc. SmartEye NET Internet Protocol - - - 3899 - tcp - itv-control - ITV Port - - - 3899 - udp - itv-control - ITV Port - - - 3900 - tcp - udt-os - System.Xml.XmlElement - - - 3900 - tcp - udt_os - Unidata UDT OS - - - 3900 - udp - udt-os - System.Xml.XmlElement - - - 3900 - udp - udt_os - Unidata UDT OS - - - 3901 - tcp - nimsh - NIM Service Handler - - - 3901 - udp - nimsh - NIM Service Handler - - - 3902 - tcp - nimaux - NIMsh Auxiliary Port - - - 3902 - udp - nimaux - NIMsh Auxiliary Port - - - 3903 - tcp - charsetmgr - CharsetMGR - - - 3903 - udp - charsetmgr - CharsetMGR - - - 3904 - tcp - omnilink-port - Arnet Omnilink Port - - - 3904 - udp - omnilink-port - Arnet Omnilink Port - - - 3905 - tcp - mupdate - Mailbox Update (MUPDATE) protocol - - - 3905 - udp - mupdate - Mailbox Update (MUPDATE) protocol - - - 3906 - tcp - topovista-data - TopoVista elevation data - - - 3906 - udp - topovista-data - TopoVista elevation data - - - 3907 - tcp - imoguia-port - Imoguia Port - - - 3907 - udp - imoguia-port - Imoguia Port - - - 3908 - tcp - hppronetman - HP Procurve NetManagement - - - 3908 - udp - hppronetman - HP Procurve NetManagement - - - 3909 - tcp - surfcontrolcpa - SurfControl CPA - - - 3909 - udp - surfcontrolcpa - SurfControl CPA - - - 3910 - tcp - prnrequest - Printer Request Port - - - 3910 - udp - prnrequest - Printer Request Port - - - 3911 - tcp - prnstatus - Printer Status Port - - - 3911 - udp - prnstatus - Printer Status Port - - - 3912 - tcp - gbmt-stars - Global Maintech Stars - - - 3912 - udp - gbmt-stars - Global Maintech Stars - - - 3913 - tcp - listcrt-port - ListCREATOR Port - - - 3913 - udp - listcrt-port - ListCREATOR Port - - - 3914 - tcp - listcrt-port-2 - ListCREATOR Port 2 - - - 3914 - udp - listcrt-port-2 - ListCREATOR Port 2 - - - 3915 - tcp - agcat - Auto-Graphics Cataloging - - - 3915 - udp - agcat - Auto-Graphics Cataloging - - - 3916 - tcp - wysdmc - WysDM Controller - - - 3916 - udp - wysdmc - WysDM Controller - - - 3917 - tcp - aftmux - AFT multiplex port - - - 3917 - udp - aftmux - AFT multiplex port - - - 3918 - tcp - pktcablemmcops - PacketCableMultimediaCOPS - - - 3918 - udp - pktcablemmcops - PacketCableMultimediaCOPS - - - 3919 - tcp - hyperip - HyperIP - - - 3919 - udp - hyperip - HyperIP - - - 3920 - tcp - exasoftport1 - Exasoft IP Port - - - 3920 - udp - exasoftport1 - Exasoft IP Port - - - 3921 - tcp - herodotus-net - Herodotus Net - - - 3921 - udp - herodotus-net - Herodotus Net - - - 3922 - tcp - sor-update - Soronti Update Port - - - 3922 - udp - sor-update - Soronti Update Port - - - 3923 - tcp - symb-sb-port - Symbian Service Broker - - - 3923 - udp - symb-sb-port - Symbian Service Broker - - - 3924 - tcp - mpl-gprs-port - MPL_GPRS_PORT - - - 3924 - udp - mpl-gprs-port - MPL_GPRS_Port - - - 3925 - tcp - zmp - Zoran Media Port - - - 3925 - udp - zmp - Zoran Media Port - - - 3926 - tcp - winport - WINPort - - - 3926 - udp - winport - WINPort - - - 3927 - tcp - natdataservice - ScsTsr - - - 3927 - udp - natdataservice - ScsTsr - - - 3928 - tcp - netboot-pxe - PXE NetBoot Manager - - - 3928 - udp - netboot-pxe - PXE NetBoot Manager - - - 3929 - tcp - smauth-port - AMS Port - - - 3929 - udp - smauth-port - AMS Port - - - 3930 - tcp - syam-webserver - Syam Web Server Port - - - 3930 - udp - syam-webserver - Syam Web Server Port - - - 3931 - tcp - msr-plugin-port - MSR Plugin Port - - - 3931 - udp - msr-plugin-port - MSR Plugin Port - - - 3932 - tcp - dyn-site - Dynamic Site System - - - 3932 - udp - dyn-site - Dynamic Site System - - - 3933 - tcp - plbserve-port - PL/B App Server User Port - - - 3933 - udp - plbserve-port - PL/B App Server User Port - - - 3934 - tcp - sunfm-port - PL/B File Manager Port - - - 3934 - udp - sunfm-port - PL/B File Manager Port - - - 3935 - tcp - sdp-portmapper - SDP Port Mapper Protocol - - - 3935 - udp - sdp-portmapper - SDP Port Mapper Protocol - - - 3936 - tcp - mailprox - Mailprox - - - 3936 - udp - mailprox - Mailprox - - - 3937 - tcp - dvbservdsc - DVB Service Discovery - - - 3937 - udp - dvbservdsc - DVB Service Discovery - - - 3938 - tcp - dbcontrol-agent - System.Xml.XmlElement - - - 3938 - tcp - dbcontrol_agent - Oracle dbControl Agent po - - - 3938 - udp - dbcontrol-agent - System.Xml.XmlElement - - - 3938 - udp - dbcontrol_agent - Oracle dbControl Agent po - - - 3939 - tcp - aamp - Anti-virus Application Management Port - - - 3939 - udp - aamp - Anti-virus Application Management Port - - - 3940 - tcp - xecp-node - XeCP Node Service - - - 3940 - udp - xecp-node - XeCP Node Service - - - 3941 - tcp - homeportal-web - Home Portal Web Server - - - 3941 - udp - homeportal-web - Home Portal Web Server - - - 3942 - tcp - srdp - satellite distribution - - - 3942 - udp - srdp - satellite distribution - - - 3943 - tcp - tig - TetraNode Ip Gateway - - - 3943 - udp - tig - TetraNode Ip Gateway - - - 3944 - tcp - sops - S-Ops Management - - - 3944 - udp - sops - S-Ops Management - - - 3945 - tcp - emcads - EMCADS Server Port - - - 3945 - udp - emcads - EMCADS Server Port - - - 3946 - tcp - backupedge - BackupEDGE Server - - - 3946 - udp - backupedge - BackupEDGE Server - - - 3947 - tcp - ccp - Connect and Control Protocol for Consumer, Commercial, and Industrial Electronic Devices - - - 3947 - udp - ccp - Connect and Control Protocol for Consumer, Commercial, and Industrial Electronic Devices - - - 3948 - tcp - apdap - Anton Paar Device Administration Protocol - - - 3948 - udp - apdap - Anton Paar Device Administration Protocol - - - 3949 - tcp - drip - Dynamic Routing Information Protocol - - - 3949 - udp - drip - Dynamic Routing Information Protocol - - - 3950 - tcp - namemunge - Name Munging - - - 3950 - udp - namemunge - Name Munging - - - 3951 - tcp - pwgippfax - PWG IPP Facsimile - - - 3951 - udp - pwgippfax - PWG IPP Facsimile - - - 3952 - tcp - i3-sessionmgr - I3 Session Manager - - - 3952 - udp - i3-sessionmgr - I3 Session Manager - - - 3953 - tcp - xmlink-connect - Eydeas XMLink Connect - - - 3953 - udp - xmlink-connect - Eydeas XMLink Connect - - - 3954 - tcp - adrep - AD Replication RPC - - - 3954 - udp - adrep - AD Replication RPC - - - 3955 - tcp - p2pcommunity - p2pCommunity - - - 3955 - udp - p2pcommunity - p2pCommunity - - - 3956 - tcp - gvcp - GigE Vision Control - - - 3956 - udp - gvcp - GigE Vision Control - - - 3957 - tcp - mqe-broker - MQEnterprise Broker - - - 3957 - udp - mqe-broker - MQEnterprise Broker - - - 3958 - tcp - mqe-agent - MQEnterprise Agent - - - 3958 - udp - mqe-agent - MQEnterprise Agent - - - 3959 - tcp - treehopper - Tree Hopper Networking - - - 3959 - udp - treehopper - Tree Hopper Networking - - - 3960 - tcp - bess - Bess Peer Assessment - - - 3960 - udp - bess - Bess Peer Assessment - - - 3961 - tcp - proaxess - ProAxess Server - - - 3961 - udp - proaxess - ProAxess Server - - - 3962 - tcp - sbi-agent - SBI Agent Protocol - - - 3962 - udp - sbi-agent - SBI Agent Protocol - - - 3963 - tcp - thrp - Teran Hybrid Routing Protocol - - - 3963 - udp - thrp - Teran Hybrid Routing Protocol - - - 3964 - tcp - sasggprs - SASG GPRS - - - 3964 - udp - sasggprs - SASG GPRS - - - 3965 - tcp - ati-ip-to-ncpe - Avanti IP to NCPE API - - - 3965 - udp - ati-ip-to-ncpe - Avanti IP to NCPE API - - - 3966 - tcp - bflckmgr - BuildForge Lock Manager - - - 3966 - udp - bflckmgr - BuildForge Lock Manager - - - 3967 - tcp - ppsms - PPS Message Service - - - 3967 - udp - ppsms - PPS Message Service - - - 3968 - tcp - ianywhere-dbns - iAnywhere DBNS - - - 3968 - udp - ianywhere-dbns - iAnywhere DBNS - - - 3969 - tcp - landmarks - Landmark Messages - - - 3969 - udp - landmarks - Landmark Messages - - - 3970 - tcp - lanrevagent - LANrev Agent - - - 3970 - udp - lanrevagent - LANrev Agent - - - 3971 - tcp - lanrevserver - LANrev Server - - - 3971 - udp - lanrevserver - LANrev Server - - - 3972 - tcp - iconp - ict-control Protocol - - - 3972 - udp - iconp - ict-control Protocol - - - 3973 - tcp - progistics - ConnectShip Progistics - - - 3973 - udp - progistics - ConnectShip Progistics - - - 3974 - tcp - xk22 - Remote Applicant Tracking Service - - - 3974 - udp - xk22 - Remote Applicant Tracking Service - - - 3975 - tcp - airshot - Air Shot - - - 3975 - udp - airshot - Air Shot - - - 3976 - tcp - opswagent - Server Automation Agent - - - 3976 - udp - opswagent - Server Automation Agent - - - 3977 - tcp - opswmanager - Opsware Manager - - - 3977 - udp - opswmanager - Opsware Manager - - - 3978 - tcp - secure-cfg-svr - Secured Configuration Server - - - 3978 - udp - secure-cfg-svr - Secured Configuration Server - - - 3979 - tcp - smwan - Smith Micro Wide Area Network Service - - - 3979 - udp - smwan - Smith Micro Wide Area Network Service - - - 3980 - tcp - record - Reserved - - - 3980 - udp - record - Reserved - - - 3981 - tcp - starfish - Starfish System Admin - - - 3981 - udp - starfish - Starfish System Admin - - - 3982 - tcp - eis - ESRI Image Server - - - 3982 - udp - eis - ESRI Image Server - - - 3983 - tcp - eisp - ESRI Image Service - - - 3983 - udp - eisp - ESRI Image Service - - - 3984 - tcp - mapper-nodemgr - MAPPER network node manager - - - 3984 - udp - mapper-nodemgr - MAPPER network node manager - - - 3985 - tcp - mapper-mapethd - MAPPER TCP/IP server - - - 3985 - udp - mapper-mapethd - MAPPER TCP/IP server - - - 3986 - tcp - mapper-ws-ethd - System.Xml.XmlElement - - - 3986 - tcp - mapper-ws_ethd - MAPPER workstation server - - - 3986 - udp - mapper-ws-ethd - System.Xml.XmlElement - - - 3986 - udp - mapper-ws_ethd - MAPPER workstation server - - - 3987 - tcp - centerline - Centerline - - - 3987 - udp - centerline - Centerline - - - 3988 - tcp - dcs-config - DCS Configuration Port - - - 3988 - udp - dcs-config - DCS Configuration Port - - - 3989 - tcp - bv-queryengine - BindView-Query Engine - - - 3989 - udp - bv-queryengine - BindView-Query Engine - - - 3990 - tcp - bv-is - BindView-IS - - - 3990 - udp - bv-is - BindView-IS - - - 3991 - tcp - bv-smcsrv - BindView-SMCServer - - - 3991 - udp - bv-smcsrv - BindView-SMCServer - - - 3992 - tcp - bv-ds - BindView-DirectoryServer - - - 3992 - udp - bv-ds - BindView-DirectoryServer - - - 3993 - tcp - bv-agent - BindView-Agent - - - 3993 - udp - bv-agent - BindView-Agent - - - 3995 - tcp - iss-mgmt-ssl - ISS Management Svcs SSL - - - 3995 - udp - iss-mgmt-ssl - ISS Management Svcs SSL - - - 3996 - tcp - abcsoftware - abcsoftware-01 - - - 3996 - udp - abcsoftware - abcsoftware-01 - - - 3997 - tcp - agentsease-db - aes_db - - - 3997 - udp - agentsease-db - aes_db - - - 3998 - tcp - dnx - Distributed Nagios Executor Service - - - 3998 - udp - dnx - Distributed Nagios Executor Service - - - 3999 - tcp - nvcnet - Norman distributes scanning service - - - 3999 - udp - nvcnet - Norman distributes scanning service - - - 4000 - tcp - terabase - Terabase - - - 4000 - udp - terabase - Terabase - - - 4001 - tcp - newoak - NewOak - - - 4001 - udp - newoak - NewOak - - - 4002 - tcp - pxc-spvr-ft - pxc-spvr-ft - - - 4002 - udp - pxc-spvr-ft - pxc-spvr-ft - - - 4003 - tcp - pxc-splr-ft - pxc-splr-ft - - - 4003 - udp - pxc-splr-ft - pxc-splr-ft - - - 4004 - tcp - pxc-roid - pxc-roid - - - 4004 - udp - pxc-roid - pxc-roid - - - 4005 - tcp - pxc-pin - pxc-pin - - - 4005 - udp - pxc-pin - pxc-pin - - - 4006 - tcp - pxc-spvr - pxc-spvr - - - 4006 - udp - pxc-spvr - pxc-spvr - - - 4007 - tcp - pxc-splr - pxc-splr - - - 4007 - udp - pxc-splr - pxc-splr - - - 4008 - tcp - netcheque - NetCheque accounting - - - 4008 - udp - netcheque - NetCheque accounting - - - 4009 - tcp - chimera-hwm - Chimera HWM - - - 4009 - udp - chimera-hwm - Chimera HWM - - - 4010 - tcp - samsung-unidex - Samsung Unidex - - - 4010 - udp - samsung-unidex - Samsung Unidex - - - 4011 - tcp - altserviceboot - Alternate Service Boot - - - 4011 - udp - altserviceboot - Alternate Service Boot - - - 4012 - tcp - pda-gate - PDA Gate - - - 4012 - udp - pda-gate - PDA Gate - - - 4013 - tcp - acl-manager - ACL Manager - - - 4013 - udp - acl-manager - ACL Manager - - - 4014 - tcp - taiclock - TAICLOCK - - - 4014 - udp - taiclock - TAICLOCK - - - 4015 - tcp - talarian-mcast1 - Talarian Mcast - - - 4015 - udp - talarian-mcast1 - Talarian Mcast - - - 4016 - tcp - talarian-mcast2 - Talarian Mcast - - - 4016 - udp - talarian-mcast2 - Talarian Mcast - - - 4017 - tcp - talarian-mcast3 - Talarian Mcast - - - 4017 - udp - talarian-mcast3 - Talarian Mcast - - - 4018 - tcp - talarian-mcast4 - Talarian Mcast - - - 4018 - udp - talarian-mcast4 - Talarian Mcast - - - 4019 - tcp - talarian-mcast5 - Talarian Mcast - - - 4019 - udp - talarian-mcast5 - Talarian Mcast - - - 4020 - tcp - trap - TRAP Port - - - 4020 - udp - trap - TRAP Port - - - 4021 - tcp - nexus-portal - Nexus Portal - - - 4021 - udp - nexus-portal - Nexus Portal - - - 4022 - tcp - dnox - DNOX - - - 4022 - udp - dnox - DNOX - - - 4023 - tcp - esnm-zoning - ESNM Zoning Port - - - 4023 - udp - esnm-zoning - ESNM Zoning Port - - - 4024 - tcp - tnp1-port - TNP1 User Port - - - 4024 - udp - tnp1-port - TNP1 User Port - - - 4025 - tcp - partimage - Partition Image Port - - - 4025 - udp - partimage - Partition Image Port - - - 4026 - tcp - as-debug - Graphical Debug Server - - - 4026 - udp - as-debug - Graphical Debug Server - - - 4027 - tcp - bxp - bitxpress - - - 4027 - udp - bxp - bitxpress - - - 4028 - tcp - dtserver-port - DTServer Port - - - 4028 - udp - dtserver-port - DTServer Port - - - 4029 - tcp - ip-qsig - IP Q signaling protocol - - - 4029 - udp - ip-qsig - IP Q signaling protocol - - - 4030 - tcp - jdmn-port - Accell/JSP Daemon Port - - - 4030 - udp - jdmn-port - Accell/JSP Daemon Port - - - 4031 - tcp - suucp - UUCP over SSL - - - 4031 - udp - suucp - UUCP over SSL - - - 4032 - tcp - vrts-auth-port - VERITAS Authorization Service - - - 4032 - udp - vrts-auth-port - VERITAS Authorization Service - - - 4033 - tcp - sanavigator - SANavigator Peer Port - - - 4033 - udp - sanavigator - SANavigator Peer Port - - - 4034 - tcp - ubxd - Ubiquinox Daemon - - - 4034 - udp - ubxd - Ubiquinox Daemon - - - 4035 - tcp - wap-push-http - WAP Push OTA-HTTP port - - - 4035 - udp - wap-push-http - WAP Push OTA-HTTP port - - - 4036 - tcp - wap-push-https - WAP Push OTA-HTTP secure - - - 4036 - udp - wap-push-https - WAP Push OTA-HTTP secure - - - 4037 - tcp - ravehd - RaveHD network control - - - 4037 - udp - ravehd - RaveHD network control - - - 4038 - tcp - fazzt-ptp - Fazzt Point-To-Point - - - 4038 - udp - fazzt-ptp - Fazzt Point-To-Point - - - 4039 - tcp - fazzt-admin - Fazzt Administration - - - 4039 - udp - fazzt-admin - Fazzt Administration - - - 4040 - tcp - yo-main - Yo.net main service - - - 4040 - udp - yo-main - Yo.net main service - - - 4041 - tcp - houston - Rocketeer-Houston - - - 4041 - udp - houston - Rocketeer-Houston - - - 4042 - tcp - ldxp - LDXP - - - 4042 - udp - ldxp - LDXP - - - 4043 - tcp - nirp - Neighbour Identity Resolution - - - 4043 - udp - nirp - Neighbour Identity Resolution - - - 4044 - tcp - ltp - Location Tracking Protocol - - - 4044 - udp - ltp - Location Tracking Protocol - - - 4045 - tcp - npp - Network Paging Protocol - - - 4045 - udp - npp - Network Paging Protocol - - - 4046 - tcp - acp-proto - Accounting Protocol - - - 4046 - udp - acp-proto - Accounting Protocol - - - 4047 - tcp - ctp-state - Context Transfer Protocol - - - 4047 - udp - ctp-state - Context Transfer Protocol - - - 4049 - tcp - wafs - Wide Area File Services - - - 4049 - udp - wafs - Wide Area File Services - - - 4050 - tcp - cisco-wafs - Wide Area File Services - - - 4050 - udp - cisco-wafs - Wide Area File Services - - - 4051 - tcp - cppdp - Cisco Peer to Peer Distribution Protocol - - - 4051 - udp - cppdp - Cisco Peer to Peer Distribution Protocol - - - 4052 - tcp - interact - VoiceConnect Interact - - - 4052 - udp - interact - VoiceConnect Interact - - - 4053 - tcp - ccu-comm-1 - CosmoCall Universe Communications Port 1 - - - 4053 - udp - ccu-comm-1 - CosmoCall Universe Communications Port 1 - - - 4054 - tcp - ccu-comm-2 - CosmoCall Universe Communications Port 2 - - - 4054 - udp - ccu-comm-2 - CosmoCall Universe Communications Port 2 - - - 4055 - tcp - ccu-comm-3 - CosmoCall Universe Communications Port 3 - - - 4055 - udp - ccu-comm-3 - CosmoCall Universe Communications Port 3 - - - 4056 - tcp - lms - Location Message Service - - - 4056 - udp - lms - Location Message Service - - - 4057 - tcp - wfm - Servigistics WFM server - - - 4057 - udp - wfm - Servigistics WFM server - - - 4058 - tcp - kingfisher - Kingfisher protocol - - - 4058 - udp - kingfisher - Kingfisher protocol - - - 4059 - tcp - dlms-cosem - DLMS/COSEM - - - 4059 - udp - dlms-cosem - DLMS/COSEM - - - 4060 - tcp - dsmeter-iatc - System.Xml.XmlElement - - - 4060 - tcp - dsmeter_iatc - DSMETER Inter-Agent Transfer Channel - - - 4060 - udp - dsmeter-iatc - System.Xml.XmlElement - - - 4060 - udp - dsmeter_iatc - DSMETER Inter-Agent Transfer Channel - - - 4061 - tcp - ice-location - Ice Location Service (TCP) - - - 4061 - udp - ice-location - Ice Location Service (TCP) - - - 4062 - tcp - ice-slocation - Ice Location Service (SSL) - - - 4062 - udp - ice-slocation - Ice Location Service (SSL) - - - 4063 - tcp - ice-router - Ice Firewall Traversal Service (TCP) - - - 4063 - udp - ice-router - Ice Firewall Traversal Service (TCP) - - - 4064 - tcp - ice-srouter - Ice Firewall Traversal Service (SSL) - - - 4064 - udp - ice-srouter - Ice Firewall Traversal Service (SSL) - - - 4065 - tcp - avanti-cdp - System.Xml.XmlElement - - - 4065 - tcp - avanti_cdp - Avanti Common Data - - - 4065 - udp - avanti-cdp - System.Xml.XmlElement - - - 4065 - udp - avanti_cdp - Avanti Common Data - - - 4066 - tcp - pmas - Performance Measurement and Analysis - - - 4066 - udp - pmas - Performance Measurement and Analysis - - - 4067 - tcp - idp - Information Distribution Protocol - - - 4067 - udp - idp - Information Distribution Protocol - - - 4068 - tcp - ipfltbcst - IP Fleet Broadcast - - - 4068 - udp - ipfltbcst - IP Fleet Broadcast - - - 4069 - tcp - minger - Minger Email Address Validation Service - - - 4069 - udp - minger - Minger Email Address Validation Service - - - 4070 - tcp - tripe - Trivial IP Encryption (TrIPE) - - - 4070 - udp - tripe - Trivial IP Encryption (TrIPE) - - - 4071 - tcp - aibkup - Automatically Incremental Backup - - - 4071 - udp - aibkup - Automatically Incremental Backup - - - 4072 - tcp - zieto-sock - Zieto Socket Communications - - - 4072 - udp - zieto-sock - Zieto Socket Communications - - - 4073 - tcp - iRAPP - Interactive Remote Application Pairing Protocol - - - 4073 - udp - iRAPP - Interactive Remote Application Pairing Protocol - - - 4074 - tcp - cequint-cityid - Cequint City ID UI trigger - - - 4074 - udp - cequint-cityid - Cequint City ID UI trigger - - - 4075 - tcp - perimlan - ISC Alarm Message Service - - - 4075 - udp - perimlan - ISC Alarm Message Service - - - 4076 - tcp - seraph - Seraph DCS - - - 4076 - udp - seraph - Seraph DCS - - - 4077 - tcp - record - Reserved - - - 4077 - udp - ascomalarm - Ascom IP Alarming - - - 4078 - tcp - cssp - Coordinated Security Service Protocol - - - 4078 - udp - record - Reserved - - - 4079 - tcp - santools - SANtools Diagnostic Server - - - 4079 - udp - santools - SANtools Diagnostic Server - - - 4080 - tcp - lorica-in - Lorica inside facing - - - 4080 - udp - lorica-in - Lorica inside facing - - - 4081 - tcp - lorica-in-sec - Lorica inside facing (SSL) - - - 4081 - udp - lorica-in-sec - Lorica inside facing (SSL) - - - 4082 - tcp - lorica-out - Lorica outside facing - - - 4082 - udp - lorica-out - Lorica outside facing - - - 4083 - tcp - lorica-out-sec - Lorica outside facing (SSL) - - - 4083 - udp - lorica-out-sec - Lorica outside facing (SSL) - - - 4084 - tcp - record - Reserved - - - 4084 - udp - fortisphere-vm - Fortisphere VM Service - - - 4085 - tcp - ezmessagesrv - EZNews Newsroom Message Service - - - 4085 - udp - record - Reserved - - - 4086 - tcp - record - Reserved - - - 4086 - udp - ftsync - Firewall/NAT state table synchronization - - - 4087 - tcp - applusservice - APplus Service - - - 4087 - udp - record - Reserved - - - 4088 - tcp - npsp - Noah Printing Service Protocol - - - 4088 - udp - record - Reserved - - - 4089 - tcp - opencore - OpenCORE Remote Control Service - - - 4089 - udp - opencore - OpenCORE Remote Control Service - - - 4090 - tcp - omasgport - OMA BCAST Service Guide - - - 4090 - udp - omasgport - OMA BCAST Service Guide - - - 4091 - tcp - ewinstaller - EminentWare Installer - - - 4091 - udp - ewinstaller - EminentWare Installer - - - 4092 - tcp - ewdgs - EminentWare DGS - - - 4092 - udp - ewdgs - EminentWare DGS - - - 4093 - tcp - pvxpluscs - Pvx Plus CS Host - - - 4093 - udp - pvxpluscs - Pvx Plus CS Host - - - 4094 - tcp - sysrqd - sysrq daemon - - - 4094 - udp - sysrqd - sysrq daemon - - - 4095 - tcp - xtgui - xtgui information service - - - 4095 - udp - xtgui - xtgui information service - - - 4096 - tcp - bre - BRE (Bridge Relay Element) - - - 4096 - udp - bre - BRE (Bridge Relay Element) - - - 4097 - tcp - patrolview - Patrol View - - - 4097 - udp - patrolview - Patrol View - - - 4098 - tcp - drmsfsd - drmsfsd - - - 4098 - udp - drmsfsd - drmsfsd - - - 4099 - tcp - dpcp - DPCP - - - 4099 - udp - dpcp - DPCP - - - 4100 - tcp - igo-incognito - IGo Incognito Data Port - - - 4100 - udp - igo-incognito - IGo Incognito Data Port - - - 4101 - tcp - brlp-0 - Braille protocol - - - 4101 - udp - brlp-0 - Braille protocol - - - 4102 - tcp - brlp-1 - Braille protocol - - - 4102 - udp - brlp-1 - Braille protocol - - - 4103 - tcp - brlp-2 - Braille protocol - - - 4103 - udp - brlp-2 - Braille protocol - - - 4104 - tcp - brlp-3 - Braille protocol - - - 4104 - udp - brlp-3 - Braille protocol - - - 4105 - tcp - shofar - Shofar - - - 4105 - udp - shofar - Shofar - - - 4106 - tcp - synchronite - Synchronite - - - 4106 - udp - synchronite - Synchronite - - - 4107 - tcp - j-ac - JDL Accounting LAN Service - - - 4107 - udp - j-ac - JDL Accounting LAN Service - - - 4108 - tcp - accel - ACCEL - - - 4108 - udp - accel - ACCEL - - - 4109 - tcp - izm - Instantiated Zero-control Messaging - - - 4109 - udp - izm - Instantiated Zero-control Messaging - - - 4110 - tcp - g2tag - G2 RFID Tag Telemetry Data - - - 4110 - udp - g2tag - G2 RFID Tag Telemetry Data - - - 4111 - tcp - xgrid - Xgrid - - - 4111 - udp - xgrid - Xgrid - - - 4112 - tcp - apple-vpns-rp - Apple VPN Server Reporting Protocol - - - 4112 - udp - apple-vpns-rp - Apple VPN Server Reporting Protocol - - - 4113 - tcp - aipn-reg - AIPN LS Registration - - - 4113 - udp - aipn-reg - AIPN LS Registration - - - 4114 - tcp - jomamqmonitor - JomaMQMonitor - - - 4114 - udp - jomamqmonitor - JomaMQMonitor - - - 4115 - tcp - cds - CDS Transfer Agent - - - 4115 - udp - cds - CDS Transfer Agent - - - 4116 - tcp - smartcard-tls - smartcard-TLS - - - 4116 - udp - smartcard-tls - smartcard-TLS - - - 4117 - tcp - hillrserv - Hillr Connection Manager - - - 4117 - udp - hillrserv - Hillr Connection Manager - - - 4118 - tcp - netscript - Netadmin Systems NETscript service - - - 4118 - udp - netscript - Netadmin Systems NETscript service - - - 4119 - tcp - assuria-slm - Assuria Log Manager - - - 4119 - udp - assuria-slm - Assuria Log Manager - - - 4120 - tcp - minirem - MiniRem Remote Telemetry and Control - - - 4120 - udp - record - Reserved - - - 4121 - tcp - e-builder - e-Builder Application Communication - - - 4121 - udp - e-builder - e-Builder Application Communication - - - 4122 - tcp - fprams - Fiber Patrol Alarm Service - - - 4122 - udp - fprams - Fiber Patrol Alarm Service - - - 4123 - tcp - z-wave - Z-Wave Protocol - - - 4123 - udp - z-wave - Z-Wave Protocol - - - 4124 - tcp - tigv2 - Rohill TetraNode Ip Gateway v2 - - - 4124 - udp - tigv2 - Rohill TetraNode Ip Gateway v2 - - - 4125 - tcp - opsview-envoy - Opsview Envoy - - - 4125 - udp - opsview-envoy - Opsview Envoy - - - 4126 - tcp - ddrepl - Data Domain Replication Service - - - 4126 - udp - ddrepl - Data Domain Replication Service - - - 4127 - tcp - unikeypro - NetUniKeyServer - - - 4127 - udp - unikeypro - NetUniKeyServer - - - 4128 - tcp - nufw - NuFW decision delegation protocol - - - 4128 - udp - nufw - NuFW decision delegation protocol - - - 4129 - tcp - nuauth - NuFW authentication protocol - - - 4129 - udp - nuauth - NuFW authentication protocol - - - 4130 - tcp - fronet - FRONET message protocol - - - 4130 - udp - fronet - FRONET message protocol - - - 4131 - tcp - stars - Global Maintech Stars - - - 4131 - udp - stars - Global Maintech Stars - - - 4132 - tcp - nuts-dem - System.Xml.XmlElement - - - 4132 - tcp - nuts_dem - NUTS Daemon - - - 4132 - udp - nuts-dem - System.Xml.XmlElement - - - 4132 - udp - nuts_dem - NUTS Daemon - - - 4133 - tcp - nuts-bootp - System.Xml.XmlElement - - - 4133 - tcp - nuts_bootp - NUTS Bootp Server - - - 4133 - udp - nuts-bootp - System.Xml.XmlElement - - - 4133 - udp - nuts_bootp - NUTS Bootp Server - - - 4134 - tcp - nifty-hmi - NIFTY-Serve HMI protocol - - - 4134 - udp - nifty-hmi - NIFTY-Serve HMI protocol - - - 4135 - tcp - cl-db-attach - Classic Line Database Server Attach - - - 4135 - udp - cl-db-attach - Classic Line Database Server Attach - - - 4136 - tcp - cl-db-request - Classic Line Database Server Request - - - 4136 - udp - cl-db-request - Classic Line Database Server Request - - - 4137 - tcp - cl-db-remote - Classic Line Database Server Remote - - - 4137 - udp - cl-db-remote - Classic Line Database Server Remote - - - 4138 - tcp - nettest - nettest - - - 4138 - udp - nettest - nettest - - - 4139 - tcp - thrtx - Imperfect Networks Server - - - 4139 - udp - thrtx - Imperfect Networks Server - - - 4140 - tcp - cedros-fds - System.Xml.XmlElement - - - 4140 - tcp - cedros_fds - Cedros Fraud Detection System - - - 4140 - udp - cedros-fds - System.Xml.XmlElement - - - 4140 - udp - cedros_fds - Cedros Fraud Detection System - - - 4141 - tcp - oirtgsvc - Workflow Server - - - 4141 - udp - oirtgsvc - Workflow Server - - - 4142 - tcp - oidocsvc - Document Server - - - 4142 - udp - oidocsvc - Document Server - - - 4143 - tcp - oidsr - Document Replication - - - 4143 - udp - oidsr - Document Replication - - - 4145 - tcp - vvr-control - VVR Control - - - 4145 - udp - vvr-control - VVR Control - - - 4146 - tcp - tgcconnect - TGCConnect Beacon - - - 4146 - udp - tgcconnect - TGCConnect Beacon - - - 4147 - tcp - vrxpservman - Multum Service Manager - - - 4147 - udp - vrxpservman - Multum Service Manager - - - 4148 - tcp - hhb-handheld - HHB Handheld Client - - - 4148 - udp - hhb-handheld - HHB Handheld Client - - - 4149 - tcp - agslb - A10 GSLB Service - - - 4149 - udp - agslb - A10 GSLB Service - - - 4150 - tcp - PowerAlert-nsa - PowerAlert Network Shutdown Agent - - - 4150 - udp - PowerAlert-nsa - PowerAlert Network Shutdown Agent - - - 4151 - tcp - menandmice-noh - System.Xml.XmlElement - - - 4151 - tcp - menandmice_noh - Men & Mice Remote Control - - - 4151 - udp - menandmice-noh - System.Xml.XmlElement - - - 4151 - udp - menandmice_noh - Men & Mice Remote Control - - - 4152 - tcp - idig-mux - System.Xml.XmlElement - - - 4152 - tcp - idig_mux - iDigTech Multiplex - - - 4152 - udp - idig-mux - System.Xml.XmlElement - - - 4152 - udp - idig_mux - iDigTech Multiplex - - - 4153 - tcp - mbl-battd - MBL Remote Battery Monitoring - - - 4153 - udp - mbl-battd - MBL Remote Battery Monitoring - - - 4154 - tcp - atlinks - atlinks device discovery - - - 4154 - udp - atlinks - atlinks device discovery - - - 4155 - tcp - bzr - Bazaar version control system - - - 4155 - udp - bzr - Bazaar version control system - - - 4156 - tcp - stat-results - STAT Results - - - 4156 - udp - stat-results - STAT Results - - - 4157 - tcp - stat-scanner - STAT Scanner Control - - - 4157 - udp - stat-scanner - STAT Scanner Control - - - 4158 - tcp - stat-cc - STAT Command Center - - - 4158 - udp - stat-cc - STAT Command Center - - - 4159 - tcp - nss - Network Security Service - - - 4159 - udp - nss - Network Security Service - - - 4160 - tcp - jini-discovery - Jini Discovery - - - 4160 - udp - jini-discovery - Jini Discovery - - - 4161 - tcp - omscontact - OMS Contact - - - 4161 - udp - omscontact - OMS Contact - - - 4162 - tcp - omstopology - OMS Topology - - - 4162 - udp - omstopology - OMS Topology - - - 4163 - tcp - silverpeakpeer - Silver Peak Peer Protocol - - - 4163 - udp - silverpeakpeer - Silver Peak Peer Protocol - - - 4164 - tcp - silverpeakcomm - Silver Peak Communication Protocol - - - 4164 - udp - silverpeakcomm - Silver Peak Communication Protocol - - - 4165 - tcp - altcp - ArcLink over Ethernet - - - 4165 - udp - altcp - ArcLink over Ethernet - - - 4166 - tcp - joost - Joost Peer to Peer Protocol - - - 4166 - udp - joost - Joost Peer to Peer Protocol - - - 4167 - tcp - ddgn - DeskDirect Global Network - - - 4167 - udp - ddgn - DeskDirect Global Network - - - 4168 - tcp - pslicser - PrintSoft License Server - - - 4168 - udp - pslicser - PrintSoft License Server - - - 4169 - tcp - iadt - Automation Drive Interface Transport - - - 4169 - udp - iadt-disc - Internet ADT Discovery Protocol - - - 4170 - tcp - d-cinema-csp - SMPTE Content Synchonization Protocol - - - 4170 - udp - record - Reserved - - - 4171 - tcp - ml-svnet - Maxlogic Supervisor Communication - - - 4171 - udp - record - Reserved - - - 4172 - tcp - pcoip - PC over IP - - - 4172 - udp - pcoip - PC over IP - - - 4173 - tcp - record - Reserved - - - 4173 - udp - mma-discovery - MMA Device Discovery - - - 4174 - tcp - smcluster - StorMagic Cluster Services - - - 4174 - udp - sm-disc - StorMagic Discovery - - - 4175 - tcp - bccp - Brocade Cluster Communication Protocol - - - 4175 - udp - record - Reserved - - - 4176 - tcp - tl-ipcproxy - Translattice Cluster IPC Proxy - - - 4176 - udp - record - Reserved - - - 4177 - tcp - wello - Wello P2P pubsub service - - - 4177 - udp - wello - Wello P2P pubsub service - - - 4178 - tcp - storman - StorMan - - - 4178 - udp - storman - StorMan - - - 4179 - tcp - MaxumSP - Maxum Services - - - 4179 - udp - MaxumSP - Maxum Services - - - 4180 - tcp - httpx - HTTPX - - - 4180 - udp - httpx - HTTPX - - - 4181 - tcp - macbak - MacBak - - - 4181 - udp - macbak - MacBak - - - 4182 - tcp - pcptcpservice - Production Company Pro TCP Service - - - 4182 - udp - pcptcpservice - Production Company Pro TCP Service - - - 4183 - tcp - cyborgnet - CyborgNet communications protocol - - - 4183 - udp - cyborgnet - CyborgNet communications protocol - - - 4184 - tcp - universe-suite - System.Xml.XmlElement - - - 4184 - tcp - universe_suite - UNIVERSE SUITE MESSAGE SERVICE - - - 4184 - udp - universe-suite - System.Xml.XmlElement - - - 4184 - udp - universe_suite - UNIVERSE SUITE MESSAGE SERVICE - - - 4185 - tcp - wcpp - Woven Control Plane Protocol - - - 4185 - udp - wcpp - Woven Control Plane Protocol - - - 4186 - tcp - boxbackupstore - Box Backup Store Service - - - 4186 - udp - record - Reserved - - - 4187 - tcp - csc-proxy - System.Xml.XmlElement - - - 4187 - tcp - csc_proxy - Cascade Proxy - - - 4187 - udp - record - Reserved - - - 4188 - tcp - vatata - Vatata Peer to Peer Protocol - - - 4188 - udp - vatata - Vatata Peer to Peer Protocol - - - 4189 - tcp - pcep - Path Computation Element Communication Protocol - - - 4189 - udp - record - Reserved - - - 4190 - tcp - sieve - ManageSieve Protocol - - - 4190 - udp - record - Reserved - - - 4191 - tcp - record - Reserved - - - 4191 - udp - dsmipv6 - Dual Stack MIPv6 NAT Traversal - - - 4192 - tcp - azeti - Azeti Agent Service - - - 4192 - udp - azeti-bd - azeti blinddate - - - 4193 - tcp - pvxplusio - PxPlus remote file srvr - - - 4193 - udp - record - Reserved - - - 4194 - tcp - spdm - Security Protocol and Data Model - - - 4194 - udp - record - Reserved - - - 4195 - tcp - aws-wsp - AWS protocol for cloud remoting solution - - - 4195 - udp - aws-wsp - AWS protocol for cloud remoting solution - - - 4195 - sctp - aws-wsp - AWS protocol for cloud remoting solution - - - 4195 - dccp - aws-wsp - AWS protocol for cloud remoting solution - - - 4197 - tcp - hctl - Harman HControl Protocol - - - 4197 - udp - hctl - Harman HControl Protocol - - - 4199 - tcp - eims-admin - EIMS ADMIN - - - 4199 - udp - eims-admin - EIMS ADMIN - - - 4300 - tcp - corelccam - Corel CCam - - - 4300 - udp - corelccam - Corel CCam - - - 4301 - tcp - d-data - Diagnostic Data - - - 4301 - udp - d-data - Diagnostic Data - - - 4302 - tcp - d-data-control - Diagnostic Data Control - - - 4302 - udp - d-data-control - Diagnostic Data Control - - - 4303 - tcp - srcp - Simple Railroad Command Protocol - - - 4303 - udp - srcp - Simple Railroad Command Protocol - - - 4304 - tcp - owserver - One-Wire Filesystem Server - - - 4304 - udp - owserver - One-Wire Filesystem Server - - - 4305 - tcp - batman - better approach to mobile ad-hoc networking - - - 4305 - udp - batman - better approach to mobile ad-hoc networking - - - 4306 - tcp - pinghgl - Hellgate London - - - 4306 - udp - pinghgl - Hellgate London - - - 4307 - tcp - trueconf - TrueConf Videoconference Service - - - 4307 - udp - trueconf - TrueConf Videoconference Service - - - 4308 - tcp - compx-lockview - CompX-LockView - - - 4308 - udp - compx-lockview - CompX-LockView - - - 4309 - tcp - dserver - Exsequi Appliance Discovery - - - 4309 - udp - dserver - Exsequi Appliance Discovery - - - 4310 - tcp - mirrtex - Mir-RT exchange service - - - 4310 - udp - mirrtex - Mir-RT exchange service - - - 4311 - tcp - p6ssmc - P6R Secure Server Management Console - - - 4311 - udp - record - Reserved - - - 4312 - tcp - pscl-mgt - Parascale Membership Manager - - - 4312 - udp - record - Reserved - - - 4313 - tcp - perrla - PERRLA User Services - - - 4313 - udp - record - Reserved - - - 4314 - tcp - choiceview-agt - ChoiceView Agent - - - 4314 - udp - record - Reserved - - - 4316 - tcp - choiceview-clt - ChoiceView Client - - - 4316 - udp - record - Reserved - - - 4317 - tcp - opentelemetry - OpenTelemetry Protocol - - - 4317 - udp - record - Reserved - - - 4319 - tcp - fox-skytale - Fox SkyTale encrypted communication - - - 4319 - udp - fox-skytale - Fox SkyTale encrypted communication - - - 4320 - tcp - fdt-rcatp - FDT Remote Categorization Protocol - - - 4320 - udp - fdt-rcatp - FDT Remote Categorization Protocol - - - 4321 - tcp - rwhois - Remote Who Is - - - 4321 - udp - rwhois - Remote Who Is - - - 4322 - tcp - trim-event - TRIM Event Service - - - 4322 - udp - trim-event - TRIM Event Service - - - 4323 - tcp - trim-ice - TRIM ICE Service - - - 4323 - udp - trim-ice - TRIM ICE Service - - - 4325 - tcp - geognosisadmin - Cadcorp GeognoSIS Administrator - - - 4325 - udp - geognosisman - Cadcorp GeognoSIS Administrator - - - 4326 - tcp - geognosis - Cadcorp GeognoSIS - - - 4326 - udp - geognosis - Cadcorp GeognoSIS - - - 4327 - tcp - jaxer-web - Jaxer Web Protocol - - - 4327 - udp - jaxer-web - Jaxer Web Protocol - - - 4328 - tcp - jaxer-manager - Jaxer Manager Command Protocol - - - 4328 - udp - jaxer-manager - Jaxer Manager Command Protocol - - - 4329 - tcp - publiqare-sync - PubliQare Distributed Environment Synchronisation Engine - - - 4329 - udp - record - Reserved - - - 4330 - tcp - dey-sapi - DEY Storage Administration REST API - - - 4330 - udp - record - Reserved - - - 4331 - tcp - ktickets-rest - ktickets REST API for event management and ticketing systems (embedded POS devices) - - - 4331 - udp - record - Reserved - - - 4332 - tcp - getty-focus - Getty Images FOCUS service - - - 4332 - udp - record - Reserved - - - 4333 - tcp - ahsp - ArrowHead Service Protocol (AHSP) - - - 4333 - udp - ahsp - ArrowHead Service Protocol (AHSP) - - - 4333 - sctp - ahsp - ArrowHead Service Protocol (AHSP) - - - 4334 - tcp - netconf-ch-ssh - NETCONF Call Home (SSH) - - - 4334 - udp - record - Reserved - - - 4335 - tcp - netconf-ch-tls - NETCONF Call Home (TLS) - - - 4335 - udp - record - Reserved - - - 4336 - tcp - restconf-ch-tls - RESTCONF Call Home (TLS) - - - 4336 - udp - record - Reserved - - - 4340 - tcp - gaia - Gaia Connector Protocol - - - 4340 - udp - gaia - Gaia Connector Protocol - - - 4341 - tcp - record - Reserved - - - 4341 - udp - lisp-data - LISP Data Packets - - - 4342 - tcp - record - Reserved - - - 4342 - udp - lisp-control - LISP Control Packets - - - 4343 - tcp - unicall - UNICALL - - - 4343 - udp - unicall - UNICALL - - - 4344 - tcp - vinainstall - VinaInstall - - - 4344 - udp - vinainstall - VinaInstall - - - 4345 - tcp - m4-network-as - Macro 4 Network AS - - - 4345 - udp - m4-network-as - Macro 4 Network AS - - - 4346 - tcp - elanlm - ELAN LM - - - 4346 - udp - elanlm - ELAN LM - - - 4347 - tcp - lansurveyor - LAN Surveyor - - - 4347 - udp - lansurveyor - LAN Surveyor - - - 4348 - tcp - itose - ITOSE - - - 4348 - udp - itose - ITOSE - - - 4349 - tcp - fsportmap - File System Port Map - - - 4349 - udp - fsportmap - File System Port Map - - - 4350 - tcp - net-device - Net Device - - - 4350 - udp - net-device - Net Device - - - 4351 - tcp - plcy-net-svcs - PLCY Net Services - - - 4351 - udp - plcy-net-svcs - PLCY Net Services - - - 4352 - tcp - pjlink - Projector Link - - - 4352 - udp - pjlink - Projector Link - - - 4353 - tcp - f5-iquery - F5 iQuery - - - 4353 - udp - f5-iquery - F5 iQuery - - - 4354 - tcp - qsnet-trans - QSNet Transmitter - - - 4354 - udp - qsnet-trans - QSNet Transmitter - - - 4355 - tcp - qsnet-workst - QSNet Workstation - - - 4355 - udp - qsnet-workst - QSNet Workstation - - - 4356 - tcp - qsnet-assist - QSNet Assistant - - - 4356 - udp - qsnet-assist - QSNet Assistant - - - 4357 - tcp - qsnet-cond - QSNet Conductor - - - 4357 - udp - qsnet-cond - QSNet Conductor - - - 4358 - tcp - qsnet-nucl - QSNet Nucleus - - - 4358 - udp - qsnet-nucl - QSNet Nucleus - - - 4359 - tcp - omabcastltkm - OMA BCAST Long-Term Key Messages - - - 4359 - udp - omabcastltkm - OMA BCAST Long-Term Key Messages - - - 4360 - tcp - matrix-vnet - System.Xml.XmlElement - - - 4360 - tcp - matrix_vnet - Matrix VNet Communication Protocol - - - 4360 - udp - record - Reserved - - - 4361 - tcp - record - Reserved - - - 4361 - udp - nacnl - NavCom Discovery and Control Port - - - 4362 - tcp - record - Reserved - - - 4362 - udp - afore-vdp-disc - AFORE vNode Discovery protocol - - - 4366 - udp - shadowstream - ShadowStream System - - - 4366 - tcp - record - Reserved - - - 4368 - tcp - wxbrief - WeatherBrief Direct - - - 4368 - udp - wxbrief - WeatherBrief Direct - - - 4369 - tcp - epmd - Erlang Port Mapper Daemon - - - 4369 - udp - epmd - Erlang Port Mapper Daemon - - - 4370 - tcp - elpro-tunnel - System.Xml.XmlElement - - - 4370 - tcp - elpro_tunnel - ELPRO V2 Protocol Tunnel - - - 4370 - udp - elpro-tunnel - System.Xml.XmlElement - - - 4370 - udp - elpro_tunnel - ELPRO V2 Protocol Tunnel - - - 4371 - tcp - l2c-control - LAN2CAN Control - - - 4371 - udp - l2c-disc - LAN2CAN Discovery - - - 4372 - tcp - l2c-data - LAN2CAN Data - - - 4372 - udp - l2c-data - LAN2CAN Data - - - 4373 - tcp - remctl - Remote Authenticated Command Service - - - 4373 - udp - remctl - Remote Authenticated Command Service - - - 4374 - tcp - psi-ptt - PSI Push-to-Talk Protocol - - - 4374 - udp - record - Reserved - - - 4375 - tcp - tolteces - Toltec EasyShare - - - 4375 - udp - tolteces - Toltec EasyShare - - - 4376 - tcp - bip - BioAPI Interworking - - - 4376 - udp - bip - BioAPI Interworking - - - 4377 - tcp - cp-spxsvr - Cambridge Pixel SPx Server - - - 4377 - udp - cp-spxsvr - Cambridge Pixel SPx Server - - - 4378 - tcp - cp-spxdpy - Cambridge Pixel SPx Display - - - 4378 - udp - cp-spxdpy - Cambridge Pixel SPx Display - - - 4379 - tcp - ctdb - CTDB - - - 4379 - udp - ctdb - CTDB - - - 4389 - tcp - xandros-cms - Xandros Community Management Service - - - 4389 - udp - xandros-cms - Xandros Community Management Service - - - 4390 - tcp - wiegand - Physical Access Control - - - 4390 - udp - wiegand - Physical Access Control - - - 4391 - tcp - apwi-imserver - American Printware IMServer Protocol - - - 4391 - udp - record - Reserved - - - 4392 - tcp - apwi-rxserver - American Printware RXServer Protocol - - - 4392 - udp - record - Reserved - - - 4393 - tcp - apwi-rxspooler - American Printware RXSpooler Protocol - - - 4393 - udp - record - Reserved - - - 4394 - tcp - record - Reserved - - - 4394 - udp - apwi-disc - American Printware Discovery - - - 4395 - tcp - omnivisionesx - OmniVision communication for Virtual environments - - - 4395 - udp - omnivisionesx - OmniVision communication for Virtual environments - - - 4396 - tcp - fly - Fly Object Space - - - 4396 - udp - record - Reserved - - - 4400 - tcp - ds-srv - ASIGRA Services - - - 4400 - udp - ds-srv - ASIGRA Services - - - 4401 - tcp - ds-srvr - ASIGRA Televaulting DS-System Service - - - 4401 - udp - ds-srvr - ASIGRA Televaulting DS-System Service - - - 4402 - tcp - ds-clnt - ASIGRA Televaulting DS-Client Service - - - 4402 - udp - ds-clnt - ASIGRA Televaulting DS-Client Service - - - 4403 - tcp - ds-user - ASIGRA Televaulting DS-Client Monitoring/Management - - - 4403 - udp - ds-user - ASIGRA Televaulting DS-Client Monitoring/Management - - - 4404 - tcp - ds-admin - ASIGRA Televaulting DS-System Monitoring/Management - - - 4404 - udp - ds-admin - ASIGRA Televaulting DS-System Monitoring/Management - - - 4405 - tcp - ds-mail - ASIGRA Televaulting Message Level Restore service - - - 4405 - udp - ds-mail - ASIGRA Televaulting Message Level Restore service - - - 4406 - tcp - ds-slp - ASIGRA Televaulting DS-Sleeper Service - - - 4406 - udp - ds-slp - ASIGRA Televaulting DS-Sleeper Service - - - 4407 - tcp - nacagent - Network Access Control Agent - - - 4407 - udp - record - Reserved - - - 4408 - tcp - slscc - SLS Technology Control Centre - - - 4408 - udp - record - Reserved - - - 4409 - tcp - netcabinet-com - Net-Cabinet comunication - - - 4409 - udp - record - Reserved - - - 4410 - tcp - itwo-server - RIB iTWO Application Server - - - 4410 - udp - record - Reserved - - - 4411 - tcp - found - Found Messaging Protocol - - - 4411 - udp - record - Reserved - - - 4412 - tcp - record - Reserved - - - 4412 - udp - smallchat - SmallChat - - - 4413 - tcp - avi-nms - AVI Systems NMS - - - 4413 - udp - avi-nms-disc - AVI Systems NMS - - - 4414 - tcp - updog - Updog Monitoring and Status Framework - - - 4414 - udp - record - Reserved - - - 4415 - tcp - brcd-vr-req - Brocade Virtual Router Request - - - 4415 - udp - record - Reserved - - - 4416 - tcp - pjj-player - PJJ Media Player - - - 4416 - udp - pjj-player-disc - PJJ Media Player discovery - - - 4417 - tcp - workflowdir - Workflow Director Communication - - - 4417 - udp - record - Reserved - - - 4418 - tcp - record - Reserved - - - 4418 - udp - axysbridge - AXYS communication protocol - - - 4419 - tcp - cbp - Colnod Binary Protocol - - - 4419 - udp - record - Reserved - - - 4420 - tcp - nvme - NVM Express over Fabrics storage access - - - 4420 - udp - nvme - NVM Express over Fabrics storage access - - - 4421 - tcp - scaleft - Multi-Platform Remote Management for Cloud Infrastructure - - - 4421 - udp - record - Reserved - - - 4422 - tcp - tsepisp - TSEP Installation Service Protocol - - - 4422 - udp - record - Reserved - - - 4423 - tcp - thingkit - thingkit secure mesh - - - 4423 - udp - record - Reserved - - - 4425 - tcp - netrockey6 - NetROCKEY6 SMART Plus Service - - - 4425 - udp - netrockey6 - NetROCKEY6 SMART Plus Service - - - 4426 - tcp - beacon-port-2 - SMARTS Beacon Port - - - 4426 - udp - beacon-port-2 - SMARTS Beacon Port - - - 4427 - tcp - drizzle - Drizzle database server - - - 4427 - udp - record - Reserved - - - 4428 - tcp - omviserver - OMV-Investigation Server-Client - - - 4428 - udp - record - Reserved - - - 4429 - tcp - omviagent - OMV Investigation Agent-Server - - - 4429 - udp - record - Reserved - - - 4430 - tcp - rsqlserver - REAL SQL Server - - - 4430 - udp - rsqlserver - REAL SQL Server - - - 4431 - tcp - wspipe - adWISE Pipe - - - 4431 - udp - record - Reserved - - - 4432 - tcp - l-acoustics - L-ACOUSTICS management - - - 4432 - udp - l-acoustics - L-ACOUSTICS management - - - 4433 - tcp - vop - Versile Object Protocol - - - 4433 - udp - record - Reserved - - - 4441 - tcp - record - Reserved - - - 4441 - udp - netblox - Netblox Protocol - - - 4442 - tcp - saris - Saris - - - 4442 - udp - saris - Saris - - - 4443 - tcp - pharos - Pharos - - - 4443 - udp - pharos - Pharos - - - 4444 - tcp - krb524 - KRB524 - - - 4444 - udp - krb524 - KRB524 - - - 4444 - tcp - nv-video - NV Video default - - - 4444 - udp - nv-video - NV Video default - - - 4445 - tcp - upnotifyp - UPNOTIFYP - - - 4445 - udp - upnotifyp - UPNOTIFYP - - - 4446 - tcp - n1-fwp - N1-FWP - - - 4446 - udp - n1-fwp - N1-FWP - - - 4447 - tcp - n1-rmgmt - N1-RMGMT - - - 4447 - udp - n1-rmgmt - N1-RMGMT - - - 4448 - tcp - asc-slmd - ASC Licence Manager - - - 4448 - udp - asc-slmd - ASC Licence Manager - - - 4449 - tcp - privatewire - PrivateWire - - - 4449 - udp - privatewire - PrivateWire - - - 4450 - tcp - camp - Common ASCII Messaging Protocol - - - 4450 - udp - camp - Common ASCII Messaging Protocol - - - 4451 - tcp - ctisystemmsg - CTI System Msg - - - 4451 - udp - ctisystemmsg - CTI System Msg - - - 4452 - tcp - ctiprogramload - CTI Program Load - - - 4452 - udp - ctiprogramload - CTI Program Load - - - 4453 - tcp - nssalertmgr - NSS Alert Manager - - - 4453 - udp - nssalertmgr - NSS Alert Manager - - - 4454 - tcp - nssagentmgr - NSS Agent Manager - - - 4454 - udp - nssagentmgr - NSS Agent Manager - - - 4455 - tcp - prchat-user - PR Chat User - - - 4455 - udp - prchat-user - PR Chat User - - - 4456 - tcp - prchat-server - PR Chat Server - - - 4456 - udp - prchat-server - PR Chat Server - - - 4457 - tcp - prRegister - PR Register - - - 4457 - udp - prRegister - PR Register - - - 4458 - tcp - mcp - Matrix Configuration Protocol - - - 4458 - udp - mcp - Matrix Configuration Protocol - - - 4460 - tcp - ntske - Network Time Security Key Establishment - - - 4460 - udp - record - Reserved - - - 4484 - tcp - hpssmgmt - hpssmgmt service - - - 4484 - udp - hpssmgmt - hpssmgmt service - - - 4485 - tcp - assyst-dr - Assyst Data Repository Service - - - 4485 - udp - record - Reserved - - - 4486 - tcp - icms - Integrated Client Message Service - - - 4486 - udp - icms - Integrated Client Message Service - - - 4487 - tcp - prex-tcp - Protocol for Remote Execution over TCP - - - 4487 - udp - record - Reserved - - - 4488 - tcp - awacs-ice - Apple Wide Area Connectivity Service ICE Bootstrap - - - 4488 - udp - awacs-ice - Apple Wide Area Connectivity Service ICE Bootstrap - - - 4500 - tcp - ipsec-nat-t - IPsec NAT-Traversal - - - 4500 - udp - ipsec-nat-t - IPsec NAT-Traversal - - - 4502 - sctp - a25-fap-fgw - A25 (FAP-FGW) - - - 4534 - tcp - record - Reserved - - - 4534 - udp - armagetronad - Armagetron Advanced Game Server - - - 4535 - tcp - ehs - Event Heap Server - - - 4535 - udp - ehs - Event Heap Server - - - 4536 - tcp - ehs-ssl - Event Heap Server SSL - - - 4536 - udp - ehs-ssl - Event Heap Server SSL - - - 4537 - tcp - wssauthsvc - WSS Security Service - - - 4537 - udp - wssauthsvc - WSS Security Service - - - 4538 - tcp - swx-gate - Software Data Exchange Gateway - - - 4538 - udp - swx-gate - Software Data Exchange Gateway - - - 4545 - tcp - worldscores - WorldScores - - - 4545 - udp - worldscores - WorldScores - - - 4546 - tcp - sf-lm - SF License Manager (Sentinel) - - - 4546 - udp - sf-lm - SF License Manager (Sentinel) - - - 4547 - tcp - lanner-lm - Lanner License Manager - - - 4547 - udp - lanner-lm - Lanner License Manager - - - 4548 - tcp - synchromesh - Synchromesh - - - 4548 - udp - synchromesh - Synchromesh - - - 4549 - tcp - aegate - Aegate PMR Service - - - 4549 - udp - aegate - Aegate PMR Service - - - 4550 - tcp - gds-adppiw-db - Perman I Interbase Server - - - 4550 - udp - gds-adppiw-db - Perman I Interbase Server - - - 4551 - tcp - ieee-mih - MIH Services - - - 4551 - udp - ieee-mih - MIH Services - - - 4552 - tcp - menandmice-mon - Men and Mice Monitoring - - - 4552 - udp - menandmice-mon - Men and Mice Monitoring - - - 4553 - tcp - icshostsvc - ICS host services - - - 4553 - udp - record - Reserved - - - 4554 - tcp - msfrs - MS FRS Replication - - - 4554 - udp - msfrs - MS FRS Replication - - - 4555 - tcp - rsip - RSIP Port - - - 4555 - udp - rsip - RSIP Port - - - 4556 - tcp - dtn-bundle - DTN Bundle TCP CL Protocol - - - 4556 - udp - dtn-bundle - DTN Bundle UDP CL Protocol - - - 4556 - dccp - dtn-bundle - DTN Bundle DCCP CL Protocol - - - 4557 - tcp - record - Reserved - - - 4557 - udp - mtcevrunqss - Marathon everRun Quorum Service Server - - - 4558 - tcp - record - Reserved - - - 4558 - udp - mtcevrunqman - Marathon everRun Quorum Service Manager - - - 4559 - tcp - hylafax - HylaFAX - - - 4559 - udp - hylafax - HylaFAX - - - 4563 - tcp - amahi-anywhere - Amahi Anywhere - - - 4563 - udp - record - Reserved - - - 4566 - tcp - kwtc - Kids Watch Time Control Service - - - 4566 - udp - kwtc - Kids Watch Time Control Service - - - 4567 - tcp - tram - TRAM - - - 4567 - udp - tram - TRAM - - - 4568 - tcp - bmc-reporting - BMC Reporting - - - 4568 - udp - bmc-reporting - BMC Reporting - - - 4569 - tcp - iax - Inter-Asterisk eXchange - - - 4569 - udp - iax - Inter-Asterisk eXchange - - - 4570 - tcp - deploymentmap - Service to distribute and update within a site deployment information for Oracle Communications Suite - - - 4570 - udp - record - Reserved - - - 4573 - tcp - cardifftec-back - A port for communication between a server and client for a custom backup system - - - 4573 - udp - record - Reserved - - - 4590 - tcp - rid - RID over HTTP/TLS - - - 4590 - udp - record - Reserved - - - 4591 - tcp - l3t-at-an - HRPD L3T (AT-AN) - - - 4591 - udp - l3t-at-an - HRPD L3T (AT-AN) - - - 4592 - tcp - record - Reserved - - - 4592 - udp - hrpd-ith-at-an - HRPD-ITH (AT-AN) - - - 4593 - tcp - ipt-anri-anri - IPT (ANRI-ANRI) - - - 4593 - udp - ipt-anri-anri - IPT (ANRI-ANRI) - - - 4594 - tcp - ias-session - IAS-Session (ANRI-ANRI) - - - 4594 - udp - ias-session - IAS-Session (ANRI-ANRI) - - - 4595 - tcp - ias-paging - IAS-Paging (ANRI-ANRI) - - - 4595 - udp - ias-paging - IAS-Paging (ANRI-ANRI) - - - 4596 - tcp - ias-neighbor - IAS-Neighbor (ANRI-ANRI) - - - 4596 - udp - ias-neighbor - IAS-Neighbor (ANRI-ANRI) - - - 4597 - tcp - a21-an-1xbs - A21 (AN-1xBS) - - - 4597 - udp - a21-an-1xbs - A21 (AN-1xBS) - - - 4598 - tcp - a16-an-an - A16 (AN-AN) - - - 4598 - udp - a16-an-an - A16 (AN-AN) - - - 4599 - tcp - a17-an-an - A17 (AN-AN) - - - 4599 - udp - a17-an-an - A17 (AN-AN) - - - 4600 - tcp - piranha1 - Piranha1 - - - 4600 - udp - piranha1 - Piranha1 - - - 4601 - tcp - piranha2 - Piranha2 - - - 4601 - udp - piranha2 - Piranha2 - - - 4602 - tcp - mtsserver - EAX MTS Server - - - 4602 - udp - record - Reserved - - - 4603 - tcp - menandmice-upg - Men & Mice Upgrade Agent - - - 4603 - udp - record - Reserved - - - 4604 - tcp - irp - Identity Registration Protocol - - - 4604 - udp - record - Reserved - - - 4605 - tcp - sixchat - Direct End to End Secure Chat Protocol - - - 4605 - udp - record - Reserved - - - 4606 - tcp - sixid - Secure ID to IP registration and lookup - - - 4606 - udp - record - Reserved - - - 4621 - tcp - record - Reserved - - - 4621 - udp - ventoso - Bidirectional single port remote radio VOIP and Control stream - - - 4646 - tcp - dots-signal - Distributed Denial-of-Service Open Threat Signaling (DOTS) Signal Channel Protocol. The service name is used to construct the SRV service names "_dots-signal._udp" and "_dots-signal._tcp" for discovering DOTS servers used to establish DOTS signal channel. - - - 4646 - udp - dots-signal - Distributed Denial-of-Service Open Threat Signaling (DOTS) Signal Channel Protocol. The service name is used to construct the SRV service names "_dots-signal._udp" and "_dots-signal._tcp" for discovering DOTS servers used to establish DOTS signal channel. - - - 4658 - tcp - playsta2-app - PlayStation2 App Port - - - 4658 - udp - playsta2-app - PlayStation2 App Port - - - 4659 - tcp - playsta2-lob - PlayStation2 Lobby Port - - - 4659 - udp - playsta2-lob - PlayStation2 Lobby Port - - - 4660 - tcp - smaclmgr - smaclmgr - - - 4660 - udp - smaclmgr - smaclmgr - - - 4661 - tcp - kar2ouche - Kar2ouche Peer location service - - - 4661 - udp - kar2ouche - Kar2ouche Peer location service - - - 4662 - tcp - oms - OrbitNet Message Service - - - 4662 - udp - oms - OrbitNet Message Service - - - 4663 - tcp - noteit - Note It! Message Service - - - 4663 - udp - noteit - Note It! Message Service - - - 4664 - tcp - ems - Rimage Messaging Server - - - 4664 - udp - ems - Rimage Messaging Server - - - 4665 - tcp - contclientms - Container Client Message Service - - - 4665 - udp - contclientms - Container Client Message Service - - - 4666 - tcp - eportcomm - E-Port Message Service - - - 4666 - udp - eportcomm - E-Port Message Service - - - 4667 - tcp - mmacomm - MMA Comm Services - - - 4667 - udp - mmacomm - MMA Comm Services - - - 4668 - tcp - mmaeds - MMA EDS Service - - - 4668 - udp - mmaeds - MMA EDS Service - - - 4669 - tcp - eportcommdata - E-Port Data Service - - - 4669 - udp - eportcommdata - E-Port Data Service - - - 4670 - tcp - light - Light packets transfer protocol - - - 4670 - udp - light - Light packets transfer protocol - - - 4671 - tcp - acter - Bull RSF action server - - - 4671 - udp - acter - Bull RSF action server - - - 4672 - tcp - rfa - remote file access server - - - 4672 - udp - rfa - remote file access server - - - 4673 - tcp - cxws - CXWS Operations - - - 4673 - udp - cxws - CXWS Operations - - - 4674 - tcp - appiq-mgmt - AppIQ Agent Management - - - 4674 - udp - appiq-mgmt - AppIQ Agent Management - - - 4675 - tcp - dhct-status - BIAP Device Status - - - 4675 - udp - dhct-status - BIAP Device Status - - - 4676 - tcp - dhct-alerts - BIAP Generic Alert - - - 4676 - udp - dhct-alerts - BIAP Generic Alert - - - 4677 - tcp - bcs - Business Continuity Servi - - - 4677 - udp - bcs - Business Continuity Servi - - - 4678 - tcp - traversal - boundary traversal - - - 4678 - udp - traversal - boundary traversal - - - 4679 - tcp - mgesupervision - MGE UPS Supervision - - - 4679 - udp - mgesupervision - MGE UPS Supervision - - - 4680 - tcp - mgemanagement - MGE UPS Management - - - 4680 - udp - mgemanagement - MGE UPS Management - - - 4681 - tcp - parliant - Parliant Telephony System - - - 4681 - udp - parliant - Parliant Telephony System - - - 4682 - tcp - finisar - finisar - - - 4682 - udp - finisar - finisar - - - 4683 - tcp - spike - Spike Clipboard Service - - - 4683 - udp - spike - Spike Clipboard Service - - - 4684 - tcp - rfid-rp1 - RFID Reader Protocol 1.0 - - - 4684 - udp - rfid-rp1 - RFID Reader Protocol 1.0 - - - 4685 - tcp - autopac - Autopac Protocol - - - 4685 - udp - autopac - Autopac Protocol - - - 4686 - tcp - msp-os - Manina Service Protocol - - - 4686 - udp - msp-os - Manina Service Protocol - - - 4687 - tcp - nst - Network Scanner Tool FTP - - - 4687 - udp - nst - Network Scanner Tool FTP - - - 4688 - tcp - mobile-p2p - Mobile P2P Service - - - 4688 - udp - mobile-p2p - Mobile P2P Service - - - 4689 - tcp - altovacentral - Altova DatabaseCentral - - - 4689 - udp - altovacentral - Altova DatabaseCentral - - - 4690 - tcp - prelude - Prelude IDS message proto - - - 4690 - udp - prelude - Prelude IDS message proto - - - 4691 - tcp - mtn - monotone Netsync Protocol - - - 4691 - udp - mtn - monotone Netsync Protocol - - - 4692 - tcp - conspiracy - Conspiracy messaging - - - 4692 - udp - conspiracy - Conspiracy messaging - - - 4700 - tcp - netxms-agent - NetXMS Agent - - - 4700 - udp - netxms-agent - NetXMS Agent - - - 4701 - tcp - netxms-mgmt - NetXMS Management - - - 4701 - udp - netxms-mgmt - NetXMS Management - - - 4702 - tcp - netxms-sync - NetXMS Server Synchronization - - - 4702 - udp - netxms-sync - NetXMS Server Synchronization - - - 4703 - tcp - npqes-test - Network Performance Quality Evaluation System Test Service - - - 4703 - udp - record - Reserved - - - 4704 - tcp - assuria-ins - Assuria Insider - - - 4704 - udp - record - Reserved - - - 4711 - tcp - trinity-dist - Trinity Trust Network Node Communication - - - 4711 - udp - trinity-dist - Trinity Trust Network Node Communication - - - 4711 - sctp - trinity-dist - Trinity Trust Network Node Communication - - - 4725 - tcp - truckstar - TruckStar Service - - - 4725 - udp - truckstar - TruckStar Service - - - 4726 - tcp - record - Reserved - - - 4726 - udp - a26-fap-fgw - A26 (FAP-FGW) - - - 4727 - tcp - fcis - F-Link Client Information Service - - - 4727 - udp - fcis-disc - F-Link Client Information Service Discovery - - - 4728 - tcp - capmux - CA Port Multiplexer - - - 4728 - udp - capmux - CA Port Multiplexer - - - 4729 - tcp - record - Reserved - - - 4729 - udp - gsmtap - GSM Interface Tap - - - 4730 - tcp - gearman - Gearman Job Queue System - - - 4730 - udp - gearman - Gearman Job Queue System - - - 4731 - tcp - remcap - Remote Capture Protocol - - - 4731 - udp - record - Reserved - - - 4732 - tcp - record - Reserved - - - 4732 - udp - ohmtrigger - OHM server trigger - - - 4733 - tcp - resorcs - RES Orchestration Catalog Services - - - 4733 - udp - record - Reserved - - - 4737 - tcp - ipdr-sp - IPDR/SP - - - 4737 - udp - ipdr-sp - IPDR/SP - - - 4738 - tcp - solera-lpn - SoleraTec Locator - - - 4738 - udp - solera-lpn - SoleraTec Locator - - - 4739 - tcp - ipfix - IP Flow Info Export - - - 4739 - udp - ipfix - IP Flow Info Export - - - 4739 - sctp - ipfix - IP Flow Info Export - - - 4740 - tcp - ipfixs - ipfix protocol over TLS - - - 4740 - sctp - ipfixs - ipfix protocol over DTLS - - - 4740 - udp - ipfixs - ipfix protocol over DTLS - - - 4741 - tcp - lumimgrd - Luminizer Manager - - - 4741 - udp - lumimgrd - Luminizer Manager - - - 4742 - tcp - sicct - SICCT - - - 4742 - udp - sicct-sdp - SICCT Service Discovery Protocol - - - 4743 - tcp - openhpid - openhpi HPI service - - - 4743 - udp - openhpid - openhpi HPI service - - - 4744 - tcp - ifsp - Internet File Synchronization Protocol - - - 4744 - udp - ifsp - Internet File Synchronization Protocol - - - 4745 - tcp - fmp - Funambol Mobile Push - - - 4745 - udp - fmp - Funambol Mobile Push - - - 4746 - tcp - record - Reserved - - - 4746 - udp - intelliadm-disc - IntelliAdmin Discovery - - - 4747 - udp - buschtrommel - peer-to-peer file exchange protocol - - - 4747 - tcp - record - Reserved - - - 4749 - tcp - profilemac - Profile for Mac - - - 4749 - udp - profilemac - Profile for Mac - - - 4750 - tcp - ssad - Simple Service Auto Discovery - - - 4750 - udp - ssad - Simple Service Auto Discovery - - - 4751 - tcp - spocp - Simple Policy Control Protocol - - - 4751 - udp - spocp - Simple Policy Control Protocol - - - 4752 - tcp - snap - Simple Network Audio Protocol - - - 4752 - udp - snap - Simple Network Audio Protocol - - - 4753 - tcp - simon - Simple Invocation of Methods Over Network (SIMON) - - - 4753 - udp - simon-disc - Simple Invocation of Methods Over Network (SIMON) Discovery - - - 4754 - tcp - record - Reserved - - - 4754 - udp - gre-in-udp - GRE-in-UDP Encapsulation - - - 4755 - tcp - record - Reserved - - - 4755 - udp - gre-udp-dtls - GRE-in-UDP Encapsulation with DTLS - - - 4756 - tcp - RDCenter - Reticle Decision Center - - - 4756 - udp - record - Reserved - - - 4774 - tcp - converge - Converge RPC - - - 4774 - udp - record - Reserved - - - 4784 - tcp - bfd-multi-ctl - BFD Multihop Control - - - 4784 - udp - bfd-multi-ctl - BFD Multihop Control - - - 4785 - tcp - record - Reserved - - - 4785 - udp - cncp - Cisco Nexus Control Protocol - - - 4786 - tcp - smart-install - Smart Install Service - - - 4786 - udp - record - Reserved - - - 4787 - tcp - sia-ctrl-plane - Service Insertion Architecture (SIA) Control-Plane - - - 4787 - udp - record - Reserved - - - 4788 - tcp - xmcp - eXtensible Messaging Client Protocol - - - 4788 - udp - record - Reserved - - - 4789 - udp - vxlan - Virtual eXtensible Local Area Network (VXLAN) - - - 4789 - tcp - record - Reserved - - - 4790 - udp - vxlan-gpe - Generic Protocol Extension for Virtual eXtensible Local Area Network (VXLAN) - - - 4790 - tcp - record - Reserved - - - 4791 - udp - roce - IP Routable RocE - - - 4791 - tcp - record - Reserved - - - 4792 - tcp - unified-bus - IP Routable Unified Bus - - - 4792 - udp - unified-bus - IP Routable Unified Bus - - - 4800 - tcp - iims - Icona Instant Messenging System - - - 4800 - udp - iims - Icona Instant Messenging System - - - 4801 - tcp - iwec - Icona Web Embedded Chat - - - 4801 - udp - iwec - Icona Web Embedded Chat - - - 4802 - tcp - ilss - Icona License System Server - - - 4802 - udp - ilss - Icona License System Server - - - 4803 - tcp - notateit - Notateit Messaging - - - 4803 - udp - notateit-disc - Notateit Messaging Discovery - - - 4804 - tcp - record - Reserved - - - 4804 - udp - aja-ntv4-disc - AJA ntv4 Video System Discovery - - - 4827 - tcp - htcp - HTCP - - - 4827 - udp - htcp - HTCP - - - 4837 - tcp - varadero-0 - Varadero-0 - - - 4837 - udp - varadero-0 - Varadero-0 - - - 4838 - tcp - varadero-1 - Varadero-1 - - - 4838 - udp - varadero-1 - Varadero-1 - - - 4839 - tcp - varadero-2 - Varadero-2 - - - 4839 - udp - varadero-2 - Varadero-2 - - - 4840 - tcp - opcua-tcp - OPC UA Connection Protocol - - - 4840 - udp - opcua-udp - OPC UA Multicast Datagram Protocol - - - 4841 - tcp - quosa - QUOSA Virtual Library Service - - - 4841 - udp - quosa - QUOSA Virtual Library Service - - - 4842 - tcp - gw-asv - nCode ICE-flow Library AppServer - - - 4842 - udp - gw-asv - nCode ICE-flow Library AppServer - - - 4843 - tcp - opcua-tls - OPC UA TCP Protocol over TLS/SSL - - - 4843 - udp - opcua-tls - OPC UA TCP Protocol over TLS/SSL - - - 4844 - tcp - gw-log - nCode ICE-flow Library LogServer - - - 4844 - udp - gw-log - nCode ICE-flow Library LogServer - - - 4845 - tcp - wcr-remlib - WordCruncher Remote Library Service - - - 4845 - udp - wcr-remlib - WordCruncher Remote Library Service - - - 4846 - tcp - contamac-icm - System.Xml.XmlElement - - - 4846 - tcp - contamac_icm - Contamac ICM Service - - - 4846 - udp - contamac-icm - System.Xml.XmlElement - - - 4846 - udp - contamac_icm - Contamac ICM Service - - - 4847 - tcp - wfc - Web Fresh Communication - - - 4847 - udp - wfc - Web Fresh Communication - - - 4848 - tcp - appserv-http - App Server - Admin HTTP - - - 4848 - udp - appserv-http - App Server - Admin HTTP - - - 4849 - tcp - appserv-https - App Server - Admin HTTPS - - - 4849 - udp - appserv-https - App Server - Admin HTTPS - - - 4850 - tcp - sun-as-nodeagt - Sun App Server - NA - - - 4850 - udp - sun-as-nodeagt - Sun App Server - NA - - - 4851 - tcp - derby-repli - Apache Derby Replication - - - 4851 - udp - derby-repli - Apache Derby Replication - - - 4867 - tcp - unify-debug - Unify Debugger - - - 4867 - udp - unify-debug - Unify Debugger - - - 4868 - tcp - phrelay - Photon Relay - - - 4868 - udp - phrelay - Photon Relay - - - 4869 - tcp - phrelaydbg - Photon Relay Debug - - - 4869 - udp - phrelaydbg - Photon Relay Debug - - - 4870 - tcp - cc-tracking - Citcom Tracking Service - - - 4870 - udp - cc-tracking - Citcom Tracking Service - - - 4871 - tcp - wired - Wired - - - 4871 - udp - wired - Wired - - - 4876 - tcp - tritium-can - Tritium CAN Bus Bridge Service - - - 4876 - udp - tritium-can - Tritium CAN Bus Bridge Service - - - 4877 - tcp - lmcs - Lighting Management Control System - - - 4877 - udp - lmcs - Lighting Management Control System - - - 4878 - tcp - record - Reserved - - - 4878 - udp - inst-discovery - Agilent Instrument Discovery - - - 4879 - tcp - wsdl-event - WSDL Event Receiver - - - 4879 - udp - record - Reserved - - - 4880 - tcp - hislip - IVI High-Speed LAN Instrument Protocol - - - 4880 - udp - record - Reserved - - - 4881 - tcp - record - Reserved - - - 4881 - udp - socp-t - SOCP Time Synchronization Protocol - - - 4882 - tcp - record - Reserved - - - 4882 - udp - socp-c - SOCP Control Protocol - - - 4883 - tcp - wmlserver - Meier-Phelps License Server - - - 4883 - udp - record - Reserved - - - 4884 - tcp - hivestor - HiveStor Distributed File System - - - 4884 - udp - hivestor - HiveStor Distributed File System - - - 4885 - tcp - abbs - ABBS - - - 4885 - udp - abbs - ABBS - - - 4888 - tcp - xcap-portal - xcap code analysis portal public user access - - - 4888 - udp - record - Reserved - - - 4889 - tcp - xcap-control - xcap code analysis portal cluster control and administration - - - 4889 - udp - record - Reserved - - - 4894 - tcp - lyskom - LysKOM Protocol A - - - 4894 - udp - lyskom - LysKOM Protocol A - - - 4899 - tcp - radmin-port - RAdmin Port - - - 4899 - udp - radmin-port - RAdmin Port - - - 4900 - tcp - hfcs - HFSQL Client/Server Database Engine - - - 4900 - udp - hfcs - HFSQL Client/Server Database Engine - - - 4901 - tcp - flr-agent - System.Xml.XmlElement - - - 4901 - tcp - flr_agent - FileLocator Remote Search Agent - - - 4901 - udp - record - Reserved - - - 4902 - tcp - magiccontrol - magicCONROL RF and Data Interface - - - 4902 - udp - record - Reserved - - - 4912 - tcp - lutap - Technicolor LUT Access Protocol - - - 4912 - udp - record - Reserved - - - 4913 - tcp - lutcp - LUTher Control Protocol - - - 4914 - tcp - bones - Bones Remote Control - - - 4914 - udp - bones - Bones Remote Control - - - 4915 - tcp - frcs - Fibics Remote Control Service - - - 4915 - udp - record - Reserved - - - 4936 - udp - an-signaling - Signal protocol port for autonomic networking - - - 4936 - tcp - record - Reserved - - - 4937 - tcp - record - Reserved - - - 4937 - udp - atsc-mh-ssc - ATSC-M/H Service Signaling Channel - - - 4940 - tcp - eq-office-4940 - Equitrac Office - - - 4940 - udp - eq-office-4940 - Equitrac Office - - - 4941 - tcp - eq-office-4941 - Equitrac Office - - - 4941 - udp - eq-office-4941 - Equitrac Office - - - 4942 - tcp - eq-office-4942 - Equitrac Office - - - 4942 - udp - eq-office-4942 - Equitrac Office - - - 4949 - tcp - munin - Munin Graphing Framework - - - 4949 - udp - munin - Munin Graphing Framework - - - 4950 - tcp - sybasesrvmon - Sybase Server Monitor - - - 4950 - udp - sybasesrvmon - Sybase Server Monitor - - - 4951 - tcp - pwgwims - PWG WIMS - - - 4951 - udp - pwgwims - PWG WIMS - - - 4952 - tcp - sagxtsds - SAG Directory Server - - - 4952 - udp - sagxtsds - SAG Directory Server - - - 4953 - tcp - dbsyncarbiter - Synchronization Arbiter - - - 4953 - udp - record - Reserved - - - 4969 - tcp - ccss-qmm - CCSS QMessageMonitor - - - 4969 - udp - ccss-qmm - CCSS QMessageMonitor - - - 4970 - tcp - ccss-qsm - CCSS QSystemMonitor - - - 4970 - udp - ccss-qsm - CCSS QSystemMonitor - - - 4971 - tcp - burp - BackUp and Restore Program - - - 4971 - udp - record - Reserved - - - 4980 - udp - ctxs-vpp - Citrix Virtual Path - - - 4980 - tcp - record - Reserved - - - 4984 - tcp - webyast - WebYast - - - 4984 - udp - record - Reserved - - - 4985 - tcp - gerhcs - GER HC Standard - - - 4985 - udp - record - Reserved - - - 4986 - tcp - mrip - Model Railway Interface Program - - - 4986 - udp - mrip - Model Railway Interface Program - - - 4987 - tcp - smar-se-port1 - SMAR Ethernet Port 1 - - - 4987 - udp - smar-se-port1 - SMAR Ethernet Port 1 - - - 4988 - tcp - smar-se-port2 - SMAR Ethernet Port 2 - - - 4988 - udp - smar-se-port2 - SMAR Ethernet Port 2 - - - 4989 - tcp - parallel - Parallel for GAUSS (tm) - - - 4989 - udp - parallel - Parallel for GAUSS (tm) - - - 4990 - tcp - busycal - BusySync Calendar Synch. Protocol - - - 4990 - udp - busycal - BusySync Calendar Synch. Protocol - - - 4991 - tcp - vrt - VITA Radio Transport - - - 4991 - udp - vrt - VITA Radio Transport - - - 4999 - tcp - hfcs-manager - HFSQL Client/Server Database Engine Manager - - - 4999 - udp - hfcs-manager - HFSQL Client/Server Database Engine Manager - - - 5000 - tcp - commplex-main - - - - - 5000 - udp - commplex-main - - - - - 5001 - tcp - commplex-link - - - - - 5001 - udp - commplex-link - - - - - 5002 - tcp - rfe - radio free ethernet - - - 5002 - udp - rfe - radio free ethernet - - - 5003 - tcp - fmpro-internal - FileMaker, Inc. - Proprietary transport - - - 5003 - udp - fmpro-internal - FileMaker, Inc. - Proprietary name binding - - - 5004 - tcp - avt-profile-1 - RTP media data - - - 5004 - udp - avt-profile-1 - RTP media data - - - 5004 - dccp - avt-profile-1 - RTP media data - - - 5005 - tcp - avt-profile-2 - RTP control protocol - - - 5005 - udp - avt-profile-2 - RTP control protocol - - - 5005 - dccp - avt-profile-2 - RTP control protocol - - - 5006 - tcp - wsm-server - wsm server - - - 5006 - udp - wsm-server - wsm server - - - 5007 - tcp - wsm-server-ssl - wsm server ssl - - - 5007 - udp - wsm-server-ssl - wsm server ssl - - - 5008 - tcp - synapsis-edge - Synapsis EDGE - - - 5008 - udp - synapsis-edge - Synapsis EDGE - - - 5009 - tcp - winfs - Microsoft Windows Filesystem - - - 5009 - udp - winfs - Microsoft Windows Filesystem - - - 5010 - tcp - telelpathstart - TelepathStart - - - 5010 - udp - telelpathstart - TelepathStart - - - 5011 - tcp - telelpathattack - TelepathAttack - - - 5011 - udp - telelpathattack - TelepathAttack - - - 5012 - tcp - nsp - NetOnTap Service - - - 5012 - udp - nsp - NetOnTap Service - - - 5013 - tcp - fmpro-v6 - FileMaker, Inc. - Proprietary transport - - - 5013 - udp - fmpro-v6 - FileMaker, Inc. - Proprietary transport - - - 5014 - tcp - record - Reserved - - - 5014 - udp - onpsocket - Overlay Network Protocol - - - 5015 - tcp - fmwp - FileMaker, Inc. - Web publishing - - - 5015 - udp - record - Reserved - - - 5020 - tcp - zenginkyo-1 - zenginkyo-1 - - - 5020 - udp - zenginkyo-1 - zenginkyo-1 - - - 5021 - tcp - zenginkyo-2 - zenginkyo-2 - - - 5021 - udp - zenginkyo-2 - zenginkyo-2 - - - 5022 - tcp - mice - mice server - - - 5022 - udp - mice - mice server - - - 5023 - tcp - htuilsrv - Htuil Server for PLD2 - - - 5023 - udp - htuilsrv - Htuil Server for PLD2 - - - 5024 - tcp - scpi-telnet - SCPI-TELNET - - - 5024 - udp - scpi-telnet - SCPI-TELNET - - - 5025 - tcp - scpi-raw - SCPI-RAW - - - 5025 - udp - scpi-raw - SCPI-RAW - - - 5026 - tcp - strexec-d - Storix I/O daemon (data) - - - 5026 - udp - strexec-d - Storix I/O daemon (data) - - - 5027 - tcp - strexec-s - Storix I/O daemon (stat) - - - 5027 - udp - strexec-s - Storix I/O daemon (stat) - - - 5028 - tcp - qvr - Quiqum Virtual Relais - - - 5028 - udp - record - Reserved - - - 5029 - tcp - infobright - Infobright Database Server - - - 5029 - udp - infobright - Infobright Database Server - - - 5030 - tcp - record - Reserved - - - 5030 - udp - record - Reserved - - - 5031 - tcp - record - Reserved - - - 5031 - udp - dmp - Direct Message Protocol - - - 5032 - tcp - signacert-agent - SignaCert Enterprise Trust Server Agent - - - 5032 - udp - record - Reserved - - - 5033 - tcp - jtnetd-server - Janstor Secure Data - - - 5033 - udp - record - Reserved - - - 5034 - tcp - jtnetd-status - Janstor Status - - - 5034 - udp - record - Reserved - - - 5042 - tcp - asnaacceler8db - asnaacceler8db - - - 5042 - udp - asnaacceler8db - asnaacceler8db - - - 5043 - tcp - swxadmin - ShopWorX Administration - - - 5043 - udp - swxadmin - ShopWorX Administration - - - 5044 - tcp - lxi-evntsvc - LXI Event Service - - - 5044 - udp - lxi-evntsvc - LXI Event Service - - - 5045 - tcp - osp - Open Settlement Protocol - - - 5045 - udp - record - Reserved - - - 5046 - tcp - record - Reserved - - - 5046 - udp - vpm-udp - Vishay PM UDP Service - - - 5047 - tcp - record - Reserved - - - 5047 - udp - iscape - iSCAPE Data Broadcasting - - - 5048 - tcp - texai - Texai Message Service - - - 5048 - udp - record - Reserved - - - 5049 - tcp - ivocalize - iVocalize Web Conference - - - 5049 - udp - ivocalize - iVocalize Web Conference - - - 5050 - tcp - mmcc - multimedia conference control tool - - - 5050 - udp - mmcc - multimedia conference control tool - - - 5051 - tcp - ita-agent - ITA Agent - - - 5051 - udp - ita-agent - ITA Agent - - - 5052 - tcp - ita-manager - ITA Manager - - - 5052 - udp - ita-manager - ITA Manager - - - 5053 - tcp - rlm - RLM License Server - - - 5053 - udp - rlm-disc - RLM Discovery Server - - - 5054 - tcp - rlm-admin - RLM administrative interface - - - 5054 - udp - record - Reserved - - - 5055 - tcp - unot - UNOT - - - 5055 - udp - unot - UNOT - - - 5056 - tcp - intecom-ps1 - Intecom Pointspan 1 - - - 5056 - udp - intecom-ps1 - Intecom Pointspan 1 - - - 5057 - tcp - intecom-ps2 - Intecom Pointspan 2 - - - 5057 - udp - intecom-ps2 - Intecom Pointspan 2 - - - 5058 - tcp - record - Reserved - - - 5058 - udp - locus-disc - Locus Discovery - - - 5059 - tcp - sds - SIP Directory Services - - - 5059 - udp - sds - SIP Directory Services - - - 5060 - tcp - sip - SIP - - - 5060 - udp - sip - SIP - - - 5060 - sctp - sip - SIP - - - 5061 - tcp - sips - SIP-TLS - - - 5061 - udp - sips - SIP-TLS - - - 5061 - sctp - sips - SIP-TLS - - - 5062 - tcp - na-localise - Localisation access - - - 5062 - udp - na-localise - Localisation access - - - 5063 - tcp - csrpc - centrify secure RPC - - - 5063 - udp - record - Reserved - - - 5064 - tcp - ca-1 - Channel Access 1 - - - 5064 - udp - ca-1 - Channel Access 1 - - - 5065 - tcp - ca-2 - Channel Access 2 - - - 5065 - udp - ca-2 - Channel Access 2 - - - 5066 - tcp - stanag-5066 - STANAG-5066-SUBNET-INTF - - - 5066 - udp - stanag-5066 - STANAG-5066-SUBNET-INTF - - - 5067 - tcp - authentx - Authentx Service - - - 5067 - udp - authentx - Authentx Service - - - 5068 - tcp - bitforestsrv - Bitforest Data Service - - - 5068 - udp - record - Reserved - - - 5069 - tcp - i-net-2000-npr - I/Net 2000-NPR - - - 5069 - udp - i-net-2000-npr - I/Net 2000-NPR - - - 5070 - tcp - vtsas - VersaTrans Server Agent Service - - - 5070 - udp - vtsas - VersaTrans Server Agent Service - - - 5071 - tcp - powerschool - PowerSchool - - - 5071 - udp - powerschool - PowerSchool - - - 5072 - tcp - ayiya - Anything In Anything - - - 5072 - udp - ayiya - Anything In Anything - - - 5073 - tcp - tag-pm - Advantage Group Port Mgr - - - 5073 - udp - tag-pm - Advantage Group Port Mgr - - - 5074 - tcp - alesquery - ALES Query - - - 5074 - udp - alesquery - ALES Query - - - 5075 - tcp - pvaccess - Experimental Physics and Industrial Control System - - - 5075 - udp - record - Reserved - - - 5078 - udp - pixelpusher - PixelPusher pixel data - - - 5078 - tcp - record - Reserved - - - 5079 - tcp - record - Reserved - - - 5079 - udp - cp-spxrpts - Cambridge Pixel SPx Reports - - - 5080 - tcp - onscreen - OnScreen Data Collection Service - - - 5080 - udp - onscreen - OnScreen Data Collection Service - - - 5081 - tcp - sdl-ets - SDL - Ent Trans Server - - - 5081 - udp - sdl-ets - SDL - Ent Trans Server - - - 5082 - tcp - qcp - Qpur Communication Protocol - - - 5082 - udp - qcp - Qpur Communication Protocol - - - 5083 - tcp - qfp - Qpur File Protocol - - - 5083 - udp - qfp - Qpur File Protocol - - - 5084 - tcp - llrp - EPCglobal Low-Level Reader Protocol - - - 5084 - udp - llrp - EPCglobal Low-Level Reader Protocol - - - 5085 - tcp - encrypted-llrp - EPCglobal Encrypted LLRP - - - 5085 - udp - encrypted-llrp - EPCglobal Encrypted LLRP - - - 5086 - tcp - aprigo-cs - Aprigo Collection Service - - - 5086 - udp - record - Reserved - - - 5087 - tcp - biotic - BIOTIC - Binary Internet of Things Interoperable Communication - - - 5087 - udp - record - Reserved - - - 5090 - sctp - car - Candidate AR - - - 5091 - sctp - cxtp - Context Transfer Protocol - - - 5092 - tcp - record - Reserved - - - 5092 - udp - magpie - Magpie Binary - - - 5093 - tcp - sentinel-lm - Sentinel LM - - - 5093 - udp - sentinel-lm - Sentinel LM - - - 5094 - tcp - hart-ip - HART-IP - - - 5094 - udp - hart-ip - HART-IP - - - 5099 - tcp - sentlm-srv2srv - SentLM Srv2Srv - - - 5099 - udp - sentlm-srv2srv - SentLM Srv2Srv - - - 5100 - tcp - socalia - Socalia service mux - - - 5100 - udp - socalia - Socalia service mux - - - 5101 - tcp - talarian-tcp - Talarian_TCP - - - 5101 - udp - talarian-udp - Talarian_UDP - - - 5102 - tcp - oms-nonsecure - Oracle OMS non-secure - - - 5102 - udp - oms-nonsecure - Oracle OMS non-secure - - - 5103 - tcp - actifio-c2c - Actifio C2C - - - 5103 - udp - record - Reserved - - - 5104 - tcp - record - Reserved - - - 5104 - udp - tinymessage - TinyMessage - - - 5105 - tcp - record - Reserved - - - 5105 - udp - hughes-ap - Hughes Association Protocol - - - 5106 - tcp - actifioudsagent - Actifio UDS Agent - - - 5106 - udp - record - Reserved - - - 5107 - tcp - actifioreplic - Disk to Disk replication between Actifio Clusters - - - 5107 - udp - record - Reserved - - - 5111 - tcp - taep-as-svc - TAEP AS service - - - 5111 - udp - taep-as-svc - TAEP AS service - - - 5112 - tcp - pm-cmdsvr - PeerMe Msg Cmd Service - - - 5112 - udp - pm-cmdsvr - PeerMe Msg Cmd Service - - - 5114 - tcp - ev-services - Enterprise Vault Services - - - 5114 - udp - record - Reserved - - - 5115 - tcp - autobuild - Symantec Autobuild Service - - - 5115 - udp - record - Reserved - - - 5116 - tcp - record - Reserved - - - 5116 - udp - emb-proj-cmd - EPSON Projecter Image Transfer - - - 5117 - tcp - gradecam - GradeCam Image Processing - - - 5117 - udp - record - Reserved - - - 5120 - tcp - barracuda-bbs - Barracuda Backup Protocol - - - 5120 - udp - barracuda-bbs - Barracuda Backup Protocol - - - 5133 - tcp - nbt-pc - Policy Commander - - - 5133 - udp - nbt-pc - Policy Commander - - - 5134 - tcp - ppactivation - PP ActivationServer - - - 5134 - udp - record - Reserved - - - 5135 - tcp - erp-scale - ERP-Scale - - - 5135 - udp - record - Reserved - - - 5136 - tcp - record - Reserved - - - 5136 - udp - minotaur-sa - Minotaur SA - - - 5137 - tcp - ctsd - MyCTS server port - - - 5137 - udp - ctsd - MyCTS server port - - - 5145 - tcp - rmonitor-secure - System.Xml.XmlElement - - - 5145 - tcp - rmonitor_secure - RMONITOR SECURE - - - 5145 - udp - rmonitor-secure - System.Xml.XmlElement - - - 5145 - udp - rmonitor_secure - RMONITOR SECURE - - - 5146 - tcp - social-alarm - Social Alarm Service - - - 5146 - udp - record - Reserved - - - 5150 - tcp - atmp - Ascend Tunnel Management Protocol - - - 5150 - udp - atmp - Ascend Tunnel Management Protocol - - - 5151 - tcp - esri-sde - System.Xml.XmlElement - - - 5151 - tcp - esri_sde - ESRI SDE Instance - - - 5151 - udp - esri-sde - System.Xml.XmlElement - - - 5151 - udp - esri_sde - ESRI SDE Remote Start - - - 5152 - tcp - sde-discovery - ESRI SDE Instance Discovery - - - 5152 - udp - sde-discovery - ESRI SDE Instance Discovery - - - 5153 - tcp - record - Reserved - - - 5153 - udp - record - Reserved - - - 5154 - tcp - bzflag - BZFlag game server - - - 5154 - udp - bzflag - BZFlag game server - - - 5155 - tcp - asctrl-agent - Oracle asControl Agent - - - 5155 - udp - asctrl-agent - Oracle asControl Agent - - - 5156 - tcp - rugameonline - Russian Online Game - - - 5156 - udp - record - Reserved - - - 5157 - tcp - mediat - Mediat Remote Object Exchange - - - 5157 - udp - record - Reserved - - - 5161 - tcp - snmpssh - SNMP over SSH Transport Model - - - 5161 - udp - record - Reserved - - - 5162 - tcp - snmpssh-trap - SNMP Notification over SSH Transport Model - - - 5162 - udp - record - Reserved - - - 5163 - tcp - sbackup - Shadow Backup - - - 5163 - udp - record - Reserved - - - 5164 - tcp - vpa - Virtual Protocol Adapter - - - 5164 - udp - vpa-disc - Virtual Protocol Adapter Discovery - - - 5165 - tcp - ife-icorp - System.Xml.XmlElement - - - 5165 - tcp - ife_icorp - ife_1corp - - - 5165 - udp - ife-icorp - System.Xml.XmlElement - - - 5165 - udp - ife_icorp - ife_1corp - - - 5166 - tcp - winpcs - WinPCS Service Connection - - - 5166 - udp - winpcs - WinPCS Service Connection - - - 5167 - tcp - scte104 - SCTE104 Connection - - - 5167 - udp - scte104 - SCTE104 Connection - - - 5168 - tcp - scte30 - SCTE30 Connection - - - 5168 - udp - scte30 - SCTE30 Connection - - - 5172 - tcp - pcoip-mgmt - PC over IP Endpoint Management - - - 5172 - udp - record - Reserved - - - 5190 - tcp - aol - America-Online - - - 5190 - udp - aol - America-Online - - - 5191 - tcp - aol-1 - AmericaOnline1 - - - 5191 - udp - aol-1 - AmericaOnline1 - - - 5192 - tcp - aol-2 - AmericaOnline2 - - - 5192 - udp - aol-2 - AmericaOnline2 - - - 5193 - tcp - aol-3 - AmericaOnline3 - - - 5193 - udp - aol-3 - AmericaOnline3 - - - 5194 - tcp - cpscomm - CipherPoint Config Service - - - 5194 - udp - record - Reserved - - - 5195 - tcp - ampl-lic - The protocol is used by a license server and client programs to control use of program licenses that float to networked machines - - - 5195 - udp - record - Reserved - - - 5196 - tcp - ampl-tableproxy - The protocol is used by two programs that exchange "table" data used in the AMPL modeling language - - - 5196 - udp - record - Reserved - - - 5197 - tcp - tunstall-lwp - Tunstall Lone worker device interface - - - 5197 - udp - record - Reserved - - - 5200 - tcp - targus-getdata - TARGUS GetData - - - 5200 - udp - targus-getdata - TARGUS GetData - - - 5201 - tcp - targus-getdata1 - TARGUS GetData 1 - - - 5201 - udp - targus-getdata1 - TARGUS GetData 1 - - - 5202 - tcp - targus-getdata2 - TARGUS GetData 2 - - - 5202 - udp - targus-getdata2 - TARGUS GetData 2 - - - 5203 - tcp - targus-getdata3 - TARGUS GetData 3 - - - 5203 - udp - targus-getdata3 - TARGUS GetData 3 - - - 5209 - tcp - nomad - Nomad Device Video Transfer - - - 5209 - udp - record - Reserved - - - 5215 - tcp - noteza - NOTEZA Data Safety Service - - - 5215 - udp - record - Reserved - - - 5215 - sctp - noteza - NOTEZA Data Safety Service - - - 5221 - tcp - 3exmp - 3eTI Extensible Management Protocol for OAMP - - - 5221 - udp - record - Reserved - - - 5222 - tcp - xmpp-client - XMPP Client Connection - - - 5222 - udp - record - Reserved - - - 5223 - tcp - hpvirtgrp - HP Virtual Machine Group Management - - - 5223 - udp - hpvirtgrp - HP Virtual Machine Group Management - - - 5224 - tcp - hpvirtctrl - HP Virtual Machine Console Operations - - - 5224 - udp - hpvirtctrl - HP Virtual Machine Console Operations - - - 5225 - tcp - hp-server - HP Server - - - 5225 - udp - hp-server - HP Server - - - 5226 - tcp - hp-status - HP Status - - - 5226 - udp - hp-status - HP Status - - - 5227 - tcp - perfd - HP System Performance Metric Service - - - 5227 - udp - perfd - HP System Performance Metric Service - - - 5228 - tcp - hpvroom - HP Virtual Room Service - - - 5228 - udp - record - Reserved - - - 5229 - tcp - jaxflow - Netflow/IPFIX/sFlow Collector and Forwarder Management - - - 5229 - udp - record - Reserved - - - 5230 - tcp - jaxflow-data - JaxMP RealFlow application and protocol data - - - 5230 - udp - record - Reserved - - - 5231 - tcp - crusecontrol - Remote Control of Scan Software for Cruse Scanners - - - 5231 - udp - record - Reserved - - - 5232 - tcp - csedaemon - Cruse Scanning System Service - - - 5232 - udp - record - Reserved - - - 5233 - tcp - enfs - Etinnae Network File Service - - - 5233 - udp - record - Reserved - - - 5234 - tcp - eenet - EEnet communications - - - 5234 - udp - eenet - EEnet communications - - - 5235 - tcp - galaxy-network - Galaxy Network Service - - - 5235 - udp - galaxy-network - Galaxy Network Service - - - 5236 - tcp - padl2sim - - - - - 5236 - udp - padl2sim - - - - - 5237 - tcp - mnet-discovery - m-net discovery - - - 5237 - udp - mnet-discovery - m-net discovery - - - 5242 - tcp - attune - ATTUne API - - - 5242 - udp - record - Reserved - - - 5243 - tcp - xycstatus - xyClient Status API and rendevous point - - - 5243 - udp - record - Reserved - - - 5245 - tcp - downtools - DownTools Control Protocol - - - 5245 - udp - downtools-disc - DownTools Discovery Protocol - - - 5246 - tcp - record - Reserved - - - 5246 - udp - capwap-control - CAPWAP Control Protocol - - - 5247 - tcp - record - Reserved - - - 5247 - udp - capwap-data - CAPWAP Data Protocol - - - 5248 - tcp - caacws - CA Access Control Web Service - - - 5248 - udp - caacws - CA Access Control Web Service - - - 5249 - tcp - caaclang2 - CA AC Lang Service - - - 5249 - udp - caaclang2 - CA AC Lang Service - - - 5250 - tcp - soagateway - soaGateway - - - 5250 - udp - soagateway - soaGateway - - - 5251 - tcp - caevms - CA eTrust VM Service - - - 5251 - udp - caevms - CA eTrust VM Service - - - 5252 - tcp - movaz-ssc - Movaz SSC - - - 5252 - udp - movaz-ssc - Movaz SSC - - - 5253 - tcp - kpdp - Kohler Power Device Protocol - - - 5253 - udp - record - Reserved - - - 5254 - tcp - logcabin - LogCabin storage service - - - 5254 - udp - record - Reserved - - - 5264 - tcp - 3com-njack-1 - 3Com Network Jack Port 1 - - - 5264 - udp - 3com-njack-1 - 3Com Network Jack Port 1 - - - 5265 - tcp - 3com-njack-2 - 3Com Network Jack Port 2 - - - 5265 - udp - 3com-njack-2 - 3Com Network Jack Port 2 - - - 5269 - tcp - xmpp-server - XMPP Server Connection - - - 5269 - udp - record - Reserved - - - 5270 - tcp - cartographerxmp - Cartographer XMP - - - 5270 - udp - cartographerxmp - Cartographer XMP - - - 5271 - tcp - cuelink - StageSoft CueLink messaging - - - 5271 - udp - cuelink-disc - StageSoft CueLink discovery - - - 5272 - tcp - pk - PK - - - 5272 - udp - pk - PK - - - 5280 - tcp - xmpp-bosh - Bidirectional-streams Over Synchronous HTTP (BOSH) - - - 5280 - udp - record - Reserved - - - 5281 - tcp - undo-lm - Undo License Manager - - - 5281 - udp - record - Reserved - - - 5282 - tcp - transmit-port - Marimba Transmitter Port - - - 5282 - udp - transmit-port - Marimba Transmitter Port - - - 5298 - tcp - presence - XMPP Link-Local Messaging - - - 5298 - udp - presence - XMPP Link-Local Messaging - - - 5299 - tcp - nlg-data - NLG Data Service - - - 5299 - udp - nlg-data - NLG Data Service - - - 5300 - tcp - hacl-hb - HA cluster heartbeat - - - 5300 - udp - hacl-hb - HA cluster heartbeat - - - 5301 - tcp - hacl-gs - HA cluster general services - - - 5301 - udp - hacl-gs - HA cluster general services - - - 5302 - tcp - hacl-cfg - HA cluster configuration - - - 5302 - udp - hacl-cfg - HA cluster configuration - - - 5303 - tcp - hacl-probe - HA cluster probing - - - 5303 - udp - hacl-probe - HA cluster probing - - - 5304 - tcp - hacl-local - HA Cluster Commands - - - 5304 - udp - hacl-local - HA Cluster Commands - - - 5305 - tcp - hacl-test - HA Cluster Test - - - 5305 - udp - hacl-test - HA Cluster Test - - - 5306 - tcp - sun-mc-grp - Sun MC Group - - - 5306 - udp - sun-mc-grp - Sun MC Group - - - 5307 - tcp - sco-aip - SCO AIP - - - 5307 - udp - sco-aip - SCO AIP - - - 5308 - tcp - cfengine - CFengine - - - 5308 - udp - cfengine - CFengine - - - 5309 - tcp - jprinter - J Printer - - - 5309 - udp - jprinter - J Printer - - - 5310 - tcp - outlaws - Outlaws - - - 5310 - udp - outlaws - Outlaws - - - 5312 - tcp - permabit-cs - Permabit Client-Server - - - 5312 - udp - permabit-cs - Permabit Client-Server - - - 5313 - tcp - rrdp - Real-time & Reliable Data - - - 5313 - udp - rrdp - Real-time & Reliable Data - - - 5314 - tcp - opalis-rbt-ipc - opalis-rbt-ipc - - - 5314 - udp - opalis-rbt-ipc - opalis-rbt-ipc - - - 5315 - tcp - hacl-poll - HA Cluster UDP Polling - - - 5315 - udp - hacl-poll - HA Cluster UDP Polling - - - 5316 - tcp - hpbladems - HPBladeSystem Monitor Service - - - 5316 - udp - record - Unassigned - - - 5317 - tcp - hpdevms - HP Device Monitor Service - - - 5317 - udp - record - Reserved - - - 5318 - tcp - pkix-cmc - PKIX Certificate Management using CMS (CMC) - - - 5318 - udp - record - Reserved - - - 5320 - tcp - bsfserver-zn - Webservices-based Zn interface of BSF - - - 5320 - udp - record - Reserved - - - 5321 - tcp - bsfsvr-zn-ssl - Webservices-based Zn interface of BSF over SSL - - - 5321 - udp - record - Reserved - - - 5343 - tcp - kfserver - Sculptor Database Server - - - 5343 - udp - kfserver - Sculptor Database Server - - - 5344 - tcp - xkotodrcp - xkoto DRCP - - - 5344 - udp - xkotodrcp - xkoto DRCP - - - 5349 - tcp - stuns - Session Traversal Utilities for NAT (STUN) port - - - 5349 - udp - stuns - STUN over DTLS - - - 5349 - tcp - turns - TURN over TLS - - - 5349 - udp - turns - TURN over DTLS - - - 5349 - tcp - stun-behaviors - STUN Behavior Discovery over TLS - - - 5349 - udp - stun-behaviors - Reserved for a future enhancement of STUN-BEHAVIOR - - - 5350 - tcp - record - Reserved - - - 5350 - udp - pcp-multicast - Port Control Protocol Multicast - - - 5351 - tcp - record - Reserved - - - 5351 - udp - pcp - Port Control Protocol - - - 5352 - tcp - dns-llq - DNS Long-Lived Queries - - - 5352 - udp - dns-llq - DNS Long-Lived Queries - - - 5353 - tcp - mdns - Multicast DNS - - - 5353 - udp - mdns - Multicast DNS - - - 5354 - tcp - mdnsresponder - Multicast DNS Responder IPC - - - 5354 - udp - mdnsresponder - Multicast DNS Responder IPC - - - 5355 - tcp - llmnr - LLMNR - - - 5355 - udp - llmnr - LLMNR - - - 5356 - tcp - ms-smlbiz - Microsoft Small Business - - - 5356 - udp - ms-smlbiz - Microsoft Small Business - - - 5357 - tcp - wsdapi - Web Services for Devices - - - 5357 - udp - wsdapi - Web Services for Devices - - - 5358 - tcp - wsdapi-s - WS for Devices Secured - - - 5358 - udp - wsdapi-s - WS for Devices Secured - - - 5359 - tcp - ms-alerter - Microsoft Alerter - - - 5359 - udp - ms-alerter - Microsoft Alerter - - - 5360 - tcp - ms-sideshow - Protocol for Windows SideShow - - - 5360 - udp - ms-sideshow - Protocol for Windows SideShow - - - 5361 - tcp - ms-s-sideshow - Secure Protocol for Windows SideShow - - - 5361 - udp - ms-s-sideshow - Secure Protocol for Windows SideShow - - - 5362 - tcp - serverwsd2 - Microsoft Windows Server WSD2 Service - - - 5362 - udp - serverwsd2 - Microsoft Windows Server WSD2 Service - - - 5363 - tcp - net-projection - Windows Network Projection - - - 5363 - udp - net-projection - Windows Network Projection - - - 5364 - udp - kdnet - Microsoft Kernel Debugger - - - 5364 - tcp - record - Reserved - - - 5397 - tcp - stresstester - StressTester(tm) Injector - - - 5397 - udp - stresstester - StressTester(tm) Injector - - - 5398 - tcp - elektron-admin - Elektron Administration - - - 5398 - udp - elektron-admin - Elektron Administration - - - 5399 - tcp - securitychase - SecurityChase - - - 5399 - udp - securitychase - SecurityChase - - - 5400 - tcp - excerpt - Excerpt Search - - - 5400 - udp - excerpt - Excerpt Search - - - 5401 - tcp - excerpts - Excerpt Search Secure - - - 5401 - udp - excerpts - Excerpt Search Secure - - - 5402 - tcp - mftp - OmniCast MFTP - - - 5402 - udp - mftp - OmniCast MFTP - - - 5403 - tcp - hpoms-ci-lstn - HPOMS-CI-LSTN - - - 5403 - udp - hpoms-ci-lstn - HPOMS-CI-LSTN - - - 5404 - tcp - hpoms-dps-lstn - HPOMS-DPS-LSTN - - - 5404 - udp - hpoms-dps-lstn - HPOMS-DPS-LSTN - - - 5405 - tcp - netsupport - NetSupport - - - 5405 - udp - netsupport - NetSupport - - - 5406 - tcp - systemics-sox - Systemics Sox - - - 5406 - udp - systemics-sox - Systemics Sox - - - 5407 - tcp - foresyte-clear - Foresyte-Clear - - - 5407 - udp - foresyte-clear - Foresyte-Clear - - - 5408 - tcp - foresyte-sec - Foresyte-Sec - - - 5408 - udp - foresyte-sec - Foresyte-Sec - - - 5409 - tcp - salient-dtasrv - Salient Data Server - - - 5409 - udp - salient-dtasrv - Salient Data Server - - - 5410 - tcp - salient-usrmgr - Salient User Manager - - - 5410 - udp - salient-usrmgr - Salient User Manager - - - 5411 - tcp - actnet - ActNet - - - 5411 - udp - actnet - ActNet - - - 5412 - tcp - continuus - Continuus - - - 5412 - udp - continuus - Continuus - - - 5413 - tcp - wwiotalk - WWIOTALK - - - 5413 - udp - wwiotalk - WWIOTALK - - - 5414 - tcp - statusd - StatusD - - - 5414 - udp - statusd - StatusD - - - 5415 - tcp - ns-server - NS Server - - - 5415 - udp - ns-server - NS Server - - - 5416 - tcp - sns-gateway - SNS Gateway - - - 5416 - udp - sns-gateway - SNS Gateway - - - 5417 - tcp - sns-agent - SNS Agent - - - 5417 - udp - sns-agent - SNS Agent - - - 5418 - tcp - mcntp - MCNTP - - - 5418 - udp - mcntp - MCNTP - - - 5419 - tcp - dj-ice - DJ-ICE - - - 5419 - udp - dj-ice - DJ-ICE - - - 5420 - tcp - cylink-c - Cylink-C - - - 5420 - udp - cylink-c - Cylink-C - - - 5421 - tcp - netsupport2 - Net Support 2 - - - 5421 - udp - netsupport2 - Net Support 2 - - - 5422 - tcp - salient-mux - Salient MUX - - - 5422 - udp - salient-mux - Salient MUX - - - 5423 - tcp - virtualuser - VIRTUALUSER - - - 5423 - udp - virtualuser - VIRTUALUSER - - - 5424 - tcp - beyond-remote - Beyond Remote - - - 5424 - udp - beyond-remote - Beyond Remote - - - 5425 - tcp - br-channel - Beyond Remote Command Channel - - - 5425 - udp - br-channel - Beyond Remote Command Channel - - - 5426 - tcp - devbasic - DEVBASIC - - - 5426 - udp - devbasic - DEVBASIC - - - 5427 - tcp - sco-peer-tta - SCO-PEER-TTA - - - 5427 - udp - sco-peer-tta - SCO-PEER-TTA - - - 5428 - tcp - telaconsole - TELACONSOLE - - - 5428 - udp - telaconsole - TELACONSOLE - - - 5429 - tcp - base - Billing and Accounting System Exchange - - - 5429 - udp - base - Billing and Accounting System Exchange - - - 5430 - tcp - radec-corp - RADEC CORP - - - 5430 - udp - radec-corp - RADEC CORP - - - 5431 - tcp - park-agent - PARK AGENT - - - 5431 - udp - park-agent - PARK AGENT - - - 5432 - tcp - postgresql - PostgreSQL Database - - - 5432 - udp - postgresql - PostgreSQL Database - - - 5433 - tcp - pyrrho - Pyrrho DBMS - - - 5433 - udp - pyrrho - Pyrrho DBMS - - - 5434 - tcp - sgi-arrayd - SGI Array Services Daemon - - - 5434 - udp - sgi-arrayd - SGI Array Services Daemon - - - 5435 - tcp - sceanics - SCEANICS situation and action notification - - - 5435 - udp - sceanics - SCEANICS situation and action notification - - - 5436 - tcp - record - Reserved - - - 5436 - udp - pmip6-cntl - pmip6-cntl - - - 5437 - tcp - record - Reserved - - - 5437 - udp - pmip6-data - pmip6-data - - - 5443 - tcp - spss - Pearson HTTPS - - - 5443 - udp - spss - Pearson HTTPS - - - 5445 - tcp - smbdirect - Server Message Block over Remote Direct Memory Access - - - 5445 - udp - record - Reserved - - - 5445 - sctp - smbdirect - Server Message Block over Remote Direct Memory Access - - - 5450 - tcp - tiepie - TiePie engineering data acquisition - - - 5450 - udp - tiepie-disc - TiePie engineering data acquisition (discovery) - - - 5453 - tcp - surebox - SureBox - - - 5453 - udp - surebox - SureBox - - - 5454 - tcp - apc-5454 - APC 5454 - - - 5454 - udp - apc-5454 - APC 5454 - - - 5455 - tcp - apc-5455 - APC 5455 - - - 5455 - udp - apc-5455 - APC 5455 - - - 5456 - tcp - apc-5456 - APC 5456 - - - 5456 - udp - apc-5456 - APC 5456 - - - 5461 - tcp - silkmeter - SILKMETER - - - 5461 - udp - silkmeter - SILKMETER - - - 5462 - tcp - ttl-publisher - TTL Publisher - - - 5462 - udp - ttl-publisher - TTL Publisher - - - 5463 - tcp - ttlpriceproxy - TTL Price Proxy - - - 5463 - udp - ttlpriceproxy - TTL Price Proxy - - - 5464 - tcp - quailnet - Quail Networks Object Broker - - - 5464 - udp - quailnet - Quail Networks Object Broker - - - 5465 - tcp - netops-broker - NETOPS-BROKER - - - 5465 - udp - netops-broker - NETOPS-BROKER - - - 5470 - tcp - apsolab-col - The Apsolab company's data collection protocol (native api) - - - 5470 - udp - record - Reserved - - - 5471 - tcp - apsolab-cols - The Apsolab company's secure data collection protocol (native api) - - - 5471 - udp - record - Reserved - - - 5472 - tcp - apsolab-tag - The Apsolab company's dynamic tag protocol - - - 5472 - udp - record - Reserved - - - 5473 - tcp - apsolab-tags - The Apsolab company's secure dynamic tag protocol - - - 5473 - udp - record - Reserved - - - 5474 - udp - apsolab-rpc - The Apsolab company's status query protocol - - - 5474 - tcp - record - Reserved - - - 5475 - tcp - apsolab-data - The Apsolab company's data retrieval protocol - - - 5475 - udp - record - Reserved - - - 5500 - tcp - fcp-addr-srvr1 - fcp-addr-srvr1 - - - 5500 - udp - fcp-addr-srvr1 - fcp-addr-srvr1 - - - 5501 - tcp - fcp-addr-srvr2 - fcp-addr-srvr2 - - - 5501 - udp - fcp-addr-srvr2 - fcp-addr-srvr2 - - - 5502 - tcp - fcp-srvr-inst1 - fcp-srvr-inst1 - - - 5502 - udp - fcp-srvr-inst1 - fcp-srvr-inst1 - - - 5503 - tcp - fcp-srvr-inst2 - fcp-srvr-inst2 - - - 5503 - udp - fcp-srvr-inst2 - fcp-srvr-inst2 - - - 5504 - tcp - fcp-cics-gw1 - fcp-cics-gw1 - - - 5504 - udp - fcp-cics-gw1 - fcp-cics-gw1 - - - 5505 - tcp - checkoutdb - Checkout Database - - - 5505 - udp - checkoutdb - Checkout Database - - - 5506 - tcp - amc - Amcom Mobile Connect - - - 5506 - udp - amc - Amcom Mobile Connect - - - 5507 - tcp - psl-management - PowerSysLab Electrical Management - - - 5507 - udp - record - Reserved - - - 5540 - tcp - matter - Matter Operational Discovery and Communi - - - 5540 - udp - matter - Matter Operational Discovery and Communi - - - 5543 - tcp - qftest-licserve - QF-Test License Server - - - 5543 - udp - record - Reserved - - - 5550 - tcp - cbus - Model Railway control using the CBUS message protocol - - - 5550 - udp - record - Reserved - - - 5553 - tcp - sgi-eventmond - SGI Eventmond Port - - - 5553 - udp - sgi-eventmond - SGI Eventmond Port - - - 5554 - tcp - sgi-esphttp - SGI ESP HTTP - - - 5554 - udp - sgi-esphttp - SGI ESP HTTP - - - 5555 - tcp - personal-agent - Personal Agent - - - 5555 - udp - personal-agent - Personal Agent - - - 5556 - tcp - freeciv - Freeciv gameplay - - - 5556 - udp - freeciv - Freeciv gameplay - - - 5557 - tcp - farenet - Sandlab FARENET - - - 5557 - udp - record - Reserved - - - 5565 - tcp - dp-bura - Data Protector BURA - - - 5565 - udp - record - Reserved - - - 5566 - tcp - westec-connect - Westec Connect - - - 5566 - udp - record - Reserved - - - 5567 - tcp - dof-dps-mc-sec - DOF Protocol Stack Multicast/Secure Transport - - - 5567 - udp - dof-dps-mc-sec - DOF Protocol Stack Multicast/Secure Transport - - - 5568 - tcp - sdt - Session Data Transport Multicast - - - 5568 - udp - sdt - Session Data Transport Multicast - - - 5569 - tcp - rdmnet-ctrl - PLASA E1.33, Remote Device Management (RDM) controller status notifications - - - 5569 - udp - rdmnet-device - PLASA E1.33, Remote Device Management (RDM) messages - - - 5573 - tcp - sdmmp - SAS Domain Management Messaging Protocol - - - 5573 - udp - sdmmp - SAS Domain Management Messaging Protocol - - - 5574 - tcp - lsi-bobcat - SAS IO Forwarding - - - 5574 - udp - record - Reserved - - - 5575 - tcp - ora-oap - Oracle Access Protocol - - - 5575 - udp - record - Reserved - - - 5579 - tcp - fdtracks - FleetDisplay Tracking Service - - - 5579 - udp - record - Reserved - - - 5580 - tcp - tmosms0 - T-Mobile SMS Protocol Message 0 - - - 5580 - udp - tmosms0 - T-Mobile SMS Protocol Message 0 - - - 5581 - tcp - tmosms1 - T-Mobile SMS Protocol Message 1 - - - 5581 - udp - tmosms1 - T-Mobile SMS Protocol Message 1 - - - 5582 - tcp - fac-restore - T-Mobile SMS Protocol Message 3 - - - 5582 - udp - fac-restore - T-Mobile SMS Protocol Message 3 - - - 5583 - tcp - tmo-icon-sync - T-Mobile SMS Protocol Message 2 - - - 5583 - udp - tmo-icon-sync - T-Mobile SMS Protocol Message 2 - - - 5584 - tcp - bis-web - BeInSync-Web - - - 5584 - udp - bis-web - BeInSync-Web - - - 5585 - tcp - bis-sync - BeInSync-sync - - - 5585 - udp - bis-sync - BeInSync-sync - - - 5586 - tcp - att-mt-sms - Planning to send mobile terminated SMS to the specific port so that the SMS is not visible to the client - - - 5586 - udp - record - Reserved - - - 5597 - tcp - ininmessaging - inin secure messaging - - - 5597 - udp - ininmessaging - inin secure messaging - - - 5598 - tcp - mctfeed - MCT Market Data Feed - - - 5598 - udp - mctfeed - MCT Market Data Feed - - - 5599 - tcp - esinstall - Enterprise Security Remote Install - - - 5599 - udp - esinstall - Enterprise Security Remote Install - - - 5600 - tcp - esmmanager - Enterprise Security Manager - - - 5600 - udp - esmmanager - Enterprise Security Manager - - - 5601 - tcp - esmagent - Enterprise Security Agent - - - 5601 - udp - esmagent - Enterprise Security Agent - - - 5602 - tcp - a1-msc - A1-MSC - - - 5602 - udp - a1-msc - A1-MSC - - - 5603 - tcp - a1-bs - A1-BS - - - 5603 - udp - a1-bs - A1-BS - - - 5604 - tcp - a3-sdunode - A3-SDUNode - - - 5604 - udp - a3-sdunode - A3-SDUNode - - - 5605 - tcp - a4-sdunode - A4-SDUNode - - - 5605 - udp - a4-sdunode - A4-SDUNode - - - 5618 - tcp - efr - Fiscal Registering Protocol - - - 5618 - udp - record - Reserved - - - 5627 - tcp - ninaf - Node Initiated Network Association Forma - - - 5627 - udp - ninaf - Node Initiated Network Association Forma - - - 5628 - tcp - htrust - HTrust API - - - 5628 - udp - htrust - HTrust API - - - 5629 - tcp - symantec-sfdb - Symantec Storage Foundation for Database - - - 5629 - udp - symantec-sfdb - Symantec Storage Foundation for Database - - - 5630 - tcp - precise-comm - PreciseCommunication - - - 5630 - udp - precise-comm - PreciseCommunication - - - 5631 - tcp - pcanywheredata - pcANYWHEREdata - - - 5631 - udp - pcanywheredata - pcANYWHEREdata - - - 5632 - tcp - pcanywherestat - pcANYWHEREstat - - - 5632 - udp - pcanywherestat - pcANYWHEREstat - - - 5633 - tcp - beorl - BE Operations Request Listener - - - 5633 - udp - beorl - BE Operations Request Listener - - - 5634 - tcp - xprtld - SF Message Service - - - 5634 - udp - xprtld - SF Message Service - - - 5635 - tcp - sfmsso - SFM Authentication Subsystem - - - 5635 - udp - record - Reserved - - - 5636 - tcp - sfm-db-server - SFMdb - SFM DB server - - - 5636 - udp - record - Reserved - - - 5637 - tcp - cssc - Symantec CSSC - - - 5637 - udp - record - Reserved - - - 5638 - tcp - flcrs - Symantec Fingerprint Lookup and Container Reference Service - - - 5638 - udp - record - Reserved - - - 5639 - tcp - ics - Symantec Integrity Checking Service - - - 5639 - udp - record - Reserved - - - 5646 - tcp - vfmobile - Ventureforth Mobile - - - 5646 - udp - record - Reserved - - - 5666 - tcp - nrpe - Nagios Remote Plugin Executor - - - 5666 - udp - record - Reserved - - - 5670 - tcp - filemq - ZeroMQ file publish-subscribe protocol - - - 5670 - udp - zre-disc - Local area discovery and messaging over ZeroMQ - - - 5671 - tcp - amqps - amqp protocol over TLS/SSL - - - 5671 - udp - amqps - amqp protocol over TLS/SSL - - - 5672 - tcp - amqp - AMQP - - - 5672 - udp - amqp - AMQP - - - 5672 - sctp - amqp - AMQP - - - 5673 - tcp - jms - JACL Message Server - - - 5673 - udp - jms - JACL Message Server - - - 5674 - tcp - hyperscsi-port - HyperSCSI Port - - - 5674 - udp - hyperscsi-port - HyperSCSI Port - - - 5675 - tcp - v5ua - V5UA application port - - - 5675 - udp - v5ua - V5UA application port - - - 5675 - sctp - v5ua - V5UA application port - - - 5676 - tcp - raadmin - RA Administration - - - 5676 - udp - raadmin - RA Administration - - - 5677 - tcp - questdb2-lnchr - Quest Central DB2 Launchr - - - 5677 - udp - questdb2-lnchr - Quest Central DB2 Launchr - - - 5678 - tcp - rrac - Remote Replication Agent Connection - - - 5678 - udp - rrac - Remote Replication Agent Connection - - - 5679 - tcp - dccm - Direct Cable Connect Manager - - - 5679 - udp - dccm - Direct Cable Connect Manager - - - 5680 - tcp - auriga-router - Auriga Router Service - - - 5680 - udp - auriga-router - Auriga Router Service - - - 5681 - tcp - ncxcp - Net-coneX Control Protocol - - - 5681 - udp - ncxcp - Net-coneX Control Protocol - - - 5682 - tcp - record - Reserved - - - 5682 - udp - brightcore - BrightCore control & data transfer exchange - - - 5683 - tcp - coap - Constrained Application Protocol (CoAP) - - - 5683 - udp - coap - Constrained Application Protocol - - - 5684 - tcp - coaps - Constrained Application Protocol (CoAP) - - - 5684 - udp - coaps - DTLS-secured CoAP - - - 5687 - udp - gog-multiplayer - GOG multiplayer game protocol - - - 5687 - tcp - record - Reserved - - - 5688 - tcp - ggz - GGZ Gaming Zone - - - 5688 - udp - ggz - GGZ Gaming Zone - - - 5689 - tcp - qmvideo - QM video network management protocol - - - 5689 - udp - qmvideo - QM video network management protocol - - - 5693 - tcp - rbsystem - Robert Bosch Data Transfer - - - 5693 - udp - record - Reserved - - - 5696 - tcp - kmip - Key Management Interoperability Protocol - - - 5696 - udp - record - Reserved - - - 5700 - tcp - supportassist - Dell SupportAssist data center management - - - 5700 - udp - record - Reserved - - - 5705 - tcp - storageos - StorageOS REST API - - - 5705 - udp - record - Reserved - - - 5713 - tcp - proshareaudio - proshare conf audio - - - 5713 - udp - proshareaudio - proshare conf audio - - - 5714 - tcp - prosharevideo - proshare conf video - - - 5714 - udp - prosharevideo - proshare conf video - - - 5715 - tcp - prosharedata - proshare conf data - - - 5715 - udp - prosharedata - proshare conf data - - - 5716 - tcp - prosharerequest - proshare conf request - - - 5716 - udp - prosharerequest - proshare conf request - - - 5717 - tcp - prosharenotify - proshare conf notify - - - 5717 - udp - prosharenotify - proshare conf notify - - - 5718 - tcp - dpm - DPM Communication Server - - - 5718 - udp - dpm - DPM Communication Server - - - 5719 - tcp - dpm-agent - DPM Agent Coordinator - - - 5719 - udp - dpm-agent - DPM Agent Coordinator - - - 5720 - tcp - ms-licensing - MS-Licensing - - - 5720 - udp - ms-licensing - MS-Licensing - - - 5721 - tcp - dtpt - Desktop Passthru Service - - - 5721 - udp - dtpt - Desktop Passthru Service - - - 5722 - tcp - msdfsr - Microsoft DFS Replication Service - - - 5722 - udp - msdfsr - Microsoft DFS Replication Service - - - 5723 - tcp - omhs - Operations Manager - Health Service - - - 5723 - udp - omhs - Operations Manager - Health Service - - - 5724 - tcp - omsdk - Operations Manager - SDK Service - - - 5724 - udp - omsdk - Operations Manager - SDK Service - - - 5725 - tcp - ms-ilm - Microsoft Identity Lifecycle Manager - - - 5725 - udp - record - Reserved - - - 5726 - tcp - ms-ilm-sts - Microsoft Lifecycle Manager Secure Token Service - - - 5726 - udp - record - Reserved - - - 5727 - tcp - asgenf - ASG Event Notification Framework - - - 5727 - udp - record - Reserved - - - 5728 - tcp - io-dist-data - Dist. I/O Comm. Service Data and Control - - - 5728 - udp - io-dist-group - Dist. I/O Comm. Service Group Membership - - - 5729 - tcp - openmail - Openmail User Agent Layer - - - 5729 - udp - openmail - Openmail User Agent Layer - - - 5730 - tcp - unieng - Steltor's calendar access - - - 5730 - udp - unieng - Steltor's calendar access - - - 5741 - tcp - ida-discover1 - IDA Discover Port 1 - - - 5741 - udp - ida-discover1 - IDA Discover Port 1 - - - 5742 - tcp - ida-discover2 - IDA Discover Port 2 - - - 5742 - udp - ida-discover2 - IDA Discover Port 2 - - - 5743 - tcp - watchdoc-pod - Watchdoc NetPOD Protocol - - - 5743 - udp - watchdoc-pod - Watchdoc NetPOD Protocol - - - 5744 - tcp - watchdoc - Watchdoc Server - - - 5744 - udp - watchdoc - Watchdoc Server - - - 5745 - tcp - fcopy-server - fcopy-server - - - 5745 - udp - fcopy-server - fcopy-server - - - 5746 - tcp - fcopys-server - fcopys-server - - - 5746 - udp - fcopys-server - fcopys-server - - - 5747 - tcp - tunatic - Wildbits Tunatic - - - 5747 - udp - tunatic - Wildbits Tunatic - - - 5748 - tcp - tunalyzer - Wildbits Tunalyzer - - - 5748 - udp - tunalyzer - Wildbits Tunalyzer - - - 5750 - tcp - rscd - Bladelogic Agent Service - - - 5750 - udp - rscd - Bladelogic Agent Service - - - 5755 - tcp - openmailg - OpenMail Desk Gateway server - - - 5755 - udp - openmailg - OpenMail Desk Gateway server - - - 5757 - tcp - x500ms - OpenMail X.500 Directory Server - - - 5757 - udp - x500ms - OpenMail X.500 Directory Server - - - 5766 - tcp - openmailns - OpenMail NewMail Server - - - 5766 - udp - openmailns - OpenMail NewMail Server - - - 5767 - tcp - s-openmail - OpenMail Suer Agent Layer (Secure) - - - 5767 - udp - s-openmail - OpenMail Suer Agent Layer (Secure) - - - 5768 - tcp - openmailpxy - OpenMail CMTS Server - - - 5768 - udp - openmailpxy - OpenMail CMTS Server - - - 5769 - tcp - spramsca - x509solutions Internal CA - - - 5769 - udp - spramsca - x509solutions Internal CA - - - 5770 - tcp - spramsd - x509solutions Secure Data - - - 5770 - udp - spramsd - x509solutions Secure Data - - - 5771 - tcp - netagent - NetAgent - - - 5771 - udp - netagent - NetAgent - - - 5777 - tcp - starfield-io - Control commands and responses - - - 5777 - udp - starfield-io - Control commands and responses - - - 5780 - tcp - vts-rpc - Visual Tag System RPC - - - 5780 - udp - record - Reserved - - - 5781 - tcp - 3par-evts - 3PAR Event Reporting Service - - - 5781 - udp - 3par-evts - 3PAR Event Reporting Service - - - 5782 - tcp - 3par-mgmt - 3PAR Management Service - - - 5782 - udp - 3par-mgmt - 3PAR Management Service - - - 5783 - tcp - 3par-mgmt-ssl - 3PAR Management Service with SSL - - - 5783 - udp - 3par-mgmt-ssl - 3PAR Management Service with SSL - - - 5784 - tcp - record - Reserved - - - 5784 - udp - ibar - Cisco Interbox Application Redundancy - - - 5785 - tcp - 3par-rcopy - 3PAR Inform Remote Copy - - - 5785 - udp - 3par-rcopy - 3PAR Inform Remote Copy - - - 5786 - tcp - record - Reserved - - - 5786 - udp - cisco-redu - redundancy notification - - - 5787 - tcp - record - Reserved - - - 5787 - udp - waascluster - Cisco WAAS Cluster Protocol - - - 5793 - tcp - xtreamx - XtreamX Supervised Peer message - - - 5793 - udp - xtreamx - XtreamX Supervised Peer message - - - 5794 - tcp - record - Reserved - - - 5794 - udp - spdp - Simple Peered Discovery Protocol - - - 5798 - tcp - enlabel-dpl - Proprietary Website deployment service - - - 5798 - udp - record - Reserved - - - 5813 - tcp - icmpd - ICMPD - - - 5813 - udp - icmpd - ICMPD - - - 5814 - tcp - spt-automation - Support Automation - - - 5814 - udp - spt-automation - Support Automation - - - 5820 - tcp - autopassdaemon - AutoPass licensing - - - 5820 - udp - record - Reserved - - - 5841 - tcp - shiprush-d-ch - Z-firm ShipRush interface for web access and bidirectional data - - - 5841 - udp - record - Reserved - - - 5842 - tcp - reversion - Reversion Backup/Restore - - - 5842 - udp - record - Reserved - - - 5859 - tcp - wherehoo - WHEREHOO - - - 5859 - udp - wherehoo - WHEREHOO - - - 5863 - tcp - ppsuitemsg - PlanetPress Suite Messeng - - - 5863 - udp - ppsuitemsg - PlanetPress Suite Messeng - - - 5868 - tcp - diameters - Diameter over TLS/TCP - - - 5868 - udp - record - Reserved - - - 5868 - sctp - diameters - Diameter over DTLS/SCTP - - - 5883 - tcp - jute - Javascript Unit Test Environment - - - 5900 - tcp - rfb - Remote Framebuffer - - - 5900 - udp - rfb - Remote Framebuffer - - - 5903 - tcp - ff-ice - Flight & Flow Info for Collaborative Env - - - 5903 - udp - ff-ice - Flight & Flow Info for Collaborative Env - - - 5903 - sctp - ff-ice - Flight & Flow Info for Collaborative Env - - - 5904 - tcp - ag-swim - Air-Ground SWIM - - - 5904 - udp - ag-swim - Air-Ground SWIM - - - 5904 - sctp - ag-swim - Air-Ground SWIM - - - 5905 - tcp - asmgcs - Adv Surface Mvmnt and Guidance Cont Sys - - - 5905 - udp - asmgcs - Adv Surface Mvmnt and Guidance Cont Sys - - - 5905 - sctp - asmgcs - Adv Surface Mvmnt and Guidance Cont Sys - - - 5906 - tcp - rpas-c2 - Remotely Piloted Vehicle C&C - - - 5906 - udp - rpas-c2 - Remotely Piloted Vehicle C&C - - - 5906 - sctp - rpas-c2 - Remotely Piloted Vehicle C&C - - - 5907 - tcp - dsd - Distress and Safety Data App - - - 5907 - udp - dsd - Distress and Safety Data App - - - 5907 - sctp - dsd - Distress and Safety Data App - - - 5908 - tcp - ipsma - IPS Management Application - - - 5908 - udp - ipsma - IPS Management Application - - - 5908 - sctp - ipsma - IPS Management Application - - - 5909 - tcp - agma - Air-ground media advisory - - - 5909 - udp - agma - Air-ground media advisory - - - 5909 - sctp - agma - Air-ground media advisory - - - 5910 - tcp - ats-atn - Air Traffic Services applications using ATN - - - 5910 - udp - ats-atn - Air Traffic Services applications using ATN - - - 5910 - sctp - cm - Context Management - - - 5911 - tcp - ats-acars - Air Traffic Services applications using ACARS - - - 5911 - udp - ats-acars - Air Traffic Services applications using ACARS - - - 5911 - sctp - cpdlc - Controller Pilot Data Link Communication - - - 5912 - tcp - ais-met - Aeronautical Information Service/Meteorological applications using ACARS - - - 5912 - udp - ais-met - Aeronautical Information Service/Meteorological applications using ACARS - - - 5912 - sctp - fis - Flight Information Services - - - 5913 - tcp - aoc-acars - Airline operational communications applications using ACARS - - - 5913 - udp - aoc-acars - Airline operational communications applications using ACARS - - - 5913 - sctp - ads-c - Automatic Dependent Surveillance - - - 5963 - tcp - indy - Indy Application Server - - - 5963 - udp - indy - Indy Application Server - - - 5968 - tcp - mppolicy-v5 - mppolicy-v5 - - - 5968 - udp - mppolicy-v5 - mppolicy-v5 - - - 5969 - tcp - mppolicy-mgr - mppolicy-mgr - - - 5969 - udp - mppolicy-mgr - mppolicy-mgr - - - 5984 - tcp - couchdb - CouchDB - - - 5984 - udp - couchdb - CouchDB - - - 5985 - tcp - wsman - WBEM WS-Management HTTP - - - 5985 - udp - wsman - WBEM WS-Management HTTP - - - 5986 - tcp - wsmans - WBEM WS-Management HTTP over TLS/SSL - - - 5986 - udp - wsmans - WBEM WS-Management HTTP over TLS/SSL - - - 5987 - tcp - wbem-rmi - WBEM RMI - - - 5987 - udp - wbem-rmi - WBEM RMI - - - 5988 - tcp - wbem-http - WBEM CIM-XML (HTTP) - - - 5988 - udp - wbem-http - WBEM CIM-XML (HTTP) - - - 5989 - tcp - wbem-https - WBEM CIM-XML (HTTPS) - - - 5989 - udp - wbem-https - WBEM CIM-XML (HTTPS) - - - 5990 - tcp - wbem-exp-https - WBEM Export HTTPS - - - 5990 - udp - wbem-exp-https - WBEM Export HTTPS - - - 5991 - tcp - nuxsl - NUXSL - - - 5991 - udp - nuxsl - NUXSL - - - 5992 - tcp - consul-insight - Consul InSight Security - - - 5992 - udp - consul-insight - Consul InSight Security - - - 5993 - tcp - cim-rs - DMTF WBEM CIM REST - - - 5993 - udp - record - Reserved - - - 5994 - tcp - rms-agent - RMS Agent Listening Service - - - 5994 - udp - record - Reserved - - - 5999 - tcp - cvsup - CVSup - - - 5999 - udp - cvsup - CVSup - - - 6000 - tcp - x11 - X Window System - - - 6001 - tcp - x11 - X Window System - - - 6002 - tcp - x11 - X Window System - - - 6003 - tcp - x11 - X Window System - - - 6004 - tcp - x11 - X Window System - - - 6005 - tcp - x11 - X Window System - - - 6006 - tcp - x11 - X Window System - - - 6007 - tcp - x11 - X Window System - - - 6008 - tcp - x11 - X Window System - - - 6009 - tcp - x11 - X Window System - - - 6010 - tcp - x11 - X Window System - - - 6011 - tcp - x11 - X Window System - - - 6012 - tcp - x11 - X Window System - - - 6013 - tcp - x11 - X Window System - - - 6014 - tcp - x11 - X Window System - - - 6015 - tcp - x11 - X Window System - - - 6016 - tcp - x11 - X Window System - - - 6017 - tcp - x11 - X Window System - - - 6018 - tcp - x11 - X Window System - - - 6019 - tcp - x11 - X Window System - - - 6020 - tcp - x11 - X Window System - - - 6021 - tcp - x11 - X Window System - - - 6022 - tcp - x11 - X Window System - - - 6023 - tcp - x11 - X Window System - - - 6024 - tcp - x11 - X Window System - - - 6025 - tcp - x11 - X Window System - - - 6026 - tcp - x11 - X Window System - - - 6027 - tcp - x11 - X Window System - - - 6028 - tcp - x11 - X Window System - - - 6029 - tcp - x11 - X Window System - - - 6030 - tcp - x11 - X Window System - - - 6031 - tcp - x11 - X Window System - - - 6032 - tcp - x11 - X Window System - - - 6033 - tcp - x11 - X Window System - - - 6034 - tcp - x11 - X Window System - - - 6035 - tcp - x11 - X Window System - - - 6036 - tcp - x11 - X Window System - - - 6037 - tcp - x11 - X Window System - - - 6038 - tcp - x11 - X Window System - - - 6039 - tcp - x11 - X Window System - - - 6040 - tcp - x11 - X Window System - - - 6041 - tcp - x11 - X Window System - - - 6042 - tcp - x11 - X Window System - - - 6043 - tcp - x11 - X Window System - - - 6044 - tcp - x11 - X Window System - - - 6045 - tcp - x11 - X Window System - - - 6046 - tcp - x11 - X Window System - - - 6047 - tcp - x11 - X Window System - - - 6048 - tcp - x11 - X Window System - - - 6049 - tcp - x11 - X Window System - - - 6050 - tcp - x11 - X Window System - - - 6051 - tcp - x11 - X Window System - - - 6052 - tcp - x11 - X Window System - - - 6053 - tcp - x11 - X Window System - - - 6054 - tcp - x11 - X Window System - - - 6055 - tcp - x11 - X Window System - - - 6056 - tcp - x11 - X Window System - - - 6057 - tcp - x11 - X Window System - - - 6058 - tcp - x11 - X Window System - - - 6059 - tcp - x11 - X Window System - - - 6060 - tcp - x11 - X Window System - - - 6061 - tcp - x11 - X Window System - - - 6062 - tcp - x11 - X Window System - - - 6063 - tcp - x11 - X Window System - - - 6000 - udp - x11 - X Window System - - - 6001 - udp - x11 - X Window System - - - 6002 - udp - x11 - X Window System - - - 6003 - udp - x11 - X Window System - - - 6004 - udp - x11 - X Window System - - - 6005 - udp - x11 - X Window System - - - 6006 - udp - x11 - X Window System - - - 6007 - udp - x11 - X Window System - - - 6008 - udp - x11 - X Window System - - - 6009 - udp - x11 - X Window System - - - 6010 - udp - x11 - X Window System - - - 6011 - udp - x11 - X Window System - - - 6012 - udp - x11 - X Window System - - - 6013 - udp - x11 - X Window System - - - 6014 - udp - x11 - X Window System - - - 6015 - udp - x11 - X Window System - - - 6016 - udp - x11 - X Window System - - - 6017 - udp - x11 - X Window System - - - 6018 - udp - x11 - X Window System - - - 6019 - udp - x11 - X Window System - - - 6020 - udp - x11 - X Window System - - - 6021 - udp - x11 - X Window System - - - 6022 - udp - x11 - X Window System - - - 6023 - udp - x11 - X Window System - - - 6024 - udp - x11 - X Window System - - - 6025 - udp - x11 - X Window System - - - 6026 - udp - x11 - X Window System - - - 6027 - udp - x11 - X Window System - - - 6028 - udp - x11 - X Window System - - - 6029 - udp - x11 - X Window System - - - 6030 - udp - x11 - X Window System - - - 6031 - udp - x11 - X Window System - - - 6032 - udp - x11 - X Window System - - - 6033 - udp - x11 - X Window System - - - 6034 - udp - x11 - X Window System - - - 6035 - udp - x11 - X Window System - - - 6036 - udp - x11 - X Window System - - - 6037 - udp - x11 - X Window System - - - 6038 - udp - x11 - X Window System - - - 6039 - udp - x11 - X Window System - - - 6040 - udp - x11 - X Window System - - - 6041 - udp - x11 - X Window System - - - 6042 - udp - x11 - X Window System - - - 6043 - udp - x11 - X Window System - - - 6044 - udp - x11 - X Window System - - - 6045 - udp - x11 - X Window System - - - 6046 - udp - x11 - X Window System - - - 6047 - udp - x11 - X Window System - - - 6048 - udp - x11 - X Window System - - - 6049 - udp - x11 - X Window System - - - 6050 - udp - x11 - X Window System - - - 6051 - udp - x11 - X Window System - - - 6052 - udp - x11 - X Window System - - - 6053 - udp - x11 - X Window System - - - 6054 - udp - x11 - X Window System - - - 6055 - udp - x11 - X Window System - - - 6056 - udp - x11 - X Window System - - - 6057 - udp - x11 - X Window System - - - 6058 - udp - x11 - X Window System - - - 6059 - udp - x11 - X Window System - - - 6060 - udp - x11 - X Window System - - - 6061 - udp - x11 - X Window System - - - 6062 - udp - x11 - X Window System - - - 6063 - udp - x11 - X Window System - - - 6064 - tcp - ndl-ahp-svc - NDL-AHP-SVC - - - 6064 - udp - ndl-ahp-svc - NDL-AHP-SVC - - - 6065 - tcp - winpharaoh - WinPharaoh - - - 6065 - udp - winpharaoh - WinPharaoh - - - 6066 - tcp - ewctsp - EWCTSP - - - 6066 - udp - ewctsp - EWCTSP - - - 6068 - tcp - gsmp-ancp - GSMP/ANCP - - - 6068 - udp - record - Reserved - - - 6069 - tcp - trip - TRIP - - - 6069 - udp - trip - TRIP - - - 6070 - tcp - messageasap - Messageasap - - - 6070 - udp - messageasap - Messageasap - - - 6071 - tcp - ssdtp - SSDTP - - - 6071 - udp - ssdtp - SSDTP - - - 6072 - tcp - diagnose-proc - DIAGNOSE-PROC - - - 6072 - udp - diagnose-proc - DIAGNOSE-PROC - - - 6073 - tcp - directplay8 - DirectPlay8 - - - 6073 - udp - directplay8 - DirectPlay8 - - - 6074 - tcp - max - Microsoft Max - - - 6074 - udp - max - Microsoft Max - - - 6075 - tcp - dpm-acm - Microsoft DPM Access Control Manager - - - 6075 - udp - record - Reserved - - - 6076 - tcp - msft-dpm-cert - Microsoft DPM WCF Certificates - - - 6076 - udp - record - Reserved - - - 6077 - tcp - iconstructsrv - iConstruct Server - - - 6077 - udp - record - Reserved - - - 6080 - udp - gue - Generic UDP Encapsulation - - - 6080 - tcp - record - Reserved - - - 6081 - udp - geneve - Generic Network Virtualization Encapsulation (Geneve) - - - 6081 - tcp - record - Reserved - - - 6082 - tcp - record - Reserved - - - 6082 - udp - p25cai - APCO Project 25 Common Air Interface - UDP encapsulation - - - 6083 - tcp - record - Reserved - - - 6083 - udp - miami-bcast - telecomsoftware miami broadcast - - - 6084 - tcp - reload-config - Peer to Peer Infrastructure Configuration - - - 6084 - udp - record - Reserved - - - 6085 - tcp - konspire2b - konspire2b p2p network - - - 6085 - udp - konspire2b - konspire2b p2p network - - - 6086 - tcp - pdtp - PDTP P2P - - - 6086 - udp - pdtp - PDTP P2P - - - 6087 - tcp - ldss - Local Download Sharing Service - - - 6087 - udp - ldss - Local Download Sharing Service - - - 6088 - tcp - doglms - SuperDog License Manager - - - 6088 - udp - doglms-notify - SuperDog License Manager Notifier - - - 6099 - tcp - raxa-mgmt - RAXA Management - - - 6099 - udp - record - Reserved - - - 6100 - tcp - synchronet-db - SynchroNet-db - - - 6100 - udp - synchronet-db - SynchroNet-db - - - 6101 - tcp - synchronet-rtc - SynchroNet-rtc - - - 6101 - udp - synchronet-rtc - SynchroNet-rtc - - - 6102 - tcp - synchronet-upd - SynchroNet-upd - - - 6102 - udp - synchronet-upd - SynchroNet-upd - - - 6103 - tcp - rets - RETS - - - 6103 - udp - rets - RETS - - - 6104 - tcp - dbdb - DBDB - - - 6104 - udp - dbdb - DBDB - - - 6105 - tcp - primaserver - Prima Server - - - 6105 - udp - primaserver - Prima Server - - - 6106 - tcp - mpsserver - MPS Server - - - 6106 - udp - mpsserver - MPS Server - - - 6107 - tcp - etc-control - ETC Control - - - 6107 - udp - etc-control - ETC Control - - - 6108 - tcp - sercomm-scadmin - Sercomm-SCAdmin - - - 6108 - udp - sercomm-scadmin - Sercomm-SCAdmin - - - 6109 - tcp - globecast-id - GLOBECAST-ID - - - 6109 - udp - globecast-id - GLOBECAST-ID - - - 6110 - tcp - softcm - HP SoftBench CM - - - 6110 - udp - softcm - HP SoftBench CM - - - 6111 - tcp - spc - HP SoftBench Sub-Process Control - - - 6111 - udp - spc - HP SoftBench Sub-Process Control - - - 6112 - tcp - dtspcd - Desk-Top Sub-Process Control Daemon - - - 6112 - udp - dtspcd - Desk-Top Sub-Process Control Daemon - - - 6113 - tcp - dayliteserver - Daylite Server - - - 6113 - udp - record - Reserved - - - 6114 - tcp - wrspice - WRspice IPC Service - - - 6114 - udp - record - Reserved - - - 6115 - tcp - xic - Xic IPC Service - - - 6115 - udp - record - Reserved - - - 6116 - tcp - xtlserv - XicTools License Manager Service - - - 6116 - udp - record - Reserved - - - 6117 - tcp - daylitetouch - Daylite Touch Sync - - - 6117 - udp - record - Reserved - - - 6118 - udp - tipc - Transparent Inter Process Communication - - - 6118 - tcp - record - Reserved - - - 6121 - tcp - spdy - SPDY for a faster web - - - 6121 - udp - record - Reserved - - - 6122 - tcp - bex-webadmin - Backup Express Web Server - - - 6122 - udp - bex-webadmin - Backup Express Web Server - - - 6123 - tcp - backup-express - Backup Express - - - 6123 - udp - backup-express - Backup Express - - - 6124 - tcp - pnbs - Phlexible Network Backup Service - - - 6124 - udp - pnbs - Phlexible Network Backup Service - - - 6130 - tcp - damewaremobgtwy - The DameWare Mobile Gateway Service - - - 6130 - udp - record - Reserved - - - 6133 - tcp - nbt-wol - New Boundary Tech WOL - - - 6133 - udp - nbt-wol - New Boundary Tech WOL - - - 6140 - tcp - pulsonixnls - Pulsonix Network License Service - - - 6140 - udp - pulsonixnls - Pulsonix Network License Service - - - 6141 - tcp - meta-corp - Meta Corporation License Manager - - - 6141 - udp - meta-corp - Meta Corporation License Manager - - - 6142 - tcp - aspentec-lm - Aspen Technology License Manager - - - 6142 - udp - aspentec-lm - Aspen Technology License Manager - - - 6143 - tcp - watershed-lm - Watershed License Manager - - - 6143 - udp - watershed-lm - Watershed License Manager - - - 6144 - tcp - statsci1-lm - StatSci License Manager - 1 - - - 6144 - udp - statsci1-lm - StatSci License Manager - 1 - - - 6145 - tcp - statsci2-lm - StatSci License Manager - 2 - - - 6145 - udp - statsci2-lm - StatSci License Manager - 2 - - - 6146 - tcp - lonewolf-lm - Lone Wolf Systems License Manager - - - 6146 - udp - lonewolf-lm - Lone Wolf Systems License Manager - - - 6147 - tcp - montage-lm - Montage License Manager - - - 6147 - udp - montage-lm - Montage License Manager - - - 6148 - tcp - ricardo-lm - Ricardo North America License Manager - - - 6148 - udp - ricardo-lm - Ricardo North America License Manager - - - 6149 - tcp - tal-pod - tal-pod - - - 6149 - udp - tal-pod - tal-pod - - - 6159 - tcp - efb-aci - EFB Application Control Interface - - - 6159 - udp - record - Reserved - - - 6160 - tcp - ecmp - Emerson Extensible Control and Management Protocol - - - 6160 - udp - ecmp-data - Emerson Extensible Control and Management Protocol Data - - - 6161 - tcp - patrol-ism - PATROL Internet Srv Mgr - - - 6161 - udp - patrol-ism - PATROL Internet Srv Mgr - - - 6162 - tcp - patrol-coll - PATROL Collector - - - 6162 - udp - patrol-coll - PATROL Collector - - - 6163 - tcp - pscribe - Precision Scribe Cnx Port - - - 6163 - udp - pscribe - Precision Scribe Cnx Port - - - 6200 - tcp - lm-x - LM-X License Manager by X-Formation - - - 6200 - udp - lm-x - LM-X License Manager by X-Formation - - - 6201 - tcp - record - Reserved - - - 6201 - udp - thermo-calc - Management of service nodes in a processing grid for thermodynamic calculations - - - 6209 - tcp - qmtps - QMTP over TLS - - - 6209 - udp - qmtps - QMTP over TLS - - - 6222 - tcp - radmind - Radmind Access Protocol - - - 6222 - udp - radmind - Radmind Access Protocol - - - 6241 - tcp - jeol-nsdtp-1 - JEOL Network Services Data Transport Protocol 1 - - - 6241 - udp - jeol-nsddp-1 - JEOL Network Services Dynamic Discovery Protocol 1 - - - 6242 - tcp - jeol-nsdtp-2 - JEOL Network Services Data Transport Protocol 2 - - - 6242 - udp - jeol-nsddp-2 - JEOL Network Services Dynamic Discovery Protocol 2 - - - 6243 - tcp - jeol-nsdtp-3 - JEOL Network Services Data Transport Protocol 3 - - - 6243 - udp - jeol-nsddp-3 - JEOL Network Services Dynamic Discovery Protocol 3 - - - 6244 - tcp - jeol-nsdtp-4 - JEOL Network Services Data Transport Protocol 4 - - - 6244 - udp - jeol-nsddp-4 - JEOL Network Services Dynamic Discovery Protocol 4 - - - 6251 - tcp - tl1-raw-ssl - TL1 Raw Over SSL/TLS - - - 6251 - udp - tl1-raw-ssl - TL1 Raw Over SSL/TLS - - - 6252 - tcp - tl1-ssh - TL1 over SSH - - - 6252 - udp - tl1-ssh - TL1 over SSH - - - 6253 - tcp - crip - CRIP - - - 6253 - udp - crip - CRIP - - - 6267 - tcp - gld - GridLAB-D User Interface - - - 6267 - udp - record - Reserved - - - 6268 - tcp - grid - Grid Authentication - - - 6268 - udp - grid - Grid Authentication - - - 6269 - tcp - grid-alt - Grid Authentication Alt - - - 6269 - udp - grid-alt - Grid Authentication Alt - - - 6300 - tcp - bmc-grx - BMC GRX - - - 6300 - udp - bmc-grx - BMC GRX - - - 6301 - tcp - bmc-ctd-ldap - System.Xml.XmlElement - - - 6301 - tcp - bmc_ctd_ldap - BMC CONTROL-D LDAP SERVER - - - 6301 - udp - bmc-ctd-ldap - System.Xml.XmlElement - - - 6301 - udp - bmc_ctd_ldap - BMC CONTROL-D LDAP SERVER - - - 6306 - tcp - ufmp - Unified Fabric Management Protocol - - - 6306 - udp - ufmp - Unified Fabric Management Protocol - - - 6315 - tcp - scup - Sensor Control Unit Protocol - - - 6315 - udp - scup-disc - Sensor Control Unit Protocol Discovery Protocol - - - 6316 - tcp - abb-escp - Ethernet Sensor Communications Protocol - - - 6316 - udp - abb-escp - Ethernet Sensor Communications Protocol - - - 6317 - tcp - nav-data-cmd - Navtech Radar Sensor Data Command - - - 6317 - udp - nav-data - Navtech Radar Sensor Data - - - 6320 - tcp - repsvc - Double-Take Replication Service - - - 6320 - udp - repsvc - Double-Take Replication Service - - - 6321 - tcp - emp-server1 - Empress Software Connectivity Server 1 - - - 6321 - udp - emp-server1 - Empress Software Connectivity Server 1 - - - 6322 - tcp - emp-server2 - Empress Software Connectivity Server 2 - - - 6322 - udp - emp-server2 - Empress Software Connectivity Server 2 - - - 6324 - tcp - hrd-ncs - HR Device Network Configuration Service - - - 6324 - udp - hrd-ns-disc - HR Device Network service - - - 6325 - tcp - dt-mgmtsvc - Double-Take Management Service - - - 6325 - udp - record - Reserved - - - 6326 - tcp - dt-vra - Double-Take Virtual Recovery Assistant - - - 6326 - udp - record - Reserved - - - 6343 - tcp - sflow - sFlow traffic monitoring - - - 6343 - udp - sflow - sFlow traffic monitoring - - - 6344 - tcp - streletz - Argus-Spectr security and fire-prevention systems service - - - 6344 - udp - record - Reserved - - - 6346 - tcp - gnutella-svc - gnutella-svc - - - 6346 - udp - gnutella-svc - gnutella-svc - - - 6347 - tcp - gnutella-rtr - gnutella-rtr - - - 6347 - udp - gnutella-rtr - gnutella-rtr - - - 6350 - tcp - adap - App Discovery and Access Protocol - - - 6350 - udp - adap - App Discovery and Access Protocol - - - 6355 - tcp - pmcs - PMCS applications - - - 6355 - udp - pmcs - PMCS applications - - - 6360 - tcp - metaedit-mu - MetaEdit+ Multi-User - - - 6360 - udp - metaedit-mu - MetaEdit+ Multi-User - - - 6363 - udp - ndn - Named Data Networking - - - 6363 - tcp - record - Reserved - - - 6370 - tcp - metaedit-se - MetaEdit+ Server Administration - - - 6370 - udp - metaedit-se - MetaEdit+ Server Administration - - - 6379 - tcp - redis - An advanced key-value cache and store - - - 6379 - udp - record - Reserved - - - 6382 - tcp - metatude-mds - Metatude Dialogue Server - - - 6382 - udp - metatude-mds - Metatude Dialogue Server - - - 6389 - tcp - clariion-evr01 - clariion-evr01 - - - 6389 - udp - clariion-evr01 - clariion-evr01 - - - 6390 - tcp - metaedit-ws - MetaEdit+ WebService API - - - 6390 - udp - metaedit-ws - MetaEdit+ WebService API - - - 6417 - tcp - faxcomservice - Faxcom Message Service - - - 6417 - udp - faxcomservice - Faxcom Message Service - - - 6418 - tcp - syserverremote - SYserver remote commands - - - 6418 - udp - record - Reserved - - - 6419 - tcp - svdrp - Simple VDR Protocol - - - 6419 - udp - svdrp-disc - Simple VDR Protocol Discovery - - - 6420 - tcp - nim-vdrshell - NIM_VDRShell - - - 6420 - udp - nim-vdrshell - NIM_VDRShell - - - 6421 - tcp - nim-wan - NIM_WAN - - - 6421 - udp - nim-wan - NIM_WAN - - - 6432 - tcp - pgbouncer - PgBouncer - - - 6432 - udp - record - Reserved - - - 6440 - tcp - heliosd - heliosd daemon - - - 6440 - udp - record - Reserved - - - 6442 - tcp - tarp - Transitory Application Request Protocol - - - 6442 - udp - record - Reserved - - - 6443 - tcp - sun-sr-https - Service Registry Default HTTPS Domain - - - 6443 - udp - sun-sr-https - Service Registry Default HTTPS Domain - - - 6444 - tcp - sge-qmaster - System.Xml.XmlElement - - - 6444 - tcp - sge_qmaster - Grid Engine Qmaster Service - - - 6444 - udp - sge-qmaster - System.Xml.XmlElement - - - 6444 - udp - sge_qmaster - Grid Engine Qmaster Service - - - 6445 - tcp - sge-execd - System.Xml.XmlElement - - - 6445 - tcp - sge_execd - Grid Engine Execution Service - - - 6445 - udp - sge-execd - System.Xml.XmlElement - - - 6445 - udp - sge_execd - Grid Engine Execution Service - - - 6446 - tcp - mysql-proxy - MySQL Proxy - - - 6446 - udp - mysql-proxy - MySQL Proxy - - - 6455 - tcp - skip-cert-recv - SKIP Certificate Receive - - - 6455 - udp - skip-cert-recv - SKIP Certificate Receive - - - 6456 - tcp - skip-cert-send - SKIP Certificate Send - - - 6456 - udp - skip-cert-send - SKIP Certificate Send - - - 6464 - tcp - ieee11073-20701 - Port assignment for medical device communication in accordance to IEEE 11073-20701 - - - 6464 - udp - ieee11073-20701 - Port assignment for medical device communication in accordance to IEEE 11073-20701 - - - 6471 - tcp - lvision-lm - LVision License Manager - - - 6471 - udp - lvision-lm - LVision License Manager - - - 6480 - tcp - sun-sr-http - Service Registry Default HTTP Domain - - - 6480 - udp - sun-sr-http - Service Registry Default HTTP Domain - - - 6481 - tcp - servicetags - Service Tags - - - 6481 - udp - servicetags - Service Tags - - - 6482 - tcp - ldoms-mgmt - Logical Domains Management Interface - - - 6482 - udp - ldoms-mgmt - Logical Domains Management Interface - - - 6483 - tcp - SunVTS-RMI - SunVTS RMI - - - 6483 - udp - SunVTS-RMI - SunVTS RMI - - - 6484 - tcp - sun-sr-jms - Service Registry Default JMS Domain - - - 6484 - udp - sun-sr-jms - Service Registry Default JMS Domain - - - 6485 - tcp - sun-sr-iiop - Service Registry Default IIOP Domain - - - 6485 - udp - sun-sr-iiop - Service Registry Default IIOP Domain - - - 6486 - tcp - sun-sr-iiops - Service Registry Default IIOPS Domain - - - 6486 - udp - sun-sr-iiops - Service Registry Default IIOPS Domain - - - 6487 - tcp - sun-sr-iiop-aut - Service Registry Default IIOPAuth Domain - - - 6487 - udp - sun-sr-iiop-aut - Service Registry Default IIOPAuth Domain - - - 6488 - tcp - sun-sr-jmx - Service Registry Default JMX Domain - - - 6488 - udp - sun-sr-jmx - Service Registry Default JMX Domain - - - 6489 - tcp - sun-sr-admin - Service Registry Default Admin Domain - - - 6489 - udp - sun-sr-admin - Service Registry Default Admin Domain - - - 6500 - tcp - boks - BoKS Master - - - 6500 - udp - boks - BoKS Master - - - 6501 - tcp - boks-servc - System.Xml.XmlElement - - - 6501 - tcp - boks_servc - BoKS Servc - - - 6501 - udp - boks-servc - System.Xml.XmlElement - - - 6501 - udp - boks_servc - BoKS Servc - - - 6502 - tcp - boks-servm - System.Xml.XmlElement - - - 6502 - tcp - boks_servm - BoKS Servm - - - 6502 - udp - boks-servm - System.Xml.XmlElement - - - 6502 - udp - boks_servm - BoKS Servm - - - 6503 - tcp - boks-clntd - System.Xml.XmlElement - - - 6503 - tcp - boks_clntd - BoKS Clntd - - - 6503 - udp - boks-clntd - System.Xml.XmlElement - - - 6503 - udp - boks_clntd - BoKS Clntd - - - 6505 - tcp - badm-priv - System.Xml.XmlElement - - - 6505 - tcp - badm_priv - BoKS Admin Private Port - - - 6505 - udp - badm-priv - System.Xml.XmlElement - - - 6505 - udp - badm_priv - BoKS Admin Private Port - - - 6506 - tcp - badm-pub - System.Xml.XmlElement - - - 6506 - tcp - badm_pub - BoKS Admin Public Port - - - 6506 - udp - badm-pub - System.Xml.XmlElement - - - 6506 - udp - badm_pub - BoKS Admin Public Port - - - 6507 - tcp - bdir-priv - System.Xml.XmlElement - - - 6507 - tcp - bdir_priv - BoKS Dir Server, Private Port - - - 6507 - udp - bdir-priv - System.Xml.XmlElement - - - 6507 - udp - bdir_priv - BoKS Dir Server, Private Port - - - 6508 - tcp - bdir-pub - System.Xml.XmlElement - - - 6508 - tcp - bdir_pub - BoKS Dir Server, Public Port - - - 6508 - udp - bdir-pub - System.Xml.XmlElement - - - 6508 - udp - bdir_pub - BoKS Dir Server, Public Port - - - 6509 - tcp - mgcs-mfp-port - MGCS-MFP Port - - - 6509 - udp - mgcs-mfp-port - MGCS-MFP Port - - - 6510 - tcp - mcer-port - MCER Port - - - 6510 - udp - mcer-port - MCER Port - - - 6511 - tcp - record - Reserved - - - 6511 - udp - dccp-udp - Datagram Congestion Control Protocol Encapsulation for NAT Traversal - - - 6513 - tcp - netconf-tls - NETCONF over TLS - - - 6513 - udp - record - Reserved - - - 6514 - tcp - syslog-tls - Syslog over TLS - - - 6514 - udp - syslog-tls - syslog over DTLS - - - 6514 - dccp - syslog-tls - syslog over DTLS - - - 6515 - tcp - elipse-rec - Elipse RPC Protocol - - - 6515 - udp - elipse-rec - Elipse RPC Protocol - - - 6543 - tcp - lds-distrib - lds_distrib - - - 6543 - udp - lds-distrib - lds_distrib - - - 6544 - tcp - lds-dump - LDS Dump Service - - - 6544 - udp - lds-dump - LDS Dump Service - - - 6547 - tcp - apc-6547 - APC 6547 - - - 6547 - udp - apc-6547 - APC 6547 - - - 6548 - tcp - apc-6548 - APC 6548 - - - 6548 - udp - apc-6548 - APC 6548 - - - 6549 - tcp - apc-6549 - APC 6549 - - - 6549 - udp - apc-6549 - APC 6549 - - - 6550 - tcp - fg-sysupdate - fg-sysupdate - - - 6550 - udp - fg-sysupdate - fg-sysupdate - - - 6551 - tcp - sum - Software Update Manager - - - 6551 - udp - sum - Software Update Manager - - - 6556 - tcp - checkmk-agent - Checkmk Monitoring Agent - - - 6556 - udp - record - Reserved - - - 6558 - tcp - xdsxdm - - - - - 6558 - udp - xdsxdm - - - - - 6566 - tcp - sane-port - SANE Control Port - - - 6566 - udp - sane-port - SANE Control Port - - - 6568 - tcp - canit-store - System.Xml.XmlElement - - - 6568 - tcp - canit_store - CanIt Storage Manager - - - 6568 - udp - rp-reputation - Roaring Penguin IP Address Reputation Collection - - - 6579 - tcp - affiliate - Affiliate - - - 6579 - udp - affiliate - Affiliate - - - 6580 - tcp - parsec-master - Parsec Masterserver - - - 6580 - udp - parsec-master - Parsec Masterserver - - - 6581 - tcp - parsec-peer - Parsec Peer-to-Peer - - - 6581 - udp - parsec-peer - Parsec Peer-to-Peer - - - 6582 - tcp - parsec-game - Parsec Gameserver - - - 6582 - udp - parsec-game - Parsec Gameserver - - - 6583 - tcp - joaJewelSuite - JOA Jewel Suite - - - 6583 - udp - joaJewelSuite - JOA Jewel Suite - - - 6600 - tcp - mshvlm - Microsoft Hyper-V Live Migration - - - 6600 - udp - record - Reserved - - - 6601 - tcp - mstmg-sstp - Microsoft Threat Management Gateway SSTP - - - 6601 - udp - record - Reserved - - - 6602 - tcp - wsscomfrmwk - Windows WSS Communication Framework - - - 6602 - udp - record - Reserved - - - 6619 - tcp - odette-ftps - ODETTE-FTP over TLS/SSL - - - 6619 - udp - odette-ftps - ODETTE-FTP over TLS/SSL - - - 6620 - tcp - kftp-data - Kerberos V5 FTP Data - - - 6620 - udp - kftp-data - Kerberos V5 FTP Data - - - 6621 - tcp - kftp - Kerberos V5 FTP Control - - - 6621 - udp - kftp - Kerberos V5 FTP Control - - - 6622 - tcp - mcftp - Multicast FTP - - - 6622 - udp - mcftp - Multicast FTP - - - 6623 - tcp - ktelnet - Kerberos V5 Telnet - - - 6623 - udp - ktelnet - Kerberos V5 Telnet - - - 6624 - tcp - datascaler-db - DataScaler database - - - 6624 - udp - record - Reserved - - - 6625 - tcp - datascaler-ctl - DataScaler control - - - 6625 - udp - record - Reserved - - - 6626 - tcp - wago-service - WAGO Service and Update - - - 6626 - udp - wago-service - WAGO Service and Update - - - 6627 - tcp - nexgen - Allied Electronics NeXGen - - - 6627 - udp - nexgen - Allied Electronics NeXGen - - - 6628 - tcp - afesc-mc - AFE Stock Channel M/C - - - 6628 - udp - afesc-mc - AFE Stock Channel M/C - - - 6629 - tcp - nexgen-aux - Secondary, (non ANDI) multi-protocol multi-function interface to the Allied ANDI-based family of forecourt controllers - - - 6629 - udp - nexgen-aux - Secondary, (non ANDI) multi-protocol multi-function interface to the Allied ANDI-based family of forecourt controllers - - - 6632 - tcp - mxodbc-connect - eGenix mxODBC Connect - - - 6632 - udp - record - Reserved - - - 6633 - tcp - record - Reserved - - - 6633 - udp - cisco-vpath-tun - Cisco vPath Services Overlay - - - 6634 - udp - mpls-pm - MPLS Performance Measurement out-of-band response - - - 6634 - tcp - record - Reserved - - - 6635 - tcp - record - Reserved - - - 6635 - udp - mpls-udp - Encapsulate MPLS packets in UDP tunnels. - - - 6636 - tcp - record - Reserved - - - 6636 - udp - mpls-udp-dtls - Encapsulate MPLS packets in UDP tunnels with DTLS. - - - 6640 - tcp - ovsdb - Open vSwitch Database protocol - - - 6640 - udp - record - Reserved - - - 6653 - tcp - openflow - OpenFlow - - - 6653 - udp - openflow - OpenFlow - - - 6655 - tcp - pcs-sf-ui-man - PC SOFT - Software factory UI/manager - - - 6655 - udp - record - Reserved - - - 6656 - tcp - emgmsg - Emergency Message Control Service - - - 6656 - udp - record - Reserved - - - 6657 - tcp - record - Reserved - - - 6657 - udp - palcom-disc - PalCom Discovery - - - 6665 - tcp - ircu - IRCU - - - 6666 - tcp - ircu - IRCU - - - 6667 - tcp - ircu - IRCU - - - 6668 - tcp - ircu - IRCU - - - 6669 - tcp - ircu - IRCU - - - 6665 - udp - record - Reserved - - - 6666 - udp - record - Reserved - - - 6667 - udp - record - Reserved - - - 6668 - udp - record - Reserved - - - 6669 - udp - record - Reserved - - - 6670 - tcp - vocaltec-gold - Vocaltec Global Online Directory - - - 6670 - udp - vocaltec-gold - Vocaltec Global Online Directory - - - 6671 - tcp - p4p-portal - P4P Portal Service - - - 6671 - udp - p4p-portal - P4P Portal Service - - - 6672 - tcp - vision-server - System.Xml.XmlElement - - - 6672 - tcp - vision_server - vision_server - - - 6672 - udp - vision-server - System.Xml.XmlElement - - - 6672 - udp - vision_server - vision_server - - - 6673 - tcp - vision-elmd - System.Xml.XmlElement - - - 6673 - tcp - vision_elmd - vision_elmd - - - 6673 - udp - vision-elmd - System.Xml.XmlElement - - - 6673 - udp - vision_elmd - vision_elmd - - - 6678 - tcp - vfbp - Viscount Freedom Bridge Protocol - - - 6678 - udp - vfbp-disc - Viscount Freedom Bridge Discovery - - - 6679 - tcp - osaut - Osorno Automation - - - 6679 - udp - osaut - Osorno Automation - - - 6687 - tcp - clever-ctrace - CleverView for cTrace Message Service - - - 6687 - udp - record - Reserved - - - 6688 - tcp - clever-tcpip - CleverView for TCP/IP Message Service - - - 6688 - udp - record - Reserved - - - 6689 - tcp - tsa - Tofino Security Appliance - - - 6689 - udp - tsa - Tofino Security Appliance - - - 6690 - tcp - cleverdetect - CLEVERDetect Message Service - - - 6690 - udp - record - Reserved - - - 6696 - tcp - record - Reserved - - - 6696 - udp - babel - Babel Routing Protocol - - - 6697 - tcp - ircs-u - Internet Relay Chat via TLS/SSL - - - 6697 - udp - record - Reserved - - - 6699 - tcp - record - Reserved - - - 6699 - udp - babel-dtls - Babel Routing Protocol over DTLS - - - 6701 - tcp - kti-icad-srvr - KTI/ICAD Nameserver - - - 6701 - udp - kti-icad-srvr - KTI/ICAD Nameserver - - - 6701 - sctp - record - Unassigned - - - 6702 - tcp - e-design-net - e-Design network - - - 6702 - udp - e-design-net - e-Design network - - - 6702 - sctp - record - Unassigned - - - 6703 - tcp - e-design-web - e-Design web - - - 6703 - udp - e-design-web - e-Design web - - - 6704 - udp - record - Reserved - - - 6704 - tcp - record - Reserved - - - 6704 - sctp - frc-hp - ForCES HP (High Priority) channel - - - 6705 - udp - record - Reserved - - - 6705 - tcp - record - Reserved - - - 6705 - sctp - frc-mp - ForCES MP (Medium Priority) channel - - - 6706 - udp - record - Reserved - - - 6706 - tcp - record - Reserved - - - 6706 - sctp - frc-lp - ForCES LP (Low priority) channel - - - 6714 - tcp - ibprotocol - Internet Backplane Protocol - - - 6714 - udp - ibprotocol - Internet Backplane Protocol - - - 6715 - tcp - fibotrader-com - Fibotrader Communications - - - 6715 - udp - fibotrader-com - Fibotrader Communications - - - 6716 - tcp - princity-agent - Princity Agent - - - 6716 - udp - record - Reserved - - - 6767 - tcp - bmc-perf-agent - BMC PERFORM AGENT - - - 6767 - udp - bmc-perf-agent - BMC PERFORM AGENT - - - 6768 - tcp - bmc-perf-mgrd - BMC PERFORM MGRD - - - 6768 - udp - bmc-perf-mgrd - BMC PERFORM MGRD - - - 6769 - tcp - adi-gxp-srvprt - ADInstruments GxP Server - - - 6769 - udp - adi-gxp-srvprt - ADInstruments GxP Server - - - 6770 - tcp - plysrv-http - PolyServe http - - - 6770 - udp - plysrv-http - PolyServe http - - - 6771 - tcp - plysrv-https - PolyServe https - - - 6771 - udp - plysrv-https - PolyServe https - - - 6777 - tcp - ntz-tracker - netTsunami Tracker - - - 6777 - udp - record - Reserved - - - 6778 - tcp - ntz-p2p-storage - netTsunami p2p storage system - - - 6778 - udp - record - Reserved - - - 6784 - tcp - record - Reserved - - - 6784 - udp - bfd-lag - Bidirectional Forwarding Detection (BFD) on Link Aggregation Group (LAG) Interfaces - - - 6785 - tcp - dgpf-exchg - DGPF Individual Exchange - - - 6785 - udp - dgpf-exchg - DGPF Individual Exchange - - - 6786 - tcp - smc-jmx - Sun Java Web Console JMX - - - 6786 - udp - smc-jmx - Sun Java Web Console JMX - - - 6787 - tcp - smc-admin - Sun Web Console Admin - - - 6787 - udp - smc-admin - Sun Web Console Admin - - - 6788 - tcp - smc-http - SMC-HTTP - - - 6788 - udp - smc-http - SMC-HTTP - - - 6789 - tcp - radg - GSS-API for the Oracle Remote Administration Daemon - - - 6789 - udp - record - Reserved - - - 6790 - tcp - hnmp - HNMP - - - 6790 - udp - hnmp - HNMP - - - 6791 - tcp - hnm - Halcyon Network Manager - - - 6791 - udp - hnm - Halcyon Network Manager - - - 6801 - tcp - acnet - ACNET Control System Protocol - - - 6801 - udp - acnet - ACNET Control System Protocol - - - 6817 - tcp - pentbox-sim - PenTBox Secure IM Protocol - - - 6817 - udp - record - Reserved - - - 6831 - tcp - ambit-lm - ambit-lm - - - 6831 - udp - ambit-lm - ambit-lm - - - 6841 - tcp - netmo-default - Netmo Default - - - 6841 - udp - netmo-default - Netmo Default - - - 6842 - tcp - netmo-http - Netmo HTTP - - - 6842 - udp - netmo-http - Netmo HTTP - - - 6850 - tcp - iccrushmore - ICCRUSHMORE - - - 6850 - udp - iccrushmore - ICCRUSHMORE - - - 6868 - tcp - acctopus-cc - Acctopus Command Channel - - - 6868 - udp - acctopus-st - Acctopus Status - - - 6888 - tcp - muse - MUSE - - - 6888 - udp - muse - MUSE - - - 6900 - tcp - rtimeviewer - R*TIME Viewer Data Interface - - - 6900 - udp - record - Reserved - - - 6901 - tcp - jetstream - Novell Jetstream messaging protocol - - - 6901 - udp - record - Reserved - - - 6924 - tcp - split-ping - Ping with RX/TX latency/loss split - - - 6924 - udp - split-ping - Ping with RX/TX latency/loss split - - - 6935 - tcp - ethoscan - EthoScan Service - - - 6935 - udp - ethoscan - EthoScan Service - - - 6936 - tcp - xsmsvc - XenSource Management Service - - - 6936 - udp - xsmsvc - XenSource Management Service - - - 6946 - tcp - bioserver - Biometrics Server - - - 6946 - udp - bioserver - Biometrics Server - - - 6951 - tcp - otlp - OTLP - - - 6951 - udp - otlp - OTLP - - - 6961 - tcp - jmact3 - JMACT3 - - - 6961 - udp - jmact3 - JMACT3 - - - 6962 - tcp - jmevt2 - jmevt2 - - - 6962 - udp - jmevt2 - jmevt2 - - - 6963 - tcp - swismgr1 - swismgr1 - - - 6963 - udp - swismgr1 - swismgr1 - - - 6964 - tcp - swismgr2 - swismgr2 - - - 6964 - udp - swismgr2 - swismgr2 - - - 6965 - tcp - swistrap - swistrap - - - 6965 - udp - swistrap - swistrap - - - 6966 - tcp - swispol - swispol - - - 6966 - udp - swispol - swispol - - - 6969 - tcp - acmsoda - acmsoda - - - 6969 - udp - acmsoda - acmsoda - - - 6970 - tcp - conductor - Conductor test coordination protocol - - - 6970 - udp - record - Reserved - - - 6970 - sctp - conductor-mpx - conductor for multiplex - - - 6980 - tcp - record - Reserved - - - 6980 - udp - qolyester - QoS-extended OLSR protocol - - - 6997 - tcp - MobilitySrv - Mobility XE Protocol - - - 6997 - udp - MobilitySrv - Mobility XE Protocol - - - 6998 - tcp - iatp-highpri - IATP-highPri - - - 6998 - udp - iatp-highpri - IATP-highPri - - - 6999 - tcp - iatp-normalpri - IATP-normalPri - - - 6999 - udp - iatp-normalpri - IATP-normalPri - - - 7000 - tcp - afs3-fileserver - file server itself - - - 7000 - udp - afs3-fileserver - file server itself - - - 7001 - tcp - afs3-callback - callbacks to cache managers - - - 7001 - udp - afs3-callback - callbacks to cache managers - - - 7002 - tcp - afs3-prserver - users & groups database - - - 7002 - udp - afs3-prserver - users & groups database - - - 7003 - tcp - afs3-vlserver - volume location database - - - 7003 - udp - afs3-vlserver - volume location database - - - 7004 - tcp - afs3-kaserver - AFS/Kerberos authentication service - - - 7004 - udp - afs3-kaserver - AFS/Kerberos authentication service - - - 7005 - tcp - afs3-volser - volume managment server - - - 7005 - udp - afs3-volser - volume managment server - - - 7006 - tcp - afs3-errors - error interpretation service - - - 7006 - udp - afs3-errors - error interpretation service - - - 7007 - tcp - afs3-bos - basic overseer process - - - 7007 - udp - afs3-bos - basic overseer process - - - 7008 - tcp - afs3-update - server-to-server updater - - - 7008 - udp - afs3-update - server-to-server updater - - - 7009 - tcp - afs3-rmtsys - remote cache manager service - - - 7009 - udp - afs3-rmtsys - remote cache manager service - - - 7010 - tcp - ups-onlinet - onlinet uninterruptable power supplies - - - 7010 - udp - ups-onlinet - onlinet uninterruptable power supplies - - - 7011 - tcp - talon-disc - Talon Discovery Port - - - 7011 - udp - talon-disc - Talon Discovery Port - - - 7012 - tcp - talon-engine - Talon Engine - - - 7012 - udp - talon-engine - Talon Engine - - - 7013 - tcp - microtalon-dis - Microtalon Discovery - - - 7013 - udp - microtalon-dis - Microtalon Discovery - - - 7014 - tcp - microtalon-com - Microtalon Communications - - - 7014 - udp - microtalon-com - Microtalon Communications - - - 7015 - tcp - talon-webserver - Talon Webserver - - - 7015 - udp - talon-webserver - Talon Webserver - - - 7016 - tcp - spg - SPG Controls Carrier - - - 7016 - udp - spg - SPG Controls Carrier - - - 7017 - tcp - grasp - GeneRic Autonomic Signaling Protocol - - - 7017 - udp - grasp - GeneRic Autonomic Signaling Protocol - - - 7018 - tcp - fisa-svc - FISA Service - - - 7018 - udp - record - Reserved - - - 7019 - tcp - doceri-ctl - doceri drawing service control - - - 7019 - udp - doceri-view - doceri drawing service screen view - - - 7020 - tcp - dpserve - DP Serve - - - 7020 - udp - dpserve - DP Serve - - - 7021 - tcp - dpserveadmin - DP Serve Admin - - - 7021 - udp - dpserveadmin - DP Serve Admin - - - 7022 - tcp - ctdp - CT Discovery Protocol - - - 7022 - udp - ctdp - CT Discovery Protocol - - - 7023 - tcp - ct2nmcs - Comtech T2 NMCS - - - 7023 - udp - ct2nmcs - Comtech T2 NMCS - - - 7024 - tcp - vmsvc - Vormetric service - - - 7024 - udp - vmsvc - Vormetric service - - - 7025 - tcp - vmsvc-2 - Vormetric Service II - - - 7025 - udp - vmsvc-2 - Vormetric Service II - - - 7026 - tcp - loreji-panel - Loreji Webhosting Panel - - - 7026 - udp - record - Reserved - - - 7030 - tcp - op-probe - ObjectPlanet probe - - - 7030 - udp - op-probe - ObjectPlanet probe - - - 7031 - tcp - iposplanet - IPOSPLANET retailing multi devices protocol - - - 7031 - udp - record - Reserved - - - 7040 - tcp - record - Reserved - - - 7040 - udp - quest-disc - Quest application level network service discovery - - - 7070 - tcp - arcp - ARCP - - - 7070 - udp - arcp - ARCP - - - 7071 - tcp - iwg1 - IWGADTS Aircraft Housekeeping Message - - - 7071 - udp - iwg1 - IWGADTS Aircraft Housekeeping Message - - - 7072 - tcp - iba-cfg - iba Device Configuration Protocol - - - 7072 - udp - iba-cfg-disc - iba Device Configuration Protocol - - - 7073 - tcp - martalk - MarTalk protocol - - - 7073 - udp - record - Reserved - - - 7080 - tcp - empowerid - EmpowerID Communication - - - 7080 - udp - empowerid - EmpowerID Communication - - - 7088 - tcp - record - Reserved - - - 7088 - udp - zixi-transport - Zixi live video transport protocol - - - 7095 - udp - jdp-disc - Java Discovery Protocol - - - 7095 - tcp - record - Reserved - - - 7099 - tcp - lazy-ptop - lazy-ptop - - - 7099 - udp - lazy-ptop - lazy-ptop - - - 7100 - tcp - font-service - X Font Service - - - 7100 - udp - font-service - X Font Service - - - 7101 - tcp - elcn - Embedded Light Control Network - - - 7101 - udp - elcn - Embedded Light Control Network - - - 7107 - tcp - record - Reserved - - - 7107 - udp - aes-x170 - AES-X170 - - - 7117 - tcp - rothaga - Encrypted chat and file transfer service - - - 7117 - udp - record - Reserved - - - 7121 - tcp - virprot-lm - Virtual Prototypes License Manager - - - 7121 - udp - virprot-lm - Virtual Prototypes License Manager - - - 7123 - tcp - snif - End-to-end TLS Relay Control Connection - - - 7123 - udp - record - Reserved - - - 7128 - tcp - scenidm - intelligent data manager - - - 7128 - udp - scenidm - intelligent data manager - - - 7129 - tcp - scenccs - Catalog Content Search - - - 7129 - udp - scenccs - Catalog Content Search - - - 7161 - tcp - cabsm-comm - CA BSM Comm - - - 7161 - udp - cabsm-comm - CA BSM Comm - - - 7162 - tcp - caistoragemgr - CA Storage Manager - - - 7162 - udp - caistoragemgr - CA Storage Manager - - - 7163 - tcp - cacsambroker - CA Connection Broker - - - 7163 - udp - cacsambroker - CA Connection Broker - - - 7164 - tcp - fsr - File System Repository Agent - - - 7164 - udp - fsr - File System Repository Agent - - - 7165 - tcp - doc-server - Document WCF Server - - - 7165 - udp - doc-server - Document WCF Server - - - 7166 - tcp - aruba-server - Aruba eDiscovery Server - - - 7166 - udp - aruba-server - Aruba eDiscovery Server - - - 7167 - tcp - casrmagent - CA SRM Agent - - - 7167 - udp - record - Reserved - - - 7168 - tcp - cnckadserver - cncKadServer DB & Inventory Services - - - 7168 - udp - record - Reserved - - - 7169 - tcp - ccag-pib - Consequor Consulting Process Integration Bridge - - - 7169 - udp - ccag-pib - Consequor Consulting Process Integration Bridge - - - 7170 - tcp - nsrp - Adaptive Name/Service Resolution - - - 7170 - udp - nsrp - Adaptive Name/Service Resolution - - - 7171 - tcp - drm-production - Discovery and Retention Mgt Production - - - 7171 - udp - drm-production - Discovery and Retention Mgt Production - - - 7172 - tcp - metalbend - Port used for MetalBend programmable interface - - - 7172 - udp - record - Reserved - - - 7173 - tcp - zsecure - zSecure Server - - - 7173 - udp - record - Reserved - - - 7174 - tcp - clutild - Clutild - - - 7174 - udp - clutild - Clutild - - - 7181 - udp - janus-disc - Janus Guidewire Enterprise Discovery Service Bus - - - 7181 - tcp - record - Reserved - - - 7200 - tcp - fodms - FODMS FLIP - - - 7200 - udp - fodms - FODMS FLIP - - - 7201 - tcp - dlip - DLIP - - - 7201 - udp - dlip - DLIP - - - 7202 - tcp - pon-ictp - Inter-Channel Termination Protocol (ICTP) for multi-wavelength PON (Passive Optical Network) systems - - - 7202 - udp - record - Reserved - - - 7215 - tcp - PS-Server - Communication ports for PaperStream Server services - - - 7215 - udp - record - Reserved - - - 7216 - tcp - PS-Capture-Pro - PaperStream Capture Professional - - - 7216 - udp - record - Reserved - - - 7227 - tcp - ramp - Registry A & M Protocol - - - 7227 - udp - ramp - Registry A & M Protocol - - - 7228 - tcp - citrixupp - Citrix Universal Printing Port - - - 7228 - udp - record - Reserved - - - 7229 - tcp - citrixuppg - Citrix UPP Gateway - - - 7229 - udp - record - Reserved - - - 7234 - tcp - asa-gateways - Traffic forwarding for Okta cloud infra - - - 7234 - udp - record - Reserved - - - 7235 - udp - aspcoordination - ASP Coordination Protocol - - - 7235 - tcp - record - Reserved - - - 7236 - tcp - display - Wi-Fi Alliance Wi-Fi Display Protocol - - - 7236 - udp - record - Reserved - - - 7237 - tcp - pads - PADS (Public Area Display System) Server - - - 7237 - udp - record - Reserved - - - 7244 - tcp - frc-hicp - FrontRow Calypso Human Interface Control Protocol - - - 7244 - udp - frc-hicp-disc - FrontRow Calypso Human Interface Control Protocol - - - 7262 - tcp - cnap - Calypso Network Access Protocol - - - 7262 - udp - cnap - Calypso Network Access Protocol - - - 7272 - tcp - watchme-7272 - WatchMe Monitoring 7272 - - - 7272 - udp - watchme-7272 - WatchMe Monitoring 7272 - - - 7273 - tcp - oma-rlp - OMA Roaming Location - - - 7273 - udp - oma-rlp - OMA Roaming Location - - - 7274 - tcp - oma-rlp-s - OMA Roaming Location SEC - - - 7274 - udp - oma-rlp-s - OMA Roaming Location SEC - - - 7275 - tcp - oma-ulp - OMA UserPlane Location - - - 7275 - udp - oma-ulp - OMA UserPlane Location - - - 7276 - tcp - oma-ilp - OMA Internal Location Protocol - - - 7276 - udp - oma-ilp - OMA Internal Location Protocol - - - 7277 - tcp - oma-ilp-s - OMA Internal Location Secure Protocol - - - 7277 - udp - oma-ilp-s - OMA Internal Location Secure Protocol - - - 7278 - tcp - oma-dcdocbs - OMA Dynamic Content Delivery over CBS - - - 7278 - udp - oma-dcdocbs - OMA Dynamic Content Delivery over CBS - - - 7279 - tcp - ctxlic - Citrix Licensing - - - 7279 - udp - ctxlic - Citrix Licensing - - - 7280 - tcp - itactionserver1 - ITACTIONSERVER 1 - - - 7280 - udp - itactionserver1 - ITACTIONSERVER 1 - - - 7281 - tcp - itactionserver2 - ITACTIONSERVER 2 - - - 7281 - udp - itactionserver2 - ITACTIONSERVER 2 - - - 7282 - tcp - mzca-action - eventACTION/ussACTION (MZCA) server - - - 7282 - udp - mzca-alert - eventACTION/ussACTION (MZCA) alert - - - 7283 - tcp - genstat - General Statistics Rendezvous Protocol - - - 7283 - udp - record - Reserved - - - 7365 - tcp - lcm-server - LifeKeeper Communications - - - 7365 - udp - lcm-server - LifeKeeper Communications - - - 7391 - tcp - mindfilesys - mind-file system server - - - 7391 - udp - mindfilesys - mind-file system server - - - 7392 - tcp - mrssrendezvous - mrss-rendezvous server - - - 7392 - udp - mrssrendezvous - mrss-rendezvous server - - - 7393 - tcp - nfoldman - nFoldMan Remote Publish - - - 7393 - udp - nfoldman - nFoldMan Remote Publish - - - 7394 - tcp - fse - File system export of backup images - - - 7394 - udp - fse - File system export of backup images - - - 7395 - tcp - winqedit - winqedit - - - 7395 - udp - winqedit - winqedit - - - 7397 - tcp - hexarc - Hexarc Command Language - - - 7397 - udp - hexarc - Hexarc Command Language - - - 7400 - tcp - rtps-discovery - RTPS Discovery - - - 7400 - udp - rtps-discovery - RTPS Discovery - - - 7401 - tcp - rtps-dd-ut - RTPS Data-Distribution User-Traffic - - - 7401 - udp - rtps-dd-ut - RTPS Data-Distribution User-Traffic - - - 7402 - tcp - rtps-dd-mt - RTPS Data-Distribution Meta-Traffic - - - 7402 - udp - rtps-dd-mt - RTPS Data-Distribution Meta-Traffic - - - 7410 - tcp - ionixnetmon - Ionix Network Monitor - - - 7410 - udp - ionixnetmon - Ionix Network Monitor - - - 7411 - tcp - daqstream - Streaming of measurement data - - - 7411 - udp - daqstream - Streaming of measurement data - - - 7420 - tcp - record - Reserved - - - 7420 - udp - ipluminary - Multichannel real-time lighting control - - - 7421 - tcp - mtportmon - Matisse Port Monitor - - - 7421 - udp - mtportmon - Matisse Port Monitor - - - 7426 - tcp - pmdmgr - OpenView DM Postmaster Manager - - - 7426 - udp - pmdmgr - OpenView DM Postmaster Manager - - - 7427 - tcp - oveadmgr - OpenView DM Event Agent Manager - - - 7427 - udp - oveadmgr - OpenView DM Event Agent Manager - - - 7428 - tcp - ovladmgr - OpenView DM Log Agent Manager - - - 7428 - udp - ovladmgr - OpenView DM Log Agent Manager - - - 7429 - tcp - opi-sock - OpenView DM rqt communication - - - 7429 - udp - opi-sock - OpenView DM rqt communication - - - 7430 - tcp - xmpv7 - OpenView DM xmpv7 api pipe - - - 7430 - udp - xmpv7 - OpenView DM xmpv7 api pipe - - - 7431 - tcp - pmd - OpenView DM ovc/xmpv3 api pipe - - - 7431 - udp - pmd - OpenView DM ovc/xmpv3 api pipe - - - 7437 - tcp - faximum - Faximum - - - 7437 - udp - faximum - Faximum - - - 7443 - tcp - oracleas-https - Oracle Application Server HTTPS - - - 7443 - udp - oracleas-https - Oracle Application Server HTTPS - - - 7471 - tcp - sttunnel - Stateless Transport Tunneling Protocol - - - 7471 - udp - record - Reserved - - - 7473 - tcp - rise - Rise: The Vieneo Province - - - 7473 - udp - rise - Rise: The Vieneo Province - - - 7474 - tcp - neo4j - Neo4j Graph Database - - - 7474 - udp - record - Reserved - - - 7478 - tcp - openit - IT Asset Management - - - 7478 - udp - record - Reserved - - - 7491 - tcp - telops-lmd - telops-lmd - - - 7491 - udp - telops-lmd - telops-lmd - - - 7500 - tcp - silhouette - Silhouette User - - - 7500 - udp - silhouette - Silhouette User - - - 7501 - tcp - ovbus - HP OpenView Bus Daemon - - - 7501 - udp - ovbus - HP OpenView Bus Daemon - - - 7508 - tcp - adcp - Automation Device Configuration Protocol - - - 7508 - udp - record - Reserved - - - 7509 - tcp - acplt - ACPLT - process automation service - - - 7509 - udp - record - Reserved - - - 7510 - tcp - ovhpas - HP OpenView Application Server - - - 7510 - udp - ovhpas - HP OpenView Application Server - - - 7511 - tcp - pafec-lm - pafec-lm - - - 7511 - udp - pafec-lm - pafec-lm - - - 7542 - tcp - saratoga - Saratoga Transfer Protocol - - - 7542 - udp - saratoga - Saratoga Transfer Protocol - - - 7543 - tcp - atul - atul server - - - 7543 - udp - atul - atul server - - - 7544 - tcp - nta-ds - FlowAnalyzer DisplayServer - - - 7544 - udp - nta-ds - FlowAnalyzer DisplayServer - - - 7545 - tcp - nta-us - FlowAnalyzer UtilityServer - - - 7545 - udp - nta-us - FlowAnalyzer UtilityServer - - - 7546 - tcp - cfs - Cisco Fabric service - - - 7546 - udp - cfs - Cisco Fabric service - - - 7547 - tcp - cwmp - Broadband Forum CWMP - - - 7547 - udp - cwmp - Broadband Forum CWMP - - - 7548 - tcp - tidp - Threat Information Distribution Protocol - - - 7548 - udp - tidp - Threat Information Distribution Protocol - - - 7549 - tcp - nls-tl - Network Layer Signaling Transport Layer - - - 7549 - udp - nls-tl - Network Layer Signaling Transport Layer - - - 7550 - tcp - record - Reserved - - - 7550 - udp - cloudsignaling - Cloud Signaling Service - - - 7551 - tcp - controlone-con - ControlONE Console signaling - - - 7551 - udp - record - Reserved - - - 7560 - tcp - sncp - Sniffer Command Protocol - - - 7560 - udp - sncp - Sniffer Command Protocol - - - 7563 - tcp - cfw - Control Framework - - - 7563 - udp - record - Reserved - - - 7566 - tcp - vsi-omega - VSI Omega - - - 7566 - udp - vsi-omega - VSI Omega - - - 7569 - tcp - dell-eql-asm - Dell EqualLogic Host Group Management - - - 7569 - udp - record - Reserved - - - 7570 - tcp - aries-kfinder - Aries Kfinder - - - 7570 - udp - aries-kfinder - Aries Kfinder - - - 7574 - tcp - coherence - Oracle Coherence Cluster Service - - - 7574 - udp - coherence-disc - Oracle Coherence Cluster discovery service - - - 7588 - tcp - sun-lm - Sun License Manager - - - 7588 - udp - sun-lm - Sun License Manager - - - 7606 - tcp - mipi-debug - MIPI Alliance Debug - - - 7606 - udp - mipi-debug - MIPI Alliance Debug - - - 7624 - tcp - indi - Instrument Neutral Distributed Interface - - - 7624 - udp - indi - Instrument Neutral Distributed Interface - - - 7626 - tcp - simco - SImple Middlebox COnfiguration (SIMCO) Server - - - 7626 - udp - record - De-registered - - - 7626 - sctp - simco - SImple Middlebox COnfiguration (SIMCO) - - - 7627 - tcp - soap-http - SOAP Service Port - - - 7627 - udp - soap-http - SOAP Service Port - - - 7628 - tcp - zen-pawn - Primary Agent Work Notification - - - 7628 - udp - zen-pawn - Primary Agent Work Notification - - - 7629 - tcp - xdas - OpenXDAS Wire Protocol - - - 7629 - udp - xdas - OpenXDAS Wire Protocol - - - 7630 - tcp - hawk - HA Web Konsole - - - 7630 - udp - record - Reserved - - - 7631 - tcp - tesla-sys-msg - TESLA System Messaging - - - 7631 - udp - record - Reserved - - - 7633 - tcp - pmdfmgt - PMDF Management - - - 7633 - udp - pmdfmgt - PMDF Management - - - 7648 - tcp - cuseeme - bonjour-cuseeme - - - 7648 - udp - cuseeme - bonjour-cuseeme - - - 7663 - tcp - rome - Proprietary immutable distributed data storage - - - 7663 - udp - rome - Proprietary immutable distributed data storage - - - 7672 - tcp - imqstomp - iMQ STOMP Server - - - 7672 - udp - record - Reserved - - - 7673 - tcp - imqstomps - iMQ STOMP Server over SSL - - - 7673 - udp - record - Reserved - - - 7674 - tcp - imqtunnels - iMQ SSL tunnel - - - 7674 - udp - imqtunnels - iMQ SSL tunnel - - - 7675 - tcp - imqtunnel - iMQ Tunnel - - - 7675 - udp - imqtunnel - iMQ Tunnel - - - 7676 - tcp - imqbrokerd - iMQ Broker Rendezvous - - - 7676 - udp - imqbrokerd - iMQ Broker Rendezvous - - - 7677 - tcp - sun-user-https - Sun App Server - HTTPS - - - 7677 - udp - sun-user-https - Sun App Server - HTTPS - - - 7680 - tcp - ms-do - Microsoft Delivery Optimization Peer-to-Peer - - - 7680 - udp - ms-do - Microsoft Delivery Optimization Peer-to-Peer - - - 7683 - tcp - dmt - Cleondris DMT - - - 7683 - udp - record - Reserved - - - 7687 - tcp - bolt - Bolt database connection - - - 7687 - udp - record - Reserved - - - 7689 - tcp - collaber - Collaber Network Service - - - 7689 - udp - collaber - Collaber Network Service - - - 7690 - tcp - sovd - Service-Oriented Vehicle Diagnostics - - - 7690 - udp - record - Reserved - - - 7697 - tcp - klio - KLIO communications - - - 7697 - udp - klio - KLIO communications - - - 7700 - tcp - em7-secom - EM7 Secure Communications - - - 7700 - udp - record - Reserved - - - 7701 - tcp - record - Reserved - - - 7701 - udp - record - Reserved - - - 7701 - sctp - nfapi - SCF nFAPI defining MAC/PHY split - - - 7707 - tcp - sync-em7 - EM7 Dynamic Updates - - - 7707 - udp - sync-em7 - EM7 Dynamic Updates - - - 7708 - tcp - scinet - scientia.net - - - 7708 - udp - scinet - scientia.net - - - 7720 - tcp - medimageportal - MedImage Portal - - - 7720 - udp - medimageportal - MedImage Portal - - - 7724 - tcp - nsdeepfreezectl - Novell Snap-in Deep Freeze Control - - - 7724 - udp - nsdeepfreezectl - Novell Snap-in Deep Freeze Control - - - 7725 - tcp - nitrogen - Nitrogen Service - - - 7725 - udp - nitrogen - Nitrogen Service - - - 7726 - tcp - freezexservice - FreezeX Console Service - - - 7726 - udp - freezexservice - FreezeX Console Service - - - 7727 - tcp - trident-data - Trident Systems Data - - - 7727 - udp - trident-data - Trident Systems Data - - - 7728 - tcp - osvr - Open-Source Virtual Reality - - - 7728 - udp - osvr - Open-Source Virtual Reality - - - 7728 - sctp - osvr - Open-Source Virtual Reality - - - 7734 - tcp - smip - Smith Protocol over IP - - - 7734 - udp - smip - Smith Protocol over IP - - - 7738 - tcp - aiagent - HP Enterprise Discovery Agent - - - 7738 - udp - aiagent - HP Enterprise Discovery Agent - - - 7741 - tcp - scriptview - ScriptView Network - - - 7741 - udp - scriptview - ScriptView Network - - - 7742 - tcp - msss - Mugginsoft Script Server Service - - - 7742 - udp - record - Reserved - - - 7743 - tcp - sstp-1 - Sakura Script Transfer Protocol - - - 7743 - udp - sstp-1 - Sakura Script Transfer Protocol - - - 7744 - tcp - raqmon-pdu - RAQMON PDU - - - 7744 - udp - raqmon-pdu - RAQMON PDU - - - 7747 - tcp - prgp - Put/Run/Get Protocol - - - 7747 - udp - prgp - Put/Run/Get Protocol - - - 7775 - tcp - inetfs - A File System using TLS over a wide area network - - - 7775 - udp - record - Reserved - - - 7777 - tcp - cbt - cbt - - - 7777 - udp - cbt - cbt - - - 7778 - tcp - interwise - Interwise - - - 7778 - udp - interwise - Interwise - - - 7779 - tcp - vstat - VSTAT - - - 7779 - udp - vstat - VSTAT - - - 7781 - tcp - accu-lmgr - accu-lmgr - - - 7781 - udp - accu-lmgr - accu-lmgr - - - 7784 - udp - s-bfd - Seamless Bidirectional Forwarding Detection (S-BFD) - - - 7784 - tcp - record - Reserved - - - 7786 - tcp - minivend - MINIVEND - - - 7786 - udp - minivend - MINIVEND - - - 7787 - tcp - popup-reminders - Popup Reminders Receive - - - 7787 - udp - popup-reminders - Popup Reminders Receive - - - 7789 - tcp - office-tools - Office Tools Pro Receive - - - 7789 - udp - office-tools - Office Tools Pro Receive - - - 7794 - tcp - q3ade - Q3ADE Cluster Service - - - 7794 - udp - q3ade - Q3ADE Cluster Service - - - 7797 - tcp - pnet-conn - Propel Connector port - - - 7797 - udp - pnet-conn - Propel Connector port - - - 7798 - tcp - pnet-enc - Propel Encoder port - - - 7798 - udp - pnet-enc - Propel Encoder port - - - 7799 - tcp - altbsdp - Alternate BSDP Service - - - 7799 - udp - altbsdp - Alternate BSDP Service - - - 7800 - tcp - asr - Apple Software Restore - - - 7800 - udp - asr - Apple Software Restore - - - 7801 - tcp - ssp-client - Secure Server Protocol - client - - - 7801 - udp - ssp-client - Secure Server Protocol - client - - - 7802 - udp - vns-tp - Virtualized Network Services Tunnel Protocol - - - 7802 - tcp - record - Reserved - - - 7810 - tcp - rbt-wanopt - Riverbed WAN Optimization Protocol - - - 7810 - udp - rbt-wanopt - Riverbed WAN Optimization Protocol - - - 7845 - tcp - apc-7845 - APC 7845 - - - 7845 - udp - apc-7845 - APC 7845 - - - 7846 - tcp - apc-7846 - APC 7846 - - - 7846 - udp - apc-7846 - APC 7846 - - - 7847 - tcp - csoauth - A product key authentication protocol made by CSO - - - 7847 - udp - record - Reserved - - - 7869 - tcp - mobileanalyzer - MobileAnalyzer& MobileMonitor - - - 7869 - udp - record - Reserved - - - 7870 - tcp - rbt-smc - Riverbed Steelhead Mobile Service - - - 7870 - udp - record - Reserved - - - 7871 - tcp - mdm - Mobile Device Management - - - 7871 - udp - record - Reserved - - - 7872 - tcp - record - Reserved - - - 7872 - udp - mipv6tls - TLS-based Mobile IPv6 Security - - - 7878 - tcp - owms - Opswise Message Service - - - 7878 - udp - record - Reserved - - - 7880 - tcp - pss - Pearson - - - 7880 - udp - pss - Pearson - - - 7887 - tcp - ubroker - Universal Broker - - - 7887 - udp - ubroker - Universal Broker - - - 7900 - tcp - mevent - Multicast Event - - - 7900 - udp - mevent - Multicast Event - - - 7901 - tcp - tnos-sp - TNOS Service Protocol - - - 7901 - udp - tnos-sp - TNOS Service Protocol - - - 7902 - tcp - tnos-dp - TNOS shell Protocol - - - 7902 - udp - tnos-dp - TNOS shell Protocol - - - 7903 - tcp - tnos-dps - TNOS Secure DiaguardProtocol - - - 7903 - udp - tnos-dps - TNOS Secure DiaguardProtocol - - - 7913 - tcp - qo-secure - QuickObjects secure port - - - 7913 - udp - qo-secure - QuickObjects secure port - - - 7932 - tcp - t2-drm - Tier 2 Data Resource Manager - - - 7932 - udp - t2-drm - Tier 2 Data Resource Manager - - - 7933 - tcp - t2-brm - Tier 2 Business Rules Manager - - - 7933 - udp - t2-brm - Tier 2 Business Rules Manager - - - 7962 - tcp - generalsync - Encrypted, extendable, general-purpose synchronization protocol - - - 7962 - udp - generalsync - Encrypted, extendable, general-purpose synchronization protocol - - - 7967 - tcp - supercell - Supercell - - - 7967 - udp - supercell - Supercell - - - 7979 - tcp - micromuse-ncps - Micromuse-ncps - - - 7979 - udp - micromuse-ncps - Micromuse-ncps - - - 7980 - tcp - quest-vista - Quest Vista - - - 7980 - udp - quest-vista - Quest Vista - - - 7981 - tcp - sossd-collect - Spotlight on SQL Server Desktop Collect - - - 7981 - udp - record - Reserved - - - 7982 - tcp - sossd-agent - Spotlight on SQL Server Desktop Agent - - - 7982 - udp - sossd-disc - Spotlight on SQL Server Desktop Agent Discovery - - - 7997 - tcp - pushns - PUSH Notification Service - - - 7997 - udp - record - Reserved - - - 7998 - tcp - record - Reserved - - - 7998 - udp - usicontentpush - USI Content Push Service - - - 7999 - tcp - irdmi2 - iRDMI2 - - - 7999 - udp - irdmi2 - iRDMI2 - - - 8000 - tcp - irdmi - iRDMI - - - 8000 - udp - irdmi - iRDMI - - - 8001 - tcp - vcom-tunnel - VCOM Tunnel - - - 8001 - udp - vcom-tunnel - VCOM Tunnel - - - 8002 - tcp - teradataordbms - Teradata ORDBMS - - - 8002 - udp - teradataordbms - Teradata ORDBMS - - - 8003 - tcp - mcreport - Mulberry Connect Reporting Service - - - 8003 - udp - mcreport - Mulberry Connect Reporting Service - - - 8004 - tcp - p2pevolvenet - Opensource Evolv Enterprise Platform P2P Network Node Connection Protocol - - - 8004 - udp - record - Reserved - - - 8005 - tcp - mxi - MXI Generation II for z/OS - - - 8005 - udp - mxi - MXI Generation II for z/OS - - - 8006 - tcp - wpl-analytics - World Programming analytics - - - 8006 - udp - wpl-disc - World Programming analytics discovery - - - 8007 - tcp - warppipe - I/O oriented cluster computing software - - - 8007 - udp - warppipe - I/O oriented cluster computing software - - - 8008 - tcp - http-alt - HTTP Alternate - - - 8008 - udp - http-alt - HTTP Alternate - - - 8009 - tcp - nvme-disc - NVMe over Fabrics Discovery Service - - - 8009 - udp - record - Reserved - - - 8015 - tcp - cfg-cloud - Configuration Cloud Service - - - 8015 - udp - record - Reserved - - - 8016 - tcp - ads-s - Beckhoff Automation Device Specification - - - 8016 - udp - record - Reserved - - - 8017 - tcp - record - Reserved - - - 8017 - udp - cisco-cloudsec - Cisco Cloudsec Dataplane Port Number - - - 8019 - tcp - qbdb - QB DB Dynamic Port - - - 8019 - udp - qbdb - QB DB Dynamic Port - - - 8020 - tcp - intu-ec-svcdisc - Intuit Entitlement Service and Discovery - - - 8020 - udp - intu-ec-svcdisc - Intuit Entitlement Service and Discovery - - - 8021 - tcp - intu-ec-client - Intuit Entitlement Client - - - 8021 - udp - intu-ec-client - Intuit Entitlement Client - - - 8022 - tcp - oa-system - oa-system - - - 8022 - udp - oa-system - oa-system - - - 8023 - tcp - arca-api - ARCATrust vault API - - - 8023 - udp - arca-api - ARCATrust vault API - - - 8025 - tcp - ca-audit-da - CA Audit Distribution Agent - - - 8025 - udp - ca-audit-da - CA Audit Distribution Agent - - - 8026 - tcp - ca-audit-ds - CA Audit Distribution Server - - - 8026 - udp - ca-audit-ds - CA Audit Distribution Server - - - 8027 - tcp - papachi-p2p-srv - peer tracker and data relay service - - - 8027 - udp - papachi-p2p-srv - peer tracker and data relay service - - - 8032 - tcp - pro-ed - ProEd - - - 8032 - udp - pro-ed - ProEd - - - 8033 - tcp - mindprint - MindPrint - - - 8033 - udp - mindprint - MindPrint - - - 8034 - tcp - vantronix-mgmt - .vantronix Management - - - 8034 - udp - vantronix-mgmt - .vantronix Management - - - 8040 - tcp - ampify - Ampify Messaging Protocol - - - 8040 - udp - ampify - Ampify Messaging Protocol - - - 8041 - tcp - enguity-xccetp - Xcorpeon ASIC Carrier Ethernet Transport - - - 8041 - udp - enguity-xccetp - Xcorpeon ASIC Carrier Ethernet Transport - - - 8042 - tcp - fs-agent - FireScope Agent - - - 8042 - udp - record - Reserved - - - 8043 - tcp - fs-server - FireScope Server - - - 8043 - udp - record - Reserved - - - 8044 - tcp - fs-mgmt - FireScope Management Interface - - - 8044 - udp - record - Reserved - - - 8051 - tcp - rocrail - Rocrail Client Service - - - 8051 - udp - record - Reserved - - - 8052 - tcp - senomix01 - Senomix Timesheets Server - - - 8052 - udp - senomix01 - Senomix Timesheets Server - - - 8053 - tcp - senomix02 - Senomix Timesheets Client [1 year assignment] - - - 8053 - udp - senomix02 - Senomix Timesheets Client [1 year assignment] - - - 8054 - tcp - senomix03 - Senomix Timesheets Server [1 year assignment] - - - 8054 - udp - senomix03 - Senomix Timesheets Server [1 year assignment] - - - 8055 - tcp - senomix04 - Senomix Timesheets Server [1 year assignment] - - - 8055 - udp - senomix04 - Senomix Timesheets Server [1 year assignment] - - - 8056 - tcp - senomix05 - Senomix Timesheets Server [1 year assignment] - - - 8056 - udp - senomix05 - Senomix Timesheets Server [1 year assignment] - - - 8057 - tcp - senomix06 - Senomix Timesheets Client [1 year assignment] - - - 8057 - udp - senomix06 - Senomix Timesheets Client [1 year assignment] - - - 8058 - tcp - senomix07 - Senomix Timesheets Client [1 year assignment] - - - 8058 - udp - senomix07 - Senomix Timesheets Client [1 year assignment] - - - 8059 - tcp - senomix08 - Senomix Timesheets Client [1 year assignment] - - - 8059 - udp - senomix08 - Senomix Timesheets Client [1 year assignment] - - - 8060 - tcp - record - Reserved - - - 8060 - udp - aero - Asymmetric Extended Route Optimization (AERO) - - - 8061 - tcp - nikatron-dev - Nikatron Device Protocol - - - 8061 - udp - record - Reserved - - - 8066 - tcp - toad-bi-appsrvr - Toad BI Application Server - - - 8066 - udp - record - Reserved - - - 8067 - tcp - infi-async - Infinidat async replication - - - 8067 - udp - record - Reserved - - - 8070 - tcp - ucs-isc - Oracle Unified Communication Suite's Indexed Search Converter - - - 8070 - udp - record - Reserved - - - 8074 - tcp - gadugadu - Gadu-Gadu - - - 8074 - udp - gadugadu - Gadu-Gadu - - - 8077 - tcp - - - Reserved - - - 8077 - udp - record - Reserved - - - 8080 - tcp - http-alt - HTTP Alternate (see port 80) - - - 8080 - udp - http-alt - HTTP Alternate (see port 80) - - - 8081 - tcp - sunproxyadmin - Sun Proxy Admin Service - - - 8081 - udp - sunproxyadmin - Sun Proxy Admin Service - - - 8082 - tcp - us-cli - Utilistor (Client) - - - 8082 - udp - us-cli - Utilistor (Client) - - - 8083 - tcp - us-srv - Utilistor (Server) - - - 8083 - udp - us-srv - Utilistor (Server) - - - 8084 - tcp - websnp - Snarl Network Protocol over HTTP - - - 8084 - udp - record - Reserved - - - 8086 - tcp - d-s-n - Distributed SCADA Networking Rendezvous Port - - - 8086 - udp - d-s-n - Distributed SCADA Networking Rendezvous Port - - - 8087 - tcp - simplifymedia - Simplify Media SPP Protocol - - - 8087 - udp - simplifymedia - Simplify Media SPP Protocol - - - 8088 - tcp - radan-http - Radan HTTP - - - 8088 - udp - radan-http - Radan HTTP - - - 8090 - tcp - opsmessaging - Vehicle to station messaging - - - 8090 - udp - record - Reserved - - - 8091 - tcp - jamlink - Jam Link Framework - - - 8091 - udp - record - Reserved - - - 8097 - tcp - sac - SAC Port Id - - - 8097 - udp - sac - SAC Port Id - - - 8100 - tcp - xprint-server - Xprint Server - - - 8100 - udp - xprint-server - Xprint Server - - - 8101 - tcp - ldoms-migr - Logical Domains Migration - - - 8101 - udp - record - Reserved - - - 8102 - tcp - kz-migr - Oracle Kernel zones migration server - - - 8102 - udp - record - Reserved - - - 8111 - tcp - record - Reserved - - - 8111 - udp - skynetflow - Skynetflow network services - - - 8115 - tcp - mtl8000-matrix - MTL8000 Matrix - - - 8115 - udp - mtl8000-matrix - MTL8000 Matrix - - - 8116 - tcp - cp-cluster - Check Point Clustering - - - 8116 - udp - cp-cluster - Check Point Clustering - - - 8117 - tcp - purityrpc - Purity replication clustering and remote management - - - 8117 - udp - record - Reserved - - - 8118 - tcp - privoxy - Privoxy HTTP proxy - - - 8118 - udp - privoxy - Privoxy HTTP proxy - - - 8121 - tcp - apollo-data - Apollo Data Port - - - 8121 - udp - apollo-data - Apollo Data Port - - - 8122 - tcp - apollo-admin - Apollo Admin Port - - - 8122 - udp - apollo-admin - Apollo Admin Port - - - 8128 - tcp - paycash-online - PayCash Online Protocol - - - 8128 - udp - paycash-online - PayCash Online Protocol - - - 8129 - tcp - paycash-wbp - PayCash Wallet-Browser - - - 8129 - udp - paycash-wbp - PayCash Wallet-Browser - - - 8130 - tcp - indigo-vrmi - INDIGO-VRMI - - - 8130 - udp - indigo-vrmi - INDIGO-VRMI - - - 8131 - tcp - indigo-vbcp - INDIGO-VBCP - - - 8131 - udp - indigo-vbcp - INDIGO-VBCP - - - 8132 - tcp - dbabble - dbabble - - - 8132 - udp - dbabble - dbabble - - - 8140 - tcp - puppet - The Puppet master service - - - 8140 - udp - record - Reserved - - - 8148 - tcp - isdd - i-SDD file transfer - - - 8148 - udp - isdd - i-SDD file transfer - - - 8149 - tcp - record - Reserved - - - 8149 - udp - eor-game - Edge of Reality game data - - - 8153 - tcp - quantastor - QuantaStor Management Interface - - - 8153 - udp - record - Reserved - - - 8160 - tcp - patrol - Patrol - - - 8160 - udp - patrol - Patrol - - - 8161 - tcp - patrol-snmp - Patrol SNMP - - - 8161 - udp - patrol-snmp - Patrol SNMP - - - 8162 - tcp - lpar2rrd - LPAR2RRD client server communication - - - 8162 - udp - record - Reserved - - - 8181 - tcp - intermapper - Intermapper network management system - - - 8181 - udp - record - Reserved - - - 8182 - tcp - vmware-fdm - VMware Fault Domain Manager - - - 8182 - udp - vmware-fdm - VMware Fault Domain Manager - - - 8183 - tcp - proremote - ProRemote - - - 8183 - udp - record - Reserved - - - 8184 - tcp - itach - Remote iTach Connection - - - 8184 - udp - itach - Remote iTach Connection - - - 8190 - tcp - gcp-rphy - Generic control plane for RPHY - - - 8190 - udp - record - Reserved - - - 8191 - tcp - limnerpressure - Limner Pressure - - - 8191 - udp - record - Reserved - - - 8192 - tcp - spytechphone - SpyTech Phone Service - - - 8192 - udp - spytechphone - SpyTech Phone Service - - - 8194 - tcp - blp1 - Bloomberg data API - - - 8194 - udp - blp1 - Bloomberg data API - - - 8195 - tcp - blp2 - Bloomberg feed - - - 8195 - udp - blp2 - Bloomberg feed - - - 8199 - tcp - vvr-data - VVR DATA - - - 8199 - udp - vvr-data - VVR DATA - - - 8200 - tcp - trivnet1 - TRIVNET - - - 8200 - udp - trivnet1 - TRIVNET - - - 8201 - tcp - trivnet2 - TRIVNET - - - 8201 - udp - trivnet2 - TRIVNET - - - 8202 - tcp - record - Reserved - - - 8202 - udp - aesop - Audio+Ethernet Standard Open Protocol - - - 8204 - tcp - lm-perfworks - LM Perfworks - - - 8204 - udp - lm-perfworks - LM Perfworks - - - 8205 - tcp - lm-instmgr - LM Instmgr - - - 8205 - udp - lm-instmgr - LM Instmgr - - - 8206 - tcp - lm-dta - LM Dta - - - 8206 - udp - lm-dta - LM Dta - - - 8207 - tcp - lm-sserver - LM SServer - - - 8207 - udp - lm-sserver - LM SServer - - - 8208 - tcp - lm-webwatcher - LM Webwatcher - - - 8208 - udp - lm-webwatcher - LM Webwatcher - - - 8211 - tcp - record - Reserved - - - 8211 - udp - aruba-papi - Aruba Networks AP management - - - 8230 - tcp - rexecj - RexecJ Server - - - 8230 - udp - rexecj - RexecJ Server - - - 8231 - tcp - record - Reserved - - - 8231 - udp - hncp-udp-port - HNCP - - - 8232 - tcp - record - Reserved - - - 8232 - udp - hncp-dtls-port - HNCP over DTLS - - - 8243 - tcp - synapse-nhttps - Synapse Non Blocking HTTPS - - - 8243 - udp - synapse-nhttps - Synapse Non Blocking HTTPS - - - 8266 - tcp - record - Reserved - - - 8266 - udp - espeasy-p2p - ESPeasy peer-2-peer communication - - - 8270 - tcp - robot-remote - Robot Framework Remote Library Interface - - - 8270 - udp - record - Reserved - - - 8276 - tcp - ms-mcc - Microsoft Connected Cache - - - 8276 - udp - ms-mcc - Microsoft Connected Cache - - - 8280 - tcp - synapse-nhttp - Synapse Non Blocking HTTP - - - 8280 - udp - synapse-nhttp - Synapse Non Blocking HTTP - - - 8282 - tcp - libelle - Libelle EnterpriseBus - - - 8282 - udp - libelle-disc - Libelle EnterpriseBus discovery - - - 8282 - sctp - record - Reserved - - - 8282 - dccp - record - Reserved - - - 8292 - tcp - blp3 - Bloomberg professional - - - 8292 - udp - blp3 - Bloomberg professional - - - 8293 - tcp - hiperscan-id - Hiperscan Identification Service - - - 8293 - udp - record - Reserved - - - 8294 - tcp - blp4 - Bloomberg intelligent client - - - 8294 - udp - blp4 - Bloomberg intelligent client - - - 8300 - tcp - tmi - Transport Management Interface - - - 8300 - udp - tmi - Transport Management Interface - - - 8301 - tcp - amberon - Amberon PPC/PPS - - - 8301 - udp - amberon - Amberon PPC/PPS - - - 8313 - tcp - hub-open-net - Hub Open Network - - - 8313 - udp - record - Reserved - - - 8320 - tcp - tnp-discover - Thin(ium) Network Protocol - - - 8320 - udp - tnp-discover - Thin(ium) Network Protocol - - - 8321 - tcp - tnp - Thin(ium) Network Protocol - - - 8321 - udp - tnp - Thin(ium) Network Protocol - - - 8322 - tcp - garmin-marine - Garmin Marine - - - 8322 - udp - garmin-marine - Garmin Marine - - - 8351 - tcp - server-find - Server Find - - - 8351 - udp - server-find - Server Find - - - 8376 - tcp - cruise-enum - Cruise ENUM - - - 8376 - udp - cruise-enum - Cruise ENUM - - - 8377 - tcp - cruise-swroute - Cruise SWROUTE - - - 8377 - udp - cruise-swroute - Cruise SWROUTE - - - 8378 - tcp - cruise-config - Cruise CONFIG - - - 8378 - udp - cruise-config - Cruise CONFIG - - - 8379 - tcp - cruise-diags - Cruise DIAGS - - - 8379 - udp - cruise-diags - Cruise DIAGS - - - 8380 - tcp - cruise-update - Cruise UPDATE - - - 8380 - udp - cruise-update - Cruise UPDATE - - - 8383 - tcp - m2mservices - M2m Services - - - 8383 - udp - m2mservices - M2m Services - - - 8384 - udp - marathontp - Marathon Transport Protocol - - - 8384 - tcp - record - Reserved - - - 8400 - tcp - cvd - cvd - - - 8400 - udp - cvd - cvd - - - 8401 - tcp - sabarsd - sabarsd - - - 8401 - udp - sabarsd - sabarsd - - - 8402 - tcp - abarsd - abarsd - - - 8402 - udp - abarsd - abarsd - - - 8403 - tcp - admind - admind - - - 8403 - udp - admind - admind - - - 8404 - tcp - svcloud - SuperVault Cloud - - - 8404 - udp - record - Reserved - - - 8405 - tcp - svbackup - SuperVault Backup - - - 8405 - udp - record - Reserved - - - 8415 - tcp - dlpx-sp - Delphix Session Protocol - - - 8415 - udp - record - Reserved - - - 8416 - tcp - espeech - eSpeech Session Protocol - - - 8416 - udp - espeech - eSpeech Session Protocol - - - 8417 - tcp - espeech-rtp - eSpeech RTP Protocol - - - 8417 - udp - espeech-rtp - eSpeech RTP Protocol - - - 8423 - tcp - aritts - Aristech text-to-speech server - - - 8423 - udp - record - Reserved - - - 8432 - tcp - pgbackrest - PostgreSQL Backup - - - 8432 - udp - record - Reserved - - - 8433 - tcp - record - Reserved - - - 8433 - udp - aws-as2 - Non Persistent Desktop and Application Streaming - - - 8442 - tcp - cybro-a-bus - CyBro A-bus Protocol - - - 8442 - udp - cybro-a-bus - CyBro A-bus Protocol - - - 8443 - tcp - pcsync-https - PCsync HTTPS - - - 8443 - udp - pcsync-https - PCsync HTTPS - - - 8444 - tcp - pcsync-http - PCsync HTTP - - - 8444 - udp - pcsync-http - PCsync HTTP - - - 8445 - tcp - copy - Port for copy peer sync feature - - - 8445 - udp - copy-disc - Port for copy discovery - - - 8448 - tcp - matrix-fed - Matrix Federation Protocol - - - 8448 - udp - record - Reserved - - - 8450 - tcp - npmp - npmp - - - 8450 - udp - npmp - npmp - - - 8457 - tcp - nexentamv - Nexenta Management GUI - - - 8457 - udp - record - Reserved - - - 8470 - tcp - cisco-avp - Cisco Address Validation Protocol - - - 8470 - udp - record - Reserved - - - 8471 - tcp - pim-port - PIM over Reliable Transport - - - 8471 - sctp - pim-port - PIM over Reliable Transport - - - 8471 - udp - record - Reserved - - - 8472 - tcp - otv - Overlay Transport Virtualization (OTV) - - - 8472 - udp - otv - Overlay Transport Virtualization (OTV) - - - 8473 - tcp - vp2p - Virtual Point to Point - - - 8473 - udp - vp2p - Virtual Point to Point - - - 8474 - tcp - noteshare - AquaMinds NoteShare - - - 8474 - udp - noteshare - AquaMinds NoteShare - - - 8500 - tcp - fmtp - Flight Message Transfer Protocol - - - 8500 - udp - fmtp - Flight Message Transfer Protocol - - - 8501 - tcp - cmtp-mgt - CYTEL Message Transfer Management - - - 8501 - udp - cmtp-av - CYTEL Message Transfer Audio and Video - - - 8502 - tcp - ftnmtp - FTN Message Transfer Protocol - - - 8502 - udp - record - Reserved - - - 8503 - udp - lsp-self-ping - MPLS LSP Self-Ping - - - 8503 - tcp - record - Reserved - - - 8554 - tcp - rtsp-alt - RTSP Alternate (see port 554) - - - 8554 - udp - rtsp-alt - RTSP Alternate (see port 554) - - - 8555 - tcp - d-fence - SYMAX D-FENCE - - - 8555 - udp - d-fence - SYMAX D-FENCE - - - 8567 - tcp - dof-tunnel - DOF Tunneling Protocol - - - 8567 - udp - dof-tunnel - DOF Tunneling Protocol - - - 8600 - tcp - asterix - Surveillance Data - - - 8600 - udp - asterix - Surveillance Data - - - 8609 - tcp - record - Reserved - - - 8609 - udp - canon-cpp-disc - Canon Compact Printer Protocol Discovery - - - 8610 - tcp - canon-mfnp - Canon MFNP Service - - - 8610 - udp - canon-mfnp - Canon MFNP Service - - - 8611 - tcp - canon-bjnp1 - Canon BJNP Port 1 - - - 8611 - udp - canon-bjnp1 - Canon BJNP Port 1 - - - 8612 - tcp - canon-bjnp2 - Canon BJNP Port 2 - - - 8612 - udp - canon-bjnp2 - Canon BJNP Port 2 - - - 8613 - tcp - canon-bjnp3 - Canon BJNP Port 3 - - - 8613 - udp - canon-bjnp3 - Canon BJNP Port 3 - - - 8614 - tcp - canon-bjnp4 - Canon BJNP Port 4 - - - 8614 - udp - canon-bjnp4 - Canon BJNP Port 4 - - - 8615 - tcp - imink - Imink Service Control - - - 8615 - udp - record - Reserved - - - 8665 - tcp - monetra - Monetra - - - 8665 - udp - record - Reserved - - - 8666 - tcp - monetra-admin - Monetra Administrative Access - - - 8666 - udp - record - Reserved - - - 8668 - tcp - spartan - Spartan management - - - 8668 - udp - record - Reserved - - - 8675 - tcp - msi-cps-rm - Motorola Solutions Customer Programming Software for Radio Management - - - 8675 - udp - msi-cps-rm-disc - Motorola Solutions Customer Programming Software for Radio Management Discovery - - - 8686 - tcp - sun-as-jmxrmi - Sun App Server - JMX/RMI - - - 8686 - udp - sun-as-jmxrmi - Sun App Server - JMX/RMI - - - 8688 - tcp - openremote-ctrl - OpenRemote Controller HTTP/REST - - - 8688 - udp - record - Reserved - - - 8699 - tcp - vnyx - VNYX Primary Port - - - 8699 - udp - record - Reserved - - - 8710 - tcp - semi-grpc - gRPC for SEMI Standards implementations - - - 8710 - udp - record - Reserved - - - 8711 - tcp - nvc - Nuance Voice Control - - - 8711 - udp - record - Reserved - - - 8732 - tcp - record - Reserved - - - 8732 - udp - dtp-net - DASGIP Net Services - - - 8733 - tcp - ibus - iBus - - - 8733 - udp - ibus - iBus - - - 8750 - tcp - dey-keyneg - DEY Storage Key Negotiation - - - 8750 - udp - record - Reserved - - - 8763 - tcp - mc-appserver - MC-APPSERVER - - - 8763 - udp - mc-appserver - MC-APPSERVER - - - 8764 - tcp - openqueue - OPENQUEUE - - - 8764 - udp - openqueue - OPENQUEUE - - - 8765 - tcp - ultraseek-http - Ultraseek HTTP - - - 8765 - udp - ultraseek-http - Ultraseek HTTP - - - 8766 - tcp - amcs - Agilent Connectivity Service - - - 8766 - udp - amcs - Agilent Connectivity Service - - - 8767 - tcp - core-of-source - Online mobile multiplayer game - - - 8767 - udp - record - Reserved - - - 8768 - tcp - sandpolis - Sandpolis Server - - - 8768 - udp - record - Reserved - - - 8769 - tcp - oktaauthenticat - Okta MultiPlatform Access Mgmt for Cloud Svcs - - - 8769 - udp - record - Reserved - - - 8770 - tcp - dpap - Digital Photo Access Protocol (iPhoto) - - - 8770 - udp - dpap - Digital Photo Access Protocol (iPhoto) - - - 8778 - tcp - uec - Stonebranch Universal Enterprise Controller - - - 8778 - udp - record - Reserved - - - 8786 - tcp - msgclnt - Message Client - - - 8786 - udp - msgclnt - Message Client - - - 8787 - tcp - msgsrvr - Message Server - - - 8787 - udp - msgsrvr - Message Server - - - 8793 - tcp - acd-pm - Accedian Performance Measurement - - - 8793 - udp - acd-pm - Accedian Performance Measurement - - - 8800 - tcp - sunwebadmin - Sun Web Server Admin Service - - - 8800 - udp - sunwebadmin - Sun Web Server Admin Service - - - 8804 - tcp - truecm - truecm - - - 8804 - udp - truecm - truecm - - - 8805 - tcp - record - Reserved - - - 8805 - udp - pfcp - Destination Port number for PFCP - - - 8807 - tcp - record - Reserved - - - 8807 - udp - hes-clip - HES-CLIP Interoperability protocol - - - 8808 - tcp - record - Reserved - - - 8808 - udp - ssports-bcast - STATSports Broadcast Service - - - 8809 - tcp - record - Reserved - - - 8809 - udp - 3gpp-monp - MCPTT Off-Network Protocol (MONP) - - - 8873 - tcp - dxspider - dxspider linking protocol - - - 8873 - udp - dxspider - dxspider linking protocol - - - 8880 - tcp - cddbp-alt - CDDBP - - - 8880 - udp - cddbp-alt - CDDBP - - - 8881 - tcp - galaxy4d - Galaxy4D Online Game Engine - - - 8881 - udp - record - Reserved - - - 8883 - tcp - secure-mqtt - Secure MQTT - - - 8883 - udp - secure-mqtt - Secure MQTT - - - 8888 - tcp - ddi-tcp-1 - NewsEDGE server TCP (TCP 1) - - - 8888 - udp - ddi-udp-1 - NewsEDGE server UDP (UDP 1) - - - 8889 - tcp - ddi-tcp-2 - Desktop Data TCP 1 - - - 8889 - udp - ddi-udp-2 - NewsEDGE server broadcast - - - 8890 - tcp - ddi-tcp-3 - Desktop Data TCP 2 - - - 8890 - udp - ddi-udp-3 - NewsEDGE client broadcast - - - 8891 - tcp - ddi-tcp-4 - Desktop Data TCP 3: NESS application - - - 8891 - udp - ddi-udp-4 - Desktop Data UDP 3: NESS application - - - 8892 - tcp - ddi-tcp-5 - Desktop Data TCP 4: FARM product - - - 8892 - udp - ddi-udp-5 - Desktop Data UDP 4: FARM product - - - 8893 - tcp - ddi-tcp-6 - Desktop Data TCP 5: NewsEDGE/Web application - - - 8893 - udp - ddi-udp-6 - Desktop Data UDP 5: NewsEDGE/Web application - - - 8894 - tcp - ddi-tcp-7 - Desktop Data TCP 6: COAL application - - - 8894 - udp - ddi-udp-7 - Desktop Data UDP 6: COAL application - - - 8899 - tcp - ospf-lite - ospf-lite - - - 8899 - udp - ospf-lite - ospf-lite - - - 8900 - tcp - jmb-cds1 - JMB-CDS 1 - - - 8900 - udp - jmb-cds1 - JMB-CDS 1 - - - 8901 - tcp - jmb-cds2 - JMB-CDS 2 - - - 8901 - udp - jmb-cds2 - JMB-CDS 2 - - - 8908 - tcp - dpp - WFA Device Provisioning Protocol - - - 8908 - udp - record - Reserved - - - 8910 - tcp - manyone-http - manyone-http - - - 8910 - udp - manyone-http - manyone-http - - - 8911 - tcp - manyone-xml - manyone-xml - - - 8911 - udp - manyone-xml - manyone-xml - - - 8912 - tcp - wcbackup - Windows Client Backup - - - 8912 - udp - wcbackup - Windows Client Backup - - - 8913 - tcp - dragonfly - Dragonfly System Service - - - 8913 - udp - dragonfly - Dragonfly System Service - - - 8937 - tcp - twds - Transaction Warehouse Data Service - - - 8937 - udp - record - Reserved - - - 8953 - tcp - ub-dns-control - unbound dns nameserver control - - - 8953 - udp - record - Reserved - - - 8954 - tcp - cumulus-admin - Cumulus Admin Port - - - 8954 - udp - cumulus-admin - Cumulus Admin Port - - - 8980 - tcp - nod-provider - Network of Devices Provider - - - 8980 - udp - nod-provider - Network of Devices Provider - - - 8981 - udp - nod-client - Network of Devices Client - - - 8981 - tcp - record - Reserved - - - 8989 - tcp - sunwebadmins - Sun Web Server SSL Admin Service - - - 8989 - udp - sunwebadmins - Sun Web Server SSL Admin Service - - - 8990 - tcp - http-wmap - webmail HTTP service - - - 8990 - udp - http-wmap - webmail HTTP service - - - 8991 - tcp - https-wmap - webmail HTTPS service - - - 8991 - udp - https-wmap - webmail HTTPS service - - - 8997 - tcp - oracle-ms-ens - Oracle Messaging Server Event Notification Service - - - 8997 - udp - record - Reserved - - - 8998 - tcp - canto-roboflow - Canto RoboFlow Control - - - 8998 - udp - record - Reserved - - - 8999 - tcp - bctp - Brodos Crypto Trade Protocol - - - 8999 - udp - bctp - Brodos Crypto Trade Protocol - - - 9000 - tcp - cslistener - CSlistener - - - 9000 - udp - cslistener - CSlistener - - - 9001 - tcp - etlservicemgr - ETL Service Manager - - - 9001 - udp - etlservicemgr - ETL Service Manager - - - 9002 - tcp - dynamid - DynamID authentication - - - 9002 - udp - dynamid - DynamID authentication - - - 9005 - tcp - golem - Golem Inter-System RPC - - - 9005 - udp - record - Reserved - - - 9007 - tcp - record - Reserved - - - 9007 - udp - ogs-client - Open Grid Services Client - - - 9008 - tcp - ogs-server - Open Grid Services Server - - - 9008 - udp - record - Reserved - - - 9009 - tcp - pichat - Pichat Server - - - 9009 - udp - pichat - Pichat Server - - - 9010 - tcp - sdr - Secure Data Replicator Protocol - - - 9010 - udp - record - Reserved - - - 9011 - tcp - record - Reserved - - - 9011 - udp - d-star - D-Star Routing digital voice+data for amateur radio - - - 9020 - tcp - tambora - TAMBORA - - - 9020 - udp - tambora - TAMBORA - - - 9021 - tcp - panagolin-ident - Pangolin Identification - - - 9021 - udp - panagolin-ident - Pangolin Identification - - - 9022 - tcp - paragent - PrivateArk Remote Agent - - - 9022 - udp - paragent - PrivateArk Remote Agent - - - 9023 - tcp - swa-1 - Secure Web Access - 1 - - - 9023 - udp - swa-1 - Secure Web Access - 1 - - - 9024 - tcp - swa-2 - Secure Web Access - 2 - - - 9024 - udp - swa-2 - Secure Web Access - 2 - - - 9025 - tcp - swa-3 - Secure Web Access - 3 - - - 9025 - udp - swa-3 - Secure Web Access - 3 - - - 9026 - tcp - swa-4 - Secure Web Access - 4 - - - 9026 - udp - swa-4 - Secure Web Access - 4 - - - 9050 - tcp - versiera - Versiera Agent Listener - - - 9050 - udp - record - Reserved - - - 9051 - tcp - fio-cmgmt - Fusion-io Central Manager Service - - - 9051 - udp - record - Reserved - - - 9060 - tcp - CardWeb-IO - CardWeb request-response I/O exchange - - - 9060 - udp - CardWeb-RT - CardWeb realtime device data - - - 9080 - tcp - glrpc - Groove GLRPC - - - 9080 - udp - glrpc - Groove GLRPC - - - 9081 - tcp - record - Reserved - - - 9081 - udp - cisco-aqos - Required for Adaptive Quality of Service - - - 9082 - sctp - lcs-ap - LCS Application Protocol - - - 9083 - tcp - emc-pp-mgmtsvc - EMC PowerPath Mgmt Service - - - 9083 - udp - record - Reserved - - - 9084 - tcp - aurora - IBM AURORA Performance Visualizer - - - 9084 - udp - aurora - IBM AURORA Performance Visualizer - - - 9084 - sctp - aurora - IBM AURORA Performance Visualizer - - - 9085 - tcp - ibm-rsyscon - IBM Remote System Console - - - 9085 - udp - ibm-rsyscon - IBM Remote System Console - - - 9086 - tcp - net2display - Vesa Net2Display - - - 9086 - udp - net2display - Vesa Net2Display - - - 9087 - tcp - classic - Classic Data Server - - - 9087 - udp - classic - Classic Data Server - - - 9088 - tcp - sqlexec - IBM Informix SQL Interface - - - 9088 - udp - sqlexec - IBM Informix SQL Interface - - - 9089 - tcp - sqlexec-ssl - IBM Informix SQL Interface - Encrypted - - - 9089 - udp - sqlexec-ssl - IBM Informix SQL Interface - Encrypted - - - 9090 - tcp - websm - WebSM - - - 9090 - udp - websm - WebSM - - - 9091 - tcp - xmltec-xmlmail - xmltec-xmlmail - - - 9091 - udp - xmltec-xmlmail - xmltec-xmlmail - - - 9092 - tcp - XmlIpcRegSvc - Xml-Ipc Server Reg - - - 9092 - udp - XmlIpcRegSvc - Xml-Ipc Server Reg - - - 9093 - tcp - copycat - Copycat database replication service - - - 9093 - udp - record - Reserved - - - 9100 - tcp - hp-pdl-datastr - PDL Data Streaming Port - - - 9100 - udp - hp-pdl-datastr - PDL Data Streaming Port - - - 9100 - tcp - pdl-datastream - Printer PDL Data Stream - - - 9100 - udp - pdl-datastream - Printer PDL Data Stream - - - 9101 - tcp - bacula-dir - Bacula Director - - - 9101 - udp - bacula-dir - Bacula Director - - - 9102 - tcp - bacula-fd - Bacula File Daemon - - - 9102 - udp - bacula-fd - Bacula File Daemon - - - 9103 - tcp - bacula-sd - Bacula Storage Daemon - - - 9103 - udp - bacula-sd - Bacula Storage Daemon - - - 9104 - tcp - peerwire - PeerWire - - - 9104 - udp - peerwire - PeerWire - - - 9105 - tcp - xadmin - Xadmin Control Service - - - 9105 - udp - xadmin - Xadmin Control Service - - - 9106 - tcp - astergate - Astergate Control Service - - - 9106 - udp - astergate-disc - Astergate Discovery Service - - - 9107 - tcp - astergatefax - AstergateFax Control Service - - - 9107 - udp - record - Reserved - - - 9111 - tcp - hexxorecore - Multiple Purpose, Distributed Message Bus - - - 9111 - udp - hexxorecore - Multiple Purpose, Distributed Message Bus - - - 9119 - tcp - mxit - MXit Instant Messaging - - - 9119 - udp - mxit - MXit Instant Messaging - - - 9122 - tcp - grcmp - Global Relay compliant mobile instant messaging protocol - - - 9122 - udp - record - Reserved - - - 9123 - tcp - grcp - Global Relay compliant instant messaging protocol - - - 9123 - udp - record - Reserved - - - 9131 - tcp - dddp - Dynamic Device Discovery - - - 9131 - udp - dddp - Dynamic Device Discovery - - - 9160 - tcp - apani1 - apani1 - - - 9160 - udp - apani1 - apani1 - - - 9161 - tcp - apani2 - apani2 - - - 9161 - udp - apani2 - apani2 - - - 9162 - tcp - apani3 - apani3 - - - 9162 - udp - apani3 - apani3 - - - 9163 - tcp - apani4 - apani4 - - - 9163 - udp - apani4 - apani4 - - - 9164 - tcp - apani5 - apani5 - - - 9164 - udp - apani5 - apani5 - - - 9191 - tcp - sun-as-jpda - Sun AppSvr JPDA - - - 9191 - udp - sun-as-jpda - Sun AppSvr JPDA - - - 9200 - tcp - wap-wsp - WAP connectionless session service - - - 9200 - udp - wap-wsp - WAP connectionless session service - - - 9201 - tcp - wap-wsp-wtp - WAP session service - - - 9201 - udp - wap-wsp-wtp - WAP session service - - - 9202 - tcp - wap-wsp-s - WAP secure connectionless session service - - - 9202 - udp - wap-wsp-s - WAP secure connectionless session service - - - 9203 - tcp - wap-wsp-wtp-s - WAP secure session service - - - 9203 - udp - wap-wsp-wtp-s - WAP secure session service - - - 9204 - tcp - wap-vcard - WAP vCard - - - 9204 - udp - wap-vcard - WAP vCard - - - 9205 - tcp - wap-vcal - WAP vCal - - - 9205 - udp - wap-vcal - WAP vCal - - - 9206 - tcp - wap-vcard-s - WAP vCard Secure - - - 9206 - udp - wap-vcard-s - WAP vCard Secure - - - 9207 - tcp - wap-vcal-s - WAP vCal Secure - - - 9207 - udp - wap-vcal-s - WAP vCal Secure - - - 9208 - tcp - rjcdb-vcards - rjcdb vCard - - - 9208 - udp - rjcdb-vcards - rjcdb vCard - - - 9209 - tcp - almobile-system - ALMobile System Service - - - 9209 - udp - almobile-system - ALMobile System Service - - - 9210 - tcp - oma-mlp - OMA Mobile Location Protocol - - - 9210 - udp - oma-mlp - OMA Mobile Location Protocol - - - 9211 - tcp - oma-mlp-s - OMA Mobile Location Protocol Secure - - - 9211 - udp - oma-mlp-s - OMA Mobile Location Protocol Secure - - - 9212 - tcp - serverviewdbms - Server View dbms access - - - 9212 - udp - serverviewdbms - Server View dbms access - - - 9213 - tcp - serverstart - ServerStart RemoteControl - - - 9213 - udp - serverstart - ServerStart RemoteControl - - - 9214 - tcp - ipdcesgbs - IPDC ESG BootstrapService - - - 9214 - udp - ipdcesgbs - IPDC ESG BootstrapService - - - 9215 - tcp - insis - Integrated Setup and Install Service - - - 9215 - udp - insis - Integrated Setup and Install Service - - - 9216 - tcp - acme - Aionex Communication Management Engine - - - 9216 - udp - acme - Aionex Communication Management Engine - - - 9217 - tcp - fsc-port - FSC Communication Port - - - 9217 - udp - fsc-port - FSC Communication Port - - - 9222 - tcp - teamcoherence - QSC Team Coherence - - - 9222 - udp - teamcoherence - QSC Team Coherence - - - 9255 - tcp - mon - Manager On Network - - - 9255 - udp - mon - Manager On Network - - - 9277 - udp - traingpsdata - GPS Data transmitted from train to ground network - - - 9277 - tcp - record - Reserved - - - 9278 - tcp - pegasus - Pegasus GPS Platform - - - 9278 - udp - pegasus - Pegasus GPS Platform - - - 9279 - tcp - pegasus-ctl - Pegaus GPS System Control Interface - - - 9279 - udp - pegasus-ctl - Pegaus GPS System Control Interface - - - 9280 - tcp - pgps - Predicted GPS - - - 9280 - udp - pgps - Predicted GPS - - - 9281 - tcp - swtp-port1 - SofaWare transport port 1 - - - 9281 - udp - swtp-port1 - SofaWare transport port 1 - - - 9282 - tcp - swtp-port2 - SofaWare transport port 2 - - - 9282 - udp - swtp-port2 - SofaWare transport port 2 - - - 9283 - tcp - callwaveiam - CallWaveIAM - - - 9283 - udp - callwaveiam - CallWaveIAM - - - 9284 - tcp - visd - VERITAS Information Serve - - - 9284 - udp - visd - VERITAS Information Serve - - - 9285 - tcp - n2h2server - N2H2 Filter Service Port - - - 9285 - udp - n2h2server - N2H2 Filter Service Port - - - 9286 - tcp - record - Reserved - - - 9286 - udp - n2receive - n2 monitoring receiver - - - 9287 - tcp - cumulus - Cumulus - - - 9287 - udp - cumulus - Cumulus - - - 9292 - tcp - armtechdaemon - ArmTech Daemon - - - 9292 - udp - armtechdaemon - ArmTech Daemon - - - 9293 - tcp - storview - StorView Client - - - 9293 - udp - storview - StorView Client - - - 9294 - tcp - armcenterhttp - ARMCenter http Service - - - 9294 - udp - armcenterhttp - ARMCenter http Service - - - 9295 - tcp - armcenterhttps - ARMCenter https Service - - - 9295 - udp - armcenterhttps - ARMCenter https Service - - - 9300 - tcp - vrace - Virtual Racing Service - - - 9300 - udp - vrace - Virtual Racing Service - - - 9306 - tcp - sphinxql - Sphinx search server (MySQL listener) - - - 9306 - udp - record - Reserved - - - 9310 - tcp - sapms - SAP Message Server - - - 9310 - udp - record - Reserved - - - 9312 - tcp - sphinxapi - Sphinx search server - - - 9312 - udp - record - Reserved - - - 9318 - tcp - secure-ts - PKIX TimeStamp over TLS - - - 9318 - udp - secure-ts - PKIX TimeStamp over TLS - - - 9321 - tcp - guibase - guibase - - - 9321 - udp - guibase - guibase - - - 9339 - tcp - gnmi-gnoi - gRPC Network Mgmt/Operations Interface - - - 9339 - udp - record - Reserved - - - 9340 - tcp - gribi - gRPC Routing Information Base Interface - - - 9340 - udp - record - Reserved - - - 9343 - tcp - mpidcmgr - MpIdcMgr - - - 9343 - udp - mpidcmgr - MpIdcMgr - - - 9344 - tcp - mphlpdmc - Mphlpdmc - - - 9344 - udp - mphlpdmc - Mphlpdmc - - - 9345 - tcp - rancher - Rancher Agent - - - 9345 - udp - record - Reserved - - - 9346 - tcp - ctechlicensing - C Tech Licensing - - - 9346 - udp - ctechlicensing - C Tech Licensing - - - 9374 - tcp - fjdmimgr - fjdmimgr - - - 9374 - udp - fjdmimgr - fjdmimgr - - - 9380 - tcp - boxp - Brivs! Open Extensible Protocol - - - 9380 - udp - boxp - Brivs! Open Extensible Protocol - - - 9387 - tcp - d2dconfig - D2D Configuration Service - - - 9387 - udp - record - Reserved - - - 9388 - tcp - d2ddatatrans - D2D Data Transfer Service - - - 9388 - udp - record - Reserved - - - 9389 - tcp - adws - Active Directory Web Services - - - 9389 - udp - record - Reserved - - - 9390 - tcp - otp - OpenVAS Transfer Protocol - - - 9390 - udp - record - Reserved - - - 9396 - tcp - fjinvmgr - fjinvmgr - - - 9396 - udp - fjinvmgr - fjinvmgr - - - 9397 - tcp - mpidcagt - MpIdcAgt - - - 9397 - udp - mpidcagt - MpIdcAgt - - - 9400 - tcp - sec-t4net-srv - Samsung Twain for Network Server - - - 9400 - udp - sec-t4net-srv - Samsung Twain for Network Server - - - 9401 - tcp - sec-t4net-clt - Samsung Twain for Network Client - - - 9401 - udp - sec-t4net-clt - Samsung Twain for Network Client - - - 9402 - tcp - sec-pc2fax-srv - Samsung PC2FAX for Network Server - - - 9402 - udp - sec-pc2fax-srv - Samsung PC2FAX for Network Server - - - 9418 - tcp - git - git pack transfer service - - - 9418 - udp - git - git pack transfer service - - - 9443 - tcp - tungsten-https - WSO2 Tungsten HTTPS - - - 9443 - udp - tungsten-https - WSO2 Tungsten HTTPS - - - 9444 - tcp - wso2esb-console - WSO2 ESB Administration Console HTTPS - - - 9444 - udp - wso2esb-console - WSO2 ESB Administration Console HTTPS - - - 9445 - tcp - mindarray-ca - MindArray Systems Console Agent - - - 9445 - udp - record - Reserved - - - 9450 - tcp - sntlkeyssrvr - Sentinel Keys Server - - - 9450 - udp - sntlkeyssrvr - Sentinel Keys Server - - - 9500 - tcp - ismserver - ismserver - - - 9500 - udp - ismserver - ismserver - - - 9522 - tcp - record - Reserved - - - 9522 - udp - sma-spw - SMA Speedwire - - - 9535 - tcp - mngsuite - Management Suite Remote Control - - - 9535 - udp - mngsuite - Management Suite Remote Control - - - 9536 - tcp - laes-bf - Surveillance buffering function - - - 9536 - udp - laes-bf - Surveillance buffering function - - - 9555 - tcp - trispen-sra - Trispen Secure Remote Access - - - 9555 - udp - trispen-sra - Trispen Secure Remote Access - - - 9559 - tcp - p4runtime - P4Runtime gRPC Service - - - 9559 - udp - record - Reserved - - - 9592 - tcp - ldgateway - LANDesk Gateway - - - 9592 - udp - ldgateway - LANDesk Gateway - - - 9593 - tcp - cba8 - LANDesk Management Agent (cba8) - - - 9593 - udp - cba8 - LANDesk Management Agent (cba8) - - - 9594 - tcp - msgsys - Message System - - - 9594 - udp - msgsys - Message System - - - 9595 - tcp - pds - Ping Discovery Service - - - 9595 - udp - pds - Ping Discovery Service - - - 9596 - tcp - mercury-disc - Mercury Discovery - - - 9596 - udp - mercury-disc - Mercury Discovery - - - 9597 - tcp - pd-admin - PD Administration - - - 9597 - udp - pd-admin - PD Administration - - - 9598 - tcp - vscp - Very Simple Ctrl Protocol - - - 9598 - udp - vscp - Very Simple Ctrl Protocol - - - 9599 - tcp - robix - Robix - - - 9599 - udp - robix - Robix - - - 9600 - tcp - micromuse-ncpw - MICROMUSE-NCPW - - - 9600 - udp - micromuse-ncpw - MICROMUSE-NCPW - - - 9612 - tcp - streamcomm-ds - StreamComm User Directory - - - 9612 - udp - streamcomm-ds - StreamComm User Directory - - - 9614 - tcp - iadt-tls - iADT Protocol over TLS - - - 9614 - udp - record - Reserved - - - 9616 - tcp - erunbook-agent - System.Xml.XmlElement - - - 9616 - tcp - erunbook_agent - eRunbook Agent - - - 9616 - udp - record - Reserved - - - 9617 - tcp - erunbook-server - System.Xml.XmlElement - - - 9617 - tcp - erunbook_server - eRunbook Server - - - 9617 - udp - record - Reserved - - - 9618 - tcp - condor - Condor Collector Service - - - 9618 - udp - condor - Condor Collector Service - - - 9628 - tcp - odbcpathway - ODBC Pathway Service - - - 9628 - udp - odbcpathway - ODBC Pathway Service - - - 9629 - tcp - uniport - UniPort SSO Controller - - - 9629 - udp - uniport - UniPort SSO Controller - - - 9630 - tcp - peoctlr - Peovica Controller - - - 9630 - udp - record - Reserved - - - 9631 - tcp - peocoll - Peovica Collector - - - 9631 - udp - record - Reserved - - - 9632 - tcp - record - Reserved - - - 9632 - udp - mc-comm - Mobile-C Communications - - - 9640 - tcp - pqsflows - ProQueSys Flows Service - - - 9640 - udp - record - Reserved - - - 9666 - tcp - zoomcp - Zoom Control Panel Game Server Management - - - 9666 - udp - record - Reserved - - - 9667 - tcp - xmms2 - Cross-platform Music Multiplexing System - - - 9667 - udp - xmms2 - Cross-platform Music Multiplexing System - - - 9668 - tcp - tec5-sdctp - tec5 Spectral Device Control Protocol - - - 9668 - udp - tec5-sdctp - tec5 Spectral Device Control Protocol - - - 9694 - tcp - client-wakeup - T-Mobile Client Wakeup Message - - - 9694 - udp - client-wakeup - T-Mobile Client Wakeup Message - - - 9695 - tcp - ccnx - Content Centric Networking - - - 9695 - udp - ccnx - Content Centric Networking - - - 9700 - tcp - board-roar - Board M.I.T. Service - - - 9700 - udp - board-roar - Board M.I.T. Service - - - 9747 - tcp - l5nas-parchan - L5NAS Parallel Channel - - - 9747 - udp - l5nas-parchan - L5NAS Parallel Channel - - - 9750 - tcp - board-voip - Board M.I.T. Synchronous Collaboration - - - 9750 - udp - board-voip - Board M.I.T. Synchronous Collaboration - - - 9753 - tcp - rasadv - rasadv - - - 9753 - udp - rasadv - rasadv - - - 9762 - tcp - tungsten-http - WSO2 Tungsten HTTP - - - 9762 - udp - tungsten-http - WSO2 Tungsten HTTP - - - 9800 - tcp - davsrc - WebDav Source Port - - - 9800 - udp - davsrc - WebDav Source Port - - - 9801 - tcp - sstp-2 - Sakura Script Transfer Protocol-2 - - - 9801 - udp - sstp-2 - Sakura Script Transfer Protocol-2 - - - 9802 - tcp - davsrcs - WebDAV Source TLS/SSL - - - 9802 - udp - davsrcs - WebDAV Source TLS/SSL - - - 9875 - tcp - sapv1 - Session Announcement v1 - - - 9875 - udp - sapv1 - Session Announcement v1 - - - 9876 - tcp - sd - Session Director - - - 9877 - tcp - x510 - The X.510 wrapper protocol - - - 9877 - udp - record - Reserved - - - 9878 - udp - kca-service - The KX509 Kerberized Certificate Issuance Protocol in Use in 2012 - - - 9878 - tcp - record - Reserved - - - 9888 - tcp - cyborg-systems - CYBORG Systems - - - 9888 - udp - cyborg-systems - CYBORG Systems - - - 9889 - tcp - gt-proxy - Port for Cable network related data proxy or repeater - - - 9889 - udp - gt-proxy - Port for Cable network related data proxy or repeater - - - 9898 - tcp - monkeycom - MonkeyCom - - - 9898 - udp - monkeycom - MonkeyCom - - - 9899 - tcp - record - Reserved - - - 9899 - udp - sctp-tunneling - SCTP TUNNELING - - - 9900 - tcp - iua - IUA - - - 9900 - udp - iua - IUA - - - 9900 - sctp - iua - IUA - - - 9901 - udp - enrp - enrp server channel - - - 9901 - sctp - enrp-sctp - enrp server channel - - - 9902 - sctp - enrp-sctp-tls - enrp/tls server channel - - - 9903 - tcp - record - Reserved - - - 9903 - udp - multicast-ping - Multicast Ping Protocol - - - 9909 - tcp - domaintime - domaintime - - - 9909 - udp - domaintime - domaintime - - - 9911 - tcp - sype-transport - SYPECom Transport Protocol - - - 9911 - udp - sype-transport - SYPECom Transport Protocol - - - 9925 - tcp - xybrid-cloud - XYBRID Cloud - - - 9925 - udp - record - Reserved - - - 9950 - tcp - apc-9950 - APC 9950 - - - 9950 - udp - apc-9950 - APC 9950 - - - 9951 - tcp - apc-9951 - APC 9951 - - - 9951 - udp - apc-9951 - APC 9951 - - - 9952 - tcp - apc-9952 - APC 9952 - - - 9952 - udp - apc-9952 - APC 9952 - - - 9953 - tcp - acis - 9953 - - - 9953 - udp - acis - 9953 - - - 9954 - tcp - hinp - HaloteC Instrument Network Protocol - - - 9954 - udp - record - Reserved - - - 9955 - tcp - alljoyn-stm - Contact Port for AllJoyn standard messaging - - - 9955 - udp - alljoyn-mcm - Contact Port for AllJoyn multiplexed constrained messaging - - - 9956 - tcp - record - Reserved - - - 9956 - udp - alljoyn - Alljoyn Name Service - - - 9966 - tcp - odnsp - OKI Data Network Setting Protocol - - - 9966 - udp - odnsp - OKI Data Network Setting Protocol - - - 9978 - tcp - xybrid-rt - XYBRID RT Server - - - 9978 - udp - record - Reserved - - - 9979 - tcp - visweather - Valley Information Systems Weather station data - - - 9979 - udp - record - Reserved - - - 9981 - tcp - pumpkindb - Event sourcing database engine with a built-in programming language - - - 9981 - udp - record - Reserved - - - 9987 - tcp - dsm-scm-target - DSM/SCM Target Interface - - - 9987 - udp - dsm-scm-target - DSM/SCM Target Interface - - - 9988 - tcp - nsesrvr - Software Essentials Secure HTTP server - - - 9988 - udp - record - Reserved - - - 9990 - tcp - osm-appsrvr - OSM Applet Server - - - 9990 - udp - osm-appsrvr - OSM Applet Server - - - 9991 - tcp - osm-oev - OSM Event Server - - - 9991 - udp - osm-oev - OSM Event Server - - - 9992 - tcp - palace-1 - OnLive-1 - - - 9992 - udp - palace-1 - OnLive-1 - - - 9993 - tcp - palace-2 - OnLive-2 - - - 9993 - udp - palace-2 - OnLive-2 - - - 9994 - tcp - palace-3 - OnLive-3 - - - 9994 - udp - palace-3 - OnLive-3 - - - 9995 - tcp - palace-4 - Palace-4 - - - 9995 - udp - palace-4 - Palace-4 - - - 9996 - tcp - palace-5 - Palace-5 - - - 9996 - udp - palace-5 - Palace-5 - - - 9997 - tcp - palace-6 - Palace-6 - - - 9997 - udp - palace-6 - Palace-6 - - - 9998 - tcp - distinct32 - Distinct32 - - - 9998 - udp - distinct32 - Distinct32 - - - 9999 - tcp - distinct - distinct - - - 9999 - udp - distinct - distinct - - - 10000 - tcp - ndmp - Network Data Management Protocol - - - 10000 - udp - ndmp - Network Data Management Protocol - - - 10001 - tcp - scp-config - SCP Configuration - - - 10001 - udp - scp-config - SCP Configuration - - - 10002 - tcp - documentum - EMC-Documentum Content Server Product - - - 10002 - udp - documentum - EMC-Documentum Content Server Product - - - 10003 - tcp - documentum-s - System.Xml.XmlElement - - - 10003 - tcp - documentum_s - EMC-Documentum Content Server Product - - - 10003 - udp - documentum-s - System.Xml.XmlElement - - - 10003 - udp - documentum_s - EMC-Documentum Content Server Product - - - 10004 - tcp - emcrmirccd - EMC Replication Manager Client - - - 10004 - udp - record - Reserved - - - 10005 - tcp - emcrmird - EMC Replication Manager Server - - - 10005 - udp - record - Reserved - - - 10006 - tcp - netapp-sync - Sync replication protocol among different NetApp platforms - - - 10006 - udp - record - Reserved - - - 10007 - tcp - mvs-capacity - MVS Capacity - - - 10007 - udp - mvs-capacity - MVS Capacity - - - 10008 - tcp - octopus - Octopus Multiplexer - - - 10008 - udp - octopus - Octopus Multiplexer - - - 10009 - tcp - swdtp-sv - Systemwalker Desktop Patrol - - - 10009 - udp - swdtp-sv - Systemwalker Desktop Patrol - - - 10010 - tcp - rxapi - ooRexx rxapi services - - - 10010 - udp - record - Reserved - - - 10020 - tcp - abb-hw - Hardware configuration and maintenance - - - 10020 - udp - record - Reserved - - - 10023 - udp - cefd-vmp - Comtech EF-Data's Vipersat Management Protocol - - - 10023 - tcp - record - Reserved - - - 10050 - tcp - zabbix-agent - Zabbix Agent - - - 10050 - udp - zabbix-agent - Zabbix Agent - - - 10051 - tcp - zabbix-trapper - Zabbix Trapper - - - 10051 - udp - zabbix-trapper - Zabbix Trapper - - - 10055 - tcp - qptlmd - Quantapoint FLEXlm Licensing Service - - - 10055 - udp - record - Reserved - - - 10080 - tcp - amanda - Amanda - - - 10080 - udp - amanda - Amanda - - - 10081 - tcp - famdc - FAM Archive Server - - - 10081 - udp - famdc - FAM Archive Server - - - 10100 - tcp - itap-ddtp - VERITAS ITAP DDTP - - - 10100 - udp - itap-ddtp - VERITAS ITAP DDTP - - - 10101 - tcp - ezmeeting-2 - eZmeeting - - - 10101 - udp - ezmeeting-2 - eZmeeting - - - 10102 - tcp - ezproxy-2 - eZproxy - - - 10102 - udp - ezproxy-2 - eZproxy - - - 10103 - tcp - ezrelay - eZrelay - - - 10103 - udp - ezrelay - eZrelay - - - 10104 - tcp - swdtp - Systemwalker Desktop Patrol - - - 10104 - udp - swdtp - Systemwalker Desktop Patrol - - - 10107 - tcp - bctp-server - VERITAS BCTP, server - - - 10107 - udp - bctp-server - VERITAS BCTP, server - - - 10110 - tcp - nmea-0183 - NMEA-0183 Navigational Data - - - 10110 - udp - nmea-0183 - NMEA-0183 Navigational Data - - - 10111 - tcp - record - Reserved - - - 10111 - udp - nmea-onenet - NMEA OneNet multicast messaging - - - 10113 - tcp - netiq-endpoint - NetIQ Endpoint - - - 10113 - udp - netiq-endpoint - NetIQ Endpoint - - - 10114 - tcp - netiq-qcheck - NetIQ Qcheck - - - 10114 - udp - netiq-qcheck - NetIQ Qcheck - - - 10115 - tcp - netiq-endpt - NetIQ Endpoint - - - 10115 - udp - netiq-endpt - NetIQ Endpoint - - - 10116 - tcp - netiq-voipa - NetIQ VoIP Assessor - - - 10116 - udp - netiq-voipa - NetIQ VoIP Assessor - - - 10117 - tcp - iqrm - NetIQ IQCResource Managament Svc - - - 10117 - udp - iqrm - NetIQ IQCResource Managament Svc - - - 10125 - tcp - cimple - HotLink CIMple REST API - - - 10125 - udp - record - Reserved - - - 10128 - tcp - bmc-perf-sd - BMC-PERFORM-SERVICE DAEMON - - - 10128 - udp - bmc-perf-sd - BMC-PERFORM-SERVICE DAEMON - - - 10129 - tcp - bmc-gms - BMC General Manager Server - - - 10129 - udp - record - Reserved - - - 10160 - tcp - qb-db-server - QB Database Server - - - 10160 - udp - qb-db-server - QB Database Server - - - 10161 - tcp - snmptls - SNMP-TLS - - - 10161 - udp - snmpdtls - SNMP-DTLS - - - 10162 - tcp - snmptls-trap - SNMP-Trap-TLS - - - 10162 - udp - snmpdtls-trap - SNMP-Trap-DTLS - - - 10200 - tcp - trisoap - Trigence AE Soap Service - - - 10200 - udp - trisoap - Trigence AE Soap Service - - - 10201 - tcp - rsms - Remote Server Management Service - - - 10201 - udp - rscs - Remote Server Control and Test Service - - - 10252 - tcp - apollo-relay - Apollo Relay Port - - - 10252 - udp - apollo-relay - Apollo Relay Port - - - 10253 - udp - eapol-relay - Relay of EAPOL frames - - - 10253 - tcp - record - Reserved - - - 10260 - tcp - axis-wimp-port - Axis WIMP Port - - - 10260 - udp - axis-wimp-port - Axis WIMP Port - - - 10261 - tcp - tile-ml - Tile remote machine learning - - - 10261 - udp - record - Reserved - - - 10288 - tcp - blocks - Blocks - - - 10288 - udp - blocks - Blocks - - - 10321 - tcp - record - Reserved - - - 10321 - udp - record - Reserved - - - 10439 - udp - bngsync - BalanceNG session table synchronization protocol - - - 10439 - tcp - record - Reserved - - - 10443 - tcp - cirrossp - CirrosSP Workstation Communication - - - 10443 - udp - record - Reserved - - - 10500 - tcp - record - Reserved - - - 10500 - udp - hip-nat-t - HIP NAT-Traversal - - - 10540 - tcp - MOS-lower - MOS Media Object Metadata Port - - - 10540 - udp - MOS-lower - MOS Media Object Metadata Port - - - 10541 - tcp - MOS-upper - MOS Running Order Port - - - 10541 - udp - MOS-upper - MOS Running Order Port - - - 10542 - tcp - MOS-aux - MOS Low Priority Port - - - 10542 - udp - MOS-aux - MOS Low Priority Port - - - 10543 - tcp - MOS-soap - MOS SOAP Default Port - - - 10543 - udp - MOS-soap - MOS SOAP Default Port - - - 10544 - tcp - MOS-soap-opt - MOS SOAP Optional Port - - - 10544 - udp - MOS-soap-opt - MOS SOAP Optional Port - - - 10548 - tcp - serverdocs - Apple Document Sharing Service - - - 10548 - udp - record - Reserved - - - 10631 - tcp - printopia - Printopia Serve - - - 10631 - udp - record - Reserved - - - 10800 - tcp - gap - Gestor de Acaparamiento para Pocket PCs - - - 10800 - udp - gap - Gestor de Acaparamiento para Pocket PCs - - - 10805 - tcp - lpdg - LUCIA Pareja Data Group - - - 10805 - udp - lpdg - LUCIA Pareja Data Group - - - 10809 - tcp - nbd - Linux Network Block Device - - - 10809 - udp - record - Reserved - - - 10810 - tcp - record - Reserved - - - 10810 - udp - nmc-disc - Nuance Mobile Care Discovery - - - 10860 - tcp - helix - Helix Client/Server - - - 10860 - udp - helix - Helix Client/Server - - - 10880 - tcp - bveapi - BVEssentials HTTP API - - - 10880 - udp - bveapi - BVEssentials HTTP API - - - 10933 - tcp - octopustentacle - Listen port used by the Octopus Deploy Tentacle deployment agent - - - 10933 - udp - record - Reserved - - - 10990 - tcp - rmiaux - Auxiliary RMI Port - - - 10990 - udp - rmiaux - Auxiliary RMI Port - - - 11000 - tcp - irisa - IRISA - - - 11000 - udp - irisa - IRISA - - - 11001 - tcp - metasys - Metasys - - - 11001 - udp - metasys - Metasys - - - 11095 - tcp - weave - Nest device-to-device and device-to-service application protocol - - - 11095 - udp - weave - Nest device-to-device and device-to-service application protocol - - - 11103 - tcp - origo-sync - OrigoDB Server Sync Interface - - - 11103 - udp - record - Reserved - - - 11104 - tcp - netapp-icmgmt - NetApp Intercluster Management - - - 11104 - udp - record - Reserved - - - 11105 - tcp - netapp-icdata - NetApp Intercluster Data - - - 11105 - udp - record - Reserved - - - 11106 - tcp - sgi-lk - SGI LK Licensing service - - - 11106 - udp - sgi-lk - SGI LK Licensing service - - - 11108 - udp - myq-termlink - Hardware Terminals Discovery and Low-Level Communication Protocol - - - 11108 - tcp - record - Reserved - - - 11109 - tcp - sgi-dmfmgr - Data migration facility Manager (DMF) is a browser based interface to DMF - - - 11109 - udp - record - Reserved - - - 11110 - tcp - sgi-soap - Data migration facility (DMF) SOAP is a web server protocol to support remote access to DMF - - - 11110 - udp - record - Reserved - - - 11111 - tcp - vce - Viral Computing Environment (VCE) - - - 11111 - udp - vce - Viral Computing Environment (VCE) - - - 11112 - tcp - dicom - DICOM - - - 11112 - udp - dicom - DICOM - - - 11161 - tcp - suncacao-snmp - sun cacao snmp access point - - - 11161 - udp - suncacao-snmp - sun cacao snmp access point - - - 11162 - tcp - suncacao-jmxmp - sun cacao JMX-remoting access point - - - 11162 - udp - suncacao-jmxmp - sun cacao JMX-remoting access point - - - 11163 - tcp - suncacao-rmi - sun cacao rmi registry access point - - - 11163 - udp - suncacao-rmi - sun cacao rmi registry access point - - - 11164 - tcp - suncacao-csa - sun cacao command-streaming access point - - - 11164 - udp - suncacao-csa - sun cacao command-streaming access point - - - 11165 - tcp - suncacao-websvc - sun cacao web service access point - - - 11165 - udp - suncacao-websvc - sun cacao web service access point - - - 11171 - tcp - record - Reserved - - - 11171 - udp - snss - Surgical Notes Security Service Discovery (SNSS) - - - 11172 - tcp - oemcacao-jmxmp - OEM cacao JMX-remoting access point - - - 11172 - udp - record - Reserved - - - 11173 - tcp - t5-straton - Straton Runtime Programing - - - 11173 - udp - record - Reserved - - - 11174 - tcp - oemcacao-rmi - OEM cacao rmi registry access point - - - 11174 - udp - record - Reserved - - - 11175 - tcp - oemcacao-websvc - OEM cacao web service access point - - - 11175 - udp - record - Reserved - - - 11201 - tcp - smsqp - smsqp - - - 11201 - udp - smsqp - smsqp - - - 11202 - tcp - dcsl-backup - DCSL Network Backup Services - - - 11202 - udp - record - Reserved - - - 11208 - tcp - wifree - WiFree Service - - - 11208 - udp - wifree - WiFree Service - - - 11211 - tcp - memcache - Memory cache service - - - 11211 - udp - memcache - Memory cache service - - - 11235 - tcp - xcompute - numerical systems messaging - - - 11235 - udp - record - Reserved - - - 11235 - sctp - xcompute - numerical systems messaging - - - 11319 - tcp - imip - IMIP - - - 11319 - udp - imip - IMIP - - - 11320 - tcp - imip-channels - IMIP Channels Port - - - 11320 - udp - imip-channels - IMIP Channels Port - - - 11321 - tcp - arena-server - Arena Server Listen - - - 11321 - udp - arena-server - Arena Server Listen - - - 11367 - tcp - atm-uhas - ATM UHAS - - - 11367 - udp - atm-uhas - ATM UHAS - - - 11371 - tcp - hkp - OpenPGP HTTP Keyserver - - - 11371 - udp - hkp - OpenPGP HTTP Keyserver - - - 11430 - udp - lsdp - Lenbrook Service Discovery Protocol - - - 11430 - tcp - record - Reserved - - - 11489 - tcp - asgcypresstcps - ASG Cypress Secure Only - - - 11489 - udp - record - Reserved - - - 11600 - tcp - tempest-port - Tempest Protocol Port - - - 11600 - udp - tempest-port - Tempest Protocol Port - - - 11623 - tcp - emc-xsw-dconfig - EMC XtremSW distributed config - - - 11623 - udp - record - Reserved - - - 11720 - tcp - h323callsigalt - H.323 Call Control Signalling Alternate - - - 11720 - udp - h323callsigalt - H.323 Call Control Signalling Alternate - - - 11723 - tcp - emc-xsw-dcache - EMC XtremSW distributed cache - - - 11723 - udp - emc-xsw-dcache - EMC XtremSW distributed cache - - - 11751 - tcp - intrepid-ssl - Intrepid SSL - - - 11751 - udp - intrepid-ssl - Intrepid SSL - - - 11796 - tcp - lanschool - LanSchool - - - 11796 - udp - lanschool-mpt - Lanschool Multipoint - - - 11876 - tcp - xoraya - X2E Xoraya Multichannel protocol - - - 11876 - udp - xoraya - X2E Xoraya Multichannel protocol - - - 11877 - tcp - record - Reserved - - - 11877 - udp - x2e-disc - X2E service discovery protocol - - - 11967 - tcp - sysinfo-sp - SysInfo Service Protocol - - - 11967 - udp - sysinfo-sp - SysInfo Service Protocol - - - 11971 - tcp - tibsd - TiBS Service - - - 11971 - udp - record - Reserved - - - 11997 - sctp - wmereceiving - WorldMailExpress - - - 11998 - sctp - wmedistribution - WorldMailExpress - - - 11999 - sctp - wmereporting - WorldMailExpress - - - 12000 - tcp - entextxid - IBM Enterprise Extender SNA XID Exchange - - - 12000 - udp - entextxid - IBM Enterprise Extender SNA XID Exchange - - - 12001 - tcp - entextnetwk - IBM Enterprise Extender SNA COS Network Priority - - - 12001 - udp - entextnetwk - IBM Enterprise Extender SNA COS Network Priority - - - 12002 - tcp - entexthigh - IBM Enterprise Extender SNA COS High Priority - - - 12002 - udp - entexthigh - IBM Enterprise Extender SNA COS High Priority - - - 12003 - tcp - entextmed - IBM Enterprise Extender SNA COS Medium Priority - - - 12003 - udp - entextmed - IBM Enterprise Extender SNA COS Medium Priority - - - 12004 - tcp - entextlow - IBM Enterprise Extender SNA COS Low Priority - - - 12004 - udp - entextlow - IBM Enterprise Extender SNA COS Low Priority - - - 12005 - tcp - dbisamserver1 - DBISAM Database Server - Regular - - - 12005 - udp - dbisamserver1 - DBISAM Database Server - Regular - - - 12006 - tcp - dbisamserver2 - DBISAM Database Server - Admin - - - 12006 - udp - dbisamserver2 - DBISAM Database Server - Admin - - - 12007 - tcp - accuracer - Accuracer Database System Server - - - 12007 - udp - accuracer - Accuracer Database System Server - - - 12008 - tcp - accuracer-dbms - Accuracer Database System Admin - - - 12008 - udp - accuracer-dbms - Accuracer Database System Admin - - - 12009 - tcp - record - Reserved - - - 12009 - udp - ghvpn - Green Hills VPN - - - 12010 - tcp - edbsrvr - ElevateDB Server - - - 12010 - udp - record - Reserved - - - 12012 - tcp - vipera - Vipera Messaging Service - - - 12012 - udp - vipera - Vipera Messaging Service - - - 12013 - tcp - vipera-ssl - Vipera Messaging Service over SSL Communication - - - 12013 - udp - vipera-ssl - Vipera Messaging Service over SSL Communication - - - 12109 - tcp - rets-ssl - RETS over SSL - - - 12109 - udp - rets-ssl - RETS over SSL - - - 12121 - tcp - nupaper-ss - NuPaper Session Service - - - 12121 - udp - nupaper-ss - NuPaper Session Service - - - 12168 - tcp - cawas - CA Web Access Service - - - 12168 - udp - cawas - CA Web Access Service - - - 12172 - tcp - hivep - HiveP - - - 12172 - udp - hivep - HiveP - - - 12300 - tcp - linogridengine - LinoGrid Engine - - - 12300 - udp - linogridengine - LinoGrid Engine - - - 12302 - tcp - rads - Remote Administration Daemon (RAD) is a system service that offers secure, remote, programmatic access to Solaris system configuration and run-time state - - - 12302 - udp - record - Reserved - - - 12321 - tcp - warehouse-sss - Warehouse Monitoring Syst SSS - - - 12321 - udp - warehouse-sss - Warehouse Monitoring Syst SSS - - - 12322 - tcp - warehouse - Warehouse Monitoring Syst - - - 12322 - udp - warehouse - Warehouse Monitoring Syst - - - 12345 - tcp - italk - Italk Chat System - - - 12345 - udp - italk - Italk Chat System - - - 12546 - tcp - carb-repl-ctrl - Carbonite Server Replication Control - - - 12546 - udp - record - Reserved - - - 12753 - tcp - tsaf - tsaf port - - - 12753 - udp - tsaf - tsaf port - - - 12865 - tcp - netperf - control port for the netperf benchmark - - - 12865 - udp - record - Reserved - - - 13160 - tcp - i-zipqd - I-ZIPQD - - - 13160 - udp - i-zipqd - I-ZIPQD - - - 13216 - tcp - bcslogc - Black Crow Software application logging - - - 13216 - udp - bcslogc - Black Crow Software application logging - - - 13217 - tcp - rs-pias - R&S Proxy Installation Assistant Service - - - 13217 - udp - rs-pias - R&S Proxy Installation Assistant Service - - - 13218 - tcp - emc-vcas-tcp - EMC Virtual CAS Service - - - 13218 - udp - emc-vcas-udp - EMV Virtual CAS Service Discovery - - - 13223 - tcp - powwow-client - PowWow Client - - - 13223 - udp - powwow-client - PowWow Client - - - 13224 - tcp - powwow-server - PowWow Server - - - 13224 - udp - powwow-server - PowWow Server - - - 13400 - tcp - doip-data - DoIP Data - - - 13400 - udp - doip-disc - DoIP Discovery - - - 13720 - tcp - bprd - BPRD Protocol (VERITAS NetBackup) - - - 13720 - udp - bprd - BPRD Protocol (VERITAS NetBackup) - - - 13721 - tcp - bpdbm - BPDBM Protocol (VERITAS NetBackup) - - - 13721 - udp - bpdbm - BPDBM Protocol (VERITAS NetBackup) - - - 13722 - tcp - bpjava-msvc - BP Java MSVC Protocol - - - 13722 - udp - bpjava-msvc - BP Java MSVC Protocol - - - 13724 - tcp - vnetd - Veritas Network Utility - - - 13724 - udp - vnetd - Veritas Network Utility - - - 13782 - tcp - bpcd - VERITAS NetBackup - - - 13782 - udp - bpcd - VERITAS NetBackup - - - 13783 - tcp - vopied - VOPIED Protocol - - - 13783 - udp - vopied - VOPIED Protocol - - - 13785 - tcp - nbdb - NetBackup Database - - - 13785 - udp - nbdb - NetBackup Database - - - 13786 - tcp - nomdb - Veritas-nomdb - - - 13786 - udp - nomdb - Veritas-nomdb - - - 13818 - tcp - dsmcc-config - DSMCC Config - - - 13818 - udp - dsmcc-config - DSMCC Config - - - 13819 - tcp - dsmcc-session - DSMCC Session Messages - - - 13819 - udp - dsmcc-session - DSMCC Session Messages - - - 13820 - tcp - dsmcc-passthru - DSMCC Pass-Thru Messages - - - 13820 - udp - dsmcc-passthru - DSMCC Pass-Thru Messages - - - 13821 - tcp - dsmcc-download - DSMCC Download Protocol - - - 13821 - udp - dsmcc-download - DSMCC Download Protocol - - - 13822 - tcp - dsmcc-ccp - DSMCC Channel Change Protocol - - - 13822 - udp - dsmcc-ccp - DSMCC Channel Change Protocol - - - 13823 - tcp - bmdss - Blackmagic Design Streaming Server - - - 13823 - udp - record - Reserved - - - 13832 - tcp - a-trust-rpc - Certificate Management and Issuing - - - 13832 - udp - record - Reserved - - - 13894 - tcp - ucontrol - Ultimate Control communication protocol - - - 13894 - udp - ucontrol - Ultimate Control communication protocol - - - 13929 - tcp - dta-systems - D-TA SYSTEMS - - - 13929 - udp - dta-systems - D-TA SYSTEMS - - - 13930 - tcp - medevolve - MedEvolve Port Requester - - - 13930 - udp - record - Reserved - - - 14000 - tcp - scotty-ft - SCOTTY High-Speed Filetransfer - - - 14000 - udp - scotty-ft - SCOTTY High-Speed Filetransfer - - - 14001 - tcp - sua - SUA - - - 14001 - udp - sua - De-Registered - - - 14001 - sctp - sua - SUA - - - 14002 - udp - scotty-disc - Discovery of a SCOTTY hardware codec board - - - 14002 - tcp - record - Reserved - - - 14033 - tcp - sage-best-com1 - sage Best! Config Server 1 - - - 14033 - udp - sage-best-com1 - sage Best! Config Server 1 - - - 14034 - tcp - sage-best-com2 - sage Best! Config Server 2 - - - 14034 - udp - sage-best-com2 - sage Best! Config Server 2 - - - 14141 - tcp - vcs-app - VCS Application - - - 14141 - udp - vcs-app - VCS Application - - - 14142 - tcp - icpp - IceWall Cert Protocol - - - 14142 - udp - icpp - IceWall Cert Protocol - - - 14143 - tcp - icpps - IceWall Cert Protocol over TLS - - - 14143 - udp - record - Reserved - - - 14145 - tcp - gcm-app - GCM Application - - - 14145 - udp - gcm-app - GCM Application - - - 14149 - tcp - vrts-tdd - Veritas Traffic Director - - - 14149 - udp - vrts-tdd - Veritas Traffic Director - - - 14150 - tcp - vcscmd - Veritas Cluster Server Command Server - - - 14150 - udp - record - Reserved - - - 14154 - tcp - vad - Veritas Application Director - - - 14154 - udp - vad - Veritas Application Director - - - 14250 - tcp - cps - Fencing Server - - - 14250 - udp - cps - Fencing Server - - - 14414 - tcp - ca-web-update - CA eTrust Web Update Service - - - 14414 - udp - ca-web-update - CA eTrust Web Update Service - - - 14500 - tcp - xpra - xpra network protocol - - - 14500 - udp - record - Reserved - - - 14936 - tcp - hde-lcesrvr-1 - hde-lcesrvr-1 - - - 14936 - udp - hde-lcesrvr-1 - hde-lcesrvr-1 - - - 14937 - tcp - hde-lcesrvr-2 - hde-lcesrvr-2 - - - 14937 - udp - hde-lcesrvr-2 - hde-lcesrvr-2 - - - 15000 - tcp - hydap - Hypack Data Aquisition - - - 15000 - udp - hydap - Hypack Data Aquisition - - - 15002 - tcp - onep-tls - Open Network Environment TLS - - - 15002 - udp - record - Reserved - - - 15118 - tcp - record - Reserved - - - 15118 - udp - v2g-secc - v2g Supply Equipment Communication Controller Discovery Protocol - - - 15345 - tcp - xpilot - XPilot Contact Port - - - 15345 - udp - xpilot - XPilot Contact Port - - - 15363 - tcp - 3link - 3Link Negotiation - - - 15363 - udp - 3link - 3Link Negotiation - - - 15555 - tcp - cisco-snat - Cisco Stateful NAT - - - 15555 - udp - cisco-snat - Cisco Stateful NAT - - - 15660 - tcp - bex-xr - Backup Express Restore Server - - - 15660 - udp - bex-xr - Backup Express Restore Server - - - 15740 - tcp - ptp - Picture Transfer Protocol - - - 15740 - udp - ptp - Picture Transfer Protocol - - - 15998 - tcp - record - Reserved - - - 15998 - udp - 2ping - 2ping Bi-Directional Ping Service - - - 15999 - tcp - programmar - ProGrammar Enterprise - - - 15999 - udp - record - Reserved - - - 16000 - tcp - fmsas - Administration Server Access - - - 16000 - udp - record - Reserved - - - 16001 - tcp - fmsascon - Administration Server Connector - - - 16001 - udp - record - Reserved - - - 16002 - tcp - gsms - GoodSync Mediation Service - - - 16002 - udp - record - Reserved - - - 16003 - tcp - record - Reserved - - - 16003 - udp - alfin - Automation and Control by REGULACE.ORG - - - 16020 - tcp - jwpc - Filemaker Java Web Publishing Core - - - 16020 - udp - record - Reserved - - - 16021 - tcp - jwpc-bin - Filemaker Java Web Publishing Core Binary - - - 16021 - udp - record - Reserved - - - 16161 - tcp - sun-sea-port - Solaris SEA Port - - - 16161 - udp - sun-sea-port - Solaris SEA Port - - - 16162 - tcp - solaris-audit - Solaris Audit - secure remote audit log - - - 16162 - udp - record - Reserved - - - 16309 - tcp - etb4j - etb4j - - - 16309 - udp - etb4j - etb4j - - - 16310 - tcp - pduncs - Policy Distribute, Update Notification - - - 16310 - udp - pduncs - Policy Distribute, Update Notification - - - 16311 - tcp - pdefmns - Policy definition and update management - - - 16311 - udp - pdefmns - Policy definition and update management - - - 16360 - tcp - netserialext1 - Network Serial Extension Ports One - - - 16360 - udp - netserialext1 - Network Serial Extension Ports One - - - 16361 - tcp - netserialext2 - Network Serial Extension Ports Two - - - 16361 - udp - netserialext2 - Network Serial Extension Ports Two - - - 16367 - tcp - netserialext3 - Network Serial Extension Ports Three - - - 16367 - udp - netserialext3 - Network Serial Extension Ports Three - - - 16368 - tcp - netserialext4 - Network Serial Extension Ports Four - - - 16368 - udp - netserialext4 - Network Serial Extension Ports Four - - - 16384 - tcp - connected - Connected Corp - - - 16384 - udp - connected - Connected Corp - - - 16385 - tcp - rdgs - Reliable Datagram Sockets - - - 16385 - udp - record - Reserved - - - 16619 - tcp - xoms - X509 Objects Management Service - - - 16619 - udp - record - Reserved - - - 16665 - tcp - axon-tunnel - Reliable multipath data transport for high latencies - - - 16665 - udp - record - Reserved - - - 16666 - tcp - record - Reserved - - - 16666 - udp - vtp - Vidder Tunnel Protocol - - - 16789 - tcp - cadsisvr - This server provides callable services to mainframe External Security Managers from any TCP/IP platform - - - 16789 - udp - record - Reserved - - - 16900 - tcp - newbay-snc-mc - Newbay Mobile Client Update Service - - - 16900 - udp - newbay-snc-mc - Newbay Mobile Client Update Service - - - 16950 - tcp - sgcip - Simple Generic Client Interface Protocol - - - 16950 - udp - sgcip - Simple Generic Client Interface Protocol - - - 16991 - tcp - intel-rci-mp - INTEL-RCI-MP - - - 16991 - udp - intel-rci-mp - INTEL-RCI-MP - - - 16992 - tcp - amt-soap-http - Intel(R) AMT SOAP/HTTP - - - 16992 - udp - amt-soap-http - Intel(R) AMT SOAP/HTTP - - - 16993 - tcp - amt-soap-https - Intel(R) AMT SOAP/HTTPS - - - 16993 - udp - amt-soap-https - Intel(R) AMT SOAP/HTTPS - - - 16994 - tcp - amt-redir-tcp - Intel(R) AMT Redirection/TCP - - - 16994 - udp - amt-redir-tcp - Intel(R) AMT Redirection/TCP - - - 16995 - tcp - amt-redir-tls - Intel(R) AMT Redirection/TLS - - - 16995 - udp - amt-redir-tls - Intel(R) AMT Redirection/TLS - - - 17007 - tcp - isode-dua - - - - - 17007 - udp - isode-dua - - - - - 17010 - tcp - ncpu - Plan 9 cpu port - - - 17010 - udp - record - Reserved - - - 17184 - tcp - vestasdlp - Vestas Data Layer Protocol - - - 17184 - udp - record - Reserved - - - 17185 - tcp - soundsvirtual - Sounds Virtual - - - 17185 - udp - soundsvirtual - Sounds Virtual - - - 17219 - tcp - chipper - Chipper - - - 17219 - udp - chipper - Chipper - - - 17220 - tcp - avtp - IEEE 1722 Transport Protocol for Time Sensitive Applications - - - 17220 - udp - avtp - IEEE 1722 Transport Protocol for Time Sensitive Applications - - - 17221 - tcp - avdecc - IEEE 1722.1 AVB Discovery, Enumeration, Connection management, and Control - - - 17221 - udp - avdecc - IEEE 1722.1 AVB Discovery, Enumeration, Connection management, and Control - - - 17222 - tcp - record - Reserved - - - 17222 - udp - cpsp - Control Plane Synchronization Protocol (SPSP) - - - 17223 - tcp - isa100-gci - ISA100 GCI is a service utilizing a common interface between an ISA100 Wireless gateway and a client application - - - 17223 - udp - record - Reserved - - - 17224 - udp - trdp-pd - Train Realtime Data Protocol (TRDP) Process Data - - - 17224 - tcp - record - Reserved - - - 17225 - tcp - trdp-md - Train Realtime Data Protocol (TRDP) Message Data - - - 17225 - udp - trdp-md - Train Realtime Data Protocol (TRDP) Message Data - - - 17234 - tcp - integrius-stp - Integrius Secure Tunnel Protocol - - - 17234 - udp - integrius-stp - Integrius Secure Tunnel Protocol - - - 17235 - tcp - ssh-mgmt - SSH Tectia Manager - - - 17235 - udp - ssh-mgmt - SSH Tectia Manager - - - 17500 - tcp - db-lsp - Dropbox LanSync Protocol - - - 17500 - udp - db-lsp-disc - Dropbox LanSync Discovery - - - 17555 - tcp - ailith - Ailith management of routers - - - 17555 - udp - record - Reserved - - - 17729 - tcp - ea - Eclipse Aviation - - - 17729 - udp - ea - Eclipse Aviation - - - 17754 - tcp - zep - Encap. ZigBee Packets - - - 17754 - udp - zep - Encap. ZigBee Packets - - - 17755 - tcp - zigbee-ip - ZigBee IP Transport Service - - - 17755 - udp - zigbee-ip - ZigBee IP Transport Service - - - 17756 - tcp - zigbee-ips - ZigBee IP Transport Secure Service - - - 17756 - udp - zigbee-ips - ZigBee IP Transport Secure Service - - - 17777 - tcp - sw-orion - SolarWinds Orion - - - 17777 - udp - record - Reserved - - - 18000 - tcp - biimenu - Beckman Instruments, Inc. - - - 18000 - udp - biimenu - Beckman Instruments, Inc. - - - 18104 - tcp - radpdf - RAD PDF Service - - - 18104 - udp - record - Reserved - - - 18136 - tcp - racf - z/OS Resource Access Control Facility - - - 18136 - udp - record - Reserved - - - 18181 - tcp - opsec-cvp - OPSEC CVP - - - 18181 - udp - opsec-cvp - OPSEC CVP - - - 18182 - tcp - opsec-ufp - OPSEC UFP - - - 18182 - udp - opsec-ufp - OPSEC UFP - - - 18183 - tcp - opsec-sam - OPSEC SAM - - - 18183 - udp - opsec-sam - OPSEC SAM - - - 18184 - tcp - opsec-lea - OPSEC LEA - - - 18184 - udp - opsec-lea - OPSEC LEA - - - 18185 - tcp - opsec-omi - OPSEC OMI - - - 18185 - udp - opsec-omi - OPSEC OMI - - - 18186 - tcp - ohsc - Occupational Health SC - - - 18186 - udp - ohsc - Occupational Health Sc - - - 18187 - tcp - opsec-ela - OPSEC ELA - - - 18187 - udp - opsec-ela - OPSEC ELA - - - 18241 - tcp - checkpoint-rtm - Check Point RTM - - - 18241 - udp - checkpoint-rtm - Check Point RTM - - - 18242 - tcp - iclid - Checkpoint router monitoring - - - 18242 - udp - record - Reserved - - - 18243 - tcp - clusterxl - Checkpoint router state backup - - - 18243 - udp - record - Reserved - - - 18262 - tcp - gv-pf - GV NetConfig Service - - - 18262 - udp - gv-pf - GV NetConfig Service - - - 18463 - tcp - ac-cluster - AC Cluster - - - 18463 - udp - ac-cluster - AC Cluster - - - 18516 - tcp - record - Reserved - - - 18516 - udp - heythings - HeyThings Device communicate service - - - 18634 - tcp - rds-ib - Reliable Datagram Service - - - 18634 - udp - rds-ib - Reliable Datagram Service - - - 18635 - tcp - rds-ip - Reliable Datagram Service over IP - - - 18635 - udp - rds-ip - Reliable Datagram Service over IP - - - 18668 - tcp - vdmmesh - Manufacturing Execution Systems Mesh Communication - - - 18668 - udp - vdmmesh-disc - Manufacturing Execution Systems Mesh Communication - - - 18769 - tcp - ique - IQue Protocol - - - 18769 - udp - ique - IQue Protocol - - - 18881 - tcp - infotos - Infotos - - - 18881 - udp - infotos - Infotos - - - 18888 - tcp - apc-necmp - APCNECMP - - - 18888 - udp - apc-necmp - APCNECMP - - - 19000 - tcp - igrid - iGrid Server - - - 19000 - udp - igrid - iGrid Server - - - 19007 - tcp - scintilla - Scintilla protocol for device services - - - 19007 - udp - scintilla - Scintilla protocol for device services - - - 19020 - tcp - j-link - J-Link TCP/IP Protocol - - - 19020 - udp - record - Reserved - - - 19191 - tcp - opsec-uaa - OPSEC UAA - - - 19191 - udp - opsec-uaa - OPSEC UAA - - - 19194 - tcp - ua-secureagent - UserAuthority SecureAgent - - - 19194 - udp - ua-secureagent - UserAuthority SecureAgent - - - 19220 - tcp - cora - Client Connection Management and Data Exchange Service - - - 19220 - udp - cora-disc - Discovery for Client Connection Management and Data Exchange Service - - - 19283 - tcp - keysrvr - Key Server for SASSAFRAS - - - 19283 - udp - keysrvr - Key Server for SASSAFRAS - - - 19315 - tcp - keyshadow - Key Shadow for SASSAFRAS - - - 19315 - udp - keyshadow - Key Shadow for SASSAFRAS - - - 19398 - tcp - mtrgtrans - mtrgtrans - - - 19398 - udp - mtrgtrans - mtrgtrans - - - 19410 - tcp - hp-sco - hp-sco - - - 19410 - udp - hp-sco - hp-sco - - - 19411 - tcp - hp-sca - hp-sca - - - 19411 - udp - hp-sca - hp-sca - - - 19412 - tcp - hp-sessmon - HP-SESSMON - - - 19412 - udp - hp-sessmon - HP-SESSMON - - - 19539 - tcp - fxuptp - FXUPTP - - - 19539 - udp - fxuptp - FXUPTP - - - 19540 - tcp - sxuptp - SXUPTP - - - 19540 - udp - sxuptp - SXUPTP - - - 19541 - tcp - jcp - JCP Client - - - 19541 - udp - jcp - JCP Client - - - 19788 - udp - mle - Mesh Link Establishment - - - 19788 - tcp - record - Reserved - - - 19790 - tcp - faircom-db - FairCom Database - - - 19790 - udp - record - Reserved - - - 19998 - tcp - iec-104-sec - IEC 60870-5-104 process control - secure - - - 19998 - udp - record - Reserved - - - 19999 - tcp - dnp-sec - Distributed Network Protocol - Secure - - - 19999 - udp - dnp-sec - Distributed Network Protocol - Secure - - - 19999 - sctp - dnp-sec - Distributed Network Protocol - secured - - - 20000 - tcp - dnp - DNP - - - 20000 - udp - dnp - DNP - - - 20000 - sctp - dnp - Distributed Network Protocol - - - 20001 - tcp - microsan - MicroSAN - - - 20001 - udp - microsan - MicroSAN - - - 20002 - tcp - commtact-http - Commtact HTTP - - - 20002 - udp - commtact-http - Commtact HTTP - - - 20003 - tcp - commtact-https - Commtact HTTPS - - - 20003 - udp - commtact-https - Commtact HTTPS - - - 20005 - tcp - openwebnet - OpenWebNet protocol for electric network - - - 20005 - udp - openwebnet - OpenWebNet protocol for electric network - - - 20012 - tcp - record - Reserved - - - 20012 - udp - ss-idi-disc - Samsung Interdevice Interaction discovery - - - 20013 - tcp - ss-idi - Samsung Interdevice Interaction - - - 20013 - udp - record - Reserved - - - 20014 - tcp - opendeploy - OpenDeploy Listener - - - 20014 - udp - opendeploy - OpenDeploy Listener - - - 20034 - tcp - nburn-id - System.Xml.XmlElement - - - 20034 - tcp - nburn_id - NetBurner ID Port - - - 20034 - udp - nburn-id - System.Xml.XmlElement - - - 20034 - udp - nburn_id - NetBurner ID Port - - - 20046 - tcp - tmophl7mts - TMOP HL7 Message Transfer Service - - - 20046 - udp - tmophl7mts - TMOP HL7 Message Transfer Service - - - 20048 - tcp - mountd - NFS mount protocol - - - 20048 - udp - mountd - NFS mount protocol - - - 20049 - tcp - nfsrdma - Network File System (NFS) over RDMA - - - 20049 - udp - nfsrdma - Network File System (NFS) over RDMA - - - 20049 - sctp - nfsrdma - Network File System (NFS) over RDMA - - - 20057 - tcp - avesterra - AvesTerra Hypergraph Transfer Protocol (HGTP) - - - 20057 - udp - record - Reserved - - - 20167 - tcp - tolfab - TOLfab Data Change - - - 20167 - udp - tolfab - TOLfab Data Change - - - 20202 - tcp - ipdtp-port - IPD Tunneling Port - - - 20202 - udp - ipdtp-port - IPD Tunneling Port - - - 20222 - tcp - ipulse-ics - iPulse-ICS - - - 20222 - udp - ipulse-ics - iPulse-ICS - - - 20480 - tcp - emwavemsg - emWave Message Service - - - 20480 - udp - emwavemsg - emWave Message Service - - - 20670 - tcp - track - Track - - - 20670 - udp - track - Track - - - 20810 - tcp - crtech-nlm - CRTech NLM - - - 20810 - udp - record - Reserved - - - 20999 - tcp - athand-mmp - At Hand MMP - - - 20999 - udp - athand-mmp - AT Hand MMP - - - 21000 - tcp - irtrans - IRTrans Control - - - 21000 - udp - irtrans - IRTrans Control - - - 21010 - tcp - notezilla-lan - Notezilla.Lan Server - - - 21010 - udp - record - Reserved - - - 21212 - tcp - trinket-agent - Distributed artificial intelligence - - - 21212 - udp - record - Reserved - - - 21213 - tcp - cohesity-agent - Cohesity backup agents - - - 21213 - udp - record - Reserved - - - 21221 - tcp - aigairserver - Services for Air Server - - - 21221 - udp - record - Reserved - - - 21553 - tcp - rdm-tfs - Raima RDM TFS - - - 21553 - udp - record - Reserved - - - 21554 - tcp - dfserver - MineScape Design File Server - - - 21554 - udp - dfserver - MineScape Design File Server - - - 21590 - tcp - vofr-gateway - VoFR Gateway - - - 21590 - udp - vofr-gateway - VoFR Gateway - - - 21800 - tcp - tvpm - TVNC Pro Multiplexing - - - 21800 - udp - tvpm - TVNC Pro Multiplexing - - - 21801 - tcp - sal - Safe AutoLogon - - - 21845 - tcp - webphone - webphone - - - 21845 - udp - webphone - webphone - - - 21846 - tcp - netspeak-is - NetSpeak Corp. Directory Services - - - 21846 - udp - netspeak-is - NetSpeak Corp. Directory Services - - - 21847 - tcp - netspeak-cs - NetSpeak Corp. Connection Services - - - 21847 - udp - netspeak-cs - NetSpeak Corp. Connection Services - - - 21848 - tcp - netspeak-acd - NetSpeak Corp. Automatic Call Distribution - - - 21848 - udp - netspeak-acd - NetSpeak Corp. Automatic Call Distribution - - - 21849 - tcp - netspeak-cps - NetSpeak Corp. Credit Processing System - - - 21849 - udp - netspeak-cps - NetSpeak Corp. Credit Processing System - - - 22000 - tcp - snapenetio - SNAPenetIO - - - 22000 - udp - snapenetio - SNAPenetIO - - - 22001 - tcp - optocontrol - OptoControl - - - 22001 - udp - optocontrol - OptoControl - - - 22002 - tcp - optohost002 - Opto Host Port 2 - - - 22002 - udp - optohost002 - Opto Host Port 2 - - - 22003 - tcp - optohost003 - Opto Host Port 3 - - - 22003 - udp - optohost003 - Opto Host Port 3 - - - 22004 - tcp - optohost004 - Opto Host Port 4 - - - 22004 - udp - optohost004 - Opto Host Port 4 - - - 22005 - tcp - optohost004 - Opto Host Port 5 - - - 22005 - udp - optohost004 - Opto Host Port 5 - - - 22125 - tcp - dcap - dCache Access Protocol - - - 22125 - udp - record - Reserved - - - 22128 - tcp - gsidcap - GSI dCache Access Protocol - - - 22128 - udp - record - Reserved - - - 22222 - tcp - easyengine - EasyEngine is CLI tool to manage WordPress Sites on Nginx server - - - 22222 - udp - record - Reserved - - - 22273 - tcp - wnn6 - wnn6 - - - 22273 - udp - wnn6 - wnn6 - - - 22305 - tcp - cis - CompactIS Tunnel - - - 22305 - udp - cis - CompactIS Tunnel - - - 22333 - tcp - showcockpit-net - ShowCockpit Networking - - - 22333 - udp - showcockpit-net - ShowCockpit Networking - - - 22335 - tcp - shrewd-control - Initium Labs Security and Automation Control - - - 22335 - udp - shrewd-stream - Initium Labs Security and Automation Streaming - - - 22343 - tcp - cis-secure - CompactIS Secure Tunnel - - - 22343 - udp - cis-secure - CompactIS Secure Tunnel - - - 22347 - tcp - wibukey - WibuKey Standard WkLan - - - 22347 - udp - wibukey - WibuKey Standard WkLan - - - 22350 - tcp - codemeter - CodeMeter Standard - - - 22350 - udp - codemeter - CodeMeter Standard - - - 22351 - tcp - codemeter-cmwan - TPC/IP requests of copy protection software to a server - - - 22351 - udp - record - Reserved - - - 22537 - tcp - caldsoft-backup - CaldSoft Backup server file transfer - - - 22537 - udp - record - Reserved - - - 22555 - tcp - vocaltec-wconf - Vocaltec Web Conference - - - 22555 - udp - vocaltec-phone - Vocaltec Internet Phone - - - 22763 - tcp - talikaserver - Talika Main Server - - - 22763 - udp - talikaserver - Talika Main Server - - - 22800 - tcp - aws-brf - Telerate Information Platform LAN - - - 22800 - udp - aws-brf - Telerate Information Platform LAN - - - 22951 - tcp - brf-gw - Telerate Information Platform WAN - - - 22951 - udp - brf-gw - Telerate Information Platform WAN - - - 23000 - tcp - inovaport1 - Inova LightLink Server Type 1 - - - 23000 - udp - inovaport1 - Inova LightLink Server Type 1 - - - 23001 - tcp - inovaport2 - Inova LightLink Server Type 2 - - - 23001 - udp - inovaport2 - Inova LightLink Server Type 2 - - - 23002 - tcp - inovaport3 - Inova LightLink Server Type 3 - - - 23002 - udp - inovaport3 - Inova LightLink Server Type 3 - - - 23003 - tcp - inovaport4 - Inova LightLink Server Type 4 - - - 23003 - udp - inovaport4 - Inova LightLink Server Type 4 - - - 23004 - tcp - inovaport5 - Inova LightLink Server Type 5 - - - 23004 - udp - inovaport5 - Inova LightLink Server Type 5 - - - 23005 - tcp - inovaport6 - Inova LightLink Server Type 6 - - - 23005 - udp - inovaport6 - Inova LightLink Server Type 6 - - - 23053 - tcp - gntp - Generic Notification Transport Protocol - - - 23053 - udp - record - Reserved - - - 23272 - tcp - record - Reserved - - - 23272 - udp - s102 - S102 application - - - 23294 - tcp - 5afe-dir - 5AFE SDN Directory - - - 23294 - udp - 5afe-disc - 5AFE SDN Directory discovery - - - 23333 - tcp - elxmgmt - Emulex HBAnyware Remote Management - - - 23333 - udp - elxmgmt - Emulex HBAnyware Remote Management - - - 23400 - tcp - novar-dbase - Novar Data - - - 23400 - udp - novar-dbase - Novar Data - - - 23401 - tcp - novar-alarm - Novar Alarm - - - 23401 - udp - novar-alarm - Novar Alarm - - - 23402 - tcp - novar-global - Novar Global - - - 23402 - udp - novar-global - Novar Global - - - 23456 - tcp - aequus - Aequus Service - - - 23456 - udp - record - Reserved - - - 23457 - tcp - aequus-alt - Aequus Service Mgmt - - - 23457 - udp - record - Reserved - - - 23546 - tcp - areaguard-neo - AreaGuard Neo - WebServer - - - 23546 - udp - record - Reserved - - - 24000 - tcp - med-ltp - med-ltp - - - 24000 - udp - med-ltp - med-ltp - - - 24001 - tcp - med-fsp-rx - med-fsp-rx - - - 24001 - udp - med-fsp-rx - med-fsp-rx - - - 24002 - tcp - med-fsp-tx - med-fsp-tx - - - 24002 - udp - med-fsp-tx - med-fsp-tx - - - 24003 - tcp - med-supp - med-supp - - - 24003 - udp - med-supp - med-supp - - - 24004 - tcp - med-ovw - med-ovw - - - 24004 - udp - med-ovw - med-ovw - - - 24005 - tcp - med-ci - med-ci - - - 24005 - udp - med-ci - med-ci - - - 24006 - tcp - med-net-svc - med-net-svc - - - 24006 - udp - med-net-svc - med-net-svc - - - 24242 - tcp - filesphere - fileSphere - - - 24242 - udp - filesphere - fileSphere - - - 24249 - tcp - vista-4gl - Vista 4GL - - - 24249 - udp - vista-4gl - Vista 4GL - - - 24321 - tcp - ild - Isolv Local Directory - - - 24321 - udp - ild - Isolv Local Directory - - - 24322 - udp - hid - Transport of Human Interface Device data streams - - - 24322 - tcp - record - Reserved - - - 24323 - tcp - vrmg-ip - Verimag mobile class protocol over TCP - - - 24323 - udp - record - Reserved - - - 24386 - tcp - intel-rci - System.Xml.XmlElement - - - 24386 - tcp - intel_rci - Intel RCI - - - 24386 - udp - intel-rci - System.Xml.XmlElement - - - 24386 - udp - intel_rci - Intel RCI - - - 24465 - tcp - tonidods - Tonido Domain Server - - - 24465 - udp - tonidods - Tonido Domain Server - - - 24554 - tcp - binkp - BINKP - - - 24554 - udp - binkp - BINKP - - - 24577 - tcp - bilobit - bilobit Service - - - 24577 - udp - bilobit-update - bilobit Service Update - - - 24666 - tcp - sdtvwcam - Service used by SmarDTV to communicate between a CAM and a second screen application - - - 24666 - udp - record - Reserved - - - 24676 - tcp - canditv - Canditv Message Service - - - 24676 - udp - canditv - Canditv Message Service - - - 24677 - tcp - flashfiler - FlashFiler - - - 24677 - udp - flashfiler - FlashFiler - - - 24678 - tcp - proactivate - Turbopower Proactivate - - - 24678 - udp - proactivate - Turbopower Proactivate - - - 24680 - tcp - tcc-http - TCC User HTTP Service - - - 24680 - udp - tcc-http - TCC User HTTP Service - - - 24754 - tcp - cslg - Citrix StorageLink Gateway - - - 24754 - udp - record - Reserved - - - 24850 - tcp - record - Reserved - - - 24850 - udp - assoc-disc - Device Association Discovery - - - 24922 - tcp - find - Find Identification of Network Devices - - - 24922 - udp - find - Find Identification of Network Devices - - - 25000 - tcp - icl-twobase1 - icl-twobase1 - - - 25000 - udp - icl-twobase1 - icl-twobase1 - - - 25001 - tcp - icl-twobase2 - icl-twobase2 - - - 25001 - udp - icl-twobase2 - icl-twobase2 - - - 25002 - tcp - icl-twobase3 - icl-twobase3 - - - 25002 - udp - icl-twobase3 - icl-twobase3 - - - 25003 - tcp - icl-twobase4 - icl-twobase4 - - - 25003 - udp - icl-twobase4 - icl-twobase4 - - - 25004 - tcp - icl-twobase5 - icl-twobase5 - - - 25004 - udp - icl-twobase5 - icl-twobase5 - - - 25005 - tcp - icl-twobase6 - icl-twobase6 - - - 25005 - udp - icl-twobase6 - icl-twobase6 - - - 25006 - tcp - icl-twobase7 - icl-twobase7 - - - 25006 - udp - icl-twobase7 - icl-twobase7 - - - 25007 - tcp - icl-twobase8 - icl-twobase8 - - - 25007 - udp - icl-twobase8 - icl-twobase8 - - - 25008 - tcp - icl-twobase9 - icl-twobase9 - - - 25008 - udp - icl-twobase9 - icl-twobase9 - - - 25009 - tcp - icl-twobase10 - icl-twobase10 - - - 25009 - udp - icl-twobase10 - icl-twobase10 - - - 25100 - tcp - db2c-tls - IBM Db2 Client Interface - Encrypted - - - 25100 - udp - record - Reserved - - - 25471 - sctp - rna - RNSAP User Adaptation for Iurh - - - 25576 - tcp - sauterdongle - Sauter Dongle - - - 25576 - udp - record - Reserved - - - 25604 - tcp - idtp - Identifier Tracing Protocol - - - 25604 - udp - record - Reserved - - - 25793 - tcp - vocaltec-hos - Vocaltec Address Server - - - 25793 - udp - vocaltec-hos - Vocaltec Address Server - - - 25900 - tcp - tasp-net - TASP Network Comm - - - 25900 - udp - tasp-net - TASP Network Comm - - - 25901 - tcp - niobserver - NIObserver - - - 25901 - udp - niobserver - NIObserver - - - 25902 - tcp - nilinkanalyst - NILinkAnalyst - - - 25902 - udp - nilinkanalyst - NILinkAnalyst - - - 25903 - tcp - niprobe - NIProbe - - - 25903 - udp - niprobe - NIProbe - - - 25954 - udp - bf-game - Bitfighter game server - - - 25954 - tcp - record - Reserved - - - 25955 - udp - bf-master - Bitfighter master server - - - 25955 - tcp - record - Reserved - - - 26000 - tcp - quake - quake - - - 26000 - udp - quake - quake - - - 26133 - tcp - scscp - Symbolic Computation Software Composability Protocol - - - 26133 - udp - scscp - Symbolic Computation Software Composability Protocol - - - 26208 - tcp - wnn6-ds - wnn6-ds - - - 26208 - udp - wnn6-ds - wnn6-ds - - - 26257 - tcp - cockroach - CockroachDB - - - 26257 - udp - record - Reserved - - - 26260 - tcp - ezproxy - eZproxy - - - 26260 - udp - ezproxy - eZproxy - - - 26261 - tcp - ezmeeting - eZmeeting - - - 26261 - udp - ezmeeting - eZmeeting - - - 26262 - tcp - k3software-svr - K3 Software-Server - - - 26262 - udp - k3software-svr - K3 Software-Server - - - 26263 - tcp - k3software-cli - K3 Software-Client - - - 26263 - udp - k3software-cli - K3 Software-Client - - - 26486 - tcp - exoline-tcp - EXOline-TCP - - - 26486 - udp - exoline-udp - EXOline-UDP - - - 26487 - tcp - exoconfig - EXOconfig - - - 26487 - udp - exoconfig - EXOconfig - - - 26489 - tcp - exonet - EXOnet - - - 26489 - udp - exonet - EXOnet - - - 27010 - tcp - flex-lmadmin - A protocol for managing license services - - - 27010 - udp - record - Reserved - - - 27017 - tcp - mongodb - Mongo database system - - - 27017 - udp - record - Reserved - - - 27345 - tcp - imagepump - ImagePump - - - 27345 - udp - imagepump - ImagePump - - - 27442 - tcp - jesmsjc - Job controller service - - - 27442 - udp - jesmsjc - Job controller service - - - 27504 - tcp - kopek-httphead - Kopek HTTP Head Port - - - 27504 - udp - kopek-httphead - Kopek HTTP Head Port - - - 27782 - tcp - ars-vista - ARS VISTA Application - - - 27782 - udp - ars-vista - ARS VISTA Application - - - 27876 - tcp - astrolink - Astrolink Protocol - - - 27876 - udp - record - Reserved - - - 27999 - tcp - tw-auth-key - TW Authentication/Key Distribution and - - - 27999 - udp - tw-auth-key - Attribute Certificate Services - - - 28000 - tcp - nxlmd - NX License Manager - - - 28000 - udp - nxlmd - NX License Manager - - - 28001 - tcp - pqsp - PQ Service - - - 28001 - udp - record - Reserved - - - 28010 - tcp - gruber-cashreg - Gruber cash registry protocol - - - 28010 - udp - record - Reserved - - - 28080 - tcp - thor-engine - thor/server - ML engine - - - 28080 - udp - record - Reserved - - - 28119 - tcp - record - Reserved - - - 28119 - udp - a27-ran-ran - A27 cdma2000 RAN Management - - - 28200 - tcp - voxelstorm - VoxelStorm game server - - - 28200 - udp - voxelstorm - VoxelStorm game server - - - 28240 - tcp - siemensgsm - Siemens GSM - - - 28240 - udp - siemensgsm - Siemens GSM - - - 28589 - tcp - bosswave - Building operating system services wide area verified exchange - - - 28589 - udp - record - Reserved - - - 29000 - tcp - saltd-licensing - Siemens Licensing Server - - - 29000 - udp - record - Reserved - - - 29118 - tcp - record - Reserved - - - 29118 - udp - record - Reserved - - - 29118 - sctp - sgsap - SGsAP in 3GPP - - - 29167 - tcp - otmp - ObTools Message Protocol - - - 29167 - udp - otmp - ObTools Message Protocol - - - 29168 - tcp - record - Reserved - - - 29168 - udp - record - Reserved - - - 29168 - sctp - sbcap - SBcAP in 3GPP - - - 29169 - sctp - iuhsctpassoc - HNBAP and RUA Common Association - - - 29999 - tcp - bingbang - data exchange protocol for IEC61850 in wind power plants - - - 29999 - udp - record - Reserved - - - 30000 - tcp - ndmps - Secure Network Data Management Protocol - - - 30000 - udp - record - Reserved - - - 30001 - tcp - pago-services1 - Pago Services 1 - - - 30001 - udp - pago-services1 - Pago Services 1 - - - 30002 - tcp - pago-services2 - Pago Services 2 - - - 30002 - udp - pago-services2 - Pago Services 2 - - - 30003 - tcp - amicon-fpsu-ra - Amicon FPSU-IP Remote Administration - - - 30003 - udp - amicon-fpsu-ra - Amicon FPSU-IP Remote Administration - - - 30004 - udp - amicon-fpsu-s - Amicon FPSU-IP VPN - - - 30004 - tcp - record - Reserved - - - 30100 - tcp - rwp - Remote Window Protocol - - - 30100 - udp - record - Reserved - - - 30100 - sctp - rwp - Remote Window Protocol - - - 30260 - tcp - kingdomsonline - Kingdoms Online (CraigAvenue) - - - 30260 - udp - kingdomsonline - Kingdoms Online (CraigAvenue) - - - 30400 - tcp - gs-realtime - GroundStar RealTime System - - - 30400 - udp - record - Reserved - - - 30832 - udp - samsung-disc - Samsung Convergence Discovery Protocol - - - 30832 - tcp - record - Reserved - - - 30999 - tcp - ovobs - OpenView Service Desk Client - - - 30999 - udp - ovobs - OpenView Service Desk Client - - - 31016 - tcp - ka-sddp - Kollective Agent Secure Distributed Delivery Protocol - - - 31016 - udp - ka-kdp - Kollective Agent Kollective Delivery Protocol - - - 31020 - tcp - autotrac-acp - Autotrac ACP 245 - - - 31020 - udp - record - Reserved - - - 31029 - tcp - record - Reserved - - - 31029 - udp - yawn - YaWN - Yet Another Windows Notifier - - - 31337 - tcp - eldim - eldim is a secure file upload proxy - - - 31337 - udp - eldim - eldim is a secure file upload proxy - - - 31400 - tcp - pace-licensed - PACE license server - - - 31400 - udp - record - Reserved - - - 31416 - tcp - xqosd - XQoS network monitor - - - 31416 - udp - xqosd - XQoS network monitor - - - 31457 - tcp - tetrinet - TetriNET Protocol - - - 31457 - udp - tetrinet - TetriNET Protocol - - - 31620 - tcp - lm-mon - lm mon - - - 31620 - udp - lm-mon - lm mon - - - 31685 - tcp - dsx-monitor - System.Xml.XmlElement - - - 31685 - tcp - dsx_monitor - DS Expert Monitor - - - 31685 - udp - record - Reserved - - - 31765 - tcp - gamesmith-port - GameSmith Port - - - 31765 - udp - gamesmith-port - GameSmith Port - - - 31948 - tcp - iceedcp-tx - System.Xml.XmlElement - - - 31948 - tcp - iceedcp_tx - Embedded Device Configuration Protocol TX - - - 31948 - udp - iceedcp-tx - System.Xml.XmlElement - - - 31948 - udp - iceedcp_tx - Embedded Device Configuration Protocol TX - - - 31949 - tcp - iceedcp-rx - System.Xml.XmlElement - - - 31949 - tcp - iceedcp_rx - Embedded Device Configuration Protocol RX - - - 31949 - udp - iceedcp-rx - System.Xml.XmlElement - - - 31949 - udp - iceedcp_rx - Embedded Device Configuration Protocol RX - - - 32034 - tcp - iracinghelper - iRacing helper service - - - 32034 - udp - iracinghelper - iRacing helper service - - - 32249 - tcp - t1distproc60 - T1 Distributed Processor - - - 32249 - udp - t1distproc60 - T1 Distributed Processor - - - 32400 - tcp - plex - Plex multimedia - - - 32400 - udp - record - Reserved - - - 32483 - tcp - apm-link - Access Point Manager Link - - - 32483 - udp - apm-link - Access Point Manager Link - - - 32635 - tcp - sec-ntb-clnt - SecureNotebook-CLNT - - - 32635 - udp - sec-ntb-clnt - SecureNotebook-CLNT - - - 32636 - tcp - DMExpress - DMExpress - - - 32636 - udp - DMExpress - DMExpress - - - 32767 - tcp - filenet-powsrm - FileNet BPM WS-ReliableMessaging Client - - - 32767 - udp - filenet-powsrm - FileNet BPM WS-ReliableMessaging Client - - - 32768 - tcp - filenet-tms - Filenet TMS - - - 32768 - udp - filenet-tms - Filenet TMS - - - 32769 - tcp - filenet-rpc - Filenet RPC - - - 32769 - udp - filenet-rpc - Filenet RPC - - - 32770 - tcp - filenet-nch - Filenet NCH - - - 32770 - udp - filenet-nch - Filenet NCH - - - 32771 - tcp - filenet-rmi - FileNET RMI - - - 32771 - udp - filenet-rmi - FileNet RMI - - - 32772 - tcp - filenet-pa - FileNET Process Analyzer - - - 32772 - udp - filenet-pa - FileNET Process Analyzer - - - 32773 - tcp - filenet-cm - FileNET Component Manager - - - 32773 - udp - filenet-cm - FileNET Component Manager - - - 32774 - tcp - filenet-re - FileNET Rules Engine - - - 32774 - udp - filenet-re - FileNET Rules Engine - - - 32775 - tcp - filenet-pch - Performance Clearinghouse - - - 32775 - udp - filenet-pch - Performance Clearinghouse - - - 32776 - tcp - filenet-peior - FileNET BPM IOR - - - 32776 - udp - filenet-peior - FileNET BPM IOR - - - 32777 - tcp - filenet-obrok - FileNet BPM CORBA - - - 32777 - udp - filenet-obrok - FileNet BPM CORBA - - - 32801 - tcp - mlsn - Multiple Listing Service Network - - - 32801 - udp - mlsn - Multiple Listing Service Network - - - 32811 - tcp - retp - Real Estate Transport Protocol - - - 32811 - udp - record - Reserved - - - 32896 - tcp - idmgratm - Attachmate ID Manager - - - 32896 - udp - idmgratm - Attachmate ID Manager - - - 33000 - tcp - wg-endpt-comms - WatchGuard Endpoint Communications - - - 33000 - udp - record - Reserved - - - 33060 - tcp - mysqlx - MySQL Database Extended Interface - - - 33060 - udp - record - Reserved - - - 33123 - tcp - aurora-balaena - Aurora (Balaena Ltd) - - - 33123 - udp - aurora-balaena - Aurora (Balaena Ltd) - - - 33331 - tcp - diamondport - DiamondCentral Interface - - - 33331 - udp - diamondport - DiamondCentral Interface - - - 33333 - tcp - dgi-serv - Digital Gaslight Service - - - 33333 - udp - record - Reserved - - - 33334 - tcp - speedtrace - SpeedTrace TraceAgent - - - 33334 - udp - speedtrace-disc - SpeedTrace TraceAgent Discovery - - - 33434 - tcp - traceroute - traceroute use - - - 33434 - udp - traceroute - traceroute use - - - 33435 - tcp - record - Reserved - - - 33435 - udp - mtrace - IP Multicast Traceroute - - - 33656 - tcp - snip-slave - SNIP Slave - - - 33656 - udp - snip-slave - SNIP Slave - - - 33890 - tcp - digilent-adept - Adept IP protocol - - - 33890 - udp - record - Reserved - - - 34249 - tcp - turbonote-2 - TurboNote Relay Server Default Port - - - 34249 - udp - turbonote-2 - TurboNote Relay Server Default Port - - - 34378 - tcp - p-net-local - P-Net on IP local - - - 34378 - udp - p-net-local - P-Net on IP local - - - 34379 - tcp - p-net-remote - P-Net on IP remote - - - 34379 - udp - p-net-remote - P-Net on IP remote - - - 34567 - tcp - dhanalakshmi - dhanalakshmi.org EDI Service - - - 34567 - udp - edi_service - dhanalakshmi.org EDI Service - - - 34962 - tcp - profinet-rt - PROFInet RT Unicast - - - 34962 - udp - profinet-rt - PROFInet RT Unicast - - - 34963 - tcp - profinet-rtm - PROFInet RT Multicast - - - 34963 - udp - profinet-rtm - PROFInet RT Multicast - - - 34964 - tcp - profinet-cm - PROFInet Context Manager - - - 34964 - udp - profinet-cm - PROFInet Context Manager - - - 34980 - tcp - ethercat - EtherCAT Port - - - 34980 - udp - ethercat - EtherCAT Port - - - 35000 - tcp - heathview - HeathView - - - 35000 - udp - record - Reserved - - - 35001 - tcp - rt-viewer - ReadyTech Viewer - - - 35001 - udp - rt-viewer - ReadyTech Viewer - - - 35002 - tcp - rt-sound - ReadyTech Sound Server - - - 35002 - udp - record - Reserved - - - 35003 - tcp - rt-devicemapper - ReadyTech DeviceMapper Server - - - 35003 - udp - record - Reserved - - - 35004 - tcp - rt-classmanager - ReadyTech ClassManager - - - 35004 - udp - rt-classmanager - ReadyTech ClassManager - - - 35005 - tcp - rt-labtracker - ReadyTech LabTracker - - - 35005 - udp - record - Reserved - - - 35006 - tcp - rt-helper - ReadyTech Helper Service - - - 35006 - udp - record - Reserved - - - 35100 - tcp - axio-disc - Axiomatic discovery protocol - - - 35100 - udp - axio-disc - Axiomatic discovery protocol - - - 35354 - tcp - kitim - KIT Messenger - - - 35354 - udp - record - Reserved - - - 35355 - tcp - altova-lm - Altova License Management - - - 35355 - udp - altova-lm-disc - Altova License Management Discovery - - - 35356 - tcp - guttersnex - Gutters Note Exchange - - - 35356 - udp - record - Reserved - - - 35357 - tcp - openstack-id - OpenStack ID Service - - - 35357 - udp - record - Reserved - - - 36001 - tcp - allpeers - AllPeers Network - - - 36001 - udp - allpeers - AllPeers Network - - - 36411 - udp - wlcp - Wireless LAN Control plane Protocol (WLCP) - - - 36411 - tcp - record - Reserved - - - 36412 - tcp - record - Reserved - - - 36412 - udp - record - Reserved - - - 36412 - sctp - s1-control - S1-Control Plane (3GPP) - - - 36422 - tcp - record - Reserved - - - 36422 - udp - record - Reserved - - - 36422 - sctp - x2-control - X2-Control Plane (3GPP) - - - 36423 - sctp - slmap - SLm Interface Application Protocol - - - 36424 - sctp - nq-ap - Nq and Nq' Application Protocol - - - 36443 - sctp - m2ap - M2 Application Part - - - 36444 - sctp - m3ap - M3 Application Part - - - 36462 - tcp - record - Reserved - - - 36462 - udp - record - Reserved - - - 36462 - sctp - xw-control - Xw-Control Plane (3GPP) - - - 36524 - tcp - febooti-aw - Febooti Automation Workshop - - - 36524 - udp - record - Reserved - - - 36602 - tcp - observium-agent - Observium statistics collection agent - - - 36602 - udp - record - Reserved - - - 36700 - tcp - mapx - MapX communication - - - 36700 - udp - record - Reserved - - - 36865 - tcp - kastenxpipe - KastenX Pipe - - - 36865 - udp - kastenxpipe - KastenX Pipe - - - 37472 - tcp - record - Reserved - - - 37472 - udp - record - Reserved - - - 37472 - sctp - 3gpp-w1ap - W1 signalling transport - - - 37475 - tcp - neckar - science + computing's Venus Administration Port - - - 37475 - udp - neckar - science + computing's Venus Administration Port - - - 37483 - tcp - gdrive-sync - Google Drive Sync - - - 37483 - udp - record - Reserved - - - 37601 - tcp - eftp - Epipole File Transfer Protocol - - - 37601 - udp - record - Reserved - - - 37654 - tcp - unisys-eportal - Unisys ClearPath ePortal - - - 37654 - udp - unisys-eportal - Unisys ClearPath ePortal - - - 38000 - tcp - ivs-database - InfoVista Server Database - - - 38000 - udp - record - Reserved - - - 38001 - tcp - ivs-insertion - InfoVista Server Insertion - - - 38001 - udp - record - Reserved - - - 38002 - tcp - cresco-control - Cresco Controller - - - 38002 - udp - crescoctrl-disc - Cresco Controller Discovery - - - 38201 - tcp - galaxy7-data - Galaxy7 Data Tunnel - - - 38201 - udp - galaxy7-data - Galaxy7 Data Tunnel - - - 38202 - tcp - fairview - Fairview Message Service - - - 38202 - udp - fairview - Fairview Message Service - - - 38203 - tcp - agpolicy - AppGate Policy Server - - - 38203 - udp - agpolicy - AppGate Policy Server - - - 38412 - tcp - record - Reserved - - - 38412 - udp - record - Reserved - - - 38412 - sctp - ng-control - NG Control Plane (3GPP) - - - 38422 - tcp - record - Reserved - - - 38422 - udp - record - Reserved - - - 38422 - sctp - xn-control - Xn Control Plane (3GPP) - - - 38462 - tcp - record - Reserved - - - 38462 - udp - record - Reserved - - - 38462 - sctp - e1-interface - E1 signalling transport (3GPP) - - - 38472 - tcp - record - Reserved - - - 38472 - udp - record - Reserved - - - 38472 - sctp - f1-control - F1 Control Plane (3GPP) - - - 38638 - tcp - psqlmws - Premier SQL Middleware Server - - - 38638 - udp - record - Reserved - - - 38800 - tcp - sruth - Sruth is a service for the distribution of routinely- generated but arbitrary files based on a publish/subscribe distribution model and implemented using a peer-to-peer transport mechanism - - - 38800 - udp - record - Reserved - - - 38865 - tcp - secrmmsafecopya - Security approval process for use of the secRMM SafeCopy program - - - 38865 - udp - record - Reserved - - - 39063 - tcp - vroa - Children's hearing test/Telemedicine - - - 39063 - udp - record - Reserved - - - 39681 - tcp - turbonote-1 - TurboNote Default Port - - - 39681 - udp - turbonote-1 - TurboNote Default Port - - - 40000 - tcp - safetynetp - SafetyNET p - - - 40000 - udp - safetynetp - SafetyNET p - - - 40023 - tcp - record - Reserved - - - 40023 - udp - k-patentssensor - K-PatentsSensorInformation - - - 40404 - tcp - sptx - Simplify Printing TX - - - 40404 - udp - record - Reserved - - - 40841 - tcp - cscp - CSCP - - - 40841 - udp - cscp - CSCP - - - 40842 - tcp - csccredir - CSCCREDIR - - - 40842 - udp - csccredir - CSCCREDIR - - - 40843 - tcp - csccfirewall - CSCCFIREWALL - - - 40843 - udp - csccfirewall - CSCCFIREWALL - - - 40853 - tcp - record - Reserved - - - 40853 - udp - ortec-disc - ORTEC Service Discovery - - - 41111 - tcp - fs-qos - Foursticks QoS Protocol - - - 41111 - udp - fs-qos - Foursticks QoS Protocol - - - 41121 - tcp - tentacle - Tentacle Server - - - 41121 - udp - record - Reserved - - - 41230 - tcp - z-wave-s - Z-Wave Protocol over SSL/TLS - - - 41230 - udp - z-wave-s - Z-Wave Protocol over DTLS - - - 41794 - tcp - crestron-cip - Crestron Control Port - - - 41794 - udp - crestron-cip - Crestron Control Port - - - 41795 - tcp - crestron-ctp - Crestron Terminal Port - - - 41795 - udp - crestron-ctp - Crestron Terminal Port - - - 41796 - tcp - crestron-cips - Crestron Secure Control Port - - - 41796 - udp - record - Reserved - - - 41797 - tcp - crestron-ctps - Crestron Secure Terminal Port - - - 41797 - udp - record - Reserved - - - 42508 - tcp - candp - Computer Associates network discovery protocol - - - 42508 - udp - candp - Computer Associates network discovery protocol - - - 42509 - tcp - candrp - CA discovery response - - - 42509 - udp - candrp - CA discovery response - - - 42510 - tcp - caerpc - CA eTrust RPC - - - 42510 - udp - caerpc - CA eTrust RPC - - - 42999 - tcp - curiosity - API endpoint for search application - - - 42999 - udp - record - Reserved - - - 43000 - tcp - recvr-rc - Receiver Remote Control - - - 43000 - udp - recvr-rc-disc - Receiver Remote Control Discovery - - - 43188 - tcp - reachout - REACHOUT - - - 43188 - udp - reachout - REACHOUT - - - 43189 - tcp - ndm-agent-port - NDM-AGENT-PORT - - - 43189 - udp - ndm-agent-port - NDM-AGENT-PORT - - - 43190 - tcp - ip-provision - IP-PROVISION - - - 43190 - udp - ip-provision - IP-PROVISION - - - 43191 - tcp - noit-transport - Reconnoiter Agent Data Transport - - - 43191 - udp - record - Reserved - - - 43210 - tcp - shaperai - Shaper Automation Server Management - - - 43210 - udp - shaperai-disc - Shaper Automation Server Management Discovery - - - 43438 - tcp - record - Reserved - - - 43438 - udp - hmip-routing - HmIP LAN Routing - - - 43439 - tcp - eq3-update - EQ3 firmware update - - - 43439 - udp - eq3-config - EQ3 discovery and configuration - - - 43440 - tcp - ew-mgmt - Cisco EnergyWise Management - - - 43440 - udp - ew-disc-cmd - Cisco EnergyWise Discovery and Command Flooding - - - 43441 - tcp - ciscocsdb - Cisco NetMgmt DB Ports - - - 43441 - udp - ciscocsdb - Cisco NetMgmt DB Ports - - - 44123 - tcp - z-wave-tunnel - Z-Wave Secure Tunnel - - - 44123 - udp - record - Reserved - - - 44321 - tcp - pmcd - PCP server (pmcd) - - - 44321 - udp - pmcd - PCP server (pmcd) - - - 44322 - tcp - pmcdproxy - PCP server (pmcd) proxy - - - 44322 - udp - pmcdproxy - PCP server (pmcd) proxy - - - 44323 - tcp - pmwebapi - HTTP binding for Performance Co-Pilot client API - - - 44323 - udp - record - Unassigned - - - 44444 - tcp - cognex-dataman - Cognex DataMan Management Protocol - - - 44444 - udp - record - Reserved - - - 44445 - tcp - acronis-backup - Acronis Backup Gateway service port - - - 44445 - udp - record - Reserved - - - 44544 - tcp - record - Reserved - - - 44544 - udp - domiq - DOMIQ Building Automation - - - 44553 - tcp - rbr-debug - REALbasic Remote Debug - - - 44553 - udp - rbr-debug - REALbasic Remote Debug - - - 44600 - tcp - record - Reserved - - - 44600 - udp - asihpi - AudioScience HPI - - - 44818 - tcp - EtherNet-IP-2 - System.Xml.XmlElement - - - 44818 - tcp - EtherNet/IP-2 - EtherNet/IP messaging - - - 44818 - udp - EtherNet-IP-2 - System.Xml.XmlElement - - - 44818 - udp - EtherNet/IP-2 - EtherNet/IP messaging - - - 44900 - tcp - m3da - M3DA is used for efficient machine-to-machine communications - - - 44900 - udp - m3da-disc - M3DA Discovery is used for efficient machine-to-machine communications - - - 45000 - tcp - asmp - Nuance AutoStore Status Monitoring Protocol (data transfer) - - - 45000 - udp - asmp-mon - Nuance AutoStore Status Monitoring Protocol (device monitoring) - - - 45001 - tcp - asmps - Nuance AutoStore Status Monitoring Protocol (secure data transfer) - - - 45001 - udp - record - Reserved - - - 45002 - tcp - rs-status - Redspeed Status Monitor - - - 45002 - udp - record - Reserved - - - 45045 - tcp - synctest - Remote application control protocol - - - 45045 - udp - record - Reserved - - - 45054 - tcp - invision-ag - InVision AG - - - 45054 - udp - invision-ag - InVision AG - - - 45514 - tcp - cloudcheck - ASSIA CloudCheck WiFi Management System - - - 45514 - udp - cloudcheck-ping - ASSIA CloudCheck WiFi Management keepalive - - - 45678 - tcp - eba - EBA PRISE - - - 45678 - udp - eba - EBA PRISE - - - 45824 - tcp - dai-shell - Server for the DAI family of client-server products - - - 45824 - udp - record - Reserved - - - 45825 - tcp - qdb2service - Qpuncture Data Access Service - - - 45825 - udp - qdb2service - Qpuncture Data Access Service - - - 45966 - tcp - ssr-servermgr - SSRServerMgr - - - 45966 - udp - ssr-servermgr - SSRServerMgr - - - 46336 - tcp - inedo - Listen port used for Inedo agent communication - - - 46336 - udp - record - Reserved - - - 46998 - tcp - spremotetablet - Connection between a desktop computer or server and a signature tablet to capture handwritten signatures - - - 46998 - udp - record - Reserved - - - 46999 - tcp - mediabox - MediaBox Server - - - 46999 - udp - mediabox - MediaBox Server - - - 47000 - tcp - mbus - Message Bus - - - 47000 - udp - mbus - Message Bus - - - 47001 - tcp - winrm - Windows Remote Management Service - - - 47001 - udp - record - Reserved - - - 47100 - udp - jvl-mactalk - Configuration of motors connected to Industrial Ethernet - - - 47100 - tcp - record - Reserved - - - 47557 - tcp - dbbrowse - Databeam Corporation - - - 47557 - udp - dbbrowse - Databeam Corporation - - - 47624 - tcp - directplaysrvr - Direct Play Server - - - 47624 - udp - directplaysrvr - Direct Play Server - - - 47806 - tcp - ap - ALC Protocol - - - 47806 - udp - ap - ALC Protocol - - - 47808 - tcp - bacnet - Building Automation and Control Networks - - - 47808 - udp - bacnet - Building Automation and Control Networks - - - 47809 - udp - presonus-ucnet - PreSonus Universal Control Network Protocol - - - 47809 - tcp - record - Reserved - - - 48000 - tcp - nimcontroller - Nimbus Controller - - - 48000 - udp - nimcontroller - Nimbus Controller - - - 48001 - tcp - nimspooler - Nimbus Spooler - - - 48001 - udp - nimspooler - Nimbus Spooler - - - 48002 - tcp - nimhub - Nimbus Hub - - - 48002 - udp - nimhub - Nimbus Hub - - - 48003 - tcp - nimgtw - Nimbus Gateway - - - 48003 - udp - nimgtw - Nimbus Gateway - - - 48004 - tcp - nimbusdb - NimbusDB Connector - - - 48004 - udp - record - Reserved - - - 48005 - tcp - nimbusdbctrl - NimbusDB Control - - - 48005 - udp - record - Reserved - - - 48048 - tcp - juka - Juliar Programming Language Protocol - - - 48048 - udp - record - Reserved - - - 48049 - tcp - 3gpp-cbsp - 3GPP Cell Broadcast Service Protocol - - - 48049 - udp - record - Reserved - - - 48050 - tcp - weandsf - WeFi Access Network Discovery and Selection Function - - - 48050 - udp - record - Reserved - - - 48128 - tcp - isnetserv - Image Systems Network Services - - - 48128 - udp - isnetserv - Image Systems Network Services - - - 48129 - tcp - blp5 - Bloomberg locator - - - 48129 - udp - blp5 - Bloomberg locator - - - 48556 - tcp - com-bardac-dw - com-bardac-dw - - - 48556 - udp - com-bardac-dw - com-bardac-dw - - - 48619 - tcp - iqobject - iqobject - - - 48619 - udp - iqobject - iqobject - - - 48653 - tcp - robotraconteur - Robot Raconteur transport - - - 48653 - udp - robotraconteur - Robot Raconteur transport - - - 49000 - tcp - matahari - Matahari Broker - - - 49000 - udp - record - Reserved - - - 49001 - tcp - nusrp - Nuance Unity Service Request Protocol - - - 49001 - udp - nusdp-disc - Nuance Unity Service Discovery Protocol - - - 49150 - tcp - inspider - InSpider System - - - 49150 - udp - record - Reserved - + + 0 + tcp + record + Reserved + + + 0 + udp + record + Reserved + + + 1 + tcp + tcpmux + TCP Port Service Multiplexer + + + 1 + udp + tcpmux + TCP Port Service Multiplexer + + + 2 + tcp + compressnet + Management Utility + + + 2 + udp + compressnet + Management Utility + + + 3 + tcp + compressnet + Compression Process + + + 3 + udp + compressnet + Compression Process + + + 4 + tcp + record + Unassigned + + + 4 + udp + record + Unassigned + + + 5 + tcp + rje + Remote Job Entry + + + 5 + udp + rje + Remote Job Entry + + + 6 + tcp + record + Unassigned + + + 6 + udp + record + Unassigned + + + 7 + tcp + echo + Echo + + + 7 + udp + echo + Echo + + + 8 + tcp + record + Unassigned + + + 8 + udp + record + Unassigned + + + 9 + tcp + discard + Discard + + + 9 + udp + discard + Discard + + + 9 + sctp + discard + Discard + + + 9 + dccp + discard + Discard + + + 10 + tcp + record + Unassigned + + + 10 + udp + record + Unassigned + + + 11 + tcp + systat + Active Users + + + 11 + udp + systat + Active Users + + + 12 + tcp + record + Unassigned + + + 12 + udp + record + Unassigned + + + 13 + tcp + daytime + Daytime + + + 13 + udp + daytime + Daytime + + + 14 + tcp + record + Unassigned + + + 14 + udp + record + Unassigned + + + 15 + tcp + record + Unassigned [was netstat] + + + 15 + udp + record + Unassigned + + + 16 + tcp + record + Unassigned + + + 16 + udp + record + Unassigned + + + 17 + tcp + qotd + Quote of the Day + + + 17 + udp + qotd + Quote of the Day + + + 18 + tcp + msp + Message Send Protocol (historic) + + + 18 + udp + msp + Message Send Protocol (historic) + + + 19 + tcp + chargen + Character Generator + + + 19 + udp + chargen + Character Generator + + + 20 + tcp + ftp-data + File Transfer [Default Data] + + + 20 + udp + ftp-data + File Transfer [Default Data] + + + 20 + sctp + ftp-data + FTP + + + 21 + tcp + ftp + File Transfer Protocol [Control] + + + 21 + udp + ftp + File Transfer Protocol [Control] + + + 21 + sctp + ftp + FTP + + + 22 + tcp + ssh + The Secure Shell (SSH) Protocol + + + 22 + udp + ssh + The Secure Shell (SSH) Protocol + + + 22 + sctp + ssh + SSH + + + 23 + tcp + telnet + Telnet + + + 23 + udp + telnet + Telnet + + + 24 + tcp + record + any private mail system + + + 24 + udp + record + any private mail system + + + 25 + tcp + smtp + Simple Mail Transfer + + + 25 + udp + smtp + Simple Mail Transfer + + + 26 + tcp + record + Unassigned + + + 26 + udp + record + Unassigned + + + 27 + tcp + nsw-fe + NSW User System FE + + + 27 + udp + nsw-fe + NSW User System FE + + + 28 + tcp + record + Unassigned + + + 28 + udp + record + Unassigned + + + 29 + tcp + msg-icp + MSG ICP + + + 29 + udp + msg-icp + MSG ICP + + + 30 + tcp + record + Unassigned + + + 30 + udp + record + Unassigned + + + 31 + tcp + msg-auth + MSG Authentication + + + 31 + udp + msg-auth + MSG Authentication + + + 32 + tcp + record + Unassigned + + + 32 + udp + record + Unassigned + + + 33 + tcp + dsp + Display Support Protocol + + + 33 + udp + dsp + Display Support Protocol + + + 34 + tcp + record + Unassigned + + + 34 + udp + record + Unassigned + + + 35 + tcp + record + any private printer server + + + 35 + udp + record + any private printer server + + + 36 + tcp + record + Unassigned + + + 36 + udp + record + Unassigned + + + 37 + tcp + time + Time + + + 37 + udp + time + Time + + + 38 + tcp + rap + Route Access Protocol + + + 38 + udp + rap + Route Access Protocol + + + 39 + tcp + rlp + Resource Location Protocol + + + 39 + udp + rlp + Resource Location Protocol + + + 40 + tcp + record + Unassigned + + + 40 + udp + record + Unassigned + + + 41 + tcp + graphics + Graphics + + + 41 + udp + graphics + Graphics + + + 42 + tcp + name + Host Name Server + + + 42 + udp + name + Host Name Server + + + 42 + tcp + nameserver + Host Name Server + + + 42 + udp + nameserver + Host Name Server + + + 43 + tcp + nicname + Who Is + + + 43 + udp + nicname + Who Is + + + 44 + tcp + mpm-flags + MPM FLAGS Protocol + + + 44 + udp + mpm-flags + MPM FLAGS Protocol + + + 45 + tcp + mpm + Message Processing Module [recv] + + + 45 + udp + mpm + Message Processing Module [recv] + + + 46 + tcp + mpm-snd + MPM [default send] + + + 46 + udp + mpm-snd + MPM [default send] + + + 47 + tcp + record + Reserved + + + 47 + udp + record + Reserved + + + 48 + tcp + auditd + Digital Audit Daemon + + + 48 + udp + auditd + Digital Audit Daemon + + + 49 + tcp + tacacs + Login Host Protocol (TACACS) + + + 49 + udp + tacacs + Login Host Protocol (TACACS) + + + 50 + tcp + re-mail-ck + Remote Mail Checking Protocol + + + 50 + udp + re-mail-ck + Remote Mail Checking Protocol + + + 52 + tcp + xns-time + XNS Time Protocol + + + 52 + udp + xns-time + XNS Time Protocol + + + 53 + tcp + domain + Domain Name Server + + + 53 + udp + domain + Domain Name Server + + + 54 + tcp + xns-ch + XNS Clearinghouse + + + 54 + udp + xns-ch + XNS Clearinghouse + + + 55 + tcp + isi-gl + ISI Graphics Language + + + 55 + udp + isi-gl + ISI Graphics Language + + + 56 + tcp + xns-auth + XNS Authentication + + + 56 + udp + xns-auth + XNS Authentication + + + 57 + tcp + record + any private terminal access + + + 57 + udp + record + any private terminal access + + + 58 + tcp + xns-mail + XNS Mail + + + 58 + udp + xns-mail + XNS Mail + + + 59 + tcp + record + any private file service + + + 59 + udp + record + any private file service + + + 60 + tcp + record + Unassigned + + + 60 + udp + record + Unassigned + + + 61 + tcp + record + Reserved + + + 61 + udp + record + Reserved + + + 62 + tcp + acas + ACA Services + + + 62 + udp + acas + ACA Services + + + 63 + tcp + whoispp + System.Xml.XmlElement + + + 63 + tcp + whois++ + whois++ + + + 63 + udp + whoispp + System.Xml.XmlElement + + + 63 + udp + whois++ + whois++ + + + 64 + tcp + covia + Communications Integrator (CI) + + + 64 + udp + covia + Communications Integrator (CI) + + + 65 + tcp + tacacs-ds + TACACS-Database Service + + + 65 + udp + tacacs-ds + TACACS-Database Service + + + 66 + tcp + sql-net + System.Xml.XmlElement + + + 66 + tcp + sql*net + Oracle SQL*NET + + + 66 + udp + sql-net + System.Xml.XmlElement + + + 66 + udp + sql*net + Oracle SQL*NET + + + 67 + tcp + bootps + Bootstrap Protocol Server + + + 67 + udp + bootps + Bootstrap Protocol Server + + + 68 + tcp + bootpc + Bootstrap Protocol Client + + + 68 + udp + bootpc + Bootstrap Protocol Client + + + 69 + tcp + tftp + Trivial File Transfer + + + 69 + udp + tftp + Trivial File Transfer + + + 70 + tcp + gopher + Gopher + + + 70 + udp + gopher + Gopher + + + 71 + tcp + netrjs-1 + Remote Job Service + + + 71 + udp + netrjs-1 + Remote Job Service + + + 72 + tcp + netrjs-2 + Remote Job Service + + + 72 + udp + netrjs-2 + Remote Job Service + + + 73 + tcp + netrjs-3 + Remote Job Service + + + 73 + udp + netrjs-3 + Remote Job Service + + + 74 + tcp + netrjs-4 + Remote Job Service + + + 74 + udp + netrjs-4 + Remote Job Service + + + 75 + tcp + record + any private dial out service + + + 75 + udp + record + any private dial out service + + + 76 + tcp + deos + Distributed External Object Store + + + 76 + udp + deos + Distributed External Object Store + + + 77 + tcp + record + any private RJE service + + + 77 + udp + record + any private RJE service + + + 78 + tcp + vettcp + vettcp + + + 78 + udp + vettcp + vettcp + + + 79 + tcp + finger + Finger + + + 79 + udp + finger + Finger + + + 80 + tcp + http + World Wide Web HTTP + + + 80 + udp + http + World Wide Web HTTP + + + 80 + tcp + www + World Wide Web HTTP + + + 80 + udp + www + World Wide Web HTTP + + + 80 + tcp + www-http + World Wide Web HTTP + + + 80 + udp + www-http + World Wide Web HTTP + + + 80 + sctp + http + HTTP + + + 82 + tcp + xfer + XFER Utility + + + 82 + udp + xfer + XFER Utility + + + 83 + tcp + mit-ml-dev + MIT ML Device + + + 83 + udp + mit-ml-dev + MIT ML Device + + + 84 + tcp + ctf + Common Trace Facility + + + 84 + udp + ctf + Common Trace Facility + + + 85 + tcp + mit-ml-dev + MIT ML Device + + + 85 + udp + mit-ml-dev + MIT ML Device + + + 86 + tcp + mfcobol + Micro Focus Cobol + + + 86 + udp + mfcobol + Micro Focus Cobol + + + 87 + tcp + record + any private terminal link + + + 87 + udp + record + any private terminal link + + + 88 + tcp + kerberos + Kerberos + + + 88 + udp + kerberos + Kerberos + + + 89 + tcp + su-mit-tg + SU/MIT Telnet Gateway + + + 89 + udp + su-mit-tg + SU/MIT Telnet Gateway + + + 90 + tcp + dnsix + DNSIX Securit Attribute Token Map + + + 90 + udp + dnsix + DNSIX Securit Attribute Token Map + + + 91 + tcp + mit-dov + MIT Dover Spooler + + + 91 + udp + mit-dov + MIT Dover Spooler + + + 92 + tcp + npp + Network Printing Protocol + + + 92 + udp + npp + Network Printing Protocol + + + 93 + tcp + dcp + Device Control Protocol + + + 93 + udp + dcp + Device Control Protocol + + + 94 + tcp + objcall + Tivoli Object Dispatcher + + + 94 + udp + objcall + Tivoli Object Dispatcher + + + 95 + tcp + supdup + SUPDUP + + + 95 + udp + supdup + SUPDUP + + + 96 + tcp + dixie + DIXIE Protocol Specification + + + 96 + udp + dixie + DIXIE Protocol Specification + + + 97 + tcp + swift-rvf + Swift Remote Virtural File Protocol + + + 97 + udp + swift-rvf + Swift Remote Virtural File Protocol + + + 98 + tcp + tacnews + TAC News + + + 98 + udp + tacnews + TAC News + + + 99 + tcp + metagram + Metagram Relay + + + 99 + udp + metagram + Metagram Relay + + + 101 + tcp + hostname + NIC Host Name Server + + + 101 + udp + hostname + NIC Host Name Server + + + 102 + tcp + iso-tsap + ISO-TSAP Class 0 + + + 102 + udp + iso-tsap + ISO-TSAP Class 0 + + + 103 + tcp + gppitnp + Genesis Point-to-Point Trans Net + + + 103 + udp + gppitnp + Genesis Point-to-Point Trans Net + + + 104 + tcp + acr-nema + ACR-NEMA Digital Imag. & Comm. 300 + + + 104 + udp + acr-nema + ACR-NEMA Digital Imag. & Comm. 300 + + + 105 + tcp + cso + CCSO name server protocol + + + 105 + udp + cso + CCSO name server protocol + + + 105 + tcp + csnet-ns + Mailbox Name Nameserver + + + 105 + udp + csnet-ns + Mailbox Name Nameserver + + + 106 + tcp + 3com-tsmux + 3COM-TSMUX + + + 106 + udp + 3com-tsmux + 3COM-TSMUX + + + 107 + tcp + rtelnet + Remote Telnet Service + + + 107 + udp + rtelnet + Remote Telnet Service + + + 108 + tcp + snagas + SNA Gateway Access Server + + + 108 + udp + snagas + SNA Gateway Access Server + + + 109 + tcp + pop2 + Post Office Protocol - Version 2 + + + 109 + udp + pop2 + Post Office Protocol - Version 2 + + + 110 + tcp + pop3 + Post Office Protocol - Version 3 + + + 110 + udp + pop3 + Post Office Protocol - Version 3 + + + 111 + tcp + sunrpc + SUN Remote Procedure Call + + + 111 + udp + sunrpc + SUN Remote Procedure Call + + + 112 + tcp + mcidas + McIDAS Data Transmission Protocol + + + 112 + udp + mcidas + McIDAS Data Transmission Protocol + + + 113 + tcp + ident + + + + + 113 + tcp + auth + Authentication Service + + + 113 + udp + auth + Authentication Service + + + 115 + tcp + sftp + Simple File Transfer Protocol + + + 115 + udp + sftp + Simple File Transfer Protocol + + + 116 + tcp + ansanotify + ANSA REX Notify + + + 116 + udp + ansanotify + ANSA REX Notify + + + 117 + tcp + uucp-path + UUCP Path Service + + + 117 + udp + uucp-path + UUCP Path Service + + + 118 + tcp + sqlserv + SQL Services + + + 118 + udp + sqlserv + SQL Services + + + 119 + tcp + nntp + Network News Transfer Protocol + + + 119 + udp + nntp + Network News Transfer Protocol + + + 120 + tcp + cfdptkt + CFDPTKT + + + 120 + udp + cfdptkt + CFDPTKT + + + 121 + tcp + erpc + Encore Expedited Remote Pro.Call + + + 121 + udp + erpc + Encore Expedited Remote Pro.Call + + + 122 + tcp + smakynet + SMAKYNET + + + 122 + udp + smakynet + SMAKYNET + + + 123 + tcp + ntp + Network Time Protocol + + + 123 + udp + ntp + Network Time Protocol + + + 124 + tcp + ansatrader + ANSA REX Trader + + + 124 + udp + ansatrader + ANSA REX Trader + + + 125 + tcp + locus-map + Locus PC-Interface Net Map Ser + + + 125 + udp + locus-map + Locus PC-Interface Net Map Ser + + + 126 + tcp + nxedit + NXEdit + + + 126 + udp + nxedit + NXEdit + + + 127 + tcp + locus-con + Locus PC-Interface Conn Server + + + 127 + udp + locus-con + Locus PC-Interface Conn Server + + + 128 + tcp + gss-xlicen + GSS X License Verification + + + 128 + udp + gss-xlicen + GSS X License Verification + + + 129 + tcp + pwdgen + Password Generator Protocol + + + 129 + udp + pwdgen + Password Generator Protocol + + + 130 + tcp + cisco-fna + cisco FNATIVE + + + 130 + udp + cisco-fna + cisco FNATIVE + + + 131 + tcp + cisco-tna + cisco TNATIVE + + + 131 + udp + cisco-tna + cisco TNATIVE + + + 132 + tcp + cisco-sys + cisco SYSMAINT + + + 132 + udp + cisco-sys + cisco SYSMAINT + + + 133 + tcp + statsrv + Statistics Service + + + 133 + udp + statsrv + Statistics Service + + + 134 + tcp + ingres-net + INGRES-NET Service + + + 134 + udp + ingres-net + INGRES-NET Service + + + 135 + tcp + epmap + DCE endpoint resolution + + + 135 + udp + epmap + DCE endpoint resolution + + + 136 + tcp + profile + PROFILE Naming System + + + 136 + udp + profile + PROFILE Naming System + + + 137 + tcp + netbios-ns + NETBIOS Name Service + + + 137 + udp + netbios-ns + NETBIOS Name Service + + + 138 + tcp + netbios-dgm + NETBIOS Datagram Service + + + 138 + udp + netbios-dgm + NETBIOS Datagram Service + + + 139 + tcp + netbios-ssn + NETBIOS Session Service + + + 139 + udp + netbios-ssn + NETBIOS Session Service + + + 140 + tcp + emfis-data + EMFIS Data Service + + + 140 + udp + emfis-data + EMFIS Data Service + + + 141 + tcp + emfis-cntl + EMFIS Control Service + + + 141 + udp + emfis-cntl + EMFIS Control Service + + + 142 + tcp + bl-idm + Britton-Lee IDM + + + 142 + udp + bl-idm + Britton-Lee IDM + + + 143 + tcp + imap + Internet Message Access Protocol + + + 143 + udp + record + Reserved + + + 144 + tcp + uma + Universal Management Architecture + + + 144 + udp + uma + Universal Management Architecture + + + 145 + tcp + uaac + UAAC Protocol + + + 145 + udp + uaac + UAAC Protocol + + + 146 + tcp + iso-tp0 + ISO-IP0 + + + 146 + udp + iso-tp0 + ISO-IP0 + + + 147 + tcp + iso-ip + ISO-IP + + + 147 + udp + iso-ip + ISO-IP + + + 148 + tcp + jargon + Jargon + + + 148 + udp + jargon + Jargon + + + 149 + tcp + aed-512 + AED 512 Emulation Service + + + 149 + udp + aed-512 + AED 512 Emulation Service + + + 150 + tcp + sql-net + SQL-NET + + + 150 + udp + sql-net + SQL-NET + + + 151 + tcp + hems + HEMS + + + 151 + udp + hems + HEMS + + + 152 + tcp + bftp + Background File Transfer Program + + + 152 + udp + bftp + Background File Transfer Program + + + 153 + tcp + sgmp + SGMP + + + 153 + udp + sgmp + SGMP + + + 154 + tcp + netsc-prod + NETSC + + + 154 + udp + netsc-prod + NETSC + + + 155 + tcp + netsc-dev + NETSC + + + 155 + udp + netsc-dev + NETSC + + + 156 + tcp + sqlsrv + SQL Service + + + 156 + udp + sqlsrv + SQL Service + + + 157 + tcp + knet-cmp + KNET/VM Command/Message Protocol + + + 157 + udp + knet-cmp + KNET/VM Command/Message Protocol + + + 158 + tcp + pcmail-srv + PCMail Server + + + 158 + udp + pcmail-srv + PCMail Server + + + 159 + tcp + nss-routing + NSS-Routing + + + 159 + udp + nss-routing + NSS-Routing + + + 160 + tcp + sgmp-traps + SGMP-TRAPS + + + 160 + udp + sgmp-traps + SGMP-TRAPS + + + 161 + tcp + snmp + SNMP + + + 161 + udp + snmp + SNMP + + + 162 + tcp + snmptrap + SNMPTRAP + + + 162 + udp + snmptrap + SNMPTRAP + + + 163 + tcp + cmip-man + CMIP/TCP Manager + + + 163 + udp + cmip-man + CMIP/TCP Manager + + + 164 + tcp + cmip-agent + CMIP/TCP Agent + + + 164 + udp + cmip-agent + CMIP/TCP Agent + + + 165 + tcp + xns-courier + Xerox + + + 165 + udp + xns-courier + Xerox + + + 166 + tcp + s-net + Sirius Systems + + + 166 + udp + s-net + Sirius Systems + + + 167 + tcp + namp + NAMP + + + 167 + udp + namp + NAMP + + + 168 + tcp + rsvd + RSVD + + + 168 + udp + rsvd + RSVD + + + 169 + tcp + send + SEND + + + 169 + udp + send + SEND + + + 170 + tcp + print-srv + Network PostScript + + + 170 + udp + print-srv + Network PostScript + + + 171 + tcp + multiplex + Network Innovations Multiplex + + + 171 + udp + multiplex + Network Innovations Multiplex + + + 172 + tcp + cl-1 + System.Xml.XmlElement + + + 172 + tcp + cl/1 + Network Innovations CL/1 + + + 172 + udp + cl-1 + System.Xml.XmlElement + + + 172 + udp + cl/1 + Network Innovations CL/1 + + + 173 + tcp + xyplex-mux + Xyplex + + + 173 + udp + xyplex-mux + Xyplex + + + 174 + tcp + mailq + MAILQ + + + 174 + udp + mailq + MAILQ + + + 175 + tcp + vmnet + VMNET + + + 175 + udp + vmnet + VMNET + + + 176 + tcp + genrad-mux + GENRAD-MUX + + + 176 + udp + genrad-mux + GENRAD-MUX + + + 177 + tcp + xdmcp + X Display Manager Control Protocol + + + 177 + udp + xdmcp + X Display Manager Control Protocol + + + 178 + tcp + nextstep + NextStep Window Server + + + 178 + udp + nextstep + NextStep Window Server + + + 179 + tcp + bgp + Border Gateway Protocol + + + 179 + udp + bgp + Border Gateway Protocol + + + 179 + sctp + bgp + BGP + + + 180 + tcp + ris + Intergraph + + + 180 + udp + ris + Intergraph + + + 181 + tcp + unify + Unify + + + 181 + udp + unify + Unify + + + 182 + tcp + audit + Unisys Audit SITP + + + 182 + udp + audit + Unisys Audit SITP + + + 183 + tcp + ocbinder + OCBinder + + + 183 + udp + ocbinder + OCBinder + + + 184 + tcp + ocserver + OCServer + + + 184 + udp + ocserver + OCServer + + + 185 + tcp + remote-kis + Remote-KIS + + + 185 + udp + remote-kis + Remote-KIS + + + 186 + tcp + kis + KIS Protocol + + + 186 + udp + kis + KIS Protocol + + + 187 + tcp + aci + Application Communication Interface + + + 187 + udp + aci + Application Communication Interface + + + 188 + tcp + mumps + Plus Five's MUMPS + + + 188 + udp + mumps + Plus Five's MUMPS + + + 189 + tcp + qft + Queued File Transport + + + 189 + udp + qft + Queued File Transport + + + 190 + tcp + gacp + Gateway Access Control Protocol + + + 190 + udp + gacp + Gateway Access Control Protocol + + + 191 + tcp + prospero + Prospero Directory Service + + + 191 + udp + prospero + Prospero Directory Service + + + 192 + tcp + osu-nms + OSU Network Monitoring System + + + 192 + udp + osu-nms + OSU Network Monitoring System + + + 193 + tcp + srmp + Spider Remote Monitoring Protocol + + + 193 + udp + srmp + Spider Remote Monitoring Protocol + + + 194 + tcp + irc + Internet Relay Chat Protocol + + + 194 + udp + irc + Internet Relay Chat Protocol + + + 195 + tcp + dn6-nlm-aud + DNSIX Network Level Module Audit + + + 195 + udp + dn6-nlm-aud + DNSIX Network Level Module Audit + + + 196 + tcp + dn6-smm-red + DNSIX Session Mgt Module Audit Redir + + + 196 + udp + dn6-smm-red + DNSIX Session Mgt Module Audit Redir + + + 197 + tcp + dls + Directory Location Service + + + 197 + udp + dls + Directory Location Service + + + 198 + tcp + dls-mon + Directory Location Service Monitor + + + 198 + udp + dls-mon + Directory Location Service Monitor + + + 199 + tcp + smux + SMUX + + + 199 + udp + smux + SMUX + + + 200 + tcp + src + IBM System Resource Controller + + + 200 + udp + src + IBM System Resource Controller + + + 201 + tcp + at-rtmp + AppleTalk Routing Maintenance + + + 201 + udp + at-rtmp + AppleTalk Routing Maintenance + + + 202 + tcp + at-nbp + AppleTalk Name Binding + + + 202 + udp + at-nbp + AppleTalk Name Binding + + + 203 + tcp + at-3 + AppleTalk Unused + + + 203 + udp + at-3 + AppleTalk Unused + + + 204 + tcp + at-echo + AppleTalk Echo + + + 204 + udp + at-echo + AppleTalk Echo + + + 205 + tcp + at-5 + AppleTalk Unused + + + 205 + udp + at-5 + AppleTalk Unused + + + 206 + tcp + at-zis + AppleTalk Zone Information + + + 206 + udp + at-zis + AppleTalk Zone Information + + + 207 + tcp + at-7 + AppleTalk Unused + + + 207 + udp + at-7 + AppleTalk Unused + + + 208 + tcp + at-8 + AppleTalk Unused + + + 208 + udp + at-8 + AppleTalk Unused + + + 209 + tcp + qmtp + The Quick Mail Transfer Protocol + + + 209 + udp + qmtp + The Quick Mail Transfer Protocol + + + 210 + tcp + z39-50 + System.Xml.XmlElement + + + 210 + tcp + z39.50 + ANSI Z39.50 + + + 210 + udp + z39-50 + System.Xml.XmlElement + + + 210 + udp + z39.50 + ANSI Z39.50 + + + 211 + tcp + 914c-g + System.Xml.XmlElement + + + 211 + tcp + 914c/g + Texas Instruments 914C/G Terminal + + + 211 + udp + 914c-g + System.Xml.XmlElement + + + 211 + udp + 914c/g + Texas Instruments 914C/G Terminal + + + 212 + tcp + anet + ATEXSSTR + + + 212 + udp + anet + ATEXSSTR + + + 213 + tcp + ipx + IPX + + + 213 + udp + ipx + IPX + + + 214 + tcp + vmpwscs + VM PWSCS + + + 214 + udp + vmpwscs + VM PWSCS + + + 215 + tcp + softpc + Insignia Solutions + + + 215 + udp + softpc + Insignia Solutions + + + 216 + tcp + CAIlic + Computer Associates Int'l License Server + + + 216 + udp + CAIlic + Computer Associates Int'l License Server + + + 217 + tcp + dbase + dBASE Unix + + + 217 + udp + dbase + dBASE Unix + + + 218 + tcp + mpp + Netix Message Posting Protocol + + + 218 + udp + mpp + Netix Message Posting Protocol + + + 219 + tcp + uarps + Unisys ARPs + + + 219 + udp + uarps + Unisys ARPs + + + 220 + tcp + imap3 + Interactive Mail Access Protocol v3 + + + 220 + udp + imap3 + Interactive Mail Access Protocol v3 + + + 221 + tcp + fln-spx + Berkeley rlogind with SPX auth + + + 221 + udp + fln-spx + Berkeley rlogind with SPX auth + + + 222 + tcp + rsh-spx + Berkeley rshd with SPX auth + + + 222 + udp + rsh-spx + Berkeley rshd with SPX auth + + + 223 + tcp + cdc + Certificate Distribution Center + + + 223 + udp + cdc + Certificate Distribution Center + + + 224 + tcp + masqdialer + masqdialer + + + 224 + udp + masqdialer + masqdialer + + + 242 + tcp + direct + Direct + + + 242 + udp + direct + Direct + + + 243 + tcp + sur-meas + Survey Measurement + + + 243 + udp + sur-meas + Survey Measurement + + + 244 + tcp + inbusiness + inbusiness + + + 244 + udp + inbusiness + inbusiness + + + 245 + tcp + link + LINK + + + 245 + udp + link + LINK + + + 246 + tcp + dsp3270 + Display Systems Protocol + + + 246 + udp + dsp3270 + Display Systems Protocol + + + 247 + tcp + subntbcst-tftp + System.Xml.XmlElement + + + 247 + tcp + subntbcst_tftp + SUBNTBCST_TFTP + + + 247 + udp + subntbcst-tftp + System.Xml.XmlElement + + + 247 + udp + subntbcst_tftp + SUBNTBCST_TFTP + + + 248 + tcp + bhfhs + bhfhs + + + 248 + udp + bhfhs + bhfhs + + + 256 + tcp + rap + RAP + + + 256 + udp + rap + RAP + + + 257 + tcp + set + Secure Electronic Transaction + + + 257 + udp + set + Secure Electronic Transaction + + + 259 + tcp + esro-gen + Efficient Short Remote Operations + + + 259 + udp + esro-gen + Efficient Short Remote Operations + + + 260 + tcp + openport + Openport + + + 260 + udp + openport + Openport + + + 261 + tcp + nsiiops + IIOP Name Service over TLS/SSL + + + 261 + udp + nsiiops + IIOP Name Service over TLS/SSL + + + 262 + tcp + arcisdms + Arcisdms + + + 262 + udp + arcisdms + Arcisdms + + + 263 + tcp + hdap + HDAP + + + 263 + udp + hdap + HDAP + + + 264 + tcp + bgmp + BGMP + + + 264 + udp + bgmp + BGMP + + + 265 + tcp + x-bone-ctl + X-Bone CTL + + + 265 + udp + x-bone-ctl + X-Bone CTL + + + 266 + tcp + sst + SCSI on ST + + + 266 + udp + sst + SCSI on ST + + + 267 + tcp + td-service + Tobit David Service Layer + + + 267 + udp + td-service + Tobit David Service Layer + + + 268 + tcp + td-replica + Tobit David Replica + + + 268 + udp + td-replica + Tobit David Replica + + + 269 + tcp + manet + MANET Protocols + + + 269 + udp + manet + MANET Protocols + + + 270 + tcp + record + Reserved + + + 270 + udp + gist + Q-mode encapsulation for GIST messages + + + 271 + tcp + pt-tls + IETF Network Endpoint Assessment (NEA) Posture Transport Protocol over TLS (PT-TLS) + + + 271 + udp + record + Reserved + + + 280 + tcp + http-mgmt + http-mgmt + + + 280 + udp + http-mgmt + http-mgmt + + + 281 + tcp + personal-link + Personal Link + + + 281 + udp + personal-link + Personal Link + + + 282 + tcp + cableport-ax + Cable Port A/X + + + 282 + udp + cableport-ax + Cable Port A/X + + + 283 + tcp + rescap + rescap + + + 283 + udp + rescap + rescap + + + 284 + tcp + corerjd + corerjd + + + 284 + udp + corerjd + corerjd + + + 286 + tcp + fxp + FXP Communication + + + 286 + udp + fxp + FXP Communication + + + 287 + tcp + k-block + K-BLOCK + + + 287 + udp + k-block + K-BLOCK + + + 308 + tcp + novastorbakcup + Novastor Backup + + + 308 + udp + novastorbakcup + Novastor Backup + + + 309 + tcp + entrusttime + EntrustTime + + + 309 + udp + entrusttime + EntrustTime + + + 310 + tcp + bhmds + bhmds + + + 310 + udp + bhmds + bhmds + + + 311 + tcp + asip-webadmin + AppleShare IP WebAdmin + + + 311 + udp + asip-webadmin + AppleShare IP WebAdmin + + + 312 + tcp + vslmp + VSLMP + + + 312 + udp + vslmp + VSLMP + + + 313 + tcp + magenta-logic + Magenta Logic + + + 313 + udp + magenta-logic + Magenta Logic + + + 314 + tcp + opalis-robot + Opalis Robot + + + 314 + udp + opalis-robot + Opalis Robot + + + 315 + tcp + dpsi + DPSI + + + 315 + udp + dpsi + DPSI + + + 316 + tcp + decauth + decAuth + + + 316 + udp + decauth + decAuth + + + 317 + tcp + zannet + Zannet + + + 317 + udp + zannet + Zannet + + + 318 + tcp + pkix-timestamp + PKIX TimeStamp + + + 318 + udp + pkix-timestamp + PKIX TimeStamp + + + 319 + tcp + ptp-event + PTP Event + + + 319 + udp + ptp-event + PTP Event + + + 320 + tcp + ptp-general + PTP General + + + 320 + udp + ptp-general + PTP General + + + 321 + tcp + pip + PIP + + + 321 + udp + pip + PIP + + + 322 + tcp + rtsps + RTSPS + + + 322 + udp + rtsps + RTSPS + + + 323 + tcp + rpki-rtr + Resource PKI to Router Protocol + + + 323 + udp + record + Reserved + + + 324 + tcp + rpki-rtr-tls + Resource PKI to Router Protocol over TLS + + + 324 + udp + record + Reserved + + + 333 + tcp + texar + Texar Security Port + + + 333 + udp + texar + Texar Security Port + + + 344 + tcp + pdap + Prospero Data Access Protocol + + + 344 + udp + pdap + Prospero Data Access Protocol + + + 345 + tcp + pawserv + Perf Analysis Workbench + + + 345 + udp + pawserv + Perf Analysis Workbench + + + 346 + tcp + zserv + Zebra server + + + 346 + udp + zserv + Zebra server + + + 347 + tcp + fatserv + Fatmen Server + + + 347 + udp + fatserv + Fatmen Server + + + 348 + tcp + csi-sgwp + Cabletron Management Protocol + + + 348 + udp + csi-sgwp + Cabletron Management Protocol + + + 349 + tcp + mftp + mftp + + + 349 + udp + mftp + mftp + + + 350 + tcp + matip-type-a + MATIP Type A + + + 350 + udp + matip-type-a + MATIP Type A + + + 351 + tcp + matip-type-b + MATIP Type B + + + 351 + udp + matip-type-b + MATIP Type B + + + 351 + tcp + bhoetty + bhoetty + + + 351 + udp + bhoetty + bhoetty + + + 352 + tcp + dtag-ste-sb + DTAG + + + 352 + udp + dtag-ste-sb + DTAG + + + 352 + tcp + bhoedap4 + bhoedap4 + + + 352 + udp + bhoedap4 + bhoedap4 + + + 353 + tcp + ndsauth + NDSAUTH + + + 353 + udp + ndsauth + NDSAUTH + + + 354 + tcp + bh611 + bh611 + + + 354 + udp + bh611 + bh611 + + + 355 + tcp + datex-asn + DATEX-ASN + + + 355 + udp + datex-asn + DATEX-ASN + + + 356 + tcp + cloanto-net-1 + Cloanto Net 1 + + + 356 + udp + cloanto-net-1 + Cloanto Net 1 + + + 357 + tcp + bhevent + bhevent + + + 357 + udp + bhevent + bhevent + + + 358 + tcp + shrinkwrap + Shrinkwrap + + + 358 + udp + shrinkwrap + Shrinkwrap + + + 359 + tcp + + + Reserved + + + 359 + udp + + + Reserved + + + 360 + tcp + scoi2odialog + scoi2odialog + + + 360 + udp + scoi2odialog + scoi2odialog + + + 361 + tcp + semantix + Semantix + + + 361 + udp + semantix + Semantix + + + 362 + tcp + srssend + SRS Send + + + 362 + udp + srssend + SRS Send + + + 363 + tcp + rsvp-tunnel + System.Xml.XmlElement + + + 363 + tcp + rsvp_tunnel + RSVP Tunnel + + + 363 + udp + rsvp-tunnel + System.Xml.XmlElement + + + 363 + udp + rsvp_tunnel + RSVP Tunnel + + + 364 + tcp + aurora-cmgr + Aurora CMGR + + + 364 + udp + aurora-cmgr + Aurora CMGR + + + 365 + tcp + dtk + DTK + + + 365 + udp + dtk + DTK + + + 366 + tcp + odmr + ODMR + + + 366 + udp + odmr + ODMR + + + 367 + tcp + mortgageware + MortgageWare + + + 367 + udp + mortgageware + MortgageWare + + + 368 + tcp + qbikgdp + QbikGDP + + + 368 + udp + qbikgdp + QbikGDP + + + 369 + tcp + rpc2portmap + rpc2portmap + + + 369 + udp + rpc2portmap + rpc2portmap + + + 370 + tcp + codaauth2 + codaauth2 + + + 370 + udp + codaauth2 + codaauth2 + + + 371 + tcp + clearcase + Clearcase + + + 371 + udp + clearcase + Clearcase + + + 372 + tcp + ulistproc + ListProcessor + + + 372 + udp + ulistproc + ListProcessor + + + 373 + tcp + legent-1 + Legent Corporation + + + 373 + udp + legent-1 + Legent Corporation + + + 374 + tcp + legent-2 + Legent Corporation + + + 374 + udp + legent-2 + Legent Corporation + + + 375 + tcp + hassle + Hassle + + + 375 + udp + hassle + Hassle + + + 376 + tcp + nip + Amiga Envoy Network Inquiry Protocol + + + 376 + udp + nip + Amiga Envoy Network Inquiry Protocol + + + 377 + tcp + tnETOS + NEC Corporation + + + 377 + udp + tnETOS + NEC Corporation + + + 378 + tcp + dsETOS + NEC Corporation + + + 378 + udp + dsETOS + NEC Corporation + + + 379 + tcp + is99c + TIA/EIA/IS-99 modem client + + + 379 + udp + is99c + TIA/EIA/IS-99 modem client + + + 380 + tcp + is99s + TIA/EIA/IS-99 modem server + + + 380 + udp + is99s + TIA/EIA/IS-99 modem server + + + 381 + tcp + hp-collector + hp performance data collector + + + 381 + udp + hp-collector + hp performance data collector + + + 382 + tcp + hp-managed-node + hp performance data managed node + + + 382 + udp + hp-managed-node + hp performance data managed node + + + 383 + tcp + hp-alarm-mgr + hp performance data alarm manager + + + 383 + udp + hp-alarm-mgr + hp performance data alarm manager + + + 384 + tcp + arns + A Remote Network Server System + + + 384 + udp + arns + A Remote Network Server System + + + 385 + tcp + ibm-app + IBM Application + + + 385 + udp + ibm-app + IBM Application + + + 386 + tcp + asa + ASA Message Router Object Def. + + + 386 + udp + asa + ASA Message Router Object Def. + + + 387 + tcp + aurp + Appletalk Update-Based Routing Pro. + + + 387 + udp + aurp + Appletalk Update-Based Routing Pro. + + + 388 + tcp + unidata-ldm + Unidata LDM + + + 388 + udp + unidata-ldm + Unidata LDM + + + 389 + tcp + ldap + Lightweight Directory Access Protocol + + + 389 + udp + ldap + Lightweight Directory Access Protocol + + + 390 + tcp + uis + UIS + + + 390 + udp + uis + UIS + + + 391 + tcp + synotics-relay + SynOptics SNMP Relay Port + + + 391 + udp + synotics-relay + SynOptics SNMP Relay Port + + + 392 + tcp + synotics-broker + SynOptics Port Broker Port + + + 392 + udp + synotics-broker + SynOptics Port Broker Port + + + 393 + tcp + meta5 + Meta5 + + + 393 + udp + meta5 + Meta5 + + + 394 + tcp + embl-ndt + EMBL Nucleic Data Transfer + + + 394 + udp + embl-ndt + EMBL Nucleic Data Transfer + + + 395 + tcp + netcp + NetScout Control Protocol + + + 395 + udp + netcp + NetScout Control Protocol + + + 396 + tcp + netware-ip + Novell Netware over IP + + + 396 + udp + netware-ip + Novell Netware over IP + + + 397 + tcp + mptn + Multi Protocol Trans. Net. + + + 397 + udp + mptn + Multi Protocol Trans. Net. + + + 398 + tcp + kryptolan + Kryptolan + + + 398 + udp + kryptolan + Kryptolan + + + 399 + tcp + iso-tsap-c2 + ISO Transport Class 2 Non-Control over TCP + + + 399 + udp + iso-tsap-c2 + ISO Transport Class 2 Non-Control over UDP + + + 400 + tcp + osb-sd + Oracle Secure Backup + + + 400 + udp + osb-sd + Oracle Secure Backup + + + 401 + tcp + ups + Uninterruptible Power Supply + + + 401 + udp + ups + Uninterruptible Power Supply + + + 402 + tcp + genie + Genie Protocol + + + 402 + udp + genie + Genie Protocol + + + 403 + tcp + decap + decap + + + 403 + udp + decap + decap + + + 404 + tcp + nced + nced + + + 404 + udp + nced + nced + + + 405 + tcp + ncld + ncld + + + 405 + udp + ncld + ncld + + + 406 + tcp + imsp + Interactive Mail Support Protocol + + + 406 + udp + imsp + Interactive Mail Support Protocol + + + 407 + tcp + timbuktu + Timbuktu + + + 407 + udp + timbuktu + Timbuktu + + + 408 + tcp + prm-sm + Prospero Resource Manager Sys. Man. + + + 408 + udp + prm-sm + Prospero Resource Manager Sys. Man. + + + 409 + tcp + prm-nm + Prospero Resource Manager Node Man. + + + 409 + udp + prm-nm + Prospero Resource Manager Node Man. + + + 410 + tcp + decladebug + DECLadebug Remote Debug Protocol + + + 410 + udp + decladebug + DECLadebug Remote Debug Protocol + + + 411 + tcp + rmt + Remote MT Protocol + + + 411 + udp + rmt + Remote MT Protocol + + + 412 + tcp + synoptics-trap + Trap Convention Port + + + 412 + udp + synoptics-trap + Trap Convention Port + + + 413 + tcp + smsp + Storage Management Services Protocol + + + 413 + udp + smsp + Storage Management Services Protocol + + + 414 + tcp + infoseek + InfoSeek + + + 414 + udp + infoseek + InfoSeek + + + 415 + tcp + bnet + BNet + + + 415 + udp + bnet + BNet + + + 416 + tcp + silverplatter + Silverplatter + + + 416 + udp + silverplatter + Silverplatter + + + 417 + tcp + onmux + Onmux + + + 417 + udp + onmux + Onmux + + + 418 + tcp + hyper-g + Hyper-G + + + 418 + udp + hyper-g + Hyper-G + + + 419 + tcp + ariel1 + Ariel 1 + + + 419 + udp + ariel1 + Ariel 1 + + + 420 + tcp + smpte + SMPTE + + + 420 + udp + smpte + SMPTE + + + 421 + tcp + ariel2 + Ariel 2 + + + 421 + udp + ariel2 + Ariel 2 + + + 422 + tcp + ariel3 + Ariel 3 + + + 422 + udp + ariel3 + Ariel 3 + + + 423 + tcp + opc-job-start + IBM Operations Planning and Control Start + + + 423 + udp + opc-job-start + IBM Operations Planning and Control Start + + + 424 + tcp + opc-job-track + IBM Operations Planning and Control Track + + + 424 + udp + opc-job-track + IBM Operations Planning and Control Track + + + 425 + tcp + icad-el + ICAD + + + 425 + udp + icad-el + ICAD + + + 426 + tcp + smartsdp + smartsdp + + + 426 + udp + smartsdp + smartsdp + + + 427 + tcp + svrloc + Server Location + + + 427 + udp + svrloc + Server Location + + + 428 + tcp + ocs-cmu + System.Xml.XmlElement + + + 428 + tcp + ocs_cmu + OCS_CMU + + + 428 + udp + ocs-cmu + System.Xml.XmlElement + + + 428 + udp + ocs_cmu + OCS_CMU + + + 429 + tcp + ocs-amu + System.Xml.XmlElement + + + 429 + tcp + ocs_amu + OCS_AMU + + + 429 + udp + ocs-amu + System.Xml.XmlElement + + + 429 + udp + ocs_amu + OCS_AMU + + + 430 + tcp + utmpsd + UTMPSD + + + 430 + udp + utmpsd + UTMPSD + + + 431 + tcp + utmpcd + UTMPCD + + + 431 + udp + utmpcd + UTMPCD + + + 432 + tcp + iasd + IASD + + + 432 + udp + iasd + IASD + + + 433 + tcp + nnsp + NNTP for transit servers (NNSP) + + + 433 + udp + nnsp + NNTP for transit servers (NNSP) + + + 434 + tcp + mobileip-agent + MobileIP-Agent + + + 434 + udp + mobileip-agent + MobileIP-Agent + + + 435 + tcp + mobilip-mn + MobilIP-MN + + + 435 + udp + mobilip-mn + MobilIP-MN + + + 436 + tcp + dna-cml + DNA-CML + + + 436 + udp + dna-cml + DNA-CML + + + 437 + tcp + comscm + comscm + + + 437 + udp + comscm + comscm + + + 438 + tcp + dsfgw + dsfgw + + + 438 + udp + dsfgw + dsfgw + + + 439 + tcp + dasp + dasp + + + 439 + udp + dasp + dasp + + + 440 + tcp + sgcp + sgcp + + + 440 + udp + sgcp + sgcp + + + 441 + tcp + decvms-sysmgt + decvms-sysmgt + + + 441 + udp + decvms-sysmgt + decvms-sysmgt + + + 442 + tcp + cvc-hostd + System.Xml.XmlElement + + + 442 + tcp + cvc_hostd + cvc_hostd + + + 442 + udp + cvc-hostd + System.Xml.XmlElement + + + 442 + udp + cvc_hostd + cvc_hostd + + + 443 + tcp + https + http protocol over TLS/SSL + + + 443 + udp + https + http protocol over TLS/SSL + + + 443 + sctp + https + HTTPS + + + 444 + tcp + snpp + Simple Network Paging Protocol + + + 444 + udp + snpp + Simple Network Paging Protocol + + + 445 + tcp + microsoft-ds + Microsoft-DS + + + 445 + udp + microsoft-ds + Microsoft-DS + + + 446 + tcp + ddm-rdb + DDM-Remote Relational Database Access + + + 446 + udp + ddm-rdb + DDM-Remote Relational Database Access + + + 447 + tcp + ddm-dfm + DDM-Distributed File Management + + + 447 + udp + ddm-dfm + DDM-Distributed File Management + + + 448 + tcp + ddm-ssl + DDM-Remote DB Access Using Secure Sockets + + + 448 + udp + ddm-ssl + DDM-Remote DB Access Using Secure Sockets + + + 449 + tcp + as-servermap + AS Server Mapper + + + 449 + udp + as-servermap + AS Server Mapper + + + 450 + tcp + tserver + Computer Supported Telecomunication Applications + + + 450 + udp + tserver + Computer Supported Telecomunication Applications + + + 451 + tcp + sfs-smp-net + Cray Network Semaphore server + + + 451 + udp + sfs-smp-net + Cray Network Semaphore server + + + 452 + tcp + sfs-config + Cray SFS config server + + + 452 + udp + sfs-config + Cray SFS config server + + + 453 + tcp + creativeserver + CreativeServer + + + 453 + udp + creativeserver + CreativeServer + + + 454 + tcp + contentserver + ContentServer + + + 454 + udp + contentserver + ContentServer + + + 455 + tcp + creativepartnr + CreativePartnr + + + 455 + udp + creativepartnr + CreativePartnr + + + 456 + tcp + macon-tcp + macon-tcp + + + 456 + udp + macon-udp + macon-udp + + + 457 + tcp + scohelp + scohelp + + + 457 + udp + scohelp + scohelp + + + 458 + tcp + appleqtc + apple quick time + + + 458 + udp + appleqtc + apple quick time + + + 459 + tcp + ampr-rcmd + ampr-rcmd + + + 459 + udp + ampr-rcmd + ampr-rcmd + + + 460 + tcp + skronk + skronk + + + 460 + udp + skronk + skronk + + + 461 + tcp + datasurfsrv + DataRampSrv + + + 461 + udp + datasurfsrv + DataRampSrv + + + 462 + tcp + datasurfsrvsec + DataRampSrvSec + + + 462 + udp + datasurfsrvsec + DataRampSrvSec + + + 463 + tcp + alpes + alpes + + + 463 + udp + alpes + alpes + + + 464 + tcp + kpasswd + kpasswd + + + 464 + udp + kpasswd + kpasswd + + + 465 + tcp + urd + URL Rendezvous Directory for SSM + + + 465 + tcp + submissions + Message Submission over TLS protocol + + + 465 + udp + igmpv3lite + IGMP over UDP for SSM + + + 466 + tcp + digital-vrc + digital-vrc + + + 466 + udp + digital-vrc + digital-vrc + + + 467 + tcp + mylex-mapd + mylex-mapd + + + 467 + udp + mylex-mapd + mylex-mapd + + + 468 + tcp + photuris + proturis + + + 468 + udp + photuris + proturis + + + 469 + tcp + rcp + Radio Control Protocol + + + 469 + udp + rcp + Radio Control Protocol + + + 470 + tcp + scx-proxy + scx-proxy + + + 470 + udp + scx-proxy + scx-proxy + + + 471 + tcp + mondex + Mondex + + + 471 + udp + mondex + Mondex + + + 472 + tcp + ljk-login + ljk-login + + + 472 + udp + ljk-login + ljk-login + + + 473 + tcp + hybrid-pop + hybrid-pop + + + 473 + udp + hybrid-pop + hybrid-pop + + + 474 + tcp + tn-tl-w1 + tn-tl-w1 + + + 474 + udp + tn-tl-w2 + tn-tl-w2 + + + 475 + tcp + tcpnethaspsrv + tcpnethaspsrv + + + 475 + udp + tcpnethaspsrv + tcpnethaspsrv + + + 476 + tcp + tn-tl-fd1 + tn-tl-fd1 + + + 476 + udp + tn-tl-fd1 + tn-tl-fd1 + + + 477 + tcp + ss7ns + ss7ns + + + 477 + udp + ss7ns + ss7ns + + + 478 + tcp + spsc + spsc + + + 478 + udp + spsc + spsc + + + 479 + tcp + iafserver + iafserver + + + 479 + udp + iafserver + iafserver + + + 480 + tcp + iafdbase + iafdbase + + + 480 + udp + iafdbase + iafdbase + + + 481 + tcp + ph + Ph service + + + 481 + udp + ph + Ph service + + + 482 + tcp + bgs-nsi + bgs-nsi + + + 482 + udp + bgs-nsi + bgs-nsi + + + 483 + tcp + ulpnet + ulpnet + + + 483 + udp + ulpnet + ulpnet + + + 484 + tcp + integra-sme + Integra Software Management Environment + + + 484 + udp + integra-sme + Integra Software Management Environment + + + 485 + tcp + powerburst + Air Soft Power Burst + + + 485 + udp + powerburst + Air Soft Power Burst + + + 486 + tcp + avian + avian + + + 486 + udp + avian + avian + + + 487 + tcp + saft + saft Simple Asynchronous File Transfer + + + 487 + udp + saft + saft Simple Asynchronous File Transfer + + + 488 + tcp + gss-http + gss-http + + + 488 + udp + gss-http + gss-http + + + 489 + tcp + nest-protocol + nest-protocol + + + 489 + udp + nest-protocol + nest-protocol + + + 490 + tcp + micom-pfs + micom-pfs + + + 490 + udp + micom-pfs + micom-pfs + + + 491 + tcp + go-login + go-login + + + 491 + udp + go-login + go-login + + + 492 + tcp + ticf-1 + Transport Independent Convergence for FNA + + + 492 + udp + ticf-1 + Transport Independent Convergence for FNA + + + 493 + tcp + ticf-2 + Transport Independent Convergence for FNA + + + 493 + udp + ticf-2 + Transport Independent Convergence for FNA + + + 494 + tcp + pov-ray + POV-Ray + + + 494 + udp + pov-ray + POV-Ray + + + 495 + tcp + intecourier + intecourier + + + 495 + udp + intecourier + intecourier + + + 496 + tcp + pim-rp-disc + PIM-RP-DISC + + + 496 + udp + pim-rp-disc + PIM-RP-DISC + + + 497 + tcp + retrospect + Retrospect backup and restore service + + + 497 + udp + retrospect + Retrospect backup and restore service + + + 498 + tcp + siam + siam + + + 498 + udp + siam + siam + + + 499 + tcp + iso-ill + ISO ILL Protocol + + + 499 + udp + iso-ill + ISO ILL Protocol + + + 500 + tcp + isakmp + isakmp + + + 500 + udp + isakmp + isakmp + + + 501 + tcp + stmf + STMF + + + 501 + udp + stmf + STMF + + + 502 + tcp + mbap + Modbus Application Protocol + + + 502 + udp + mbap + Modbus Application Protocol + + + 503 + tcp + intrinsa + Intrinsa + + + 503 + udp + intrinsa + Intrinsa + + + 504 + tcp + citadel + citadel + + + 504 + udp + citadel + citadel + + + 505 + tcp + mailbox-lm + mailbox-lm + + + 505 + udp + mailbox-lm + mailbox-lm + + + 506 + tcp + ohimsrv + ohimsrv + + + 506 + udp + ohimsrv + ohimsrv + + + 507 + tcp + crs + crs + + + 507 + udp + crs + crs + + + 508 + tcp + xvttp + xvttp + + + 508 + udp + xvttp + xvttp + + + 509 + tcp + snare + snare + + + 509 + udp + snare + snare + + + 510 + tcp + fcp + FirstClass Protocol + + + 510 + udp + fcp + FirstClass Protocol + + + 511 + tcp + passgo + PassGo + + + 511 + udp + passgo + PassGo + + + 512 + tcp + exec + remote process execution; authentication performed using passwords and UNIX login names + + + + 512 + udp + comsat + + + + + 512 + udp + biff + used by mail system to notify users of new mail received; currently receives messages only from + processes on the same machine + + + + 513 + tcp + login + remote login a la telnet; automatic authentication performed based on priviledged port numbers and + distributed data bases which identify "authentication domains" + + + + 513 + udp + who + maintains data bases showing who's logged in to machines on a local net and the load average of the + machine + + + + 514 + tcp + shell + cmd like exec, but automatic authentication is performed as for login server + + + 514 + udp + syslog + + + + + 515 + tcp + printer + spooler + + + 515 + udp + printer + spooler + + + 516 + tcp + videotex + videotex + + + 516 + udp + videotex + videotex + + + 517 + tcp + talk + like tenex link, but across machine - unfortunately, doesn't use link protocol (this is actually + just a rendezvous port from which a tcp connection is established) + + + + 517 + udp + talk + like tenex link, but across machine - unfortunately, doesn't use link protocol (this is actually + just a rendezvous port from which a tcp connection is established) + + + + 518 + tcp + ntalk + + + + + 518 + udp + ntalk + + + + + 519 + tcp + utime + unixtime + + + 519 + udp + utime + unixtime + + + 520 + tcp + efs + extended file name server + + + 520 + udp + router + local routing process (on site); uses variant of Xerox NS routing information protocol - RIP + + + + 521 + tcp + ripng + ripng + + + 521 + udp + ripng + ripng + + + 522 + tcp + ulp + ULP + + + 522 + udp + ulp + ULP + + + 523 + tcp + ibm-db2 + IBM-DB2 + + + 523 + udp + ibm-db2 + IBM-DB2 + + + 524 + tcp + ncp + NCP + + + 524 + udp + ncp + NCP + + + 525 + tcp + timed + timeserver + + + 525 + udp + timed + timeserver + + + 526 + tcp + tempo + newdate + + + 526 + udp + tempo + newdate + + + 527 + tcp + stx + Stock IXChange + + + 527 + udp + stx + Stock IXChange + + + 528 + tcp + custix + Customer IXChange + + + 528 + udp + custix + Customer IXChange + + + 529 + tcp + irc-serv + IRC-SERV + + + 529 + udp + irc-serv + IRC-SERV + + + 530 + tcp + courier + rpc + + + 530 + udp + courier + rpc + + + 531 + tcp + conference + chat + + + 531 + udp + conference + chat + + + 532 + tcp + netnews + readnews + + + 532 + udp + netnews + readnews + + + 533 + tcp + netwall + for emergency broadcasts + + + 533 + udp + netwall + for emergency broadcasts + + + 534 + tcp + windream + windream Admin + + + 534 + udp + windream + windream Admin + + + 535 + tcp + iiop + iiop + + + 535 + udp + iiop + iiop + + + 536 + tcp + opalis-rdv + opalis-rdv + + + 536 + udp + opalis-rdv + opalis-rdv + + + 537 + tcp + nmsp + Networked Media Streaming Protocol + + + 537 + udp + nmsp + Networked Media Streaming Protocol + + + 538 + tcp + gdomap + gdomap + + + 538 + udp + gdomap + gdomap + + + 539 + tcp + apertus-ldp + Apertus Technologies Load Determination + + + 539 + udp + apertus-ldp + Apertus Technologies Load Determination + + + 540 + tcp + uucp + uucpd + + + 540 + udp + uucp + uucpd + + + 541 + tcp + uucp-rlogin + uucp-rlogin + + + 541 + udp + uucp-rlogin + uucp-rlogin + + + 542 + tcp + commerce + commerce + + + 542 + udp + commerce + commerce + + + 543 + tcp + klogin + + + + + 543 + udp + klogin + + + + + 544 + tcp + kshell + krcmd + + + 544 + udp + kshell + krcmd + + + 545 + tcp + appleqtcsrvr + appleqtcsrvr + + + 545 + udp + appleqtcsrvr + appleqtcsrvr + + + 546 + tcp + dhcpv6-client + DHCPv6 Client + + + 546 + udp + dhcpv6-client + DHCPv6 Client + + + 547 + tcp + dhcpv6-server + DHCPv6 Server + + + 547 + udp + dhcpv6-server + DHCPv6 Server + + + 548 + tcp + afpovertcp + AFP over TCP + + + 548 + udp + afpovertcp + AFP over TCP + + + 549 + tcp + idfp + IDFP + + + 549 + udp + idfp + IDFP + + + 550 + tcp + new-rwho + new-who + + + 550 + udp + new-rwho + new-who + + + 551 + tcp + cybercash + cybercash + + + 551 + udp + cybercash + cybercash + + + 552 + tcp + devshr-nts + DeviceShare + + + 552 + udp + devshr-nts + DeviceShare + + + 553 + tcp + pirp + pirp + + + 553 + udp + pirp + pirp + + + 554 + tcp + rtsp + Real Time Streaming Protocol (RTSP) + + + 554 + udp + rtsp + Real Time Streaming Protocol (RTSP) + + + 555 + tcp + dsf + + + + + 555 + udp + dsf + + + + + 556 + tcp + remotefs + rfs server + + + 556 + udp + remotefs + rfs server + + + 557 + tcp + openvms-sysipc + openvms-sysipc + + + 557 + udp + openvms-sysipc + openvms-sysipc + + + 558 + tcp + sdnskmp + SDNSKMP + + + 558 + udp + sdnskmp + SDNSKMP + + + 559 + tcp + teedtap + TEEDTAP + + + 559 + udp + teedtap + TEEDTAP + + + 560 + tcp + rmonitor + rmonitord + + + 560 + udp + rmonitor + rmonitord + + + 561 + tcp + monitor + + + + + 561 + udp + monitor + + + + + 562 + tcp + chshell + chcmd + + + 562 + udp + chshell + chcmd + + + 563 + tcp + nntps + nntp protocol over TLS/SSL (was snntp) + + + 563 + udp + nntps + nntp protocol over TLS/SSL (was snntp) + + + 564 + tcp + 9pfs + plan 9 file service + + + 564 + udp + 9pfs + plan 9 file service + + + 565 + tcp + whoami + whoami + + + 565 + udp + whoami + whoami + + + 566 + tcp + streettalk + streettalk + + + 566 + udp + streettalk + streettalk + + + 567 + tcp + banyan-rpc + banyan-rpc + + + 567 + udp + banyan-rpc + banyan-rpc + + + 568 + tcp + ms-shuttle + microsoft shuttle + + + 568 + udp + ms-shuttle + microsoft shuttle + + + 569 + tcp + ms-rome + microsoft rome + + + 569 + udp + ms-rome + microsoft rome + + + 570 + tcp + meter + demon + + + 570 + udp + meter + demon + + + 571 + tcp + meter + udemon + + + 571 + udp + meter + udemon + + + 572 + tcp + sonar + sonar + + + 572 + udp + sonar + sonar + + + 573 + tcp + banyan-vip + banyan-vip + + + 573 + udp + banyan-vip + banyan-vip + + + 574 + tcp + ftp-agent + FTP Software Agent System + + + 574 + udp + ftp-agent + FTP Software Agent System + + + 575 + tcp + vemmi + VEMMI + + + 575 + udp + vemmi + VEMMI + + + 576 + tcp + ipcd + ipcd + + + 576 + udp + ipcd + ipcd + + + 577 + tcp + vnas + vnas + + + 577 + udp + vnas + vnas + + + 578 + tcp + ipdd + ipdd + + + 578 + udp + ipdd + ipdd + + + 579 + tcp + decbsrv + decbsrv + + + 579 + udp + decbsrv + decbsrv + + + 580 + tcp + sntp-heartbeat + SNTP HEARTBEAT + + + 580 + udp + sntp-heartbeat + SNTP HEARTBEAT + + + 581 + tcp + bdp + Bundle Discovery Protocol + + + 581 + udp + bdp + Bundle Discovery Protocol + + + 582 + tcp + scc-security + SCC Security + + + 582 + udp + scc-security + SCC Security + + + 583 + tcp + philips-vc + Philips Video-Conferencing + + + 583 + udp + philips-vc + Philips Video-Conferencing + + + 584 + tcp + keyserver + Key Server + + + 584 + udp + keyserver + Key Server + + + 586 + tcp + password-chg + Password Change + + + 586 + udp + password-chg + Password Change + + + 587 + tcp + submission + Message Submission + + + 587 + udp + submission + Message Submission + + + 588 + tcp + cal + CAL + + + 588 + udp + cal + CAL + + + 589 + tcp + eyelink + EyeLink + + + 589 + udp + eyelink + EyeLink + + + 590 + tcp + tns-cml + TNS CML + + + 590 + udp + tns-cml + TNS CML + + + 591 + tcp + http-alt + FileMaker, Inc. - HTTP Alternate (see Port 80) + + + 591 + udp + http-alt + FileMaker, Inc. - HTTP Alternate (see Port 80) + + + 592 + tcp + eudora-set + Eudora Set + + + 592 + udp + eudora-set + Eudora Set + + + 593 + tcp + http-rpc-epmap + HTTP RPC Ep Map + + + 593 + udp + http-rpc-epmap + HTTP RPC Ep Map + + + 594 + tcp + tpip + TPIP + + + 594 + udp + tpip + TPIP + + + 595 + tcp + cab-protocol + CAB Protocol + + + 595 + udp + cab-protocol + CAB Protocol + + + 596 + tcp + smsd + SMSD + + + 596 + udp + smsd + SMSD + + + 597 + tcp + ptcnameservice + PTC Name Service + + + 597 + udp + ptcnameservice + PTC Name Service + + + 598 + tcp + sco-websrvrmg3 + SCO Web Server Manager 3 + + + 598 + udp + sco-websrvrmg3 + SCO Web Server Manager 3 + + + 599 + tcp + acp + Aeolon Core Protocol + + + 599 + udp + acp + Aeolon Core Protocol + + + 600 + tcp + ipcserver + Sun IPC server + + + 600 + udp + ipcserver + Sun IPC server + + + 601 + tcp + syslog-conn + Reliable Syslog Service + + + 601 + udp + syslog-conn + Reliable Syslog Service + + + 602 + tcp + xmlrpc-beep + XML-RPC over BEEP + + + 602 + udp + xmlrpc-beep + XML-RPC over BEEP + + + 603 + tcp + idxp + IDXP + + + 603 + udp + idxp + IDXP + + + 604 + tcp + tunnel + TUNNEL + + + 604 + udp + tunnel + TUNNEL + + + 605 + tcp + soap-beep + SOAP over BEEP + + + 605 + udp + soap-beep + SOAP over BEEP + + + 606 + tcp + urm + Cray Unified Resource Manager + + + 606 + udp + urm + Cray Unified Resource Manager + + + 607 + tcp + nqs + nqs + + + 607 + udp + nqs + nqs + + + 608 + tcp + sift-uft + Sender-Initiated/Unsolicited File Transfer + + + 608 + udp + sift-uft + Sender-Initiated/Unsolicited File Transfer + + + 609 + tcp + npmp-trap + npmp-trap + + + 609 + udp + npmp-trap + npmp-trap + + + 610 + tcp + npmp-local + npmp-local + + + 610 + udp + npmp-local + npmp-local + + + 611 + tcp + npmp-gui + npmp-gui + + + 611 + udp + npmp-gui + npmp-gui + + + 612 + tcp + hmmp-ind + HMMP Indication + + + 612 + udp + hmmp-ind + HMMP Indication + + + 613 + tcp + hmmp-op + HMMP Operation + + + 613 + udp + hmmp-op + HMMP Operation + + + 614 + tcp + sshell + SSLshell + + + 614 + udp + sshell + SSLshell + + + 615 + tcp + sco-inetmgr + Internet Configuration Manager + + + 615 + udp + sco-inetmgr + Internet Configuration Manager + + + 616 + tcp + sco-sysmgr + SCO System Administration Server + + + 616 + udp + sco-sysmgr + SCO System Administration Server + + + 617 + tcp + sco-dtmgr + SCO Desktop Administration Server + + + 617 + udp + sco-dtmgr + SCO Desktop Administration Server + + + 618 + tcp + dei-icda + DEI-ICDA + + + 618 + udp + dei-icda + DEI-ICDA + + + 619 + tcp + compaq-evm + Compaq EVM + + + 619 + udp + compaq-evm + Compaq EVM + + + 620 + tcp + sco-websrvrmgr + SCO WebServer Manager + + + 620 + udp + sco-websrvrmgr + SCO WebServer Manager + + + 621 + tcp + escp-ip + ESCP + + + 621 + udp + escp-ip + ESCP + + + 622 + tcp + collaborator + Collaborator + + + 622 + udp + collaborator + Collaborator + + + 623 + tcp + oob-ws-http + DMTF out-of-band web services management protocol + + + 623 + udp + asf-rmcp + ASF Remote Management and Control Protocol + + + 624 + tcp + cryptoadmin + Crypto Admin + + + 624 + udp + cryptoadmin + Crypto Admin + + + 625 + tcp + dec-dlm + System.Xml.XmlElement + + + 625 + tcp + dec_dlm + DEC DLM + + + 625 + udp + dec-dlm + System.Xml.XmlElement + + + 625 + udp + dec_dlm + DEC DLM + + + 626 + tcp + asia + ASIA + + + 626 + udp + asia + ASIA + + + 627 + tcp + passgo-tivoli + PassGo Tivoli + + + 627 + udp + passgo-tivoli + PassGo Tivoli + + + 628 + tcp + qmqp + QMQP + + + 628 + udp + qmqp + QMQP + + + 629 + tcp + 3com-amp3 + 3Com AMP3 + + + 629 + udp + 3com-amp3 + 3Com AMP3 + + + 630 + tcp + rda + RDA + + + 630 + udp + rda + RDA + + + 631 + tcp + ipp + IPP (Internet Printing Protocol) + + + 631 + udp + ipp + IPP (Internet Printing Protocol) + + + 631 + tcp + ipps + Internet Printing Protocol over HTTPS + + + 632 + tcp + bmpp + bmpp + + + 632 + udp + bmpp + bmpp + + + 633 + tcp + servstat + Service Status update (Sterling Software) + + + 633 + udp + servstat + Service Status update (Sterling Software) + + + 634 + tcp + ginad + ginad + + + 634 + udp + ginad + ginad + + + 635 + tcp + rlzdbase + RLZ DBase + + + 635 + udp + rlzdbase + RLZ DBase + + + 636 + tcp + ldaps + ldap protocol over TLS/SSL (was sldap) + + + 636 + udp + ldaps + ldap protocol over TLS/SSL (was sldap) + + + 637 + tcp + lanserver + lanserver + + + 637 + udp + lanserver + lanserver + + + 638 + tcp + mcns-sec + mcns-sec + + + 638 + udp + mcns-sec + mcns-sec + + + 639 + tcp + msdp + MSDP + + + 639 + udp + msdp + MSDP + + + 640 + tcp + entrust-sps + entrust-sps + + + 640 + udp + entrust-sps + entrust-sps + + + 641 + tcp + repcmd + repcmd + + + 641 + udp + repcmd + repcmd + + + 642 + tcp + esro-emsdp + ESRO-EMSDP V1.3 + + + 642 + udp + esro-emsdp + ESRO-EMSDP V1.3 + + + 643 + tcp + sanity + SANity + + + 643 + udp + sanity + SANity + + + 644 + tcp + dwr + dwr + + + 644 + udp + dwr + dwr + + + 645 + tcp + pssc + PSSC + + + 645 + udp + pssc + PSSC + + + 646 + tcp + ldp + LDP + + + 646 + udp + ldp + LDP + + + 647 + tcp + dhcp-failover + DHCP Failover + + + 647 + udp + dhcp-failover + DHCP Failover + + + 648 + tcp + rrp + Registry Registrar Protocol (RRP) + + + 648 + udp + rrp + Registry Registrar Protocol (RRP) + + + 649 + tcp + cadview-3d + Cadview-3d - streaming 3d models over the internet + + + 649 + udp + cadview-3d + Cadview-3d - streaming 3d models over the internet + + + 650 + tcp + obex + OBEX + + + 650 + udp + obex + OBEX + + + 651 + tcp + ieee-mms + IEEE MMS + + + 651 + udp + ieee-mms + IEEE MMS + + + 652 + tcp + hello-port + HELLO_PORT + + + 652 + udp + hello-port + HELLO_PORT + + + 653 + tcp + repscmd + RepCmd + + + 653 + udp + repscmd + RepCmd + + + 654 + tcp + aodv + AODV + + + 654 + udp + aodv + AODV + + + 655 + tcp + tinc + TINC + + + 655 + udp + tinc + TINC + + + 656 + tcp + spmp + SPMP + + + 656 + udp + spmp + SPMP + + + 657 + tcp + rmc + RMC + + + 657 + udp + rmc + RMC + + + 658 + tcp + tenfold + TenFold + + + 658 + udp + tenfold + TenFold + + + 660 + tcp + mac-srvr-admin + MacOS Server Admin + + + 660 + udp + mac-srvr-admin + MacOS Server Admin + + + 661 + tcp + hap + HAP + + + 661 + udp + hap + HAP + + + 662 + tcp + pftp + PFTP + + + 662 + udp + pftp + PFTP + + + 663 + tcp + purenoise + PureNoise + + + 663 + udp + purenoise + PureNoise + + + 664 + tcp + oob-ws-https + DMTF out-of-band secure web services management protocol + + + 664 + udp + asf-secure-rmcp + ASF Secure Remote Management and Control Protocol + + + 665 + tcp + sun-dr + Sun DR + + + 665 + udp + sun-dr + Sun DR + + + 666 + tcp + mdqs + + + + + 666 + udp + mdqs + + + + + 666 + tcp + doom + doom Id Software + + + 666 + udp + doom + doom Id Software + + + 667 + tcp + disclose + campaign contribution disclosures - SDR Technologies + + + 667 + udp + disclose + campaign contribution disclosures - SDR Technologies + + + 668 + tcp + mecomm + MeComm + + + 668 + udp + mecomm + MeComm + + + 669 + tcp + meregister + MeRegister + + + 669 + udp + meregister + MeRegister + + + 670 + tcp + vacdsm-sws + VACDSM-SWS + + + 670 + udp + vacdsm-sws + VACDSM-SWS + + + 671 + tcp + vacdsm-app + VACDSM-APP + + + 671 + udp + vacdsm-app + VACDSM-APP + + + 672 + tcp + vpps-qua + VPPS-QUA + + + 672 + udp + vpps-qua + VPPS-QUA + + + 673 + tcp + cimplex + CIMPLEX + + + 673 + udp + cimplex + CIMPLEX + + + 674 + tcp + acap + ACAP + + + 674 + udp + acap + ACAP + + + 675 + tcp + dctp + DCTP + + + 675 + udp + dctp + DCTP + + + 676 + tcp + vpps-via + VPPS Via + + + 676 + udp + vpps-via + VPPS Via + + + 677 + tcp + vpp + Virtual Presence Protocol + + + 677 + udp + vpp + Virtual Presence Protocol + + + 678 + tcp + ggf-ncp + GNU Generation Foundation NCP + + + 678 + udp + ggf-ncp + GNU Generation Foundation NCP + + + 679 + tcp + mrm + MRM + + + 679 + udp + mrm + MRM + + + 680 + tcp + entrust-aaas + entrust-aaas + + + 680 + udp + entrust-aaas + entrust-aaas + + + 681 + tcp + entrust-aams + entrust-aams + + + 681 + udp + entrust-aams + entrust-aams + + + 682 + tcp + xfr + XFR + + + 682 + udp + xfr + XFR + + + 683 + tcp + corba-iiop + CORBA IIOP + + + 683 + udp + corba-iiop + CORBA IIOP + + + 684 + tcp + corba-iiop-ssl + CORBA IIOP SSL + + + 684 + udp + corba-iiop-ssl + CORBA IIOP SSL + + + 685 + tcp + mdc-portmapper + MDC Port Mapper + + + 685 + udp + mdc-portmapper + MDC Port Mapper + + + 686 + tcp + hcp-wismar + Hardware Control Protocol Wismar + + + 686 + udp + hcp-wismar + Hardware Control Protocol Wismar + + + 687 + tcp + asipregistry + asipregistry + + + 687 + udp + asipregistry + asipregistry + + + 688 + tcp + realm-rusd + ApplianceWare managment protocol + + + 688 + udp + realm-rusd + ApplianceWare managment protocol + + + 689 + tcp + nmap + NMAP + + + 689 + udp + nmap + NMAP + + + 690 + tcp + vatp + Velneo Application Transfer Protocol + + + 690 + udp + vatp + Velneo Application Transfer Protocol + + + 691 + tcp + msexch-routing + MS Exchange Routing + + + 691 + udp + msexch-routing + MS Exchange Routing + + + 692 + tcp + hyperwave-isp + Hyperwave-ISP + + + 692 + udp + hyperwave-isp + Hyperwave-ISP + + + 693 + tcp + connendp + almanid Connection Endpoint + + + 693 + udp + connendp + almanid Connection Endpoint + + + 694 + tcp + ha-cluster + ha-cluster + + + 694 + udp + ha-cluster + ha-cluster + + + 695 + tcp + ieee-mms-ssl + IEEE-MMS-SSL + + + 695 + udp + ieee-mms-ssl + IEEE-MMS-SSL + + + 696 + tcp + rushd + RUSHD + + + 696 + udp + rushd + RUSHD + + + 697 + tcp + uuidgen + UUIDGEN + + + 697 + udp + uuidgen + UUIDGEN + + + 698 + tcp + olsr + OLSR + + + 698 + udp + olsr + OLSR + + + 699 + tcp + accessnetwork + Access Network + + + 699 + udp + accessnetwork + Access Network + + + 700 + tcp + epp + Extensible Provisioning Protocol + + + 700 + udp + epp + Extensible Provisioning Protocol + + + 701 + tcp + lmp + Link Management Protocol (LMP) + + + 701 + udp + lmp + Link Management Protocol (LMP) + + + 702 + tcp + iris-beep + IRIS over BEEP + + + 702 + udp + iris-beep + IRIS over BEEP + + + 704 + tcp + elcsd + errlog copy/server daemon + + + 704 + udp + elcsd + errlog copy/server daemon + + + 705 + tcp + agentx + AgentX + + + 705 + udp + agentx + AgentX + + + 706 + tcp + silc + SILC + + + 706 + udp + silc + SILC + + + 707 + tcp + borland-dsj + Borland DSJ + + + 707 + udp + borland-dsj + Borland DSJ + + + 709 + tcp + entrust-kmsh + Entrust Key Management Service Handler + + + 709 + udp + entrust-kmsh + Entrust Key Management Service Handler + + + 710 + tcp + entrust-ash + Entrust Administration Service Handler + + + 710 + udp + entrust-ash + Entrust Administration Service Handler + + + 711 + tcp + cisco-tdp + Cisco TDP + + + 711 + udp + cisco-tdp + Cisco TDP + + + 712 + tcp + tbrpf + TBRPF + + + 712 + udp + tbrpf + TBRPF + + + 713 + tcp + iris-xpc + IRIS over XPC + + + 713 + udp + iris-xpc + IRIS over XPC + + + 714 + tcp + iris-xpcs + IRIS over XPCS + + + 714 + udp + iris-xpcs + IRIS over XPCS + + + 715 + tcp + iris-lwz + IRIS-LWZ + + + 715 + udp + iris-lwz + IRIS-LWZ + + + 716 + udp + pana + PANA Messages + + + 729 + tcp + netviewdm1 + IBM NetView DM/6000 Server/Client + + + 729 + udp + netviewdm1 + IBM NetView DM/6000 Server/Client + + + 730 + tcp + netviewdm2 + IBM NetView DM/6000 send/tcp + + + 730 + udp + netviewdm2 + IBM NetView DM/6000 send/tcp + + + 731 + tcp + netviewdm3 + IBM NetView DM/6000 receive/tcp + + + 731 + udp + netviewdm3 + IBM NetView DM/6000 receive/tcp + + + 741 + tcp + netgw + netGW + + + 741 + udp + netgw + netGW + + + 742 + tcp + netrcs + Network based Rev. Cont. Sys. + + + 742 + udp + netrcs + Network based Rev. Cont. Sys. + + + 744 + tcp + flexlm + Flexible License Manager + + + 744 + udp + flexlm + Flexible License Manager + + + 747 + tcp + fujitsu-dev + Fujitsu Device Control + + + 747 + udp + fujitsu-dev + Fujitsu Device Control + + + 748 + tcp + ris-cm + Russell Info Sci Calendar Manager + + + 748 + udp + ris-cm + Russell Info Sci Calendar Manager + + + 749 + tcp + kerberos-adm + kerberos administration + + + 749 + udp + kerberos-adm + kerberos administration + + + 750 + tcp + rfile + + + + + 750 + udp + loadav + + + + + 750 + udp + kerberos-iv + kerberos version iv + + + 751 + tcp + pump + + + + + 751 + udp + pump + + + + + 752 + tcp + qrh + + + + + 752 + udp + qrh + + + + + 753 + tcp + rrh + + + + + 753 + udp + rrh + + + + + 754 + tcp + tell + send + + + 754 + udp + tell + send + + + 758 + tcp + nlogin + + + + + 758 + udp + nlogin + + + + + 759 + tcp + con + + + + + 759 + udp + con + + + + + 760 + tcp + ns + + + + + 760 + udp + ns + + + + + 761 + tcp + rxe + + + + + 761 + udp + rxe + + + + + 762 + tcp + quotad + + + + + 762 + udp + quotad + + + + + 763 + tcp + cycleserv + + + + + 763 + udp + cycleserv + + + + + 764 + tcp + omserv + + + + + 764 + udp + omserv + + + + + 765 + tcp + webster + + + + + 765 + udp + webster + + + + + 767 + tcp + phonebook + phone + + + 767 + udp + phonebook + phone + + + 769 + tcp + vid + + + + + 769 + udp + vid + + + + + 770 + tcp + cadlock + + + + + 770 + udp + cadlock + + + + + 771 + tcp + rtip + + + + + 771 + udp + rtip + + + + + 772 + tcp + cycleserv2 + + + + + 772 + udp + cycleserv2 + + + + + 773 + tcp + submit + + + + + 773 + udp + notify + + + + + 774 + tcp + rpasswd + + + + + 774 + udp + acmaint-dbd + System.Xml.XmlElement + + + 774 + udp + acmaint_dbd + + + + + 775 + tcp + entomb + + + + + 775 + udp + acmaint-transd + System.Xml.XmlElement + + + 775 + udp + acmaint_transd + + + + + 776 + tcp + wpages + + + + + 776 + udp + wpages + + + + + 777 + tcp + multiling-http + Multiling HTTP + + + 777 + udp + multiling-http + Multiling HTTP + + + 780 + tcp + wpgs + + + + + 780 + udp + wpgs + + + + + 800 + tcp + mdbs-daemon + System.Xml.XmlElement + + + 800 + tcp + mdbs_daemon + + + + + 800 + udp + mdbs-daemon + System.Xml.XmlElement + + + 800 + udp + mdbs_daemon + + + + + 801 + tcp + device + + + + + 801 + udp + device + + + + + 802 + tcp + mbap-s + Modbus Application Protocol Secure + + + 802 + udp + mbap-s + Modbus Application Protocol Secure + + + 810 + tcp + fcp-udp + FCP + + + 810 + udp + fcp-udp + FCP Datagram + + + 828 + tcp + itm-mcell-s + itm-mcell-s + + + 828 + udp + itm-mcell-s + itm-mcell-s + + + 829 + tcp + pkix-3-ca-ra + PKIX-3 CA/RA + + + 829 + udp + pkix-3-ca-ra + PKIX-3 CA/RA + + + 830 + tcp + netconf-ssh + NETCONF over SSH + + + 830 + udp + netconf-ssh + NETCONF over SSH + + + 831 + tcp + netconf-beep + NETCONF over BEEP + + + 831 + udp + netconf-beep + NETCONF over BEEP + + + 832 + tcp + netconfsoaphttp + NETCONF for SOAP over HTTPS + + + 832 + udp + netconfsoaphttp + NETCONF for SOAP over HTTPS + + + 833 + tcp + netconfsoapbeep + NETCONF for SOAP over BEEP + + + 833 + udp + netconfsoapbeep + NETCONF for SOAP over BEEP + + + 847 + tcp + dhcp-failover2 + dhcp-failover 2 + + + 847 + udp + dhcp-failover2 + dhcp-failover 2 + + + 848 + tcp + gdoi + GDOI + + + 848 + udp + gdoi + GDOI + + + 853 + tcp + domain-s + DNS query-response protocol run over TLS + + + 853 + udp + domain-s + DNS query-response protocol run over DTLS or QUIC + + + 854 + tcp + dlep + Dynamic Link Exchange Protocol (DLEP) + + + 854 + udp + dlep + Dynamic Link Exchange Protocol (DLEP) + + + 860 + tcp + iscsi + iSCSI + + + 860 + udp + iscsi + iSCSI + + + 861 + tcp + owamp-control + OWAMP-Control + + + 861 + udp + owamp-test + OWAMP-Test + + + 862 + tcp + twamp-control + TWAMP-Control + + + 862 + udp + twamp-test + TWAMP-Test Receiver Port + + + 873 + tcp + rsync + rsync + + + 873 + udp + rsync + rsync + + + 886 + tcp + iclcnet-locate + ICL coNETion locate server + + + 886 + udp + iclcnet-locate + ICL coNETion locate server + + + 887 + tcp + iclcnet-svinfo + System.Xml.XmlElement + + + 887 + tcp + iclcnet_svinfo + ICL coNETion server info + + + 887 + udp + iclcnet-svinfo + System.Xml.XmlElement + + + 887 + udp + iclcnet_svinfo + ICL coNETion server info + + + 888 + tcp + accessbuilder + AccessBuilder + + + 888 + udp + accessbuilder + AccessBuilder + + + 888 + tcp + cddbp + CD Database Protocol + + + 900 + tcp + omginitialrefs + OMG Initial Refs + + + 900 + udp + omginitialrefs + OMG Initial Refs + + + 901 + tcp + smpnameres + SMPNAMERES + + + 901 + udp + smpnameres + SMPNAMERES + + + 902 + tcp + ideafarm-door + self documenting Telnet Door + + + 902 + udp + ideafarm-door + self documenting Door: send 0x00 for info + + + 903 + tcp + ideafarm-panic + self documenting Telnet Panic Door + + + 903 + udp + ideafarm-panic + self documenting Panic Door: send 0x00 for info + + + 910 + tcp + kink + Kerberized Internet Negotiation of Keys (KINK) + + + 910 + udp + kink + Kerberized Internet Negotiation of Keys (KINK) + + + 911 + tcp + xact-backup + xact-backup + + + 911 + udp + xact-backup + xact-backup + + + 912 + tcp + apex-mesh + APEX relay-relay service + + + 912 + udp + apex-mesh + APEX relay-relay service + + + 913 + tcp + apex-edge + APEX endpoint-relay service + + + 913 + udp + apex-edge + APEX endpoint-relay service + + + 914 + tcp + + + Reserved + + + 914 + udp + rift-lies + Routing in Fat Trees Link Information Elements (TEMPORARY - registered 2023-02-17, extension + registered 2024-01-12, expires 2025-02-17) + + + + 915 + tcp + + + Reserved + + + 915 + udp + rift-ties + Routing in Fat Trees Topology Information Elements (TEMPORARY - registered 2023-02-17, extension + registered 2024-01-12, expires 2025-02-17) + + + + 953 + tcp + rndc + BIND9 remote name daemon controller + + + 953 + udp + record + Reserved + + + 989 + tcp + ftps-data + ftp protocol, data, over TLS/SSL + + + 989 + udp + ftps-data + ftp protocol, data, over TLS/SSL + + + 990 + tcp + ftps + ftp protocol, control, over TLS/SSL + + + 990 + udp + ftps + ftp protocol, control, over TLS/SSL + + + 991 + tcp + nas + Netnews Administration System + + + 991 + udp + nas + Netnews Administration System + + + 992 + tcp + telnets + telnet protocol over TLS/SSL + + + 992 + udp + telnets + telnet protocol over TLS/SSL + + + 993 + tcp + imaps + IMAP over TLS protocol + + + 993 + udp + record + Reserved + + + 994 + tcp + record + Reserved + + + 994 + udp + record + Reserved + + + 995 + tcp + pop3s + POP3 over TLS protocol + + + 995 + udp + pop3s + pop3 protocol over TLS/SSL (was spop3) + + + 996 + tcp + vsinet + vsinet + + + 996 + udp + vsinet + vsinet + + + 997 + tcp + maitrd + + + + + 997 + udp + maitrd + + + + + 998 + tcp + busboy + + + + + 998 + udp + puparp + + + + + 999 + tcp + garcon + + + + + 999 + udp + applix + Applix ac + + + 999 + tcp + puprouter + + + + + 999 + udp + puprouter + + + + + 1000 + tcp + cadlock2 + + + + + 1000 + udp + cadlock2 + + + + + 1001 + tcp + webpush + HTTP Web Push + + + 1001 + udp + record + Reserved + + + 1008 + udp + record + Possibly used by Sun Solaris???? + + + 1010 + tcp + surf + surf + + + 1010 + udp + surf + surf + + + 1021 + tcp + exp1 + RFC3692-style Experiment 1 + + + 1021 + udp + exp1 + RFC3692-style Experiment 1 + + + 1021 + sctp + exp1 + RFC3692-style Experiment 1 + + + 1021 + dccp + exp1 + RFC3692-style Experiment 1 + + + 1022 + tcp + exp2 + RFC3692-style Experiment 2 + + + 1022 + udp + exp2 + RFC3692-style Experiment 2 + + + 1022 + sctp + exp2 + RFC3692-style Experiment 2 + + + 1022 + dccp + exp2 + RFC3692-style Experiment 2 + + + 1023 + tcp + record + Reserved + + + 1023 + udp + record + Reserved + + + 1024 + tcp + record + Reserved + + + 1024 + udp + record + Reserved + + + 1025 + tcp + blackjack + network blackjack + + + 1025 + udp + blackjack + network blackjack + + + 1026 + tcp + cap + Calendar Access Protocol + + + 1026 + udp + cap + Calendar Access Protocol + + + 1027 + udp + 6a44 + IPv6 Behind NAT44 CPEs + + + 1027 + tcp + record + Reserved + + + 1029 + tcp + solid-mux + Solid Mux Server + + + 1029 + udp + solid-mux + Solid Mux Server + + + 1033 + tcp + netinfo-local + local netinfo port + + + 1033 + udp + netinfo-local + local netinfo port + + + 1034 + tcp + activesync + ActiveSync Notifications + + + 1034 + udp + activesync + ActiveSync Notifications + + + 1035 + tcp + mxxrlogin + MX-XR RPC + + + 1035 + udp + mxxrlogin + MX-XR RPC + + + 1036 + tcp + nsstp + Nebula Secure Segment Transfer Protocol + + + 1036 + udp + nsstp + Nebula Secure Segment Transfer Protocol + + + 1037 + tcp + ams + AMS + + + 1037 + udp + ams + AMS + + + 1038 + tcp + mtqp + Message Tracking Query Protocol + + + 1038 + udp + mtqp + Message Tracking Query Protocol + + + 1039 + tcp + sbl + Streamlined Blackhole + + + 1039 + udp + sbl + Streamlined Blackhole + + + 1040 + tcp + netarx + Netarx Netcare + + + 1040 + udp + netarx + Netarx Netcare + + + 1041 + tcp + danf-ak2 + AK2 Product + + + 1041 + udp + danf-ak2 + AK2 Product + + + 1042 + tcp + afrog + Subnet Roaming + + + 1042 + udp + afrog + Subnet Roaming + + + 1043 + tcp + boinc-client + BOINC Client Control + + + 1043 + udp + boinc-client + BOINC Client Control + + + 1044 + tcp + dcutility + Dev Consortium Utility + + + 1044 + udp + dcutility + Dev Consortium Utility + + + 1045 + tcp + fpitp + Fingerprint Image Transfer Protocol + + + 1045 + udp + fpitp + Fingerprint Image Transfer Protocol + + + 1046 + tcp + wfremotertm + WebFilter Remote Monitor + + + 1046 + udp + wfremotertm + WebFilter Remote Monitor + + + 1047 + tcp + neod1 + Sun's NEO Object Request Broker + + + 1047 + udp + neod1 + Sun's NEO Object Request Broker + + + 1048 + tcp + neod2 + Sun's NEO Object Request Broker + + + 1048 + udp + neod2 + Sun's NEO Object Request Broker + + + 1049 + tcp + td-postman + Tobit David Postman VPMN + + + 1049 + udp + td-postman + Tobit David Postman VPMN + + + 1050 + tcp + cma + CORBA Management Agent + + + 1050 + udp + cma + CORBA Management Agent + + + 1051 + tcp + optima-vnet + Optima VNET + + + 1051 + udp + optima-vnet + Optima VNET + + + 1052 + tcp + ddt + Dynamic DNS Tools + + + 1052 + udp + ddt + Dynamic DNS Tools + + + 1053 + tcp + remote-as + Remote Assistant (RA) + + + 1053 + udp + remote-as + Remote Assistant (RA) + + + 1054 + tcp + brvread + BRVREAD + + + 1054 + udp + brvread + BRVREAD + + + 1055 + tcp + ansyslmd + ANSYS - License Manager + + + 1055 + udp + ansyslmd + ANSYS - License Manager + + + 1056 + tcp + vfo + VFO + + + 1056 + udp + vfo + VFO + + + 1057 + tcp + startron + STARTRON + + + 1057 + udp + startron + STARTRON + + + 1058 + tcp + nim + nim + + + 1058 + udp + nim + nim + + + 1059 + tcp + nimreg + nimreg + + + 1059 + udp + nimreg + nimreg + + + 1060 + tcp + polestar + POLESTAR + + + 1060 + udp + polestar + POLESTAR + + + 1061 + tcp + kiosk + KIOSK + + + 1061 + udp + kiosk + KIOSK + + + 1062 + tcp + veracity + Veracity + + + 1062 + udp + veracity + Veracity + + + 1063 + tcp + kyoceranetdev + KyoceraNetDev + + + 1063 + udp + kyoceranetdev + KyoceraNetDev + + + 1064 + tcp + jstel + JSTEL + + + 1064 + udp + jstel + JSTEL + + + 1065 + tcp + syscomlan + SYSCOMLAN + + + 1065 + udp + syscomlan + SYSCOMLAN + + + 1066 + tcp + fpo-fns + FPO-FNS + + + 1066 + udp + fpo-fns + FPO-FNS + + + 1067 + tcp + instl-boots + System.Xml.XmlElement + + + 1067 + tcp + instl_boots + Installation Bootstrap Proto. Serv. + + + 1067 + udp + instl-boots + System.Xml.XmlElement + + + 1067 + udp + instl_boots + Installation Bootstrap Proto. Serv. + + + 1068 + tcp + instl-bootc + System.Xml.XmlElement + + + 1068 + tcp + instl_bootc + Installation Bootstrap Proto. Cli. + + + 1068 + udp + instl-bootc + System.Xml.XmlElement + + + 1068 + udp + instl_bootc + Installation Bootstrap Proto. Cli. + + + 1069 + tcp + cognex-insight + COGNEX-INSIGHT + + + 1069 + udp + cognex-insight + COGNEX-INSIGHT + + + 1070 + tcp + gmrupdateserv + GMRUpdateSERV + + + 1070 + udp + gmrupdateserv + GMRUpdateSERV + + + 1071 + tcp + bsquare-voip + BSQUARE-VOIP + + + 1071 + udp + bsquare-voip + BSQUARE-VOIP + + + 1072 + tcp + cardax + CARDAX + + + 1072 + udp + cardax + CARDAX + + + 1073 + tcp + bridgecontrol + Bridge Control + + + 1073 + udp + bridgecontrol + Bridge Control + + + 1074 + tcp + warmspotMgmt + Warmspot Management Protocol + + + 1074 + udp + warmspotMgmt + Warmspot Management Protocol + + + 1075 + tcp + rdrmshc + RDRMSHC + + + 1075 + udp + rdrmshc + RDRMSHC + + + 1076 + tcp + dab-sti-c + DAB STI-C + + + 1076 + udp + dab-sti-c + DAB STI-C + + + 1077 + tcp + imgames + IMGames + + + 1077 + udp + imgames + IMGames + + + 1078 + tcp + avocent-proxy + Avocent Proxy Protocol + + + 1078 + udp + avocent-proxy + Avocent Proxy Protocol + + + 1079 + tcp + asprovatalk + ASPROVATalk + + + 1079 + udp + asprovatalk + ASPROVATalk + + + 1080 + tcp + socks + Socks + + + 1080 + udp + socks + Socks + + + 1081 + tcp + pvuniwien + PVUNIWIEN + + + 1081 + udp + pvuniwien + PVUNIWIEN + + + 1082 + tcp + amt-esd-prot + AMT-ESD-PROT + + + 1082 + udp + amt-esd-prot + AMT-ESD-PROT + + + 1083 + tcp + ansoft-lm-1 + Anasoft License Manager + + + 1083 + udp + ansoft-lm-1 + Anasoft License Manager + + + 1084 + tcp + ansoft-lm-2 + Anasoft License Manager + + + 1084 + udp + ansoft-lm-2 + Anasoft License Manager + + + 1085 + tcp + webobjects + Web Objects + + + 1085 + udp + webobjects + Web Objects + + + 1086 + tcp + cplscrambler-lg + CPL Scrambler Logging + + + 1086 + udp + cplscrambler-lg + CPL Scrambler Logging + + + 1087 + tcp + cplscrambler-in + CPL Scrambler Internal + + + 1087 + udp + cplscrambler-in + CPL Scrambler Internal + + + 1088 + tcp + cplscrambler-al + CPL Scrambler Alarm Log + + + 1088 + udp + cplscrambler-al + CPL Scrambler Alarm Log + + + 1089 + tcp + ff-annunc + FF Annunciation + + + 1089 + udp + ff-annunc + FF Annunciation + + + 1090 + tcp + ff-fms + FF Fieldbus Message Specification + + + 1090 + udp + ff-fms + FF Fieldbus Message Specification + + + 1091 + tcp + ff-sm + FF System Management + + + 1091 + udp + ff-sm + FF System Management + + + 1092 + tcp + obrpd + Open Business Reporting Protocol + + + 1092 + udp + obrpd + Open Business Reporting Protocol + + + 1093 + tcp + proofd + PROOFD + + + 1093 + udp + proofd + PROOFD + + + 1094 + tcp + rootd + ROOTD + + + 1094 + udp + rootd + ROOTD + + + 1095 + tcp + nicelink + NICELink + + + 1095 + udp + nicelink + NICELink + + + 1096 + tcp + cnrprotocol + Common Name Resolution Protocol + + + 1096 + udp + cnrprotocol + Common Name Resolution Protocol + + + 1097 + tcp + sunclustermgr + Sun Cluster Manager + + + 1097 + udp + sunclustermgr + Sun Cluster Manager + + + 1098 + tcp + rmiactivation + RMI Activation + + + 1098 + udp + rmiactivation + RMI Activation + + + 1099 + tcp + rmiregistry + RMI Registry + + + 1099 + udp + rmiregistry + RMI Registry + + + 1100 + tcp + mctp + MCTP + + + 1100 + udp + mctp + MCTP + + + 1101 + tcp + pt2-discover + PT2-DISCOVER + + + 1101 + udp + pt2-discover + PT2-DISCOVER + + + 1102 + tcp + adobeserver-1 + ADOBE SERVER 1 + + + 1102 + udp + adobeserver-1 + ADOBE SERVER 1 + + + 1103 + tcp + adobeserver-2 + ADOBE SERVER 2 + + + 1103 + udp + adobeserver-2 + ADOBE SERVER 2 + + + 1104 + tcp + xrl + XRL + + + 1104 + udp + xrl + XRL + + + 1105 + tcp + ftranhc + FTRANHC + + + 1105 + udp + ftranhc + FTRANHC + + + 1106 + tcp + isoipsigport-1 + ISOIPSIGPORT-1 + + + 1106 + udp + isoipsigport-1 + ISOIPSIGPORT-1 + + + 1107 + tcp + isoipsigport-2 + ISOIPSIGPORT-2 + + + 1107 + udp + isoipsigport-2 + ISOIPSIGPORT-2 + + + 1108 + tcp + ratio-adp + ratio-adp + + + 1108 + udp + ratio-adp + ratio-adp + + + 1110 + tcp + webadmstart + Start web admin server + + + 1110 + udp + nfsd-keepalive + Client status info + + + 1111 + tcp + lmsocialserver + LM Social Server + + + 1111 + udp + lmsocialserver + LM Social Server + + + 1112 + tcp + icp + Intelligent Communication Protocol + + + 1112 + udp + icp + Intelligent Communication Protocol + + + 1113 + tcp + ltp-deepspace + Licklider Transmission Protocol + + + 1113 + udp + ltp-deepspace + Licklider Transmission Protocol + + + 1113 + dccp + ltp-deepspace + Licklider Transmission Protocol + + + 1114 + tcp + mini-sql + Mini SQL + + + 1114 + udp + mini-sql + Mini SQL + + + 1115 + tcp + ardus-trns + ARDUS Transfer + + + 1115 + udp + ardus-trns + ARDUS Transfer + + + 1116 + tcp + ardus-cntl + ARDUS Control + + + 1116 + udp + ardus-cntl + ARDUS Control + + + 1117 + tcp + ardus-mtrns + ARDUS Multicast Transfer + + + 1117 + udp + ardus-mtrns + ARDUS Multicast Transfer + + + 1118 + tcp + sacred + SACRED + + + 1118 + udp + sacred + SACRED + + + 1119 + tcp + bnetgame + Battle.net Chat/Game Protocol + + + 1119 + udp + bnetgame + Battle.net Chat/Game Protocol + + + 1120 + tcp + bnetfile + Battle.net File Transfer Protocol + + + 1120 + udp + bnetfile + Battle.net File Transfer Protocol + + + 1121 + tcp + rmpp + Datalode RMPP + + + 1121 + udp + rmpp + Datalode RMPP + + + 1122 + tcp + availant-mgr + availant-mgr + + + 1122 + udp + availant-mgr + availant-mgr + + + 1123 + tcp + murray + Murray + + + 1123 + udp + murray + Murray + + + 1124 + tcp + hpvmmcontrol + HP VMM Control + + + 1124 + udp + hpvmmcontrol + HP VMM Control + + + 1125 + tcp + hpvmmagent + HP VMM Agent + + + 1125 + udp + hpvmmagent + HP VMM Agent + + + 1126 + tcp + hpvmmdata + HP VMM Agent + + + 1126 + udp + hpvmmdata + HP VMM Agent + + + 1127 + tcp + kwdb-commn + KWDB Remote Communication + + + 1127 + udp + kwdb-commn + KWDB Remote Communication + + + 1128 + tcp + saphostctrl + SAPHostControl over SOAP/HTTP + + + 1128 + udp + saphostctrl + SAPHostControl over SOAP/HTTP + + + 1129 + tcp + saphostctrls + SAPHostControl over SOAP/HTTPS + + + 1129 + udp + saphostctrls + SAPHostControl over SOAP/HTTPS + + + 1130 + tcp + casp + CAC App Service Protocol + + + 1130 + udp + casp + CAC App Service Protocol + + + 1131 + tcp + caspssl + CAC App Service Protocol Encripted + + + 1131 + udp + caspssl + CAC App Service Protocol Encripted + + + 1132 + tcp + kvm-via-ip + KVM-via-IP Management Service + + + 1132 + udp + kvm-via-ip + KVM-via-IP Management Service + + + 1133 + tcp + dfn + Data Flow Network + + + 1133 + udp + dfn + Data Flow Network + + + 1134 + tcp + aplx + MicroAPL APLX + + + 1134 + udp + aplx + MicroAPL APLX + + + 1135 + tcp + omnivision + OmniVision Communication Service + + + 1135 + udp + omnivision + OmniVision Communication Service + + + 1136 + tcp + hhb-gateway + HHB Gateway Control + + + 1136 + udp + hhb-gateway + HHB Gateway Control + + + 1137 + tcp + trim + TRIM Workgroup Service + + + 1137 + udp + trim + TRIM Workgroup Service + + + 1138 + tcp + encrypted-admin + System.Xml.XmlElement + + + 1138 + tcp + encrypted_admin + encrypted admin requests + + + 1138 + udp + encrypted-admin + System.Xml.XmlElement + + + 1138 + udp + encrypted_admin + encrypted admin requests + + + 1139 + tcp + evm + Enterprise Virtual Manager + + + 1139 + udp + evm + Enterprise Virtual Manager + + + 1140 + tcp + autonoc + AutoNOC Network Operations Protocol + + + 1140 + udp + autonoc + AutoNOC Network Operations Protocol + + + 1141 + tcp + mxomss + User Message Service + + + 1141 + udp + mxomss + User Message Service + + + 1142 + tcp + edtools + User Discovery Service + + + 1142 + udp + edtools + User Discovery Service + + + 1143 + tcp + imyx + Infomatryx Exchange + + + 1143 + udp + imyx + Infomatryx Exchange + + + 1144 + tcp + fuscript + Fusion Script + + + 1144 + udp + fuscript + Fusion Script + + + 1145 + tcp + x9-icue + X9 iCue Show Control + + + 1145 + udp + x9-icue + X9 iCue Show Control + + + 1146 + tcp + audit-transfer + audit transfer + + + 1146 + udp + audit-transfer + audit transfer + + + 1147 + tcp + capioverlan + CAPIoverLAN + + + 1147 + udp + capioverlan + CAPIoverLAN + + + 1148 + tcp + elfiq-repl + Elfiq Replication Service + + + 1148 + udp + elfiq-repl + Elfiq Replication Service + + + 1149 + tcp + bvtsonar + BlueView Sonar Service + + + 1149 + udp + bvtsonar + BlueView Sonar Service + + + 1150 + tcp + blaze + Blaze File Server + + + 1150 + udp + blaze + Blaze File Server + + + 1151 + tcp + unizensus + Unizensus Login Server + + + 1151 + udp + unizensus + Unizensus Login Server + + + 1152 + tcp + winpoplanmess + Winpopup LAN Messenger + + + 1152 + udp + winpoplanmess + Winpopup LAN Messenger + + + 1153 + tcp + c1222-acse + ANSI C12.22 Port + + + 1153 + udp + c1222-acse + ANSI C12.22 Port + + + 1154 + tcp + resacommunity + Community Service + + + 1154 + udp + resacommunity + Community Service + + + 1155 + tcp + nfa + Network File Access + + + 1155 + udp + nfa + Network File Access + + + 1156 + tcp + iascontrol-oms + iasControl OMS + + + 1156 + udp + iascontrol-oms + iasControl OMS + + + 1157 + tcp + iascontrol + Oracle iASControl + + + 1157 + udp + iascontrol + Oracle iASControl + + + 1158 + tcp + dbcontrol-oms + dbControl OMS + + + 1158 + udp + dbcontrol-oms + dbControl OMS + + + 1159 + tcp + oracle-oms + Oracle OMS + + + 1159 + udp + oracle-oms + Oracle OMS + + + 1160 + tcp + olsv + DB Lite Mult-User Server + + + 1160 + udp + olsv + DB Lite Mult-User Server + + + 1161 + tcp + health-polling + Health Polling + + + 1161 + udp + health-polling + Health Polling + + + 1162 + tcp + health-trap + Health Trap + + + 1162 + udp + health-trap + Health Trap + + + 1163 + tcp + sddp + SmartDialer Data Protocol + + + 1163 + udp + sddp + SmartDialer Data Protocol + + + 1164 + tcp + qsm-proxy + QSM Proxy Service + + + 1164 + udp + qsm-proxy + QSM Proxy Service + + + 1165 + tcp + qsm-gui + QSM GUI Service + + + 1165 + udp + qsm-gui + QSM GUI Service + + + 1166 + tcp + qsm-remote + QSM RemoteExec + + + 1166 + udp + qsm-remote + QSM RemoteExec + + + 1167 + tcp + cisco-ipsla + Cisco IP SLAs Control Protocol + + + 1167 + udp + cisco-ipsla + Cisco IP SLAs Control Protocol + + + 1167 + sctp + cisco-ipsla + Cisco IP SLAs Control Protocol + + + 1168 + tcp + vchat + VChat Conference Service + + + 1168 + udp + vchat + VChat Conference Service + + + 1169 + tcp + tripwire + TRIPWIRE + + + 1169 + udp + tripwire + TRIPWIRE + + + 1170 + tcp + atc-lm + AT+C License Manager + + + 1170 + udp + atc-lm + AT+C License Manager + + + 1171 + tcp + atc-appserver + AT+C FmiApplicationServer + + + 1171 + udp + atc-appserver + AT+C FmiApplicationServer + + + 1172 + tcp + dnap + DNA Protocol + + + 1172 + udp + dnap + DNA Protocol + + + 1173 + tcp + d-cinema-rrp + D-Cinema Request-Response + + + 1173 + udp + d-cinema-rrp + D-Cinema Request-Response + + + 1174 + tcp + fnet-remote-ui + FlashNet Remote Admin + + + 1174 + udp + fnet-remote-ui + FlashNet Remote Admin + + + 1175 + tcp + dossier + Dossier Server + + + 1175 + udp + dossier + Dossier Server + + + 1176 + tcp + indigo-server + Indigo Home Server + + + 1176 + udp + indigo-server + Indigo Home Server + + + 1177 + tcp + dkmessenger + DKMessenger Protocol + + + 1177 + udp + dkmessenger + DKMessenger Protocol + + + 1178 + tcp + sgi-storman + SGI Storage Manager + + + 1178 + udp + sgi-storman + SGI Storage Manager + + + 1179 + tcp + b2n + Backup To Neighbor + + + 1179 + udp + b2n + Backup To Neighbor + + + 1180 + tcp + mc-client + Millicent Client Proxy + + + 1180 + udp + mc-client + Millicent Client Proxy + + + 1181 + tcp + 3comnetman + 3Com Net Management + + + 1181 + udp + 3comnetman + 3Com Net Management + + + 1182 + tcp + accelenet + AcceleNet Control + + + 1182 + udp + accelenet-data + AcceleNet Data + + + 1183 + tcp + llsurfup-http + LL Surfup HTTP + + + 1183 + udp + llsurfup-http + LL Surfup HTTP + + + 1184 + tcp + llsurfup-https + LL Surfup HTTPS + + + 1184 + udp + llsurfup-https + LL Surfup HTTPS + + + 1185 + tcp + catchpole + Catchpole port + + + 1185 + udp + catchpole + Catchpole port + + + 1186 + tcp + mysql-cluster + MySQL Cluster Manager + + + 1186 + udp + mysql-cluster + MySQL Cluster Manager + + + 1187 + tcp + alias + Alias Service + + + 1187 + udp + alias + Alias Service + + + 1188 + tcp + hp-webadmin + HP Web Admin + + + 1188 + udp + hp-webadmin + HP Web Admin + + + 1189 + tcp + unet + Unet Connection + + + 1189 + udp + unet + Unet Connection + + + 1190 + tcp + commlinx-avl + CommLinx GPS / AVL System + + + 1190 + udp + commlinx-avl + CommLinx GPS / AVL System + + + 1191 + tcp + gpfs + General Parallel File System + + + 1191 + udp + gpfs + General Parallel File System + + + 1192 + tcp + caids-sensor + caids sensors channel + + + 1192 + udp + caids-sensor + caids sensors channel + + + 1193 + tcp + fiveacross + Five Across Server + + + 1193 + udp + fiveacross + Five Across Server + + + 1194 + tcp + openvpn + OpenVPN + + + 1194 + udp + openvpn + OpenVPN + + + 1195 + tcp + rsf-1 + RSF-1 clustering + + + 1195 + udp + rsf-1 + RSF-1 clustering + + + 1196 + tcp + netmagic + Network Magic + + + 1196 + udp + netmagic + Network Magic + + + 1197 + tcp + carrius-rshell + Carrius Remote Access + + + 1197 + udp + carrius-rshell + Carrius Remote Access + + + 1198 + tcp + cajo-discovery + cajo reference discovery + + + 1198 + udp + cajo-discovery + cajo reference discovery + + + 1199 + tcp + dmidi + DMIDI + + + 1199 + udp + dmidi + DMIDI + + + 1200 + tcp + scol + SCOL + + + 1200 + udp + scol + SCOL + + + 1201 + tcp + nucleus-sand + Nucleus Sand Database Server + + + 1201 + udp + nucleus-sand + Nucleus Sand Database Server + + + 1202 + tcp + caiccipc + caiccipc + + + 1202 + udp + caiccipc + caiccipc + + + 1203 + tcp + ssslic-mgr + License Validation + + + 1203 + udp + ssslic-mgr + License Validation + + + 1204 + tcp + ssslog-mgr + Log Request Listener + + + 1204 + udp + ssslog-mgr + Log Request Listener + + + 1205 + tcp + accord-mgc + Accord-MGC + + + 1205 + udp + accord-mgc + Accord-MGC + + + 1206 + tcp + anthony-data + Anthony Data + + + 1206 + udp + anthony-data + Anthony Data + + + 1207 + tcp + metasage + MetaSage + + + 1207 + udp + metasage + MetaSage + + + 1208 + tcp + seagull-ais + SEAGULL AIS + + + 1208 + udp + seagull-ais + SEAGULL AIS + + + 1209 + tcp + ipcd3 + IPCD3 + + + 1209 + udp + ipcd3 + IPCD3 + + + 1210 + tcp + eoss + EOSS + + + 1210 + udp + eoss + EOSS + + + 1211 + tcp + groove-dpp + Groove DPP + + + 1211 + udp + groove-dpp + Groove DPP + + + 1212 + tcp + lupa + lupa + + + 1212 + udp + lupa + lupa + + + 1213 + tcp + mpc-lifenet + Medtronic/Physio-Control LIFENET + + + 1213 + udp + mpc-lifenet + Medtronic/Physio-Control LIFENET + + + 1214 + tcp + kazaa + KAZAA + + + 1214 + udp + kazaa + KAZAA + + + 1215 + tcp + scanstat-1 + scanSTAT 1.0 + + + 1215 + udp + scanstat-1 + scanSTAT 1.0 + + + 1216 + tcp + etebac5 + ETEBAC 5 + + + 1216 + udp + etebac5 + ETEBAC 5 + + + 1217 + tcp + hpss-ndapi + HPSS NonDCE Gateway + + + 1217 + udp + hpss-ndapi + HPSS NonDCE Gateway + + + 1218 + tcp + aeroflight-ads + AeroFlight-ADs + + + 1218 + udp + aeroflight-ads + AeroFlight-ADs + + + 1219 + tcp + aeroflight-ret + AeroFlight-Ret + + + 1219 + udp + aeroflight-ret + AeroFlight-Ret + + + 1220 + tcp + qt-serveradmin + QT SERVER ADMIN + + + 1220 + udp + qt-serveradmin + QT SERVER ADMIN + + + 1221 + tcp + sweetware-apps + SweetWARE Apps + + + 1221 + udp + sweetware-apps + SweetWARE Apps + + + 1222 + tcp + nerv + SNI R&D network + + + 1222 + udp + nerv + SNI R&D network + + + 1223 + tcp + tgp + TrulyGlobal Protocol + + + 1223 + udp + tgp + TrulyGlobal Protocol + + + 1224 + tcp + vpnz + VPNz + + + 1224 + udp + vpnz + VPNz + + + 1225 + tcp + slinkysearch + SLINKYSEARCH + + + 1225 + udp + slinkysearch + SLINKYSEARCH + + + 1226 + tcp + stgxfws + STGXFWS + + + 1226 + udp + stgxfws + STGXFWS + + + 1227 + tcp + dns2go + DNS2Go + + + 1227 + udp + dns2go + DNS2Go + + + 1228 + tcp + florence + FLORENCE + + + 1228 + udp + florence + FLORENCE + + + 1229 + tcp + zented + ZENworks Tiered Electronic Distribution + + + 1229 + udp + zented + ZENworks Tiered Electronic Distribution + + + 1230 + tcp + periscope + Periscope + + + 1230 + udp + periscope + Periscope + + + 1231 + tcp + menandmice-lpm + menandmice-lpm + + + 1231 + udp + menandmice-lpm + menandmice-lpm + + + 1232 + tcp + first-defense + Remote systems monitoring + + + 1232 + udp + first-defense + Remote systems monitoring + + + 1233 + tcp + univ-appserver + Universal App Server + + + 1233 + udp + univ-appserver + Universal App Server + + + 1234 + tcp + search-agent + Infoseek Search Agent + + + 1234 + udp + search-agent + Infoseek Search Agent + + + 1235 + tcp + mosaicsyssvc1 + mosaicsyssvc1 + + + 1235 + udp + mosaicsyssvc1 + mosaicsyssvc1 + + + 1236 + tcp + bvcontrol + bvcontrol + + + 1236 + udp + bvcontrol + bvcontrol + + + 1237 + tcp + tsdos390 + tsdos390 + + + 1237 + udp + tsdos390 + tsdos390 + + + 1238 + tcp + hacl-qs + hacl-qs + + + 1238 + udp + hacl-qs + hacl-qs + + + 1239 + tcp + nmsd + NMSD + + + 1239 + udp + nmsd + NMSD + + + 1240 + tcp + instantia + Instantia + + + 1240 + udp + instantia + Instantia + + + 1241 + tcp + nessus + nessus + + + 1241 + udp + nessus + nessus + + + 1242 + tcp + nmasoverip + NMAS over IP + + + 1242 + udp + nmasoverip + NMAS over IP + + + 1243 + tcp + serialgateway + SerialGateway + + + 1243 + udp + serialgateway + SerialGateway + + + 1244 + tcp + isbconference1 + isbconference1 + + + 1244 + udp + isbconference1 + isbconference1 + + + 1245 + tcp + isbconference2 + isbconference2 + + + 1245 + udp + isbconference2 + isbconference2 + + + 1246 + tcp + payrouter + payrouter + + + 1246 + udp + payrouter + payrouter + + + 1247 + tcp + visionpyramid + VisionPyramid + + + 1247 + udp + visionpyramid + VisionPyramid + + + 1248 + tcp + hermes + hermes + + + 1248 + udp + hermes + hermes + + + 1249 + tcp + mesavistaco + Mesa Vista Co + + + 1249 + udp + mesavistaco + Mesa Vista Co + + + 1250 + tcp + swldy-sias + swldy-sias + + + 1250 + udp + swldy-sias + swldy-sias + + + 1251 + tcp + servergraph + servergraph + + + 1251 + udp + servergraph + servergraph + + + 1252 + tcp + bspne-pcc + bspne-pcc + + + 1252 + udp + bspne-pcc + bspne-pcc + + + 1253 + tcp + q55-pcc + q55-pcc + + + 1253 + udp + q55-pcc + q55-pcc + + + 1254 + tcp + de-noc + de-noc + + + 1254 + udp + de-noc + de-noc + + + 1255 + tcp + de-cache-query + de-cache-query + + + 1255 + udp + de-cache-query + de-cache-query + + + 1256 + tcp + de-server + de-server + + + 1256 + udp + de-server + de-server + + + 1257 + tcp + shockwave2 + Shockwave 2 + + + 1257 + udp + shockwave2 + Shockwave 2 + + + 1258 + tcp + opennl + Open Network Library + + + 1258 + udp + opennl + Open Network Library + + + 1259 + tcp + opennl-voice + Open Network Library Voice + + + 1259 + udp + opennl-voice + Open Network Library Voice + + + 1260 + tcp + ibm-ssd + ibm-ssd + + + 1260 + udp + ibm-ssd + ibm-ssd + + + 1261 + tcp + mpshrsv + mpshrsv + + + 1261 + udp + mpshrsv + mpshrsv + + + 1262 + tcp + qnts-orb + QNTS-ORB + + + 1262 + udp + qnts-orb + QNTS-ORB + + + 1263 + tcp + dka + dka + + + 1263 + udp + dka + dka + + + 1264 + tcp + prat + PRAT + + + 1264 + udp + prat + PRAT + + + 1265 + tcp + dssiapi + DSSIAPI + + + 1265 + udp + dssiapi + DSSIAPI + + + 1266 + tcp + dellpwrappks + DELLPWRAPPKS + + + 1266 + udp + dellpwrappks + DELLPWRAPPKS + + + 1267 + tcp + epc + eTrust Policy Compliance + + + 1267 + udp + epc + eTrust Policy Compliance + + + 1268 + tcp + propel-msgsys + PROPEL-MSGSYS + + + 1268 + udp + propel-msgsys + PROPEL-MSGSYS + + + 1269 + tcp + watilapp + WATiLaPP + + + 1269 + udp + watilapp + WATiLaPP + + + 1270 + tcp + opsmgr + Microsoft Operations Manager + + + 1270 + udp + opsmgr + Microsoft Operations Manager + + + 1271 + tcp + excw + eXcW + + + 1271 + udp + excw + eXcW + + + 1272 + tcp + cspmlockmgr + CSPMLockMgr + + + 1272 + udp + cspmlockmgr + CSPMLockMgr + + + 1273 + tcp + emc-gateway + EMC-Gateway + + + 1273 + udp + emc-gateway + EMC-Gateway + + + 1274 + tcp + t1distproc + t1distproc + + + 1274 + udp + t1distproc + t1distproc + + + 1275 + tcp + ivcollector + ivcollector + + + 1275 + udp + ivcollector + ivcollector + + + 1276 + tcp + record + Reserved + + + 1276 + udp + record + Reserved + + + 1277 + tcp + miva-mqs + mqs + + + 1277 + udp + miva-mqs + mqs + + + 1278 + tcp + dellwebadmin-1 + Dell Web Admin 1 + + + 1278 + udp + dellwebadmin-1 + Dell Web Admin 1 + + + 1279 + tcp + dellwebadmin-2 + Dell Web Admin 2 + + + 1279 + udp + dellwebadmin-2 + Dell Web Admin 2 + + + 1280 + tcp + pictrography + Pictrography + + + 1280 + udp + pictrography + Pictrography + + + 1281 + tcp + healthd + healthd + + + 1281 + udp + healthd + healthd + + + 1282 + tcp + emperion + Emperion + + + 1282 + udp + emperion + Emperion + + + 1283 + tcp + productinfo + Product Information + + + 1283 + udp + productinfo + Product Information + + + 1284 + tcp + iee-qfx + IEE-QFX + + + 1284 + udp + iee-qfx + IEE-QFX + + + 1285 + tcp + neoiface + neoiface + + + 1285 + udp + neoiface + neoiface + + + 1286 + tcp + netuitive + netuitive + + + 1286 + udp + netuitive + netuitive + + + 1287 + tcp + routematch + RouteMatch Com + + + 1287 + udp + routematch + RouteMatch Com + + + 1288 + tcp + navbuddy + NavBuddy + + + 1288 + udp + navbuddy + NavBuddy + + + 1289 + tcp + jwalkserver + JWalkServer + + + 1289 + udp + jwalkserver + JWalkServer + + + 1290 + tcp + winjaserver + WinJaServer + + + 1290 + udp + winjaserver + WinJaServer + + + 1291 + tcp + seagulllms + SEAGULLLMS + + + 1291 + udp + seagulllms + SEAGULLLMS + + + 1292 + tcp + dsdn + dsdn + + + 1292 + udp + dsdn + dsdn + + + 1293 + tcp + pkt-krb-ipsec + PKT-KRB-IPSec + + + 1293 + udp + pkt-krb-ipsec + PKT-KRB-IPSec + + + 1294 + tcp + cmmdriver + CMMdriver + + + 1294 + udp + cmmdriver + CMMdriver + + + 1295 + tcp + ehtp + End-by-Hop Transmission Protocol + + + 1295 + udp + ehtp + End-by-Hop Transmission Protocol + + + 1296 + tcp + dproxy + dproxy + + + 1296 + udp + dproxy + dproxy + + + 1297 + tcp + sdproxy + sdproxy + + + 1297 + udp + sdproxy + sdproxy + + + 1298 + tcp + lpcp + lpcp + + + 1298 + udp + lpcp + lpcp + + + 1299 + tcp + hp-sci + hp-sci + + + 1299 + udp + hp-sci + hp-sci + + + 1300 + tcp + h323hostcallsc + H.323 Secure Call Control Signalling + + + 1300 + udp + h323hostcallsc + H.323 Secure Call Control Signalling + + + 1301 + tcp + + + Reserved + + + 1301 + udp + + + Reserved + + + 1302 + tcp + + + Reserved + + + 1302 + udp + + + Reserved + + + 1303 + tcp + sftsrv + sftsrv + + + 1303 + udp + sftsrv + sftsrv + + + 1304 + tcp + boomerang + Boomerang + + + 1304 + udp + boomerang + Boomerang + + + 1305 + tcp + pe-mike + pe-mike + + + 1305 + udp + pe-mike + pe-mike + + + 1306 + tcp + re-conn-proto + RE-Conn-Proto + + + 1306 + udp + re-conn-proto + RE-Conn-Proto + + + 1307 + tcp + pacmand + Pacmand + + + 1307 + udp + pacmand + Pacmand + + + 1308 + tcp + odsi + Optical Domain Service Interconnect (ODSI) + + + 1308 + udp + odsi + Optical Domain Service Interconnect (ODSI) + + + 1309 + tcp + jtag-server + JTAG server + + + 1309 + udp + jtag-server + JTAG server + + + 1310 + tcp + husky + Husky + + + 1310 + udp + husky + Husky + + + 1311 + tcp + rxmon + RxMon + + + 1311 + udp + rxmon + RxMon + + + 1312 + tcp + sti-envision + STI Envision + + + 1312 + udp + sti-envision + STI Envision + + + 1313 + tcp + bmc-patroldb + System.Xml.XmlElement + + + 1313 + tcp + bmc_patroldb + BMC_PATROLDB + + + 1313 + udp + bmc-patroldb + System.Xml.XmlElement + + + 1313 + udp + bmc_patroldb + BMC_PATROLDB + + + 1314 + tcp + pdps + Photoscript Distributed Printing System + + + 1314 + udp + pdps + Photoscript Distributed Printing System + + + 1315 + tcp + els + E.L.S., Event Listener Service + + + 1315 + udp + els + E.L.S., Event Listener Service + + + 1316 + tcp + exbit-escp + Exbit-ESCP + + + 1316 + udp + exbit-escp + Exbit-ESCP + + + 1317 + tcp + vrts-ipcserver + vrts-ipcserver + + + 1317 + udp + vrts-ipcserver + vrts-ipcserver + + + 1318 + tcp + krb5gatekeeper + krb5gatekeeper + + + 1318 + udp + krb5gatekeeper + krb5gatekeeper + + + 1319 + tcp + amx-icsp + AMX-ICSP + + + 1319 + udp + amx-icsp + AMX-ICSP + + + 1320 + tcp + amx-axbnet + AMX-AXBNET + + + 1320 + udp + amx-axbnet + AMX-AXBNET + + + 1321 + tcp + pip + PIP + + + 1321 + udp + pip + PIP + + + 1322 + tcp + novation + Novation + + + 1322 + udp + novation + Novation + + + 1323 + tcp + brcd + brcd + + + 1323 + udp + brcd + brcd + + + 1324 + tcp + delta-mcp + delta-mcp + + + 1324 + udp + delta-mcp + delta-mcp + + + 1325 + tcp + dx-instrument + DX-Instrument + + + 1325 + udp + dx-instrument + DX-Instrument + + + 1326 + tcp + wimsic + WIMSIC + + + 1326 + udp + wimsic + WIMSIC + + + 1327 + tcp + ultrex + Ultrex + + + 1327 + udp + ultrex + Ultrex + + + 1328 + tcp + ewall + EWALL + + + 1328 + udp + ewall + EWALL + + + 1329 + tcp + netdb-export + netdb-export + + + 1329 + udp + netdb-export + netdb-export + + + 1330 + tcp + streetperfect + StreetPerfect + + + 1330 + udp + streetperfect + StreetPerfect + + + 1331 + tcp + intersan + intersan + + + 1331 + udp + intersan + intersan + + + 1332 + tcp + pcia-rxp-b + PCIA RXP-B + + + 1332 + udp + pcia-rxp-b + PCIA RXP-B + + + 1333 + tcp + passwrd-policy + Password Policy + + + 1333 + udp + passwrd-policy + Password Policy + + + 1334 + tcp + writesrv + writesrv + + + 1334 + udp + writesrv + writesrv + + + 1335 + tcp + digital-notary + Digital Notary Protocol + + + 1335 + udp + digital-notary + Digital Notary Protocol + + + 1336 + tcp + ischat + Instant Service Chat + + + 1336 + udp + ischat + Instant Service Chat + + + 1337 + tcp + menandmice-dns + menandmice DNS + + + 1337 + udp + menandmice-dns + menandmice DNS + + + 1338 + tcp + wmc-log-svc + WMC-log-svr + + + 1338 + udp + wmc-log-svc + WMC-log-svr + + + 1339 + tcp + kjtsiteserver + kjtsiteserver + + + 1339 + udp + kjtsiteserver + kjtsiteserver + + + 1340 + tcp + naap + NAAP + + + 1340 + udp + naap + NAAP + + + 1341 + tcp + qubes + QuBES + + + 1341 + udp + qubes + QuBES + + + 1342 + tcp + esbroker + ESBroker + + + 1342 + udp + esbroker + ESBroker + + + 1343 + tcp + re101 + re101 + + + 1343 + udp + re101 + re101 + + + 1344 + tcp + icap + ICAP + + + 1344 + udp + icap + ICAP + + + 1345 + tcp + vpjp + VPJP + + + 1345 + udp + vpjp + VPJP + + + 1346 + tcp + alta-ana-lm + Alta Analytics License Manager + + + 1346 + udp + alta-ana-lm + Alta Analytics License Manager + + + 1347 + tcp + bbn-mmc + multi media conferencing + + + 1347 + udp + bbn-mmc + multi media conferencing + + + 1348 + tcp + bbn-mmx + multi media conferencing + + + 1348 + udp + bbn-mmx + multi media conferencing + + + 1349 + tcp + sbook + Registration Network Protocol + + + 1349 + udp + sbook + Registration Network Protocol + + + 1350 + tcp + editbench + Registration Network Protocol + + + 1350 + udp + editbench + Registration Network Protocol + + + 1351 + tcp + equationbuilder + Digital Tool Works (MIT) + + + 1351 + udp + equationbuilder + Digital Tool Works (MIT) + + + 1352 + tcp + lotusnote + Lotus Note + + + 1352 + udp + lotusnote + Lotus Note + + + 1353 + tcp + relief + Relief Consulting + + + 1353 + udp + relief + Relief Consulting + + + 1354 + tcp + XSIP-network + Five Across XSIP Network + + + 1354 + udp + XSIP-network + Five Across XSIP Network + + + 1355 + tcp + intuitive-edge + Intuitive Edge + + + 1355 + udp + intuitive-edge + Intuitive Edge + + + 1356 + tcp + cuillamartin + CuillaMartin Company + + + 1356 + udp + cuillamartin + CuillaMartin Company + + + 1357 + tcp + pegboard + Electronic PegBoard + + + 1357 + udp + pegboard + Electronic PegBoard + + + 1358 + tcp + connlcli + CONNLCLI + + + 1358 + udp + connlcli + CONNLCLI + + + 1359 + tcp + ftsrv + FTSRV + + + 1359 + udp + ftsrv + FTSRV + + + 1360 + tcp + mimer + MIMER + + + 1360 + udp + mimer + MIMER + + + 1361 + tcp + linx + LinX + + + 1361 + udp + linx + LinX + + + 1362 + tcp + timeflies + TimeFlies + + + 1362 + udp + timeflies + TimeFlies + + + 1363 + tcp + ndm-requester + Network DataMover Requester + + + 1363 + udp + ndm-requester + Network DataMover Requester + + + 1364 + tcp + ndm-server + Network DataMover Server + + + 1364 + udp + ndm-server + Network DataMover Server + + + 1365 + tcp + adapt-sna + Network Software Associates + + + 1365 + udp + adapt-sna + Network Software Associates + + + 1366 + tcp + netware-csp + Novell NetWare Comm Service Platform + + + 1366 + udp + netware-csp + Novell NetWare Comm Service Platform + + + 1367 + tcp + dcs + DCS + + + 1367 + udp + dcs + DCS + + + 1368 + tcp + screencast + ScreenCast + + + 1368 + udp + screencast + ScreenCast + + + 1369 + tcp + gv-us + GlobalView to Unix Shell + + + 1369 + udp + gv-us + GlobalView to Unix Shell + + + 1370 + tcp + us-gv + Unix Shell to GlobalView + + + 1370 + udp + us-gv + Unix Shell to GlobalView + + + 1371 + tcp + fc-cli + Fujitsu Config Protocol + + + 1371 + udp + fc-cli + Fujitsu Config Protocol + + + 1372 + tcp + fc-ser + Fujitsu Config Protocol + + + 1372 + udp + fc-ser + Fujitsu Config Protocol + + + 1373 + tcp + chromagrafx + Chromagrafx + + + 1373 + udp + chromagrafx + Chromagrafx + + + 1374 + tcp + molly + EPI Software Systems + + + 1374 + udp + molly + EPI Software Systems + + + 1375 + tcp + bytex + Bytex + + + 1375 + udp + bytex + Bytex + + + 1376 + tcp + ibm-pps + IBM Person to Person Software + + + 1376 + udp + ibm-pps + IBM Person to Person Software + + + 1377 + tcp + cichlid + Cichlid License Manager + + + 1377 + udp + cichlid + Cichlid License Manager + + + 1378 + tcp + elan + Elan License Manager + + + 1378 + udp + elan + Elan License Manager + + + 1379 + tcp + dbreporter + Integrity Solutions + + + 1379 + udp + dbreporter + Integrity Solutions + + + 1380 + tcp + telesis-licman + Telesis Network License Manager + + + 1380 + udp + telesis-licman + Telesis Network License Manager + + + 1381 + tcp + apple-licman + Apple Network License Manager + + + 1381 + udp + apple-licman + Apple Network License Manager + + + 1382 + tcp + udt-os + System.Xml.XmlElement + + + 1382 + tcp + udt_os + udt_os + + + 1382 + udp + udt-os + System.Xml.XmlElement + + + 1382 + udp + udt_os + udt_os + + + 1383 + tcp + gwha + GW Hannaway Network License Manager + + + 1383 + udp + gwha + GW Hannaway Network License Manager + + + 1384 + tcp + os-licman + Objective Solutions License Manager + + + 1384 + udp + os-licman + Objective Solutions License Manager + + + 1385 + tcp + atex-elmd + System.Xml.XmlElement + + + 1385 + tcp + atex_elmd + Atex Publishing License Manager + + + 1385 + udp + atex-elmd + System.Xml.XmlElement + + + 1385 + udp + atex_elmd + Atex Publishing License Manager + + + 1386 + tcp + checksum + CheckSum License Manager + + + 1386 + udp + checksum + CheckSum License Manager + + + 1387 + tcp + cadsi-lm + Computer Aided Design Software Inc LM + + + 1387 + udp + cadsi-lm + Computer Aided Design Software Inc LM + + + 1388 + tcp + objective-dbc + Objective Solutions DataBase Cache + + + 1388 + udp + objective-dbc + Objective Solutions DataBase Cache + + + 1389 + tcp + iclpv-dm + Document Manager + + + 1389 + udp + iclpv-dm + Document Manager + + + 1390 + tcp + iclpv-sc + Storage Controller + + + 1390 + udp + iclpv-sc + Storage Controller + + + 1391 + tcp + iclpv-sas + Storage Access Server + + + 1391 + udp + iclpv-sas + Storage Access Server + + + 1392 + tcp + iclpv-pm + Print Manager + + + 1392 + udp + iclpv-pm + Print Manager + + + 1393 + tcp + iclpv-nls + Network Log Server + + + 1393 + udp + iclpv-nls + Network Log Server + + + 1394 + tcp + iclpv-nlc + Network Log Client + + + 1394 + udp + iclpv-nlc + Network Log Client + + + 1395 + tcp + iclpv-wsm + PC Workstation Manager software + + + 1395 + udp + iclpv-wsm + PC Workstation Manager software + + + 1396 + tcp + dvl-activemail + DVL Active Mail + + + 1396 + udp + dvl-activemail + DVL Active Mail + + + 1397 + tcp + audio-activmail + Audio Active Mail + + + 1397 + udp + audio-activmail + Audio Active Mail + + + 1398 + tcp + video-activmail + Video Active Mail + + + 1398 + udp + video-activmail + Video Active Mail + + + 1399 + tcp + cadkey-licman + Cadkey License Manager + + + 1399 + udp + cadkey-licman + Cadkey License Manager + + + 1400 + tcp + cadkey-tablet + Cadkey Tablet Daemon + + + 1400 + udp + cadkey-tablet + Cadkey Tablet Daemon + + + 1401 + tcp + goldleaf-licman + Goldleaf License Manager + + + 1401 + udp + goldleaf-licman + Goldleaf License Manager + + + 1402 + tcp + prm-sm-np + Prospero Resource Manager + + + 1402 + udp + prm-sm-np + Prospero Resource Manager + + + 1403 + tcp + prm-nm-np + Prospero Resource Manager + + + 1403 + udp + prm-nm-np + Prospero Resource Manager + + + 1404 + tcp + igi-lm + Infinite Graphics License Manager + + + 1404 + udp + igi-lm + Infinite Graphics License Manager + + + 1405 + tcp + ibm-res + IBM Remote Execution Starter + + + 1405 + udp + ibm-res + IBM Remote Execution Starter + + + 1406 + tcp + netlabs-lm + NetLabs License Manager + + + 1406 + udp + netlabs-lm + NetLabs License Manager + + + 1407 + tcp + tibet-server + TIBET Data Server + + + 1407 + udp + record + Reserved + + + 1408 + tcp + sophia-lm + Sophia License Manager + + + 1408 + udp + sophia-lm + Sophia License Manager + + + 1409 + tcp + here-lm + Here License Manager + + + 1409 + udp + here-lm + Here License Manager + + + 1410 + tcp + hiq + HiQ License Manager + + + 1410 + udp + hiq + HiQ License Manager + + + 1411 + tcp + af + AudioFile + + + 1411 + udp + af + AudioFile + + + 1412 + tcp + innosys + InnoSys + + + 1412 + udp + innosys + InnoSys + + + 1413 + tcp + innosys-acl + Innosys-ACL + + + 1413 + udp + innosys-acl + Innosys-ACL + + + 1414 + tcp + ibm-mqseries + IBM MQSeries + + + 1414 + udp + ibm-mqseries + IBM MQSeries + + + 1415 + tcp + dbstar + DBStar + + + 1415 + udp + dbstar + DBStar + + + 1416 + tcp + novell-lu6-2 + System.Xml.XmlElement + + + 1416 + tcp + novell-lu6.2 + Novell LU6.2 + + + 1416 + udp + novell-lu6-2 + System.Xml.XmlElement + + + 1416 + udp + novell-lu6.2 + Novell LU6.2 + + + 1417 + tcp + timbuktu-srv1 + Timbuktu Service 1 Port + + + 1417 + udp + timbuktu-srv1 + Timbuktu Service 1 Port + + + 1418 + tcp + timbuktu-srv2 + Timbuktu Service 2 Port + + + 1418 + udp + timbuktu-srv2 + Timbuktu Service 2 Port + + + 1419 + tcp + timbuktu-srv3 + Timbuktu Service 3 Port + + + 1419 + udp + timbuktu-srv3 + Timbuktu Service 3 Port + + + 1420 + tcp + timbuktu-srv4 + Timbuktu Service 4 Port + + + 1420 + udp + timbuktu-srv4 + Timbuktu Service 4 Port + + + 1421 + tcp + gandalf-lm + Gandalf License Manager + + + 1421 + udp + gandalf-lm + Gandalf License Manager + + + 1422 + tcp + autodesk-lm + Autodesk License Manager + + + 1422 + udp + autodesk-lm + Autodesk License Manager + + + 1423 + tcp + essbase + Essbase Arbor Software + + + 1423 + udp + essbase + Essbase Arbor Software + + + 1424 + tcp + hybrid + Hybrid Encryption Protocol + + + 1424 + udp + hybrid + Hybrid Encryption Protocol + + + 1425 + tcp + zion-lm + Zion Software License Manager + + + 1425 + udp + zion-lm + Zion Software License Manager + + + 1426 + tcp + sais + Satellite-data Acquisition System 1 + + + 1426 + udp + sais + Satellite-data Acquisition System 1 + + + 1427 + tcp + mloadd + mloadd monitoring tool + + + 1427 + udp + mloadd + mloadd monitoring tool + + + 1428 + tcp + informatik-lm + Informatik License Manager + + + 1428 + udp + informatik-lm + Informatik License Manager + + + 1429 + tcp + nms + Hypercom NMS + + + 1429 + udp + nms + Hypercom NMS + + + 1430 + tcp + tpdu + Hypercom TPDU + + + 1430 + udp + tpdu + Hypercom TPDU + + + 1431 + tcp + rgtp + Reverse Gossip Transport + + + 1431 + udp + rgtp + Reverse Gossip Transport + + + 1432 + tcp + blueberry-lm + Blueberry Software License Manager + + + 1432 + udp + blueberry-lm + Blueberry Software License Manager + + + 1433 + tcp + ms-sql-s + Microsoft-SQL-Server + + + 1433 + udp + ms-sql-s + Microsoft-SQL-Server + + + 1434 + tcp + ms-sql-m + Microsoft-SQL-Monitor + + + 1434 + udp + ms-sql-m + Microsoft-SQL-Monitor + + + 1435 + tcp + ibm-cics + IBM CICS + + + 1435 + udp + ibm-cics + IBM CICS + + + 1436 + tcp + saism + Satellite-data Acquisition System 2 + + + 1436 + udp + saism + Satellite-data Acquisition System 2 + + + 1437 + tcp + tabula + Tabula + + + 1437 + udp + tabula + Tabula + + + 1438 + tcp + eicon-server + Eicon Security Agent/Server + + + 1438 + udp + eicon-server + Eicon Security Agent/Server + + + 1439 + tcp + eicon-x25 + Eicon X25/SNA Gateway + + + 1439 + udp + eicon-x25 + Eicon X25/SNA Gateway + + + 1440 + tcp + eicon-slp + Eicon Service Location Protocol + + + 1440 + udp + eicon-slp + Eicon Service Location Protocol + + + 1441 + tcp + cadis-1 + Cadis License Management + + + 1441 + udp + cadis-1 + Cadis License Management + + + 1442 + tcp + cadis-2 + Cadis License Management + + + 1442 + udp + cadis-2 + Cadis License Management + + + 1443 + tcp + ies-lm + Integrated Engineering Software + + + 1443 + udp + ies-lm + Integrated Engineering Software + + + 1444 + tcp + marcam-lm + Marcam License Management + + + 1444 + udp + marcam-lm + Marcam License Management + + + 1445 + tcp + proxima-lm + Proxima License Manager + + + 1445 + udp + proxima-lm + Proxima License Manager + + + 1446 + tcp + ora-lm + Optical Research Associates License Manager + + + 1446 + udp + ora-lm + Optical Research Associates License Manager + + + 1447 + tcp + apri-lm + Applied Parallel Research LM + + + 1447 + udp + apri-lm + Applied Parallel Research LM + + + 1448 + tcp + oc-lm + OpenConnect License Manager + + + 1448 + udp + oc-lm + OpenConnect License Manager + + + 1449 + tcp + peport + PEport + + + 1449 + udp + peport + PEport + + + 1450 + tcp + dwf + Tandem Distributed Workbench Facility + + + 1450 + udp + dwf + Tandem Distributed Workbench Facility + + + 1451 + tcp + infoman + IBM Information Management + + + 1451 + udp + infoman + IBM Information Management + + + 1452 + tcp + gtegsc-lm + GTE Government Systems License Man + + + 1452 + udp + gtegsc-lm + GTE Government Systems License Man + + + 1453 + tcp + genie-lm + Genie License Manager + + + 1453 + udp + genie-lm + Genie License Manager + + + 1454 + tcp + interhdl-elmd + System.Xml.XmlElement + + + 1454 + tcp + interhdl_elmd + interHDL License Manager + + + 1454 + udp + interhdl-elmd + System.Xml.XmlElement + + + 1454 + udp + interhdl_elmd + interHDL License Manager + + + 1455 + tcp + esl-lm + ESL License Manager + + + 1455 + udp + esl-lm + ESL License Manager + + + 1456 + tcp + dca + DCA + + + 1456 + udp + dca + DCA + + + 1457 + tcp + valisys-lm + Valisys License Manager + + + 1457 + udp + valisys-lm + Valisys License Manager + + + 1458 + tcp + nrcabq-lm + Nichols Research Corp. + + + 1458 + udp + nrcabq-lm + Nichols Research Corp. + + + 1459 + tcp + proshare1 + Proshare Notebook Application + + + 1459 + udp + proshare1 + Proshare Notebook Application + + + 1460 + tcp + proshare2 + Proshare Notebook Application + + + 1460 + udp + proshare2 + Proshare Notebook Application + + + 1461 + tcp + ibm-wrless-lan + System.Xml.XmlElement + + + 1461 + tcp + ibm_wrless_lan + IBM Wireless LAN + + + 1461 + udp + ibm-wrless-lan + System.Xml.XmlElement + + + 1461 + udp + ibm_wrless_lan + IBM Wireless LAN + + + 1462 + tcp + world-lm + World License Manager + + + 1462 + udp + world-lm + World License Manager + + + 1463 + tcp + nucleus + Nucleus + + + 1463 + udp + nucleus + Nucleus + + + 1464 + tcp + msl-lmd + System.Xml.XmlElement + + + 1464 + tcp + msl_lmd + MSL License Manager + + + 1464 + udp + msl-lmd + System.Xml.XmlElement + + + 1464 + udp + msl_lmd + MSL License Manager + + + 1465 + tcp + pipes + Pipes Platform + + + 1465 + udp + pipes + Pipes Platform + + + 1466 + tcp + oceansoft-lm + Ocean Software License Manager + + + 1466 + udp + oceansoft-lm + Ocean Software License Manager + + + 1467 + tcp + csdmbase + CSDMBASE + + + 1467 + udp + csdmbase + CSDMBASE + + + 1468 + tcp + csdm + CSDM + + + 1468 + udp + csdm + CSDM + + + 1469 + tcp + aal-lm + Active Analysis Limited License Manager + + + 1469 + udp + aal-lm + Active Analysis Limited License Manager + + + 1470 + tcp + uaiact + Universal Analytics + + + 1470 + udp + uaiact + Universal Analytics + + + 1471 + tcp + csdmbase + csdmbase + + + 1471 + udp + csdmbase + csdmbase + + + 1472 + tcp + csdm + csdm + + + 1472 + udp + csdm + csdm + + + 1473 + tcp + openmath + OpenMath + + + 1473 + udp + openmath + OpenMath + + + 1474 + tcp + telefinder + Telefinder + + + 1474 + udp + telefinder + Telefinder + + + 1475 + tcp + taligent-lm + Taligent License Manager + + + 1475 + udp + taligent-lm + Taligent License Manager + + + 1476 + tcp + clvm-cfg + clvm-cfg + + + 1476 + udp + clvm-cfg + clvm-cfg + + + 1477 + tcp + ms-sna-server + ms-sna-server + + + 1477 + udp + ms-sna-server + ms-sna-server + + + 1478 + tcp + ms-sna-base + ms-sna-base + + + 1478 + udp + ms-sna-base + ms-sna-base + + + 1479 + tcp + dberegister + dberegister + + + 1479 + udp + dberegister + dberegister + + + 1480 + tcp + pacerforum + PacerForum + + + 1480 + udp + pacerforum + PacerForum + + + 1481 + tcp + airs + AIRS + + + 1481 + udp + airs + AIRS + + + 1482 + tcp + miteksys-lm + Miteksys License Manager + + + 1482 + udp + miteksys-lm + Miteksys License Manager + + + 1483 + tcp + afs + AFS License Manager + + + 1483 + udp + afs + AFS License Manager + + + 1484 + tcp + confluent + Confluent License Manager + + + 1484 + udp + confluent + Confluent License Manager + + + 1485 + tcp + lansource + LANSource + + + 1485 + udp + lansource + LANSource + + + 1486 + tcp + nms-topo-serv + System.Xml.XmlElement + + + 1486 + tcp + nms_topo_serv + nms_topo_serv + + + 1486 + udp + nms-topo-serv + System.Xml.XmlElement + + + 1486 + udp + nms_topo_serv + nms_topo_serv + + + 1487 + tcp + localinfosrvr + LocalInfoSrvr + + + 1487 + udp + localinfosrvr + LocalInfoSrvr + + + 1488 + tcp + docstor + DocStor + + + 1488 + udp + docstor + DocStor + + + 1489 + tcp + dmdocbroker + dmdocbroker + + + 1489 + udp + dmdocbroker + dmdocbroker + + + 1490 + tcp + insitu-conf + insitu-conf + + + 1490 + udp + insitu-conf + insitu-conf + + + 1492 + tcp + stone-design-1 + stone-design-1 + + + 1492 + udp + stone-design-1 + stone-design-1 + + + 1493 + tcp + netmap-lm + System.Xml.XmlElement + + + 1493 + tcp + netmap_lm + netmap_lm + + + 1493 + udp + netmap-lm + System.Xml.XmlElement + + + 1493 + udp + netmap_lm + netmap_lm + + + 1494 + tcp + ica + ica + + + 1494 + udp + ica + ica + + + 1495 + tcp + cvc + cvc + + + 1495 + udp + cvc + cvc + + + 1496 + tcp + liberty-lm + liberty-lm + + + 1496 + udp + liberty-lm + liberty-lm + + + 1497 + tcp + rfx-lm + rfx-lm + + + 1497 + udp + rfx-lm + rfx-lm + + + 1498 + tcp + sybase-sqlany + Sybase SQL Any + + + 1498 + udp + sybase-sqlany + Sybase SQL Any + + + 1499 + tcp + fhc + Federico Heinz Consultora + + + 1499 + udp + fhc + Federico Heinz Consultora + + + 1500 + tcp + vlsi-lm + VLSI License Manager + + + 1500 + udp + vlsi-lm + VLSI License Manager + + + 1501 + tcp + saiscm + Satellite-data Acquisition System 3 + + + 1501 + udp + saiscm + Satellite-data Acquisition System 3 + + + 1502 + tcp + shivadiscovery + Shiva + + + 1502 + udp + shivadiscovery + Shiva + + + 1503 + tcp + imtc-mcs + Databeam + + + 1503 + udp + imtc-mcs + Databeam + + + 1504 + tcp + evb-elm + EVB Software Engineering License Manager + + + 1504 + udp + evb-elm + EVB Software Engineering License Manager + + + 1505 + tcp + funkproxy + Funk Software, Inc. + + + 1505 + udp + funkproxy + Funk Software, Inc. + + + 1506 + tcp + utcd + Universal Time daemon (utcd) + + + 1506 + udp + utcd + Universal Time daemon (utcd) + + + 1507 + tcp + symplex + symplex + + + 1507 + udp + symplex + symplex + + + 1508 + tcp + diagmond + diagmond + + + 1508 + udp + diagmond + diagmond + + + 1509 + tcp + robcad-lm + Robcad, Ltd. License Manager + + + 1509 + udp + robcad-lm + Robcad, Ltd. License Manager + + + 1510 + tcp + mvx-lm + Midland Valley Exploration Ltd. Lic. Man. + + + 1510 + udp + mvx-lm + Midland Valley Exploration Ltd. Lic. Man. + + + 1511 + tcp + 3l-l1 + 3l-l1 + + + 1511 + udp + 3l-l1 + 3l-l1 + + + 1512 + tcp + wins + Microsoft's Windows Internet Name Service + + + 1512 + udp + wins + Microsoft's Windows Internet Name Service + + + 1513 + tcp + fujitsu-dtc + Fujitsu Systems Business of America, Inc + + + 1513 + udp + fujitsu-dtc + Fujitsu Systems Business of America, Inc + + + 1514 + tcp + fujitsu-dtcns + Fujitsu Systems Business of America, Inc + + + 1514 + udp + fujitsu-dtcns + Fujitsu Systems Business of America, Inc + + + 1515 + tcp + ifor-protocol + ifor-protocol + + + 1515 + udp + ifor-protocol + ifor-protocol + + + 1516 + tcp + vpad + Virtual Places Audio data + + + 1516 + udp + vpad + Virtual Places Audio data + + + 1517 + tcp + vpac + Virtual Places Audio control + + + 1517 + udp + vpac + Virtual Places Audio control + + + 1518 + tcp + vpvd + Virtual Places Video data + + + 1518 + udp + vpvd + Virtual Places Video data + + + 1519 + tcp + vpvc + Virtual Places Video control + + + 1519 + udp + vpvc + Virtual Places Video control + + + 1520 + tcp + atm-zip-office + atm zip office + + + 1520 + udp + atm-zip-office + atm zip office + + + 1521 + tcp + ncube-lm + nCube License Manager + + + 1521 + udp + ncube-lm + nCube License Manager + + + 1522 + tcp + ricardo-lm + Ricardo North America License Manager + + + 1522 + udp + ricardo-lm + Ricardo North America License Manager + + + 1523 + tcp + cichild-lm + cichild + + + 1523 + udp + cichild-lm + cichild + + + 1524 + tcp + ingreslock + ingres + + + 1524 + udp + ingreslock + ingres + + + 1525 + tcp + orasrv + oracle + + + 1525 + udp + orasrv + oracle + + + 1525 + tcp + prospero-np + Prospero Directory Service non-priv + + + 1525 + udp + prospero-np + Prospero Directory Service non-priv + + + 1526 + tcp + pdap-np + Prospero Data Access Prot non-priv + + + 1526 + udp + pdap-np + Prospero Data Access Prot non-priv + + + 1527 + tcp + tlisrv + oracle + + + 1527 + udp + tlisrv + oracle + + + 1528 + tcp + norp + Not Only a Routeing Protocol + + + 1528 + udp + norp + Not Only a Routeing Protocol + + + 1528 + sctp + norp + Not Only a Routeing Protocol + + + 1529 + tcp + coauthor + oracle + + + 1529 + udp + coauthor + oracle + + + 1530 + tcp + rap-service + rap-service + + + 1530 + udp + rap-service + rap-service + + + 1531 + tcp + rap-listen + rap-listen + + + 1531 + udp + rap-listen + rap-listen + + + 1532 + tcp + miroconnect + miroconnect + + + 1532 + udp + miroconnect + miroconnect + + + 1533 + tcp + virtual-places + Virtual Places Software + + + 1533 + udp + virtual-places + Virtual Places Software + + + 1534 + tcp + micromuse-lm + micromuse-lm + + + 1534 + udp + micromuse-lm + micromuse-lm + + + 1535 + tcp + ampr-info + ampr-info + + + 1535 + udp + ampr-info + ampr-info + + + 1536 + tcp + ampr-inter + ampr-inter + + + 1536 + udp + ampr-inter + ampr-inter + + + 1537 + tcp + sdsc-lm + isi-lm + + + 1537 + udp + sdsc-lm + isi-lm + + + 1538 + tcp + 3ds-lm + 3ds-lm + + + 1538 + udp + 3ds-lm + 3ds-lm + + + 1539 + tcp + intellistor-lm + Intellistor License Manager + + + 1539 + udp + intellistor-lm + Intellistor License Manager + + + 1540 + tcp + rds + rds + + + 1540 + udp + rds + rds + + + 1541 + tcp + rds2 + rds2 + + + 1541 + udp + rds2 + rds2 + + + 1542 + tcp + gridgen-elmd + gridgen-elmd + + + 1542 + udp + gridgen-elmd + gridgen-elmd + + + 1543 + tcp + simba-cs + simba-cs + + + 1543 + udp + simba-cs + simba-cs + + + 1544 + tcp + aspeclmd + aspeclmd + + + 1544 + udp + aspeclmd + aspeclmd + + + 1545 + tcp + vistium-share + vistium-share + + + 1545 + udp + vistium-share + vistium-share + + + 1546 + tcp + abbaccuray + abbaccuray + + + 1546 + udp + abbaccuray + abbaccuray + + + 1547 + tcp + laplink + laplink + + + 1547 + udp + laplink + laplink + + + 1548 + tcp + axon-lm + Axon License Manager + + + 1548 + udp + axon-lm + Axon License Manager + + + 1549 + tcp + shivahose + Shiva Hose + + + 1549 + udp + shivasound + Shiva Sound + + + 1550 + tcp + 3m-image-lm + Image Storage license manager 3M Company + + + 1550 + udp + 3m-image-lm + Image Storage license manager 3M Company + + + 1551 + tcp + hecmtl-db + HECMTL-DB + + + 1551 + udp + hecmtl-db + HECMTL-DB + + + 1552 + tcp + pciarray + pciarray + + + 1552 + udp + pciarray + pciarray + + + 1553 + tcp + sna-cs + sna-cs + + + 1553 + udp + sna-cs + sna-cs + + + 1554 + tcp + caci-lm + CACI Products Company License Manager + + + 1554 + udp + caci-lm + CACI Products Company License Manager + + + 1555 + tcp + livelan + livelan + + + 1555 + udp + livelan + livelan + + + 1556 + tcp + veritas-pbx + System.Xml.XmlElement + + + 1556 + tcp + veritas_pbx + VERITAS Private Branch Exchange + + + 1556 + udp + veritas-pbx + System.Xml.XmlElement + + + 1556 + udp + veritas_pbx + VERITAS Private Branch Exchange + + + 1557 + tcp + arbortext-lm + ArborText License Manager + + + 1557 + udp + arbortext-lm + ArborText License Manager + + + 1558 + tcp + xingmpeg + xingmpeg + + + 1558 + udp + xingmpeg + xingmpeg + + + 1559 + tcp + web2host + web2host + + + 1559 + udp + web2host + web2host + + + 1560 + tcp + asci-val + ASCI-RemoteSHADOW + + + 1560 + udp + asci-val + ASCI-RemoteSHADOW + + + 1561 + tcp + facilityview + facilityview + + + 1561 + udp + facilityview + facilityview + + + 1562 + tcp + pconnectmgr + pconnectmgr + + + 1562 + udp + pconnectmgr + pconnectmgr + + + 1563 + tcp + cadabra-lm + Cadabra License Manager + + + 1563 + udp + cadabra-lm + Cadabra License Manager + + + 1564 + tcp + pay-per-view + Pay-Per-View + + + 1564 + udp + pay-per-view + Pay-Per-View + + + 1565 + tcp + winddlb + WinDD + + + 1565 + udp + winddlb + WinDD + + + 1566 + tcp + corelvideo + CORELVIDEO + + + 1566 + udp + corelvideo + CORELVIDEO + + + 1567 + tcp + jlicelmd + jlicelmd + + + 1567 + udp + jlicelmd + jlicelmd + + + 1568 + tcp + tsspmap + tsspmap + + + 1568 + udp + tsspmap + tsspmap + + + 1569 + tcp + ets + ets + + + 1569 + udp + ets + ets + + + 1570 + tcp + orbixd + orbixd + + + 1570 + udp + orbixd + orbixd + + + 1571 + tcp + rdb-dbs-disp + Oracle Remote Data Base + + + 1571 + udp + rdb-dbs-disp + Oracle Remote Data Base + + + 1572 + tcp + chip-lm + Chipcom License Manager + + + 1572 + udp + chip-lm + Chipcom License Manager + + + 1573 + tcp + itscomm-ns + itscomm-ns + + + 1573 + udp + itscomm-ns + itscomm-ns + + + 1574 + tcp + mvel-lm + mvel-lm + + + 1574 + udp + mvel-lm + mvel-lm + + + 1575 + tcp + oraclenames + oraclenames + + + 1575 + udp + oraclenames + oraclenames + + + 1576 + tcp + moldflow-lm + Moldflow License Manager + + + 1576 + udp + moldflow-lm + Moldflow License Manager + + + 1577 + tcp + hypercube-lm + hypercube-lm + + + 1577 + udp + hypercube-lm + hypercube-lm + + + 1578 + tcp + jacobus-lm + Jacobus License Manager + + + 1578 + udp + jacobus-lm + Jacobus License Manager + + + 1579 + tcp + ioc-sea-lm + ioc-sea-lm + + + 1579 + udp + ioc-sea-lm + ioc-sea-lm + + + 1580 + tcp + tn-tl-r1 + tn-tl-r1 + + + 1580 + udp + tn-tl-r2 + tn-tl-r2 + + + 1581 + tcp + mil-2045-47001 + MIL-2045-47001 + + + 1581 + udp + mil-2045-47001 + MIL-2045-47001 + + + 1582 + tcp + msims + MSIMS + + + 1582 + udp + msims + MSIMS + + + 1583 + tcp + simbaexpress + simbaexpress + + + 1583 + udp + simbaexpress + simbaexpress + + + 1584 + tcp + tn-tl-fd2 + tn-tl-fd2 + + + 1584 + udp + tn-tl-fd2 + tn-tl-fd2 + + + 1585 + tcp + intv + intv + + + 1585 + udp + intv + intv + + + 1586 + tcp + ibm-abtact + ibm-abtact + + + 1586 + udp + ibm-abtact + ibm-abtact + + + 1587 + tcp + pra-elmd + System.Xml.XmlElement + + + 1587 + tcp + pra_elmd + pra_elmd + + + 1587 + udp + pra-elmd + System.Xml.XmlElement + + + 1587 + udp + pra_elmd + pra_elmd + + + 1588 + tcp + triquest-lm + triquest-lm + + + 1588 + udp + triquest-lm + triquest-lm + + + 1589 + tcp + vqp + VQP + + + 1589 + udp + vqp + VQP + + + 1590 + tcp + gemini-lm + gemini-lm + + + 1590 + udp + gemini-lm + gemini-lm + + + 1591 + tcp + ncpm-pm + ncpm-pm + + + 1591 + udp + ncpm-pm + ncpm-pm + + + 1592 + tcp + commonspace + commonspace + + + 1592 + udp + commonspace + commonspace + + + 1593 + tcp + mainsoft-lm + mainsoft-lm + + + 1593 + udp + mainsoft-lm + mainsoft-lm + + + 1594 + tcp + sixtrak + sixtrak + + + 1594 + udp + sixtrak + sixtrak + + + 1595 + tcp + radio + radio + + + 1595 + udp + radio + radio + + + 1596 + tcp + radio-sm + radio-sm + + + 1596 + udp + radio-bc + radio-bc + + + 1597 + tcp + orbplus-iiop + orbplus-iiop + + + 1597 + udp + orbplus-iiop + orbplus-iiop + + + 1598 + tcp + picknfs + picknfs + + + 1598 + udp + picknfs + picknfs + + + 1599 + tcp + simbaservices + simbaservices + + + 1599 + udp + simbaservices + simbaservices + + + 1600 + tcp + issd + issd + + + 1600 + udp + issd + issd + + + 1601 + tcp + aas + aas + + + 1601 + udp + aas + aas + + + 1602 + tcp + inspect + inspect + + + 1602 + udp + inspect + inspect + + + 1603 + tcp + picodbc + pickodbc + + + 1603 + udp + picodbc + pickodbc + + + 1604 + tcp + icabrowser + icabrowser + + + 1604 + udp + icabrowser + icabrowser + + + 1605 + tcp + slp + Salutation Manager (Salutation Protocol) + + + 1605 + udp + slp + Salutation Manager (Salutation Protocol) + + + 1606 + tcp + slm-api + Salutation Manager (SLM-API) + + + 1606 + udp + slm-api + Salutation Manager (SLM-API) + + + 1607 + tcp + stt + stt + + + 1607 + udp + stt + stt + + + 1608 + tcp + smart-lm + Smart Corp. License Manager + + + 1608 + udp + smart-lm + Smart Corp. License Manager + + + 1609 + tcp + isysg-lm + isysg-lm + + + 1609 + udp + isysg-lm + isysg-lm + + + 1610 + tcp + taurus-wh + taurus-wh + + + 1610 + udp + taurus-wh + taurus-wh + + + 1611 + tcp + ill + Inter Library Loan + + + 1611 + udp + ill + Inter Library Loan + + + 1612 + tcp + netbill-trans + NetBill Transaction Server + + + 1612 + udp + netbill-trans + NetBill Transaction Server + + + 1613 + tcp + netbill-keyrep + NetBill Key Repository + + + 1613 + udp + netbill-keyrep + NetBill Key Repository + + + 1614 + tcp + netbill-cred + NetBill Credential Server + + + 1614 + udp + netbill-cred + NetBill Credential Server + + + 1615 + tcp + netbill-auth + NetBill Authorization Server + + + 1615 + udp + netbill-auth + NetBill Authorization Server + + + 1616 + tcp + netbill-prod + NetBill Product Server + + + 1616 + udp + netbill-prod + NetBill Product Server + + + 1617 + tcp + nimrod-agent + Nimrod Inter-Agent Communication + + + 1617 + udp + nimrod-agent + Nimrod Inter-Agent Communication + + + 1618 + tcp + skytelnet + skytelnet + + + 1618 + udp + skytelnet + skytelnet + + + 1619 + tcp + xs-openstorage + xs-openstorage + + + 1619 + udp + xs-openstorage + xs-openstorage + + + 1620 + tcp + faxportwinport + faxportwinport + + + 1620 + udp + faxportwinport + faxportwinport + + + 1621 + tcp + softdataphone + softdataphone + + + 1621 + udp + softdataphone + softdataphone + + + 1622 + tcp + ontime + ontime + + + 1622 + udp + ontime + ontime + + + 1623 + tcp + jaleosnd + jaleosnd + + + 1623 + udp + jaleosnd + jaleosnd + + + 1624 + tcp + udp-sr-port + udp-sr-port + + + 1624 + udp + udp-sr-port + udp-sr-port + + + 1625 + tcp + svs-omagent + svs-omagent + + + 1625 + udp + svs-omagent + svs-omagent + + + 1626 + tcp + shockwave + Shockwave + + + 1626 + udp + shockwave + Shockwave + + + 1627 + tcp + t128-gateway + T.128 Gateway + + + 1627 + udp + t128-gateway + T.128 Gateway + + + 1628 + tcp + lontalk-norm + LonTalk normal + + + 1628 + udp + lontalk-norm + LonTalk normal + + + 1629 + tcp + lontalk-urgnt + LonTalk urgent + + + 1629 + udp + lontalk-urgnt + LonTalk urgent + + + 1630 + tcp + oraclenet8cman + Oracle Net8 Cman + + + 1630 + udp + oraclenet8cman + Oracle Net8 Cman + + + 1631 + tcp + visitview + Visit view + + + 1631 + udp + visitview + Visit view + + + 1632 + tcp + pammratc + PAMMRATC + + + 1632 + udp + pammratc + PAMMRATC + + + 1633 + tcp + pammrpc + PAMMRPC + + + 1633 + udp + pammrpc + PAMMRPC + + + 1634 + tcp + loaprobe + Log On America Probe + + + 1634 + udp + loaprobe + Log On America Probe + + + 1635 + tcp + edb-server1 + EDB Server 1 + + + 1635 + udp + edb-server1 + EDB Server 1 + + + 1636 + tcp + isdc + ISP shared public data control + + + 1636 + udp + isdc + ISP shared public data control + + + 1637 + tcp + islc + ISP shared local data control + + + 1637 + udp + islc + ISP shared local data control + + + 1638 + tcp + ismc + ISP shared management control + + + 1638 + udp + ismc + ISP shared management control + + + 1639 + tcp + cert-initiator + cert-initiator + + + 1639 + udp + cert-initiator + cert-initiator + + + 1640 + tcp + cert-responder + cert-responder + + + 1640 + udp + cert-responder + cert-responder + + + 1641 + tcp + invision + InVision + + + 1641 + udp + invision + InVision + + + 1642 + tcp + isis-am + isis-am + + + 1642 + udp + isis-am + isis-am + + + 1643 + tcp + isis-ambc + isis-ambc + + + 1643 + udp + isis-ambc + isis-ambc + + + 1644 + tcp + saiseh + Satellite-data Acquisition System 4 + + + 1644 + udp + saiseh + Satellite-data Acquisition System 4 + + + 1645 + tcp + sightline + SightLine + + + 1645 + udp + sightline + SightLine + + + 1646 + tcp + sa-msg-port + sa-msg-port + + + 1646 + udp + sa-msg-port + sa-msg-port + + + 1647 + tcp + rsap + rsap + + + 1647 + udp + rsap + rsap + + + 1648 + tcp + concurrent-lm + concurrent-lm + + + 1648 + udp + concurrent-lm + concurrent-lm + + + 1649 + tcp + kermit + kermit + + + 1649 + udp + kermit + kermit + + + 1650 + tcp + nkd + nkdn + + + 1650 + udp + nkd + nkd + + + 1651 + tcp + shiva-confsrvr + System.Xml.XmlElement + + + 1651 + tcp + shiva_confsrvr + shiva_confsrvr + + + 1651 + udp + shiva-confsrvr + System.Xml.XmlElement + + + 1651 + udp + shiva_confsrvr + shiva_confsrvr + + + 1652 + tcp + xnmp + xnmp + + + 1652 + udp + xnmp + xnmp + + + 1653 + tcp + alphatech-lm + alphatech-lm + + + 1653 + udp + alphatech-lm + alphatech-lm + + + 1654 + tcp + stargatealerts + stargatealerts + + + 1654 + udp + stargatealerts + stargatealerts + + + 1655 + tcp + dec-mbadmin + dec-mbadmin + + + 1655 + udp + dec-mbadmin + dec-mbadmin + + + 1656 + tcp + dec-mbadmin-h + dec-mbadmin-h + + + 1656 + udp + dec-mbadmin-h + dec-mbadmin-h + + + 1657 + tcp + fujitsu-mmpdc + fujitsu-mmpdc + + + 1657 + udp + fujitsu-mmpdc + fujitsu-mmpdc + + + 1658 + tcp + sixnetudr + sixnetudr + + + 1658 + udp + sixnetudr + sixnetudr + + + 1659 + tcp + sg-lm + Silicon Grail License Manager + + + 1659 + udp + sg-lm + Silicon Grail License Manager + + + 1660 + tcp + skip-mc-gikreq + skip-mc-gikreq + + + 1660 + udp + skip-mc-gikreq + skip-mc-gikreq + + + 1661 + tcp + netview-aix-1 + netview-aix-1 + + + 1661 + udp + netview-aix-1 + netview-aix-1 + + + 1662 + tcp + netview-aix-2 + netview-aix-2 + + + 1662 + udp + netview-aix-2 + netview-aix-2 + + + 1663 + tcp + netview-aix-3 + netview-aix-3 + + + 1663 + udp + netview-aix-3 + netview-aix-3 + + + 1664 + tcp + netview-aix-4 + netview-aix-4 + + + 1664 + udp + netview-aix-4 + netview-aix-4 + + + 1665 + tcp + netview-aix-5 + netview-aix-5 + + + 1665 + udp + netview-aix-5 + netview-aix-5 + + + 1666 + tcp + netview-aix-6 + netview-aix-6 + + + 1666 + udp + netview-aix-6 + netview-aix-6 + + + 1667 + tcp + netview-aix-7 + netview-aix-7 + + + 1667 + udp + netview-aix-7 + netview-aix-7 + + + 1668 + tcp + netview-aix-8 + netview-aix-8 + + + 1668 + udp + netview-aix-8 + netview-aix-8 + + + 1669 + tcp + netview-aix-9 + netview-aix-9 + + + 1669 + udp + netview-aix-9 + netview-aix-9 + + + 1670 + tcp + netview-aix-10 + netview-aix-10 + + + 1670 + udp + netview-aix-10 + netview-aix-10 + + + 1671 + tcp + netview-aix-11 + netview-aix-11 + + + 1671 + udp + netview-aix-11 + netview-aix-11 + + + 1672 + tcp + netview-aix-12 + netview-aix-12 + + + 1672 + udp + netview-aix-12 + netview-aix-12 + + + 1673 + tcp + proshare-mc-1 + Intel Proshare Multicast + + + 1673 + udp + proshare-mc-1 + Intel Proshare Multicast + + + 1674 + tcp + proshare-mc-2 + Intel Proshare Multicast + + + 1674 + udp + proshare-mc-2 + Intel Proshare Multicast + + + 1675 + tcp + pdp + Pacific Data Products + + + 1675 + udp + pdp + Pacific Data Products + + + 1676 + tcp + netcomm1 + netcomm1 + + + 1676 + udp + netcomm2 + netcomm2 + + + 1677 + tcp + groupwise + groupwise + + + 1677 + udp + groupwise + groupwise + + + 1678 + tcp + prolink + prolink + + + 1678 + udp + prolink + prolink + + + 1679 + tcp + darcorp-lm + darcorp-lm + + + 1679 + udp + darcorp-lm + darcorp-lm + + + 1680 + tcp + microcom-sbp + microcom-sbp + + + 1680 + udp + microcom-sbp + microcom-sbp + + + 1681 + tcp + sd-elmd + sd-elmd + + + 1681 + udp + sd-elmd + sd-elmd + + + 1682 + tcp + lanyon-lantern + lanyon-lantern + + + 1682 + udp + lanyon-lantern + lanyon-lantern + + + 1683 + tcp + ncpm-hip + ncpm-hip + + + 1683 + udp + ncpm-hip + ncpm-hip + + + 1684 + tcp + snaresecure + SnareSecure + + + 1684 + udp + snaresecure + SnareSecure + + + 1685 + tcp + n2nremote + n2nremote + + + 1685 + udp + n2nremote + n2nremote + + + 1686 + tcp + cvmon + cvmon + + + 1686 + udp + cvmon + cvmon + + + 1687 + tcp + nsjtp-ctrl + nsjtp-ctrl + + + 1687 + udp + nsjtp-ctrl + nsjtp-ctrl + + + 1688 + tcp + nsjtp-data + nsjtp-data + + + 1688 + udp + nsjtp-data + nsjtp-data + + + 1689 + tcp + firefox + firefox + + + 1689 + udp + firefox + firefox + + + 1690 + tcp + ng-umds + ng-umds + + + 1690 + udp + ng-umds + ng-umds + + + 1691 + tcp + empire-empuma + empire-empuma + + + 1691 + udp + empire-empuma + empire-empuma + + + 1692 + tcp + sstsys-lm + sstsys-lm + + + 1692 + udp + sstsys-lm + sstsys-lm + + + 1693 + tcp + rrirtr + rrirtr + + + 1693 + udp + rrirtr + rrirtr + + + 1694 + tcp + rrimwm + rrimwm + + + 1694 + udp + rrimwm + rrimwm + + + 1695 + tcp + rrilwm + rrilwm + + + 1695 + udp + rrilwm + rrilwm + + + 1696 + tcp + rrifmm + rrifmm + + + 1696 + udp + rrifmm + rrifmm + + + 1697 + tcp + rrisat + rrisat + + + 1697 + udp + rrisat + rrisat + + + 1698 + tcp + rsvp-encap-1 + RSVP-ENCAPSULATION-1 + + + 1698 + udp + rsvp-encap-1 + RSVP-ENCAPSULATION-1 + + + 1699 + tcp + rsvp-encap-2 + RSVP-ENCAPSULATION-2 + + + 1699 + udp + rsvp-encap-2 + RSVP-ENCAPSULATION-2 + + + 1700 + tcp + mps-raft + mps-raft + + + 1700 + udp + mps-raft + mps-raft + + + 1701 + tcp + l2f + l2f + + + 1701 + udp + l2f + l2f + + + 1701 + tcp + l2tp + l2tp + + + 1701 + udp + l2tp + l2tp + + + 1702 + tcp + deskshare + deskshare + + + 1702 + udp + deskshare + deskshare + + + 1703 + tcp + hb-engine + hb-engine + + + 1703 + udp + hb-engine + hb-engine + + + 1704 + tcp + bcs-broker + bcs-broker + + + 1704 + udp + bcs-broker + bcs-broker + + + 1705 + tcp + slingshot + slingshot + + + 1705 + udp + slingshot + slingshot + + + 1706 + tcp + jetform + jetform + + + 1706 + udp + jetform + jetform + + + 1707 + tcp + vdmplay + vdmplay + + + 1707 + udp + vdmplay + vdmplay + + + 1708 + tcp + gat-lmd + gat-lmd + + + 1708 + udp + gat-lmd + gat-lmd + + + 1709 + tcp + centra + centra + + + 1709 + udp + centra + centra + + + 1710 + tcp + impera + impera + + + 1710 + udp + impera + impera + + + 1711 + tcp + pptconference + pptconference + + + 1711 + udp + pptconference + pptconference + + + 1712 + tcp + registrar + resource monitoring service + + + 1712 + udp + registrar + resource monitoring service + + + 1713 + tcp + conferencetalk + ConferenceTalk + + + 1713 + udp + conferencetalk + ConferenceTalk + + + 1714 + tcp + sesi-lm + sesi-lm + + + 1714 + udp + sesi-lm + sesi-lm + + + 1715 + tcp + houdini-lm + houdini-lm + + + 1715 + udp + houdini-lm + houdini-lm + + + 1716 + tcp + xmsg + xmsg + + + 1716 + udp + xmsg + xmsg + + + 1717 + tcp + fj-hdnet + fj-hdnet + + + 1717 + udp + fj-hdnet + fj-hdnet + + + 1718 + tcp + h323gatedisc + H.323 Multicast Gatekeeper Discover + + + 1718 + udp + h323gatedisc + H.323 Multicast Gatekeeper Discover + + + 1719 + tcp + h323gatestat + H.323 Unicast Gatekeeper Signaling + + + 1719 + udp + h323gatestat + H.323 Unicast Gatekeeper Signaling + + + 1720 + tcp + h323hostcall + H.323 Call Control Signalling + + + 1720 + udp + h323hostcall + H.323 Call Control Signalling + + + 1720 + sctp + h323hostcall + H.323 Call Control + + + 1721 + tcp + caicci + caicci + + + 1721 + udp + caicci + caicci + + + 1722 + tcp + hks-lm + HKS License Manager + + + 1722 + udp + hks-lm + HKS License Manager + + + 1723 + tcp + pptp + pptp + + + 1723 + udp + pptp + pptp + + + 1724 + tcp + csbphonemaster + csbphonemaster + + + 1724 + udp + csbphonemaster + csbphonemaster + + + 1725 + tcp + iden-ralp + iden-ralp + + + 1725 + udp + iden-ralp + iden-ralp + + + 1726 + tcp + iberiagames + IBERIAGAMES + + + 1726 + udp + iberiagames + IBERIAGAMES + + + 1727 + tcp + winddx + winddx + + + 1727 + udp + winddx + winddx + + + 1728 + tcp + telindus + TELINDUS + + + 1728 + udp + telindus + TELINDUS + + + 1729 + tcp + citynl + CityNL License Management + + + 1729 + udp + citynl + CityNL License Management + + + 1730 + tcp + roketz + roketz + + + 1730 + udp + roketz + roketz + + + 1731 + tcp + msiccp + MSICCP + + + 1731 + udp + msiccp + MSICCP + + + 1732 + tcp + proxim + proxim + + + 1732 + udp + proxim + proxim + + + 1733 + tcp + siipat + SIMS - SIIPAT Protocol for Alarm Transmission + + + 1733 + udp + siipat + SIMS - SIIPAT Protocol for Alarm Transmission + + + 1734 + tcp + cambertx-lm + Camber Corporation License Management + + + 1734 + udp + cambertx-lm + Camber Corporation License Management + + + 1735 + tcp + privatechat + PrivateChat + + + 1735 + udp + privatechat + PrivateChat + + + 1736 + tcp + street-stream + street-stream + + + 1736 + udp + street-stream + street-stream + + + 1737 + tcp + ultimad + ultimad + + + 1737 + udp + ultimad + ultimad + + + 1738 + tcp + gamegen1 + GameGen1 + + + 1738 + udp + gamegen1 + GameGen1 + + + 1739 + tcp + webaccess + webaccess + + + 1739 + udp + webaccess + webaccess + + + 1740 + tcp + encore + encore + + + 1740 + udp + encore + encore + + + 1741 + tcp + cisco-net-mgmt + cisco-net-mgmt + + + 1741 + udp + cisco-net-mgmt + cisco-net-mgmt + + + 1742 + tcp + 3Com-nsd + 3Com-nsd + + + 1742 + udp + 3Com-nsd + 3Com-nsd + + + 1743 + tcp + cinegrfx-lm + Cinema Graphics License Manager + + + 1743 + udp + cinegrfx-lm + Cinema Graphics License Manager + + + 1744 + tcp + ncpm-ft + ncpm-ft + + + 1744 + udp + ncpm-ft + ncpm-ft + + + 1745 + tcp + remote-winsock + remote-winsock + + + 1745 + udp + remote-winsock + remote-winsock + + + 1746 + tcp + ftrapid-1 + ftrapid-1 + + + 1746 + udp + ftrapid-1 + ftrapid-1 + + + 1747 + tcp + ftrapid-2 + ftrapid-2 + + + 1747 + udp + ftrapid-2 + ftrapid-2 + + + 1748 + tcp + oracle-em1 + oracle-em1 + + + 1748 + udp + oracle-em1 + oracle-em1 + + + 1749 + tcp + aspen-services + aspen-services + + + 1749 + udp + aspen-services + aspen-services + + + 1750 + tcp + sslp + Simple Socket Library's PortMaster + + + 1750 + udp + sslp + Simple Socket Library's PortMaster + + + 1751 + tcp + swiftnet + SwiftNet + + + 1751 + udp + swiftnet + SwiftNet + + + 1752 + tcp + lofr-lm + Leap of Faith Research License Manager + + + 1752 + udp + lofr-lm + Leap of Faith Research License Manager + + + 1753 + tcp + predatar-comms + Predatar Comms Service + + + 1753 + udp + record + Reserved + + + 1754 + tcp + oracle-em2 + oracle-em2 + + + 1754 + udp + oracle-em2 + oracle-em2 + + + 1755 + tcp + ms-streaming + ms-streaming + + + 1755 + udp + ms-streaming + ms-streaming + + + 1756 + tcp + capfast-lmd + capfast-lmd + + + 1756 + udp + capfast-lmd + capfast-lmd + + + 1757 + tcp + cnhrp + cnhrp + + + 1757 + udp + cnhrp + cnhrp + + + 1758 + tcp + tftp-mcast + tftp-mcast + + + 1758 + udp + tftp-mcast + tftp-mcast + + + 1759 + tcp + spss-lm + SPSS License Manager + + + 1759 + udp + spss-lm + SPSS License Manager + + + 1760 + tcp + www-ldap-gw + www-ldap-gw + + + 1760 + udp + www-ldap-gw + www-ldap-gw + + + 1761 + tcp + cft-0 + cft-0 + + + 1761 + udp + cft-0 + cft-0 + + + 1762 + tcp + cft-1 + cft-1 + + + 1762 + udp + cft-1 + cft-1 + + + 1763 + tcp + cft-2 + cft-2 + + + 1763 + udp + cft-2 + cft-2 + + + 1764 + tcp + cft-3 + cft-3 + + + 1764 + udp + cft-3 + cft-3 + + + 1765 + tcp + cft-4 + cft-4 + + + 1765 + udp + cft-4 + cft-4 + + + 1766 + tcp + cft-5 + cft-5 + + + 1766 + udp + cft-5 + cft-5 + + + 1767 + tcp + cft-6 + cft-6 + + + 1767 + udp + cft-6 + cft-6 + + + 1768 + tcp + cft-7 + cft-7 + + + 1768 + udp + cft-7 + cft-7 + + + 1769 + tcp + bmc-net-adm + bmc-net-adm + + + 1769 + udp + bmc-net-adm + bmc-net-adm + + + 1770 + tcp + bmc-net-svc + bmc-net-svc + + + 1770 + udp + bmc-net-svc + bmc-net-svc + + + 1771 + tcp + vaultbase + vaultbase + + + 1771 + udp + vaultbase + vaultbase + + + 1772 + tcp + essweb-gw + EssWeb Gateway + + + 1772 + udp + essweb-gw + EssWeb Gateway + + + 1773 + tcp + kmscontrol + KMSControl + + + 1773 + udp + kmscontrol + KMSControl + + + 1774 + tcp + global-dtserv + global-dtserv + + + 1774 + udp + global-dtserv + global-dtserv + + + 1775 + tcp + vdab + data interchange between visual processing containers + + + 1775 + udp + record + Reserved + + + 1776 + tcp + femis + Federal Emergency Management Information System + + + 1776 + udp + femis + Federal Emergency Management Information System + + + 1777 + tcp + powerguardian + powerguardian + + + 1777 + udp + powerguardian + powerguardian + + + 1778 + tcp + prodigy-intrnet + prodigy-internet + + + 1778 + udp + prodigy-intrnet + prodigy-internet + + + 1779 + tcp + pharmasoft + pharmasoft + + + 1779 + udp + pharmasoft + pharmasoft + + + 1780 + tcp + dpkeyserv + dpkeyserv + + + 1780 + udp + dpkeyserv + dpkeyserv + + + 1781 + tcp + answersoft-lm + answersoft-lm + + + 1781 + udp + answersoft-lm + answersoft-lm + + + 1782 + tcp + hp-hcip + hp-hcip + + + 1782 + udp + hp-hcip + hp-hcip + + + 1784 + tcp + finle-lm + Finle License Manager + + + 1784 + udp + finle-lm + Finle License Manager + + + 1785 + tcp + windlm + Wind River Systems License Manager + + + 1785 + udp + windlm + Wind River Systems License Manager + + + 1786 + tcp + funk-logger + funk-logger + + + 1786 + udp + funk-logger + funk-logger + + + 1787 + tcp + funk-license + funk-license + + + 1787 + udp + funk-license + funk-license + + + 1788 + tcp + psmond + psmond + + + 1788 + udp + psmond + psmond + + + 1789 + tcp + hello + hello + + + 1789 + udp + hello + hello + + + 1790 + tcp + nmsp + Narrative Media Streaming Protocol + + + 1790 + udp + nmsp + Narrative Media Streaming Protocol + + + 1791 + tcp + ea1 + EA1 + + + 1791 + udp + ea1 + EA1 + + + 1792 + tcp + ibm-dt-2 + ibm-dt-2 + + + 1792 + udp + ibm-dt-2 + ibm-dt-2 + + + 1793 + tcp + rsc-robot + rsc-robot + + + 1793 + udp + rsc-robot + rsc-robot + + + 1794 + tcp + cera-bcm + cera-bcm + + + 1794 + udp + cera-bcm + cera-bcm + + + 1795 + tcp + dpi-proxy + dpi-proxy + + + 1795 + udp + dpi-proxy + dpi-proxy + + + 1796 + tcp + vocaltec-admin + Vocaltec Server Administration + + + 1796 + udp + vocaltec-admin + Vocaltec Server Administration + + + 1797 + tcp + uma + UMA + + + 1797 + udp + uma + UMA + + + 1798 + tcp + etp + Event Transfer Protocol + + + 1798 + udp + etp + Event Transfer Protocol + + + 1799 + tcp + netrisk + NETRISK + + + 1799 + udp + netrisk + NETRISK + + + 1800 + tcp + ansys-lm + ANSYS-License manager + + + 1800 + udp + ansys-lm + ANSYS-License manager + + + 1801 + tcp + msmq + Microsoft Message Que + + + 1801 + udp + msmq + Microsoft Message Que + + + 1802 + tcp + concomp1 + ConComp1 + + + 1802 + udp + concomp1 + ConComp1 + + + 1803 + tcp + hp-hcip-gwy + HP-HCIP-GWY + + + 1803 + udp + hp-hcip-gwy + HP-HCIP-GWY + + + 1804 + tcp + enl + ENL + + + 1804 + udp + enl + ENL + + + 1805 + tcp + enl-name + ENL-Name + + + 1805 + udp + enl-name + ENL-Name + + + 1806 + tcp + musiconline + Musiconline + + + 1806 + udp + musiconline + Musiconline + + + 1807 + tcp + fhsp + Fujitsu Hot Standby Protocol + + + 1807 + udp + fhsp + Fujitsu Hot Standby Protocol + + + 1808 + tcp + oracle-vp2 + Oracle-VP2 + + + 1808 + udp + oracle-vp2 + Oracle-VP2 + + + 1809 + tcp + oracle-vp1 + Oracle-VP1 + + + 1809 + udp + oracle-vp1 + Oracle-VP1 + + + 1810 + tcp + jerand-lm + Jerand License Manager + + + 1810 + udp + jerand-lm + Jerand License Manager + + + 1811 + tcp + scientia-sdb + Scientia-SDB + + + 1811 + udp + scientia-sdb + Scientia-SDB + + + 1812 + tcp + radius + RADIUS + + + 1812 + udp + radius + RADIUS + + + 1813 + tcp + radius-acct + RADIUS Accounting + + + 1813 + udp + radius-acct + RADIUS Accounting + + + 1814 + tcp + tdp-suite + TDP Suite + + + 1814 + udp + tdp-suite + TDP Suite + + + 1815 + tcp + mmpft + MMPFT + + + 1815 + udp + mmpft + MMPFT + + + 1816 + tcp + harp + HARP + + + 1816 + udp + harp + HARP + + + 1817 + tcp + rkb-oscs + RKB-OSCS + + + 1817 + udp + rkb-oscs + RKB-OSCS + + + 1818 + tcp + etftp + Enhanced Trivial File Transfer Protocol + + + 1818 + udp + etftp + Enhanced Trivial File Transfer Protocol + + + 1819 + tcp + plato-lm + Plato License Manager + + + 1819 + udp + plato-lm + Plato License Manager + + + 1820 + tcp + mcagent + mcagent + + + 1820 + udp + mcagent + mcagent + + + 1821 + tcp + donnyworld + donnyworld + + + 1821 + udp + donnyworld + donnyworld + + + 1822 + tcp + es-elmd + es-elmd + + + 1822 + udp + es-elmd + es-elmd + + + 1823 + tcp + unisys-lm + Unisys Natural Language License Manager + + + 1823 + udp + unisys-lm + Unisys Natural Language License Manager + + + 1824 + tcp + metrics-pas + metrics-pas + + + 1824 + udp + metrics-pas + metrics-pas + + + 1825 + tcp + direcpc-video + DirecPC Video + + + 1825 + udp + direcpc-video + DirecPC Video + + + 1826 + tcp + ardt + ARDT + + + 1826 + udp + ardt + ARDT + + + 1827 + tcp + asi + ASI + + + 1827 + udp + asi + ASI + + + 1828 + tcp + itm-mcell-u + itm-mcell-u + + + 1828 + udp + itm-mcell-u + itm-mcell-u + + + 1829 + tcp + optika-emedia + Optika eMedia + + + 1829 + udp + optika-emedia + Optika eMedia + + + 1830 + tcp + net8-cman + Oracle Net8 CMan Admin + + + 1830 + udp + net8-cman + Oracle Net8 CMan Admin + + + 1831 + tcp + myrtle + Myrtle + + + 1831 + udp + myrtle + Myrtle + + + 1832 + tcp + tht-treasure + ThoughtTreasure + + + 1832 + udp + tht-treasure + ThoughtTreasure + + + 1833 + tcp + udpradio + udpradio + + + 1833 + udp + udpradio + udpradio + + + 1834 + tcp + ardusuni + ARDUS Unicast + + + 1834 + udp + ardusuni + ARDUS Unicast + + + 1835 + tcp + ardusmul + ARDUS Multicast + + + 1835 + udp + ardusmul + ARDUS Multicast + + + 1836 + tcp + ste-smsc + ste-smsc + + + 1836 + udp + ste-smsc + ste-smsc + + + 1837 + tcp + csoft1 + csoft1 + + + 1837 + udp + csoft1 + csoft1 + + + 1838 + tcp + talnet + TALNET + + + 1838 + udp + talnet + TALNET + + + 1839 + tcp + netopia-vo1 + netopia-vo1 + + + 1839 + udp + netopia-vo1 + netopia-vo1 + + + 1840 + tcp + netopia-vo2 + netopia-vo2 + + + 1840 + udp + netopia-vo2 + netopia-vo2 + + + 1841 + tcp + netopia-vo3 + netopia-vo3 + + + 1841 + udp + netopia-vo3 + netopia-vo3 + + + 1842 + tcp + netopia-vo4 + netopia-vo4 + + + 1842 + udp + netopia-vo4 + netopia-vo4 + + + 1843 + tcp + netopia-vo5 + netopia-vo5 + + + 1843 + udp + netopia-vo5 + netopia-vo5 + + + 1844 + tcp + direcpc-dll + DirecPC-DLL + + + 1844 + udp + direcpc-dll + DirecPC-DLL + + + 1845 + tcp + altalink + altalink + + + 1845 + udp + altalink + altalink + + + 1846 + tcp + tunstall-pnc + Tunstall PNC + + + 1846 + udp + tunstall-pnc + Tunstall PNC + + + 1847 + tcp + slp-notify + SLP Notification + + + 1847 + udp + slp-notify + SLP Notification + + + 1848 + tcp + fjdocdist + fjdocdist + + + 1848 + udp + fjdocdist + fjdocdist + + + 1849 + tcp + alpha-sms + ALPHA-SMS + + + 1849 + udp + alpha-sms + ALPHA-SMS + + + 1850 + tcp + gsi + GSI + + + 1850 + udp + gsi + GSI + + + 1851 + tcp + ctcd + ctcd + + + 1851 + udp + ctcd + ctcd + + + 1852 + tcp + virtual-time + Virtual Time + + + 1852 + udp + virtual-time + Virtual Time + + + 1853 + tcp + vids-avtp + VIDS-AVTP + + + 1853 + udp + vids-avtp + VIDS-AVTP + + + 1854 + tcp + buddy-draw + Buddy Draw + + + 1854 + udp + buddy-draw + Buddy Draw + + + 1855 + tcp + fiorano-rtrsvc + Fiorano RtrSvc + + + 1855 + udp + fiorano-rtrsvc + Fiorano RtrSvc + + + 1856 + tcp + fiorano-msgsvc + Fiorano MsgSvc + + + 1856 + udp + fiorano-msgsvc + Fiorano MsgSvc + + + 1857 + tcp + datacaptor + DataCaptor + + + 1857 + udp + datacaptor + DataCaptor + + + 1858 + tcp + privateark + PrivateArk + + + 1858 + udp + privateark + PrivateArk + + + 1859 + tcp + gammafetchsvr + Gamma Fetcher Server + + + 1859 + udp + gammafetchsvr + Gamma Fetcher Server + + + 1860 + tcp + sunscalar-svc + SunSCALAR Services + + + 1860 + udp + sunscalar-svc + SunSCALAR Services + + + 1861 + tcp + lecroy-vicp + LeCroy VICP + + + 1861 + udp + lecroy-vicp + LeCroy VICP + + + 1862 + tcp + mysql-cm-agent + MySQL Cluster Manager Agent + + + 1862 + udp + mysql-cm-agent + MySQL Cluster Manager Agent + + + 1863 + tcp + msnp + MSNP + + + 1863 + udp + msnp + MSNP + + + 1864 + tcp + paradym-31port + Paradym 31 Port + + + 1864 + udp + paradym-31port + Paradym 31 Port + + + 1865 + tcp + entp + ENTP + + + 1865 + udp + entp + ENTP + + + 1866 + tcp + swrmi + swrmi + + + 1866 + udp + swrmi + swrmi + + + 1867 + tcp + udrive + UDRIVE + + + 1867 + udp + udrive + UDRIVE + + + 1868 + tcp + viziblebrowser + VizibleBrowser + + + 1868 + udp + viziblebrowser + VizibleBrowser + + + 1869 + tcp + transact + TransAct + + + 1869 + udp + transact + TransAct + + + 1870 + tcp + sunscalar-dns + SunSCALAR DNS Service + + + 1870 + udp + sunscalar-dns + SunSCALAR DNS Service + + + 1871 + tcp + canocentral0 + Cano Central 0 + + + 1871 + udp + canocentral0 + Cano Central 0 + + + 1872 + tcp + canocentral1 + Cano Central 1 + + + 1872 + udp + canocentral1 + Cano Central 1 + + + 1873 + tcp + fjmpjps + Fjmpjps + + + 1873 + udp + fjmpjps + Fjmpjps + + + 1874 + tcp + fjswapsnp + Fjswapsnp + + + 1874 + udp + fjswapsnp + Fjswapsnp + + + 1875 + tcp + westell-stats + westell stats + + + 1875 + udp + westell-stats + westell stats + + + 1876 + tcp + ewcappsrv + ewcappsrv + + + 1876 + udp + ewcappsrv + ewcappsrv + + + 1877 + tcp + hp-webqosdb + hp-webqosdb + + + 1877 + udp + hp-webqosdb + hp-webqosdb + + + 1878 + tcp + drmsmc + drmsmc + + + 1878 + udp + drmsmc + drmsmc + + + 1879 + tcp + nettgain-nms + NettGain NMS + + + 1879 + udp + nettgain-nms + NettGain NMS + + + 1880 + tcp + vsat-control + Gilat VSAT Control + + + 1880 + udp + vsat-control + Gilat VSAT Control + + + 1881 + tcp + ibm-mqseries2 + IBM WebSphere MQ Everyplace + + + 1881 + udp + ibm-mqseries2 + IBM WebSphere MQ Everyplace + + + 1882 + tcp + ecsqdmn + CA eTrust Common Services + + + 1882 + udp + ecsqdmn + CA eTrust Common Services + + + 1883 + tcp + mqtt + Message Queuing Telemetry Transport Protocol + + + 1883 + udp + mqtt + Message Queuing Telemetry Transport Protocol + + + 1884 + tcp + idmaps + Internet Distance Map Svc + + + 1884 + udp + idmaps + Internet Distance Map Svc + + + 1885 + tcp + vrtstrapserver + Veritas Trap Server + + + 1885 + udp + vrtstrapserver + Veritas Trap Server + + + 1886 + tcp + leoip + Leonardo over IP + + + 1886 + udp + leoip + Leonardo over IP + + + 1887 + tcp + filex-lport + FileX Listening Port + + + 1887 + udp + filex-lport + FileX Listening Port + + + 1888 + tcp + ncconfig + NC Config Port + + + 1888 + udp + ncconfig + NC Config Port + + + 1889 + tcp + unify-adapter + Unify Web Adapter Service + + + 1889 + udp + unify-adapter + Unify Web Adapter Service + + + 1890 + tcp + wilkenlistener + wilkenListener + + + 1890 + udp + wilkenlistener + wilkenListener + + + 1891 + tcp + childkey-notif + ChildKey Notification + + + 1891 + udp + childkey-notif + ChildKey Notification + + + 1892 + tcp + childkey-ctrl + ChildKey Control + + + 1892 + udp + childkey-ctrl + ChildKey Control + + + 1893 + tcp + elad + ELAD Protocol + + + 1893 + udp + elad + ELAD Protocol + + + 1894 + tcp + o2server-port + O2Server Port + + + 1894 + udp + o2server-port + O2Server Port + + + 1895 + tcp + record + unassigned + + + 1895 + udp + record + unassigned + + + 1896 + tcp + b-novative-ls + b-novative license server + + + 1896 + udp + b-novative-ls + b-novative license server + + + 1897 + tcp + metaagent + MetaAgent + + + 1897 + udp + metaagent + MetaAgent + + + 1898 + tcp + cymtec-port + Cymtec secure management + + + 1898 + udp + cymtec-port + Cymtec secure management + + + 1899 + tcp + mc2studios + MC2Studios + + + 1899 + udp + mc2studios + MC2Studios + + + 1900 + tcp + ssdp + SSDP + + + 1900 + udp + ssdp + SSDP + + + 1901 + tcp + fjicl-tep-a + Fujitsu ICL Terminal Emulator Program A + + + 1901 + udp + fjicl-tep-a + Fujitsu ICL Terminal Emulator Program A + + + 1902 + tcp + fjicl-tep-b + Fujitsu ICL Terminal Emulator Program B + + + 1902 + udp + fjicl-tep-b + Fujitsu ICL Terminal Emulator Program B + + + 1903 + tcp + linkname + Local Link Name Resolution + + + 1903 + udp + linkname + Local Link Name Resolution + + + 1904 + tcp + fjicl-tep-c + Fujitsu ICL Terminal Emulator Program C + + + 1904 + udp + fjicl-tep-c + Fujitsu ICL Terminal Emulator Program C + + + 1905 + tcp + sugp + Secure UP.Link Gateway Protocol + + + 1905 + udp + sugp + Secure UP.Link Gateway Protocol + + + 1906 + tcp + tpmd + TPortMapperReq + + + 1906 + udp + tpmd + TPortMapperReq + + + 1907 + tcp + intrastar + IntraSTAR + + + 1907 + udp + intrastar + IntraSTAR + + + 1908 + tcp + dawn + Dawn + + + 1908 + udp + dawn + Dawn + + + 1909 + tcp + global-wlink + Global World Link + + + 1909 + udp + global-wlink + Global World Link + + + 1910 + tcp + ultrabac + UltraBac Software communications port + + + 1910 + udp + ultrabac + UltraBac Software communications port + + + 1911 + tcp + mtp + Starlight Networks Multimedia Transport Protocol + + + 1911 + udp + mtp + Starlight Networks Multimedia Transport Protocol + + + 1912 + tcp + rhp-iibp + rhp-iibp + + + 1912 + udp + rhp-iibp + rhp-iibp + + + 1913 + tcp + armadp + armadp + + + 1913 + udp + armadp + armadp + + + 1914 + tcp + elm-momentum + Elm-Momentum + + + 1914 + udp + elm-momentum + Elm-Momentum + + + 1915 + tcp + facelink + FACELINK + + + 1915 + udp + facelink + FACELINK + + + 1916 + tcp + persona + Persoft Persona + + + 1916 + udp + persona + Persoft Persona + + + 1917 + tcp + noagent + nOAgent + + + 1917 + udp + noagent + nOAgent + + + 1918 + tcp + can-nds + IBM Tivole Directory Service - NDS + + + 1918 + udp + can-nds + IBM Tivole Directory Service - NDS + + + 1919 + tcp + can-dch + IBM Tivoli Directory Service - DCH + + + 1919 + udp + can-dch + IBM Tivoli Directory Service - DCH + + + 1920 + tcp + can-ferret + IBM Tivoli Directory Service - FERRET + + + 1920 + udp + can-ferret + IBM Tivoli Directory Service - FERRET + + + 1921 + tcp + noadmin + NoAdmin + + + 1921 + udp + noadmin + NoAdmin + + + 1922 + tcp + tapestry + Tapestry + + + 1922 + udp + tapestry + Tapestry + + + 1923 + tcp + spice + SPICE + + + 1923 + udp + spice + SPICE + + + 1924 + tcp + xiip + XIIP + + + 1924 + udp + xiip + XIIP + + + 1925 + tcp + discovery-port + Surrogate Discovery Port + + + 1925 + udp + discovery-port + Surrogate Discovery Port + + + 1926 + tcp + egs + Evolution Game Server + + + 1926 + udp + egs + Evolution Game Server + + + 1927 + tcp + videte-cipc + Videte CIPC Port + + + 1927 + udp + videte-cipc + Videte CIPC Port + + + 1928 + tcp + emsd-port + Expnd Maui Srvr Dscovr + + + 1928 + udp + emsd-port + Expnd Maui Srvr Dscovr + + + 1929 + tcp + bandwiz-system + Bandwiz System - Server + + + 1929 + udp + bandwiz-system + Bandwiz System - Server + + + 1930 + tcp + driveappserver + Drive AppServer + + + 1930 + udp + driveappserver + Drive AppServer + + + 1931 + tcp + amdsched + AMD SCHED + + + 1931 + udp + amdsched + AMD SCHED + + + 1932 + tcp + ctt-broker + CTT Broker + + + 1932 + udp + ctt-broker + CTT Broker + + + 1933 + tcp + xmapi + IBM LM MT Agent + + + 1933 + udp + xmapi + IBM LM MT Agent + + + 1934 + tcp + xaapi + IBM LM Appl Agent + + + 1934 + udp + xaapi + IBM LM Appl Agent + + + 1935 + tcp + macromedia-fcs + Macromedia Flash Communications Server MX + + + 1935 + udp + macromedia-fcs + Macromedia Flash Communications server MX + + + 1936 + tcp + jetcmeserver + JetCmeServer Server Port + + + 1936 + udp + jetcmeserver + JetCmeServer Server Port + + + 1937 + tcp + jwserver + JetVWay Server Port + + + 1937 + udp + jwserver + JetVWay Server Port + + + 1938 + tcp + jwclient + JetVWay Client Port + + + 1938 + udp + jwclient + JetVWay Client Port + + + 1939 + tcp + jvserver + JetVision Server Port + + + 1939 + udp + jvserver + JetVision Server Port + + + 1940 + tcp + jvclient + JetVision Client Port + + + 1940 + udp + jvclient + JetVision Client Port + + + 1941 + tcp + dic-aida + DIC-Aida + + + 1941 + udp + dic-aida + DIC-Aida + + + 1942 + tcp + res + Real Enterprise Service + + + 1942 + udp + res + Real Enterprise Service + + + 1943 + tcp + beeyond-media + Beeyond Media + + + 1943 + udp + beeyond-media + Beeyond Media + + + 1944 + tcp + close-combat + close-combat + + + 1944 + udp + close-combat + close-combat + + + 1945 + tcp + dialogic-elmd + dialogic-elmd + + + 1945 + udp + dialogic-elmd + dialogic-elmd + + + 1946 + tcp + tekpls + tekpls + + + 1946 + udp + tekpls + tekpls + + + 1947 + tcp + sentinelsrm + SentinelSRM + + + 1947 + udp + sentinelsrm + SentinelSRM + + + 1948 + tcp + eye2eye + eye2eye + + + 1948 + udp + eye2eye + eye2eye + + + 1949 + tcp + ismaeasdaqlive + ISMA Easdaq Live + + + 1949 + udp + ismaeasdaqlive + ISMA Easdaq Live + + + 1950 + tcp + ismaeasdaqtest + ISMA Easdaq Test + + + 1950 + udp + ismaeasdaqtest + ISMA Easdaq Test + + + 1951 + tcp + bcs-lmserver + bcs-lmserver + + + 1951 + udp + bcs-lmserver + bcs-lmserver + + + 1952 + tcp + mpnjsc + mpnjsc + + + 1952 + udp + mpnjsc + mpnjsc + + + 1953 + tcp + rapidbase + Rapid Base + + + 1953 + udp + rapidbase + Rapid Base + + + 1954 + tcp + abr-api + ABR-API (diskbridge) + + + 1954 + udp + abr-api + ABR-API (diskbridge) + + + 1955 + tcp + abr-secure + ABR-Secure Data (diskbridge) + + + 1955 + udp + abr-secure + ABR-Secure Data (diskbridge) + + + 1956 + tcp + vrtl-vmf-ds + Vertel VMF DS + + + 1956 + udp + vrtl-vmf-ds + Vertel VMF DS + + + 1957 + tcp + unix-status + unix-status + + + 1957 + udp + unix-status + unix-status + + + 1958 + tcp + dxadmind + CA Administration Daemon + + + 1958 + udp + dxadmind + CA Administration Daemon + + + 1959 + tcp + simp-all + SIMP Channel + + + 1959 + udp + simp-all + SIMP Channel + + + 1960 + tcp + nasmanager + Merit DAC NASmanager + + + 1960 + udp + nasmanager + Merit DAC NASmanager + + + 1961 + tcp + bts-appserver + BTS APPSERVER + + + 1961 + udp + bts-appserver + BTS APPSERVER + + + 1962 + tcp + biap-mp + BIAP-MP + + + 1962 + udp + biap-mp + BIAP-MP + + + 1963 + tcp + webmachine + WebMachine + + + 1963 + udp + webmachine + WebMachine + + + 1964 + tcp + solid-e-engine + SOLID E ENGINE + + + 1964 + udp + solid-e-engine + SOLID E ENGINE + + + 1965 + tcp + tivoli-npm + Tivoli NPM + + + 1965 + udp + tivoli-npm + Tivoli NPM + + + 1966 + tcp + slush + Slush + + + 1966 + udp + slush + Slush + + + 1967 + tcp + sns-quote + SNS Quote + + + 1967 + udp + sns-quote + SNS Quote + + + 1968 + tcp + lipsinc + LIPSinc + + + 1968 + udp + lipsinc + LIPSinc + + + 1969 + tcp + lipsinc1 + LIPSinc 1 + + + 1969 + udp + lipsinc1 + LIPSinc 1 + + + 1970 + tcp + netop-rc + NetOp Remote Control + + + 1970 + udp + netop-rc + NetOp Remote Control + + + 1971 + tcp + netop-school + NetOp School + + + 1971 + udp + netop-school + NetOp School + + + 1972 + tcp + intersys-cache + Cache + + + 1972 + udp + intersys-cache + Cache + + + 1973 + tcp + dlsrap + Data Link Switching Remote Access Protocol + + + 1973 + udp + dlsrap + Data Link Switching Remote Access Protocol + + + 1974 + tcp + drp + DRP + + + 1974 + udp + drp + DRP + + + 1975 + tcp + tcoflashagent + TCO Flash Agent + + + 1975 + udp + tcoflashagent + TCO Flash Agent + + + 1976 + tcp + tcoregagent + TCO Reg Agent + + + 1976 + udp + tcoregagent + TCO Reg Agent + + + 1977 + tcp + tcoaddressbook + TCO Address Book + + + 1977 + udp + tcoaddressbook + TCO Address Book + + + 1978 + tcp + unisql + UniSQL + + + 1978 + udp + unisql + UniSQL + + + 1979 + tcp + unisql-java + UniSQL Java + + + 1979 + udp + unisql-java + UniSQL Java + + + 1980 + tcp + pearldoc-xact + PearlDoc XACT + + + 1980 + udp + pearldoc-xact + PearlDoc XACT + + + 1981 + tcp + p2pq + p2pQ + + + 1981 + udp + p2pq + p2pQ + + + 1982 + tcp + estamp + Evidentiary Timestamp + + + 1982 + udp + estamp + Evidentiary Timestamp + + + 1983 + tcp + lhtp + Loophole Test Protocol + + + 1983 + udp + lhtp + Loophole Test Protocol + + + 1984 + tcp + bb + BB + + + 1984 + udp + bb + BB + + + 1985 + tcp + hsrp + Hot Standby Router Protocol + + + 1985 + udp + hsrp + Hot Standby Router Protocol + + + 1986 + tcp + licensedaemon + cisco license management + + + 1986 + udp + licensedaemon + cisco license management + + + 1987 + tcp + tr-rsrb-p1 + cisco RSRB Priority 1 port + + + 1987 + udp + tr-rsrb-p1 + cisco RSRB Priority 1 port + + + 1988 + tcp + tr-rsrb-p2 + cisco RSRB Priority 2 port + + + 1988 + udp + tr-rsrb-p2 + cisco RSRB Priority 2 port + + + 1989 + tcp + tr-rsrb-p3 + cisco RSRB Priority 3 port + + + 1989 + udp + tr-rsrb-p3 + cisco RSRB Priority 3 port + + + 1989 + tcp + mshnet + MHSnet system + + + 1989 + udp + mshnet + MHSnet system + + + 1990 + tcp + stun-p1 + cisco STUN Priority 1 port + + + 1990 + udp + stun-p1 + cisco STUN Priority 1 port + + + 1991 + tcp + stun-p2 + cisco STUN Priority 2 port + + + 1991 + udp + stun-p2 + cisco STUN Priority 2 port + + + 1992 + tcp + stun-p3 + cisco STUN Priority 3 port + + + 1992 + udp + stun-p3 + cisco STUN Priority 3 port + + + 1992 + tcp + ipsendmsg + IPsendmsg + + + 1992 + udp + ipsendmsg + IPsendmsg + + + 1993 + tcp + snmp-tcp-port + cisco SNMP TCP port + + + 1993 + udp + snmp-tcp-port + cisco SNMP TCP port + + + 1994 + tcp + stun-port + cisco serial tunnel port + + + 1994 + udp + stun-port + cisco serial tunnel port + + + 1995 + tcp + perf-port + cisco perf port + + + 1995 + udp + perf-port + cisco perf port + + + 1996 + tcp + tr-rsrb-port + cisco Remote SRB port + + + 1996 + udp + tr-rsrb-port + cisco Remote SRB port + + + 1997 + tcp + gdp-port + cisco Gateway Discovery Protocol + + + 1997 + udp + gdp-port + cisco Gateway Discovery Protocol + + + 1998 + tcp + x25-svc-port + cisco X.25 service (XOT) + + + 1998 + udp + x25-svc-port + cisco X.25 service (XOT) + + + 1999 + tcp + tcp-id-port + cisco identification port + + + 1999 + udp + tcp-id-port + cisco identification port + + + 2000 + tcp + cisco-sccp + Cisco SCCP + + + 2000 + udp + cisco-sccp + Cisco SCCp + + + 2001 + tcp + dc + + + + + 2001 + udp + wizard + curry + + + 2002 + tcp + globe + + + + + 2002 + udp + globe + + + + + 2003 + tcp + brutus + Brutus Server + + + 2003 + udp + brutus + Brutus Server + + + 2004 + tcp + mailbox + + + + + 2004 + udp + emce + CCWS mm conf + + + 2005 + tcp + berknet + + + + + 2005 + udp + oracle + + + + + 2006 + tcp + invokator + + + + + 2006 + udp + raid-cd + raid + + + 2007 + tcp + dectalk + + + + + 2007 + udp + raid-am + + + + + 2008 + tcp + conf + + + + + 2008 + udp + terminaldb + + + + + 2009 + tcp + news + + + + + 2009 + udp + whosockami + + + + + 2010 + tcp + search + + + + + 2010 + udp + pipe-server + System.Xml.XmlElement + + + 2010 + udp + pipe_server + + + + + 2011 + tcp + raid-cc + raid + + + 2011 + udp + servserv + + + + + 2012 + tcp + ttyinfo + + + + + 2012 + udp + raid-ac + + + + + 2013 + tcp + raid-am + + + + + 2013 + udp + raid-cd + + + + + 2014 + tcp + troff + + + + + 2014 + udp + raid-sf + + + + + 2015 + tcp + cypress + + + + + 2015 + udp + raid-cs + + + + + 2016 + tcp + bootserver + + + + + 2016 + udp + bootserver + + + + + 2017 + tcp + cypress-stat + + + + + 2017 + udp + bootclient + + + + + 2018 + tcp + terminaldb + + + + + 2018 + udp + rellpack + + + + + 2019 + tcp + whosockami + + + + + 2019 + udp + about + + + + + 2020 + tcp + xinupageserver + + + + + 2020 + udp + xinupageserver + + + + + 2021 + tcp + servexec + + + + + 2021 + udp + xinuexpansion1 + + + + + 2022 + tcp + down + + + + + 2022 + udp + xinuexpansion2 + + + + + 2023 + tcp + xinuexpansion3 + + + + + 2023 + udp + xinuexpansion3 + + + + + 2024 + tcp + xinuexpansion4 + + + + + 2024 + udp + xinuexpansion4 + + + + + 2025 + tcp + ellpack + + + + + 2025 + udp + xribs + + + + + 2026 + tcp + scrabble + + + + + 2026 + udp + scrabble + + + + + 2027 + tcp + shadowserver + + + + + 2027 + udp + shadowserver + + + + + 2028 + tcp + submitserver + + + + + 2028 + udp + submitserver + + + + + 2029 + tcp + hsrpv6 + Hot Standby Router Protocol IPv6 + + + 2029 + udp + hsrpv6 + Hot Standby Router Protocol IPv6 + + + 2030 + tcp + device2 + + + + + 2030 + udp + device2 + + + + + 2031 + tcp + mobrien-chat + mobrien-chat + + + 2031 + udp + mobrien-chat + mobrien-chat + + + 2032 + tcp + blackboard + + + + + 2032 + udp + blackboard + + + + + 2033 + tcp + glogger + + + + + 2033 + udp + glogger + + + + + 2034 + tcp + scoremgr + + + + + 2034 + udp + scoremgr + + + + + 2035 + tcp + imsldoc + + + + + 2035 + udp + imsldoc + + + + + 2036 + tcp + e-dpnet + Ethernet WS DP network + + + 2036 + udp + e-dpnet + Ethernet WS DP network + + + 2037 + tcp + applus + APplus Application Server + + + 2037 + udp + applus + APplus Application Server + + + 2038 + tcp + objectmanager + + + + + 2038 + udp + objectmanager + + + + + 2039 + tcp + prizma + Prizma Monitoring Service + + + 2039 + udp + prizma + Prizma Monitoring Service + + + 2040 + tcp + lam + + + + + 2040 + udp + lam + + + + + 2041 + tcp + interbase + + + + + 2041 + udp + interbase + + + + + 2042 + tcp + isis + isis + + + 2042 + udp + isis + isis + + + 2043 + tcp + isis-bcast + isis-bcast + + + 2043 + udp + isis-bcast + isis-bcast + + + 2044 + tcp + rimsl + + + + + 2044 + udp + rimsl + + + + + 2045 + tcp + cdfunc + + + + + 2045 + udp + cdfunc + + + + + 2046 + tcp + sdfunc + + + + + 2046 + udp + sdfunc + + + + + 2047 + tcp + dls + + + + + 2047 + udp + dls + + + + + 2048 + tcp + dls-monitor + + + + + 2048 + udp + dls-monitor + + + + + 2049 + tcp + shilp + + + + + 2049 + udp + shilp + + + + + 2049 + tcp + nfs + Network File System - Sun Microsystems + + + 2049 + udp + nfs + Network File System - Sun Microsystems + + + 2049 + sctp + nfs + Network File System + + + 2050 + tcp + av-emb-config + Avaya EMB Config Port + + + 2050 + udp + av-emb-config + Avaya EMB Config Port + + + 2051 + tcp + epnsdp + EPNSDP + + + 2051 + udp + epnsdp + EPNSDP + + + 2052 + tcp + clearvisn + clearVisn Services Port + + + 2052 + udp + clearvisn + clearVisn Services Port + + + 2053 + tcp + lot105-ds-upd + Lot105 DSuper Updates + + + 2053 + udp + lot105-ds-upd + Lot105 DSuper Updates + + + 2054 + tcp + weblogin + Weblogin Port + + + 2054 + udp + weblogin + Weblogin Port + + + 2055 + tcp + iop + Iliad-Odyssey Protocol + + + 2055 + udp + iop + Iliad-Odyssey Protocol + + + 2056 + tcp + omnisky + OmniSky Port + + + 2056 + udp + omnisky + OmniSky Port + + + 2057 + tcp + rich-cp + Rich Content Protocol + + + 2057 + udp + rich-cp + Rich Content Protocol + + + 2058 + tcp + newwavesearch + NewWaveSearchables RMI + + + 2058 + udp + newwavesearch + NewWaveSearchables RMI + + + 2059 + tcp + bmc-messaging + BMC Messaging Service + + + 2059 + udp + bmc-messaging + BMC Messaging Service + + + 2060 + tcp + teleniumdaemon + Telenium Daemon IF + + + 2060 + udp + teleniumdaemon + Telenium Daemon IF + + + 2061 + tcp + netmount + NetMount + + + 2061 + udp + netmount + NetMount + + + 2062 + tcp + icg-swp + ICG SWP Port + + + 2062 + udp + icg-swp + ICG SWP Port + + + 2063 + tcp + icg-bridge + ICG Bridge Port + + + 2063 + udp + icg-bridge + ICG Bridge Port + + + 2064 + tcp + icg-iprelay + ICG IP Relay Port + + + 2064 + udp + icg-iprelay + ICG IP Relay Port + + + 2065 + tcp + dlsrpn + Data Link Switch Read Port Number + + + 2065 + udp + dlsrpn + Data Link Switch Read Port Number + + + 2066 + tcp + aura + AVM USB Remote Architecture + + + 2066 + udp + aura + AVM USB Remote Architecture + + + 2067 + tcp + dlswpn + Data Link Switch Write Port Number + + + 2067 + udp + dlswpn + Data Link Switch Write Port Number + + + 2068 + tcp + avauthsrvprtcl + Avocent AuthSrv Protocol + + + 2068 + udp + avauthsrvprtcl + Avocent AuthSrv Protocol + + + 2069 + tcp + event-port + HTTP Event Port + + + 2069 + udp + event-port + HTTP Event Port + + + 2070 + tcp + ah-esp-encap + AH and ESP Encapsulated in UDP packet + + + 2070 + udp + ah-esp-encap + AH and ESP Encapsulated in UDP packet + + + 2071 + tcp + acp-port + Axon Control Protocol + + + 2071 + udp + acp-port + Axon Control Protocol + + + 2072 + tcp + msync + GlobeCast mSync + + + 2072 + udp + msync + GlobeCast mSync + + + 2073 + tcp + gxs-data-port + DataReel Database Socket + + + 2073 + udp + gxs-data-port + DataReel Database Socket + + + 2074 + tcp + vrtl-vmf-sa + Vertel VMF SA + + + 2074 + udp + vrtl-vmf-sa + Vertel VMF SA + + + 2075 + tcp + newlixengine + Newlix ServerWare Engine + + + 2075 + udp + newlixengine + Newlix ServerWare Engine + + + 2076 + tcp + newlixconfig + Newlix JSPConfig + + + 2076 + udp + newlixconfig + Newlix JSPConfig + + + 2077 + tcp + tsrmagt + Old Tivoli Storage Manager + + + 2077 + udp + tsrmagt + Old Tivoli Storage Manager + + + 2078 + tcp + tpcsrvr + IBM Total Productivity Center Server + + + 2078 + udp + tpcsrvr + IBM Total Productivity Center Server + + + 2079 + tcp + idware-router + IDWARE Router Port + + + 2079 + udp + idware-router + IDWARE Router Port + + + 2080 + tcp + autodesk-nlm + Autodesk NLM (FLEXlm) + + + 2080 + udp + autodesk-nlm + Autodesk NLM (FLEXlm) + + + 2081 + tcp + kme-trap-port + KME PRINTER TRAP PORT + + + 2081 + udp + kme-trap-port + KME PRINTER TRAP PORT + + + 2082 + tcp + infowave + Infowave Mobility Server + + + 2082 + udp + infowave + Infowave Mobility Server + + + 2083 + tcp + radsec + Secure Radius Service + + + 2083 + udp + radsec + Secure Radius Service + + + 2084 + tcp + sunclustergeo + SunCluster Geographic + + + 2084 + udp + sunclustergeo + SunCluster Geographic + + + 2085 + tcp + ada-cip + ADA Control + + + 2085 + udp + ada-cip + ADA Control + + + 2086 + tcp + gnunet + GNUnet + + + 2086 + udp + gnunet + GNUnet + + + 2087 + tcp + eli + ELI - Event Logging Integration + + + 2087 + udp + eli + ELI - Event Logging Integration + + + 2088 + tcp + ip-blf + IP Busy Lamp Field + + + 2088 + udp + ip-blf + IP Busy Lamp Field + + + 2089 + tcp + sep + Security Encapsulation Protocol - SEP + + + 2089 + udp + sep + Security Encapsulation Protocol - SEP + + + 2090 + tcp + lrp + Load Report Protocol + + + 2090 + udp + lrp + Load Report Protocol + + + 2091 + tcp + prp + PRP + + + 2091 + udp + prp + PRP + + + 2092 + tcp + descent3 + Descent 3 + + + 2092 + udp + descent3 + Descent 3 + + + 2093 + tcp + nbx-cc + NBX CC + + + 2093 + udp + nbx-cc + NBX CC + + + 2094 + tcp + nbx-au + NBX AU + + + 2094 + udp + nbx-au + NBX AU + + + 2095 + tcp + nbx-ser + NBX SER + + + 2095 + udp + nbx-ser + NBX SER + + + 2096 + tcp + nbx-dir + NBX DIR + + + 2096 + udp + nbx-dir + NBX DIR + + + 2097 + tcp + jetformpreview + Jet Form Preview + + + 2097 + udp + jetformpreview + Jet Form Preview + + + 2098 + tcp + dialog-port + Dialog Port + + + 2098 + udp + dialog-port + Dialog Port + + + 2099 + tcp + h2250-annex-g + H.225.0 Annex G Signalling + + + 2099 + udp + h2250-annex-g + H.225.0 Annex G Signalling + + + 2100 + tcp + amiganetfs + Amiga Network Filesystem + + + 2100 + udp + amiganetfs + Amiga Network Filesystem + + + 2101 + tcp + rtcm-sc104 + rtcm-sc104 + + + 2101 + udp + rtcm-sc104 + rtcm-sc104 + + + 2102 + tcp + zephyr-srv + Zephyr server + + + 2102 + udp + zephyr-srv + Zephyr server + + + 2103 + tcp + zephyr-clt + Zephyr serv-hm connection + + + 2103 + udp + zephyr-clt + Zephyr serv-hm connection + + + 2104 + tcp + zephyr-hm + Zephyr hostmanager + + + 2104 + udp + zephyr-hm + Zephyr hostmanager + + + 2105 + tcp + minipay + MiniPay + + + 2105 + udp + minipay + MiniPay + + + 2106 + tcp + mzap + MZAP + + + 2106 + udp + mzap + MZAP + + + 2107 + tcp + bintec-admin + BinTec Admin + + + 2107 + udp + bintec-admin + BinTec Admin + + + 2108 + tcp + comcam + Comcam + + + 2108 + udp + comcam + Comcam + + + 2109 + tcp + ergolight + Ergolight + + + 2109 + udp + ergolight + Ergolight + + + 2110 + tcp + umsp + UMSP + + + 2110 + udp + umsp + UMSP + + + 2111 + tcp + dsatp + OPNET Dynamic Sampling Agent Transaction Protocol + + + 2111 + udp + dsatp + OPNET Dynamic Sampling Agent Transaction Protocol + + + 2112 + tcp + idonix-metanet + Idonix MetaNet + + + 2112 + udp + idonix-metanet + Idonix MetaNet + + + 2113 + tcp + hsl-storm + HSL StoRM + + + 2113 + udp + hsl-storm + HSL StoRM + + + 2114 + tcp + ariascribe + Classical Music Meta-Data Access and Enhancement + + + 2114 + udp + ariascribe + Classical Music Meta-Data Access and Enhancement + + + 2115 + tcp + kdm + Key Distribution Manager + + + 2115 + udp + kdm + Key Distribution Manager + + + 2116 + tcp + ccowcmr + CCOWCMR + + + 2116 + udp + ccowcmr + CCOWCMR + + + 2117 + tcp + mentaclient + MENTACLIENT + + + 2117 + udp + mentaclient + MENTACLIENT + + + 2118 + tcp + mentaserver + MENTASERVER + + + 2118 + udp + mentaserver + MENTASERVER + + + 2119 + tcp + gsigatekeeper + GSIGATEKEEPER + + + 2119 + udp + gsigatekeeper + GSIGATEKEEPER + + + 2120 + tcp + qencp + Quick Eagle Networks CP + + + 2120 + udp + qencp + Quick Eagle Networks CP + + + 2121 + tcp + scientia-ssdb + SCIENTIA-SSDB + + + 2121 + udp + scientia-ssdb + SCIENTIA-SSDB + + + 2122 + tcp + caupc-remote + CauPC Remote Control + + + 2122 + udp + caupc-remote + CauPC Remote Control + + + 2123 + tcp + gtp-control + GTP-Control Plane (3GPP) + + + 2123 + udp + gtp-control + GTP-Control Plane (3GPP) + + + 2124 + tcp + elatelink + ELATELINK + + + 2124 + udp + elatelink + ELATELINK + + + 2125 + tcp + lockstep + LOCKSTEP + + + 2125 + udp + lockstep + LOCKSTEP + + + 2126 + tcp + pktcable-cops + PktCable-COPS + + + 2126 + udp + pktcable-cops + PktCable-COPS + + + 2127 + tcp + index-pc-wb + INDEX-PC-WB + + + 2127 + udp + index-pc-wb + INDEX-PC-WB + + + 2128 + tcp + net-steward + Net Steward Control + + + 2128 + udp + net-steward + Net Steward Control + + + 2129 + tcp + cs-live + cs-live.com + + + 2129 + udp + cs-live + cs-live.com + + + 2130 + tcp + xds + XDS + + + 2130 + udp + xds + XDS + + + 2131 + tcp + avantageb2b + Avantageb2b + + + 2131 + udp + avantageb2b + Avantageb2b + + + 2132 + tcp + solera-epmap + SoleraTec End Point Map + + + 2132 + udp + solera-epmap + SoleraTec End Point Map + + + 2133 + tcp + zymed-zpp + ZYMED-ZPP + + + 2133 + udp + zymed-zpp + ZYMED-ZPP + + + 2134 + tcp + avenue + AVENUE + + + 2134 + udp + avenue + AVENUE + + + 2135 + tcp + gris + Grid Resource Information Server + + + 2135 + udp + gris + Grid Resource Information Server + + + 2136 + tcp + appworxsrv + APPWORXSRV + + + 2136 + udp + appworxsrv + APPWORXSRV + + + 2137 + tcp + connect + CONNECT + + + 2137 + udp + connect + CONNECT + + + 2138 + tcp + unbind-cluster + UNBIND-CLUSTER + + + 2138 + udp + unbind-cluster + UNBIND-CLUSTER + + + 2139 + tcp + ias-auth + IAS-AUTH + + + 2139 + udp + ias-auth + IAS-AUTH + + + 2140 + tcp + ias-reg + IAS-REG + + + 2140 + udp + ias-reg + IAS-REG + + + 2141 + tcp + ias-admind + IAS-ADMIND + + + 2141 + udp + ias-admind + IAS-ADMIND + + + 2142 + tcp + tdmoip + TDM OVER IP + + + 2142 + udp + tdmoip + TDM OVER IP + + + 2143 + tcp + lv-jc + Live Vault Job Control + + + 2143 + udp + lv-jc + Live Vault Job Control + + + 2144 + tcp + lv-ffx + Live Vault Fast Object Transfer + + + 2144 + udp + lv-ffx + Live Vault Fast Object Transfer + + + 2145 + tcp + lv-pici + Live Vault Remote Diagnostic Console Support + + + 2145 + udp + lv-pici + Live Vault Remote Diagnostic Console Support + + + 2146 + tcp + lv-not + Live Vault Admin Event Notification + + + 2146 + udp + lv-not + Live Vault Admin Event Notification + + + 2147 + tcp + lv-auth + Live Vault Authentication + + + 2147 + udp + lv-auth + Live Vault Authentication + + + 2148 + tcp + veritas-ucl + VERITAS UNIVERSAL COMMUNICATION LAYER + + + 2148 + udp + veritas-ucl + VERITAS UNIVERSAL COMMUNICATION LAYER + + + 2149 + tcp + acptsys + ACPTSYS + + + 2149 + udp + acptsys + ACPTSYS + + + 2150 + tcp + dynamic3d + DYNAMIC3D + + + 2150 + udp + dynamic3d + DYNAMIC3D + + + 2151 + tcp + docent + DOCENT + + + 2151 + udp + docent + DOCENT + + + 2152 + tcp + gtp-user + GTP-User Plane (3GPP) + + + 2152 + udp + gtp-user + GTP-User Plane (3GPP) + + + 2153 + tcp + ctlptc + Control Protocol + + + 2153 + udp + ctlptc + Control Protocol + + + 2154 + tcp + stdptc + Standard Protocol + + + 2154 + udp + stdptc + Standard Protocol + + + 2155 + tcp + brdptc + Bridge Protocol + + + 2155 + udp + brdptc + Bridge Protocol + + + 2156 + tcp + trp + Talari Reliable Protocol + + + 2156 + udp + trp + Talari Reliable Protocol + + + 2157 + tcp + xnds + Xerox Network Document Scan Protocol + + + 2157 + udp + xnds + Xerox Network Document Scan Protocol + + + 2158 + tcp + touchnetplus + TouchNetPlus Service + + + 2158 + udp + touchnetplus + TouchNetPlus Service + + + 2159 + tcp + gdbremote + GDB Remote Debug Port + + + 2159 + udp + gdbremote + GDB Remote Debug Port + + + 2160 + tcp + apc-2160 + APC 2160 + + + 2160 + udp + apc-2160 + APC 2160 + + + 2161 + tcp + apc-2161 + APC 2161 + + + 2161 + udp + apc-2161 + APC 2161 + + + 2162 + tcp + navisphere + Navisphere + + + 2162 + udp + navisphere + Navisphere + + + 2163 + tcp + navisphere-sec + Navisphere Secure + + + 2163 + udp + navisphere-sec + Navisphere Secure + + + 2164 + tcp + ddns-v3 + Dynamic DNS Version 3 + + + 2164 + udp + ddns-v3 + Dynamic DNS Version 3 + + + 2165 + tcp + x-bone-api + X-Bone API + + + 2165 + udp + x-bone-api + X-Bone API + + + 2166 + tcp + iwserver + iwserver + + + 2166 + udp + iwserver + iwserver + + + 2167 + tcp + raw-serial + Raw Async Serial Link + + + 2167 + udp + raw-serial + Raw Async Serial Link + + + 2168 + tcp + easy-soft-mux + easy-soft Multiplexer + + + 2168 + udp + easy-soft-mux + easy-soft Multiplexer + + + 2169 + tcp + brain + Backbone for Academic Information Notification (BRAIN) + + + 2169 + udp + brain + Backbone for Academic Information Notification (BRAIN) + + + 2170 + tcp + eyetv + EyeTV Server Port + + + 2170 + udp + eyetv + EyeTV Server Port + + + 2171 + tcp + msfw-storage + MS Firewall Storage + + + 2171 + udp + msfw-storage + MS Firewall Storage + + + 2172 + tcp + msfw-s-storage + MS Firewall SecureStorage + + + 2172 + udp + msfw-s-storage + MS Firewall SecureStorage + + + 2173 + tcp + msfw-replica + MS Firewall Replication + + + 2173 + udp + msfw-replica + MS Firewall Replication + + + 2174 + tcp + msfw-array + MS Firewall Intra Array + + + 2174 + udp + msfw-array + MS Firewall Intra Array + + + 2175 + tcp + airsync + Microsoft Desktop AirSync Protocol + + + 2175 + udp + airsync + Microsoft Desktop AirSync Protocol + + + 2176 + tcp + rapi + Microsoft ActiveSync Remote API + + + 2176 + udp + rapi + Microsoft ActiveSync Remote API + + + 2177 + tcp + qwave + qWAVE Bandwidth Estimate + + + 2177 + udp + qwave + qWAVE Bandwidth Estimate + + + 2178 + tcp + bitspeer + Peer Services for BITS + + + 2178 + udp + bitspeer + Peer Services for BITS + + + 2179 + tcp + vmrdp + Microsoft RDP for virtual machines + + + 2179 + udp + vmrdp + Microsoft RDP for virtual machines + + + 2180 + tcp + mc-gt-srv + Millicent Vendor Gateway Server + + + 2180 + udp + mc-gt-srv + Millicent Vendor Gateway Server + + + 2181 + tcp + eforward + eforward + + + 2181 + udp + eforward + eforward + + + 2182 + tcp + cgn-stat + CGN status + + + 2182 + udp + cgn-stat + CGN status + + + 2183 + tcp + cgn-config + Code Green configuration + + + 2183 + udp + cgn-config + Code Green configuration + + + 2184 + tcp + nvd + NVD User + + + 2184 + udp + nvd + NVD User + + + 2185 + tcp + onbase-dds + OnBase Distributed Disk Services + + + 2185 + udp + onbase-dds + OnBase Distributed Disk Services + + + 2186 + tcp + gtaua + Guy-Tek Automated Update Applications + + + 2186 + udp + gtaua + Guy-Tek Automated Update Applications + + + 2187 + tcp + ssmc + Sepehr System Management Control + + + 2187 + udp + ssmd + Sepehr System Management Data + + + 2188 + tcp + radware-rpm + Radware Resource Pool Manager + + + 2188 + udp + record + Reserved + + + 2189 + tcp + radware-rpm-s + Secure Radware Resource Pool Manager + + + 2189 + udp + record + Reserved + + + 2190 + tcp + tivoconnect + TiVoConnect Beacon + + + 2190 + udp + tivoconnect + TiVoConnect Beacon + + + 2191 + tcp + tvbus + TvBus Messaging + + + 2191 + udp + tvbus + TvBus Messaging + + + 2192 + tcp + asdis + ASDIS software management + + + 2192 + udp + asdis + ASDIS software management + + + 2193 + tcp + drwcs + Dr.Web Enterprise Management Service + + + 2193 + udp + drwcs + Dr.Web Enterprise Management Service + + + 2197 + tcp + mnp-exchange + MNP data exchange + + + 2197 + udp + mnp-exchange + MNP data exchange + + + 2198 + tcp + onehome-remote + OneHome Remote Access + + + 2198 + udp + onehome-remote + OneHome Remote Access + + + 2199 + tcp + onehome-help + OneHome Service Port + + + 2199 + udp + onehome-help + OneHome Service Port + + + 2200 + tcp + record + Reserved + + + 2200 + udp + record + Reserved + + + 2201 + tcp + ats + Advanced Training System Program + + + 2201 + udp + ats + Advanced Training System Program + + + 2202 + tcp + imtc-map + Int. Multimedia Teleconferencing Cosortium + + + 2202 + udp + imtc-map + Int. Multimedia Teleconferencing Cosortium + + + 2203 + tcp + b2-runtime + b2 Runtime Protocol + + + 2203 + udp + b2-runtime + b2 Runtime Protocol + + + 2204 + tcp + b2-license + b2 License Server + + + 2204 + udp + b2-license + b2 License Server + + + 2205 + tcp + jps + Java Presentation Server + + + 2205 + udp + jps + Java Presentation Server + + + 2206 + tcp + hpocbus + HP OpenCall bus + + + 2206 + udp + hpocbus + HP OpenCall bus + + + 2207 + tcp + hpssd + HP Status and Services + + + 2207 + udp + hpssd + HP Status and Services + + + 2208 + tcp + hpiod + HP I/O Backend + + + 2208 + udp + hpiod + HP I/O Backend + + + 2209 + tcp + rimf-ps + HP RIM for Files Portal Service + + + 2209 + udp + rimf-ps + HP RIM for Files Portal Service + + + 2210 + tcp + noaaport + NOAAPORT Broadcast Network + + + 2210 + udp + noaaport + NOAAPORT Broadcast Network + + + 2211 + tcp + emwin + EMWIN + + + 2211 + udp + emwin + EMWIN + + + 2212 + tcp + leecoposserver + LeeCO POS Server Service + + + 2212 + udp + leecoposserver + LeeCO POS Server Service + + + 2213 + tcp + kali + Kali + + + 2213 + udp + kali + Kali + + + 2214 + tcp + rpi + RDQ Protocol Interface + + + 2214 + udp + rpi + RDQ Protocol Interface + + + 2215 + tcp + ipcore + IPCore.co.za GPRS + + + 2215 + udp + ipcore + IPCore.co.za GPRS + + + 2216 + tcp + vtu-comms + VTU data service + + + 2216 + udp + vtu-comms + VTU data service + + + 2217 + tcp + gotodevice + GoToDevice Device Management + + + 2217 + udp + gotodevice + GoToDevice Device Management + + + 2218 + tcp + bounzza + Bounzza IRC Proxy + + + 2218 + udp + bounzza + Bounzza IRC Proxy + + + 2219 + tcp + netiq-ncap + NetIQ NCAP Protocol + + + 2219 + udp + netiq-ncap + NetIQ NCAP Protocol + + + 2220 + tcp + netiq + NetIQ End2End + + + 2220 + udp + netiq + NetIQ End2End + + + 2221 + tcp + ethernet-ip-s + EtherNet/IP over TLS + + + 2221 + udp + ethernet-ip-s + EtherNet/IP over DTLS + + + 2222 + tcp + EtherNet-IP-1 + System.Xml.XmlElement + + + 2222 + tcp + EtherNet/IP-1 + EtherNet/IP I/O + + + 2222 + udp + EtherNet-IP-1 + System.Xml.XmlElement + + + 2222 + udp + EtherNet/IP-1 + EtherNet/IP I/O + + + 2223 + tcp + rockwell-csp2 + Rockwell CSP2 + + + 2223 + udp + rockwell-csp2 + Rockwell CSP2 + + + 2224 + tcp + efi-mg + Easy Flexible Internet/Multiplayer Games + + + 2224 + udp + efi-mg + Easy Flexible Internet/Multiplayer Games + + + 2225 + tcp + rcip-itu + Resource Connection Initiation Protocol + + + 2225 + udp + record + Reserved + + + 2225 + sctp + rcip-itu + Resource Connection Initiation Protocol + + + 2226 + tcp + di-drm + Digital Instinct DRM + + + 2226 + udp + di-drm + Digital Instinct DRM + + + 2227 + tcp + di-msg + DI Messaging Service + + + 2227 + udp + di-msg + DI Messaging Service + + + 2228 + tcp + ehome-ms + eHome Message Server + + + 2228 + udp + ehome-ms + eHome Message Server + + + 2229 + tcp + datalens + DataLens Service + + + 2229 + udp + datalens + DataLens Service + + + 2230 + tcp + queueadm + MetaSoft Job Queue Administration Service + + + 2230 + udp + queueadm + MetaSoft Job Queue Administration Service + + + 2231 + tcp + wimaxasncp + WiMAX ASN Control Plane Protocol + + + 2231 + udp + wimaxasncp + WiMAX ASN Control Plane Protocol + + + 2232 + tcp + ivs-video + IVS Video default + + + 2232 + udp + ivs-video + IVS Video default + + + 2233 + tcp + infocrypt + INFOCRYPT + + + 2233 + udp + infocrypt + INFOCRYPT + + + 2234 + tcp + directplay + DirectPlay + + + 2234 + udp + directplay + DirectPlay + + + 2235 + tcp + sercomm-wlink + Sercomm-WLink + + + 2235 + udp + sercomm-wlink + Sercomm-WLink + + + 2236 + tcp + nani + Nani + + + 2236 + udp + nani + Nani + + + 2237 + tcp + optech-port1-lm + Optech Port1 License Manager + + + 2237 + udp + optech-port1-lm + Optech Port1 License Manager + + + 2238 + tcp + aviva-sna + AVIVA SNA SERVER + + + 2238 + udp + aviva-sna + AVIVA SNA SERVER + + + 2239 + tcp + imagequery + Image Query + + + 2239 + udp + imagequery + Image Query + + + 2240 + tcp + recipe + RECIPe + + + 2240 + udp + recipe + RECIPe + + + 2241 + tcp + ivsd + IVS Daemon + + + 2241 + udp + ivsd + IVS Daemon + + + 2242 + tcp + foliocorp + Folio Remote Server + + + 2242 + udp + foliocorp + Folio Remote Server + + + 2243 + tcp + magicom + Magicom Protocol + + + 2243 + udp + magicom + Magicom Protocol + + + 2244 + tcp + nmsserver + NMS Server + + + 2244 + udp + nmsserver + NMS Server + + + 2245 + tcp + hao + HaO + + + 2245 + udp + hao + HaO + + + 2246 + tcp + pc-mta-addrmap + PacketCable MTA Addr Map + + + 2246 + udp + pc-mta-addrmap + PacketCable MTA Addr Map + + + 2247 + tcp + antidotemgrsvr + Antidote Deployment Manager Service + + + 2247 + udp + antidotemgrsvr + Antidote Deployment Manager Service + + + 2248 + tcp + ums + User Management Service + + + 2248 + udp + ums + User Management Service + + + 2249 + tcp + rfmp + RISO File Manager Protocol + + + 2249 + udp + rfmp + RISO File Manager Protocol + + + 2250 + tcp + remote-collab + remote-collab + + + 2250 + udp + remote-collab + remote-collab + + + 2251 + tcp + dif-port + Distributed Framework Port + + + 2251 + udp + dif-port + Distributed Framework Port + + + 2252 + tcp + njenet-ssl + NJENET using SSL + + + 2252 + udp + njenet-ssl + NJENET using SSL + + + 2253 + tcp + dtv-chan-req + DTV Channel Request + + + 2253 + udp + dtv-chan-req + DTV Channel Request + + + 2254 + tcp + seispoc + Seismic P.O.C. Port + + + 2254 + udp + seispoc + Seismic P.O.C. Port + + + 2255 + tcp + vrtp + VRTP - ViRtue Transfer Protocol + + + 2255 + udp + vrtp + VRTP - ViRtue Transfer Protocol + + + 2256 + tcp + pcc-mfp + PCC MFP + + + 2256 + udp + pcc-mfp + PCC MFP + + + 2257 + tcp + simple-tx-rx + simple text/file transfer + + + 2257 + udp + simple-tx-rx + simple text/file transfer + + + 2258 + tcp + rcts + Rotorcraft Communications Test System + + + 2258 + udp + rcts + Rotorcraft Communications Test System + + + 2259 + tcp + bid-serv + BIF identifiers resolution service + + + 2259 + udp + bid-serv + BIF identifiers resolution service + + + 2260 + tcp + apc-2260 + APC 2260 + + + 2260 + udp + apc-2260 + APC 2260 + + + 2261 + tcp + comotionmaster + CoMotion Master Server + + + 2261 + udp + comotionmaster + CoMotion Master Server + + + 2262 + tcp + comotionback + CoMotion Backup Server + + + 2262 + udp + comotionback + CoMotion Backup Server + + + 2263 + tcp + ecwcfg + ECweb Configuration Service + + + 2263 + udp + ecwcfg + ECweb Configuration Service + + + 2264 + tcp + apx500api-1 + Audio Precision Apx500 API Port 1 + + + 2264 + udp + apx500api-1 + Audio Precision Apx500 API Port 1 + + + 2265 + tcp + apx500api-2 + Audio Precision Apx500 API Port 2 + + + 2265 + udp + apx500api-2 + Audio Precision Apx500 API Port 2 + + + 2266 + tcp + mfserver + M-Files Server + + + 2266 + udp + mfserver + M-files Server + + + 2267 + tcp + ontobroker + OntoBroker + + + 2267 + udp + ontobroker + OntoBroker + + + 2268 + tcp + amt + AMT + + + 2268 + udp + amt + AMT + + + 2269 + tcp + mikey + MIKEY + + + 2269 + udp + mikey + MIKEY + + + 2270 + tcp + starschool + starSchool + + + 2270 + udp + starschool + starSchool + + + 2271 + tcp + mmcals + Secure Meeting Maker Scheduling + + + 2271 + udp + mmcals + Secure Meeting Maker Scheduling + + + 2272 + tcp + mmcal + Meeting Maker Scheduling + + + 2272 + udp + mmcal + Meeting Maker Scheduling + + + 2273 + tcp + mysql-im + MySQL Instance Manager + + + 2273 + udp + mysql-im + MySQL Instance Manager + + + 2274 + tcp + pcttunnell + PCTTunneller + + + 2274 + udp + pcttunnell + PCTTunneller + + + 2275 + tcp + ibridge-data + iBridge Conferencing + + + 2275 + udp + ibridge-data + iBridge Conferencing + + + 2276 + tcp + ibridge-mgmt + iBridge Management + + + 2276 + udp + ibridge-mgmt + iBridge Management + + + 2277 + tcp + bluectrlproxy + Bt device control proxy + + + 2277 + udp + bluectrlproxy + Bt device control proxy + + + 2278 + tcp + s3db + Simple Stacked Sequences Database + + + 2278 + udp + s3db + Simple Stacked Sequences Database + + + 2279 + tcp + xmquery + xmquery + + + 2279 + udp + xmquery + xmquery + + + 2280 + tcp + lnvpoller + LNVPOLLER + + + 2280 + udp + lnvpoller + LNVPOLLER + + + 2281 + tcp + lnvconsole + LNVCONSOLE + + + 2281 + udp + lnvconsole + LNVCONSOLE + + + 2282 + tcp + lnvalarm + LNVALARM + + + 2282 + udp + lnvalarm + LNVALARM + + + 2283 + tcp + lnvstatus + LNVSTATUS + + + 2283 + udp + lnvstatus + LNVSTATUS + + + 2284 + tcp + lnvmaps + LNVMAPS + + + 2284 + udp + lnvmaps + LNVMAPS + + + 2285 + tcp + lnvmailmon + LNVMAILMON + + + 2285 + udp + lnvmailmon + LNVMAILMON + + + 2286 + tcp + nas-metering + NAS-Metering + + + 2286 + udp + nas-metering + NAS-Metering + + + 2287 + tcp + dna + DNA + + + 2287 + udp + dna + DNA + + + 2288 + tcp + netml + NETML + + + 2288 + udp + netml + NETML + + + 2289 + tcp + dict-lookup + Lookup dict server + + + 2289 + udp + dict-lookup + Lookup dict server + + + 2290 + tcp + sonus-logging + Sonus Logging Services + + + 2290 + udp + sonus-logging + Sonus Logging Services + + + 2291 + tcp + eapsp + EPSON Advanced Printer Share Protocol + + + 2291 + udp + eapsp + EPSON Advanced Printer Share Protocol + + + 2292 + tcp + mib-streaming + Sonus Element Management Services + + + 2292 + udp + mib-streaming + Sonus Element Management Services + + + 2293 + tcp + npdbgmngr + Network Platform Debug Manager + + + 2293 + udp + npdbgmngr + Network Platform Debug Manager + + + 2294 + tcp + konshus-lm + Konshus License Manager (FLEX) + + + 2294 + udp + konshus-lm + Konshus License Manager (FLEX) + + + 2295 + tcp + advant-lm + Advant License Manager + + + 2295 + udp + advant-lm + Advant License Manager + + + 2296 + tcp + theta-lm + Theta License Manager (Rainbow) + + + 2296 + udp + theta-lm + Theta License Manager (Rainbow) + + + 2297 + tcp + d2k-datamover1 + D2K DataMover 1 + + + 2297 + udp + d2k-datamover1 + D2K DataMover 1 + + + 2298 + tcp + d2k-datamover2 + D2K DataMover 2 + + + 2298 + udp + d2k-datamover2 + D2K DataMover 2 + + + 2299 + tcp + pc-telecommute + PC Telecommute + + + 2299 + udp + pc-telecommute + PC Telecommute + + + 2300 + tcp + cvmmon + CVMMON + + + 2300 + udp + cvmmon + CVMMON + + + 2301 + tcp + cpq-wbem + Compaq HTTP + + + 2301 + udp + cpq-wbem + Compaq HTTP + + + 2302 + tcp + binderysupport + Bindery Support + + + 2302 + udp + binderysupport + Bindery Support + + + 2303 + tcp + proxy-gateway + Proxy Gateway + + + 2303 + udp + proxy-gateway + Proxy Gateway + + + 2304 + tcp + attachmate-uts + Attachmate UTS + + + 2304 + udp + attachmate-uts + Attachmate UTS + + + 2305 + tcp + mt-scaleserver + MT ScaleServer + + + 2305 + udp + mt-scaleserver + MT ScaleServer + + + 2306 + tcp + tappi-boxnet + TAPPI BoxNet + + + 2306 + udp + tappi-boxnet + TAPPI BoxNet + + + 2307 + tcp + pehelp + pehelp + + + 2307 + udp + pehelp + pehelp + + + 2308 + tcp + sdhelp + sdhelp + + + 2308 + udp + sdhelp + sdhelp + + + 2309 + tcp + sdserver + SD Server + + + 2309 + udp + sdserver + SD Server + + + 2310 + tcp + sdclient + SD Client + + + 2310 + udp + sdclient + SD Client + + + 2311 + tcp + messageservice + Message Service + + + 2311 + udp + messageservice + Message Service + + + 2312 + tcp + wanscaler + WANScaler Communication Service + + + 2312 + udp + wanscaler + WANScaler Communication Service + + + 2313 + tcp + iapp + IAPP (Inter Access Point Protocol) + + + 2313 + udp + iapp + IAPP (Inter Access Point Protocol) + + + 2314 + tcp + cr-websystems + CR WebSystems + + + 2314 + udp + cr-websystems + CR WebSystems + + + 2315 + tcp + precise-sft + Precise Sft. + + + 2315 + udp + precise-sft + Precise Sft. + + + 2316 + tcp + sent-lm + SENT License Manager + + + 2316 + udp + sent-lm + SENT License Manager + + + 2317 + tcp + attachmate-g32 + Attachmate G32 + + + 2317 + udp + attachmate-g32 + Attachmate G32 + + + 2318 + tcp + cadencecontrol + Cadence Control + + + 2318 + udp + cadencecontrol + Cadence Control + + + 2319 + tcp + infolibria + InfoLibria + + + 2319 + udp + infolibria + InfoLibria + + + 2320 + tcp + siebel-ns + Siebel NS + + + 2320 + udp + siebel-ns + Siebel NS + + + 2321 + tcp + rdlap + RDLAP + + + 2321 + udp + rdlap + RDLAP + + + 2322 + tcp + ofsd + ofsd + + + 2322 + udp + ofsd + ofsd + + + 2323 + tcp + 3d-nfsd + 3d-nfsd + + + 2323 + udp + 3d-nfsd + 3d-nfsd + + + 2324 + tcp + cosmocall + Cosmocall + + + 2324 + udp + cosmocall + Cosmocall + + + 2325 + tcp + ansysli + ANSYS Licensing Interconnect + + + 2325 + udp + ansysli + ANSYS Licensing Interconnect + + + 2326 + tcp + idcp + IDCP + + + 2326 + udp + idcp + IDCP + + + 2327 + tcp + xingcsm + xingcsm + + + 2327 + udp + xingcsm + xingcsm + + + 2328 + tcp + netrix-sftm + Netrix SFTM + + + 2328 + udp + netrix-sftm + Netrix SFTM + + + 2329 + tcp + nvd + NVD + + + 2329 + udp + nvd + NVD + + + 2330 + tcp + tscchat + TSCCHAT + + + 2330 + udp + tscchat + TSCCHAT + + + 2331 + tcp + agentview + AGENTVIEW + + + 2331 + udp + agentview + AGENTVIEW + + + 2332 + tcp + rcc-host + RCC Host + + + 2332 + udp + rcc-host + RCC Host + + + 2333 + tcp + snapp + SNAPP + + + 2333 + udp + snapp + SNAPP + + + 2334 + tcp + ace-client + ACE Client Auth + + + 2334 + udp + ace-client + ACE Client Auth + + + 2335 + tcp + ace-proxy + ACE Proxy + + + 2335 + udp + ace-proxy + ACE Proxy + + + 2336 + tcp + appleugcontrol + Apple UG Control + + + 2336 + udp + appleugcontrol + Apple UG Control + + + 2337 + tcp + ideesrv + ideesrv + + + 2337 + udp + ideesrv + ideesrv + + + 2338 + tcp + norton-lambert + Norton Lambert + + + 2338 + udp + norton-lambert + Norton Lambert + + + 2339 + tcp + 3com-webview + 3Com WebView + + + 2339 + udp + 3com-webview + 3Com WebView + + + 2340 + tcp + wrs-registry + System.Xml.XmlElement + + + 2340 + tcp + wrs_registry + WRS Registry + + + 2340 + udp + wrs-registry + System.Xml.XmlElement + + + 2340 + udp + wrs_registry + WRS Registry + + + 2341 + tcp + xiostatus + XIO Status + + + 2341 + udp + xiostatus + XIO Status + + + 2342 + tcp + manage-exec + Seagate Manage Exec + + + 2342 + udp + manage-exec + Seagate Manage Exec + + + 2343 + tcp + nati-logos + nati logos + + + 2343 + udp + nati-logos + nati logos + + + 2344 + tcp + fcmsys + fcmsys + + + 2344 + udp + fcmsys + fcmsys + + + 2345 + tcp + dbm + dbm + + + 2345 + udp + dbm + dbm + + + 2346 + tcp + redstorm-join + System.Xml.XmlElement + + + 2346 + tcp + redstorm_join + Game Connection Port + + + 2346 + udp + redstorm-join + System.Xml.XmlElement + + + 2346 + udp + redstorm_join + Game Connection Port + + + 2347 + tcp + redstorm-find + System.Xml.XmlElement + + + 2347 + tcp + redstorm_find + Game Announcement and Location + + + 2347 + udp + redstorm-find + System.Xml.XmlElement + + + 2347 + udp + redstorm_find + Game Announcement and Location + + + 2348 + tcp + redstorm-info + System.Xml.XmlElement + + + 2348 + tcp + redstorm_info + Information to query for game status + + + 2348 + udp + redstorm-info + System.Xml.XmlElement + + + 2348 + udp + redstorm_info + Information to query for game status + + + 2349 + tcp + redstorm-diag + System.Xml.XmlElement + + + 2349 + tcp + redstorm_diag + Diagnostics Port + + + 2349 + udp + redstorm-diag + System.Xml.XmlElement + + + 2349 + udp + redstorm_diag + Diagnostics Port + + + 2350 + tcp + psbserver + Pharos Booking Server + + + 2350 + udp + psbserver + Pharos Booking Server + + + 2351 + tcp + psrserver + psrserver + + + 2351 + udp + psrserver + psrserver + + + 2352 + tcp + pslserver + pslserver + + + 2352 + udp + pslserver + pslserver + + + 2353 + tcp + pspserver + pspserver + + + 2353 + udp + pspserver + pspserver + + + 2354 + tcp + psprserver + psprserver + + + 2354 + udp + psprserver + psprserver + + + 2355 + tcp + psdbserver + psdbserver + + + 2355 + udp + psdbserver + psdbserver + + + 2356 + tcp + gxtelmd + GXT License Managemant + + + 2356 + udp + gxtelmd + GXT License Managemant + + + 2357 + tcp + unihub-server + UniHub Server + + + 2357 + udp + unihub-server + UniHub Server + + + 2358 + tcp + futrix + Futrix + + + 2358 + udp + futrix + Futrix + + + 2359 + tcp + flukeserver + FlukeServer + + + 2359 + udp + flukeserver + FlukeServer + + + 2360 + tcp + nexstorindltd + NexstorIndLtd + + + 2360 + udp + nexstorindltd + NexstorIndLtd + + + 2361 + tcp + tl1 + TL1 + + + 2361 + udp + tl1 + TL1 + + + 2362 + tcp + digiman + digiman + + + 2362 + udp + digiman + digiman + + + 2363 + tcp + mediacntrlnfsd + Media Central NFSD + + + 2363 + udp + mediacntrlnfsd + Media Central NFSD + + + 2364 + tcp + oi-2000 + OI-2000 + + + 2364 + udp + oi-2000 + OI-2000 + + + 2365 + tcp + dbref + dbref + + + 2365 + udp + dbref + dbref + + + 2366 + tcp + qip-login + qip-login + + + 2366 + udp + qip-login + qip-login + + + 2367 + tcp + service-ctrl + Service Control + + + 2367 + udp + service-ctrl + Service Control + + + 2368 + tcp + opentable + OpenTable + + + 2368 + udp + opentable + OpenTable + + + 2369 + tcp + bif-p2p + Blockchain Identifier InFrastructure P2P + + + 2369 + udp + bif-p2p + Blockchain Identifier InFrastructure P2P + + + 2370 + tcp + l3-hbmon + L3-HBMon + + + 2370 + udp + l3-hbmon + L3-HBMon + + + 2371 + tcp + rda + Remote Device Access + + + 2371 + udp + record + Reserved + + + 2372 + tcp + lanmessenger + LanMessenger + + + 2372 + udp + lanmessenger + LanMessenger + + + 2373 + tcp + remographlm + Remograph License Manager + + + 2373 + udp + record + Reserved + + + 2374 + tcp + hydra + Hydra RPC + + + 2374 + udp + record + Reserved + + + 2375 + tcp + docker + Docker REST API (plain text) + + + 2375 + udp + record + Reserved + + + 2376 + tcp + docker-s + Docker REST API (ssl) + + + 2377 + tcp + swarm + RPC interface for Docker Swarm + + + 2377 + udp + record + Reserved + + + 2378 + tcp + record + Reserved + + + 2378 + udp + dali + DALI lighting control + + + 2379 + tcp + etcd-client + etcd client communication + + + 2379 + udp + record + Reserved + + + 2380 + tcp + etcd-server + etcd server to server communication + + + 2380 + udp + record + Reserved + + + 2381 + tcp + compaq-https + Compaq HTTPS + + + 2381 + udp + compaq-https + Compaq HTTPS + + + 2382 + tcp + ms-olap3 + Microsoft OLAP + + + 2382 + udp + ms-olap3 + Microsoft OLAP + + + 2383 + tcp + ms-olap4 + Microsoft OLAP + + + 2383 + udp + ms-olap4 + Microsoft OLAP + + + 2384 + tcp + sd-request + SD-REQUEST + + + 2384 + udp + sd-capacity + SD-CAPACITY + + + 2385 + tcp + sd-data + SD-DATA + + + 2385 + udp + sd-data + SD-DATA + + + 2386 + tcp + virtualtape + Virtual Tape + + + 2386 + udp + virtualtape + Virtual Tape + + + 2387 + tcp + vsamredirector + VSAM Redirector + + + 2387 + udp + vsamredirector + VSAM Redirector + + + 2388 + tcp + mynahautostart + MYNAH AutoStart + + + 2388 + udp + mynahautostart + MYNAH AutoStart + + + 2389 + tcp + ovsessionmgr + OpenView Session Mgr + + + 2389 + udp + ovsessionmgr + OpenView Session Mgr + + + 2390 + tcp + rsmtp + RSMTP + + + 2390 + udp + rsmtp + RSMTP + + + 2391 + tcp + 3com-net-mgmt + 3COM Net Management + + + 2391 + udp + 3com-net-mgmt + 3COM Net Management + + + 2392 + tcp + tacticalauth + Tactical Auth + + + 2392 + udp + tacticalauth + Tactical Auth + + + 2393 + tcp + ms-olap1 + MS OLAP 1 + + + 2393 + udp + ms-olap1 + MS OLAP 1 + + + 2394 + tcp + ms-olap2 + MS OLAP 2 + + + 2394 + udp + ms-olap2 + MS OLAP 2 + + + 2395 + tcp + lan900-remote + System.Xml.XmlElement + + + 2395 + tcp + lan900_remote + LAN900 Remote + + + 2395 + udp + lan900-remote + System.Xml.XmlElement + + + 2395 + udp + lan900_remote + LAN900 Remote + + + 2396 + tcp + wusage + Wusage + + + 2396 + udp + wusage + Wusage + + + 2397 + tcp + ncl + NCL + + + 2397 + udp + ncl + NCL + + + 2398 + tcp + orbiter + Orbiter + + + 2398 + udp + orbiter + Orbiter + + + 2399 + tcp + fmpro-fdal + FileMaker, Inc. - Data Access Layer + + + 2399 + udp + fmpro-fdal + FileMaker, Inc. - Data Access Layer + + + 2400 + tcp + opequus-server + OpEquus Server + + + 2400 + udp + opequus-server + OpEquus Server + + + 2401 + tcp + cvspserver + cvspserver + + + 2401 + udp + cvspserver + cvspserver + + + 2402 + tcp + taskmaster2000 + TaskMaster 2000 Server + + + 2402 + udp + taskmaster2000 + TaskMaster 2000 Server + + + 2403 + tcp + taskmaster2000 + TaskMaster 2000 Web + + + 2403 + udp + taskmaster2000 + TaskMaster 2000 Web + + + 2404 + tcp + iec-104 + IEC 60870-5-104 process control over IP + + + 2404 + udp + iec-104 + IEC 60870-5-104 process control over IP + + + 2405 + tcp + trc-netpoll + TRC Netpoll + + + 2405 + udp + trc-netpoll + TRC Netpoll + + + 2406 + tcp + jediserver + JediServer + + + 2406 + udp + jediserver + JediServer + + + 2407 + tcp + orion + Orion + + + 2407 + udp + orion + Orion + + + 2408 + tcp + railgun-webaccl + CloudFlare Railgun Web Acceleration Protocol + + + 2408 + udp + record + Reserved + + + 2409 + tcp + sns-protocol + SNS Protocol + + + 2409 + udp + sns-protocol + SNS Protocol + + + 2410 + tcp + vrts-registry + VRTS Registry + + + 2410 + udp + vrts-registry + VRTS Registry + + + 2411 + tcp + netwave-ap-mgmt + Netwave AP Management + + + 2411 + udp + netwave-ap-mgmt + Netwave AP Management + + + 2412 + tcp + cdn + CDN + + + 2412 + udp + cdn + CDN + + + 2413 + tcp + orion-rmi-reg + orion-rmi-reg + + + 2413 + udp + orion-rmi-reg + orion-rmi-reg + + + 2414 + tcp + beeyond + Beeyond + + + 2414 + udp + beeyond + Beeyond + + + 2415 + tcp + codima-rtp + Codima Remote Transaction Protocol + + + 2415 + udp + codima-rtp + Codima Remote Transaction Protocol + + + 2416 + tcp + rmtserver + RMT Server + + + 2416 + udp + rmtserver + RMT Server + + + 2417 + tcp + composit-server + Composit Server + + + 2417 + udp + composit-server + Composit Server + + + 2418 + tcp + cas + cas + + + 2418 + udp + cas + cas + + + 2419 + tcp + attachmate-s2s + Attachmate S2S + + + 2419 + udp + attachmate-s2s + Attachmate S2S + + + 2420 + tcp + dslremote-mgmt + DSL Remote Management + + + 2420 + udp + dslremote-mgmt + DSL Remote Management + + + 2421 + tcp + g-talk + G-Talk + + + 2421 + udp + g-talk + G-Talk + + + 2422 + tcp + crmsbits + CRMSBITS + + + 2422 + udp + crmsbits + CRMSBITS + + + 2423 + tcp + rnrp + RNRP + + + 2423 + udp + rnrp + RNRP + + + 2424 + tcp + kofax-svr + KOFAX-SVR + + + 2424 + udp + kofax-svr + KOFAX-SVR + + + 2425 + tcp + fjitsuappmgr + Fujitsu App Manager + + + 2425 + udp + fjitsuappmgr + Fujitsu App Manager + + + 2426 + tcp + vcmp + VeloCloud MultiPath Protocol + + + 2426 + udp + vcmp + VeloCloud MultiPath Protocol + + + 2427 + tcp + mgcp-gateway + Media Gateway Control Protocol Gateway + + + 2427 + udp + mgcp-gateway + Media Gateway Control Protocol Gateway + + + 2428 + tcp + ott + One Way Trip Time + + + 2428 + udp + ott + One Way Trip Time + + + 2429 + tcp + ft-role + FT-ROLE + + + 2429 + udp + ft-role + FT-ROLE + + + 2430 + tcp + venus + venus + + + 2430 + udp + venus + venus + + + 2431 + tcp + venus-se + venus-se + + + 2431 + udp + venus-se + venus-se + + + 2432 + tcp + codasrv + codasrv + + + 2432 + udp + codasrv + codasrv + + + 2433 + tcp + codasrv-se + codasrv-se + + + 2433 + udp + codasrv-se + codasrv-se + + + 2434 + tcp + pxc-epmap + pxc-epmap + + + 2434 + udp + pxc-epmap + pxc-epmap + + + 2435 + tcp + optilogic + OptiLogic + + + 2435 + udp + optilogic + OptiLogic + + + 2436 + tcp + topx + TOP/X + + + 2436 + udp + topx + TOP/X + + + 2437 + tcp + unicontrol + UniControl + + + 2437 + udp + unicontrol + UniControl + + + 2438 + tcp + msp + MSP + + + 2438 + udp + msp + MSP + + + 2439 + tcp + sybasedbsynch + SybaseDBSynch + + + 2439 + udp + sybasedbsynch + SybaseDBSynch + + + 2440 + tcp + spearway + Spearway Lockers + + + 2440 + udp + spearway + Spearway Lockers + + + 2441 + tcp + pvsw-inet + Pervasive I*net Data Server + + + 2441 + udp + pvsw-inet + Pervasive I*net Data Server + + + 2442 + tcp + netangel + Netangel + + + 2442 + udp + netangel + Netangel + + + 2443 + tcp + powerclientcsf + PowerClient Central Storage Facility + + + 2443 + udp + powerclientcsf + PowerClient Central Storage Facility + + + 2444 + tcp + btpp2sectrans + BT PP2 Sectrans + + + 2444 + udp + btpp2sectrans + BT PP2 Sectrans + + + 2445 + tcp + dtn1 + DTN1 + + + 2445 + udp + dtn1 + DTN1 + + + 2446 + tcp + bues-service + System.Xml.XmlElement + + + 2446 + tcp + bues_service + bues_service + + + 2446 + udp + bues-service + System.Xml.XmlElement + + + 2446 + udp + bues_service + bues_service + + + 2447 + tcp + ovwdb + OpenView NNM daemon + + + 2447 + udp + ovwdb + OpenView NNM daemon + + + 2448 + tcp + hpppssvr + hpppsvr + + + 2448 + udp + hpppssvr + hpppsvr + + + 2449 + tcp + ratl + RATL + + + 2449 + udp + ratl + RATL + + + 2450 + tcp + netadmin + netadmin + + + 2450 + udp + netadmin + netadmin + + + 2451 + tcp + netchat + netchat + + + 2451 + udp + netchat + netchat + + + 2452 + tcp + snifferclient + SnifferClient + + + 2452 + udp + snifferclient + SnifferClient + + + 2453 + tcp + madge-ltd + madge ltd + + + 2453 + udp + madge-ltd + madge ltd + + + 2454 + tcp + indx-dds + IndX-DDS + + + 2454 + udp + indx-dds + IndX-DDS + + + 2455 + tcp + wago-io-system + WAGO-IO-SYSTEM + + + 2455 + udp + wago-io-system + WAGO-IO-SYSTEM + + + 2456 + tcp + altav-remmgt + altav-remmgt + + + 2456 + udp + altav-remmgt + altav-remmgt + + + 2457 + tcp + rapido-ip + Rapido_IP + + + 2457 + udp + rapido-ip + Rapido_IP + + + 2458 + tcp + griffin + griffin + + + 2458 + udp + griffin + griffin + + + 2459 + tcp + xrpl + Community + + + 2459 + udp + xrpl + Community + + + 2460 + tcp + ms-theater + ms-theater + + + 2460 + udp + ms-theater + ms-theater + + + 2461 + tcp + qadmifoper + qadmifoper + + + 2461 + udp + qadmifoper + qadmifoper + + + 2462 + tcp + qadmifevent + qadmifevent + + + 2462 + udp + qadmifevent + qadmifevent + + + 2463 + tcp + lsi-raid-mgmt + LSI RAID Management + + + 2463 + udp + lsi-raid-mgmt + LSI RAID Management + + + 2464 + tcp + direcpc-si + DirecPC SI + + + 2464 + udp + direcpc-si + DirecPC SI + + + 2465 + tcp + lbm + Load Balance Management + + + 2465 + udp + lbm + Load Balance Management + + + 2466 + tcp + lbf + Load Balance Forwarding + + + 2466 + udp + lbf + Load Balance Forwarding + + + 2467 + tcp + high-criteria + High Criteria + + + 2467 + udp + high-criteria + High Criteria + + + 2468 + tcp + qip-msgd + qip_msgd + + + 2468 + udp + qip-msgd + qip_msgd + + + 2469 + tcp + mti-tcs-comm + MTI-TCS-COMM + + + 2469 + udp + mti-tcs-comm + MTI-TCS-COMM + + + 2470 + tcp + taskman-port + taskman port + + + 2470 + udp + taskman-port + taskman port + + + 2471 + tcp + seaodbc + SeaODBC + + + 2471 + udp + seaodbc + SeaODBC + + + 2472 + tcp + c3 + C3 + + + 2472 + udp + c3 + C3 + + + 2473 + tcp + aker-cdp + Aker-cdp + + + 2473 + udp + aker-cdp + Aker-cdp + + + 2474 + tcp + vitalanalysis + Vital Analysis + + + 2474 + udp + vitalanalysis + Vital Analysis + + + 2475 + tcp + ace-server + ACE Server + + + 2475 + udp + ace-server + ACE Server + + + 2476 + tcp + ace-svr-prop + ACE Server Propagation + + + 2476 + udp + ace-svr-prop + ACE Server Propagation + + + 2477 + tcp + ssm-cvs + SecurSight Certificate Valifation Service + + + 2477 + udp + ssm-cvs + SecurSight Certificate Valifation Service + + + 2478 + tcp + ssm-cssps + SecurSight Authentication Server (SSL) + + + 2478 + udp + ssm-cssps + SecurSight Authentication Server (SSL) + + + 2479 + tcp + ssm-els + SecurSight Event Logging Server (SSL) + + + 2479 + udp + ssm-els + SecurSight Event Logging Server (SSL) + + + 2480 + tcp + powerexchange + Informatica PowerExchange Listener + + + 2480 + udp + powerexchange + Informatica PowerExchange Listener + + + 2481 + tcp + giop + Oracle GIOP + + + 2481 + udp + giop + Oracle GIOP + + + 2482 + tcp + giop-ssl + Oracle GIOP SSL + + + 2482 + udp + giop-ssl + Oracle GIOP SSL + + + 2483 + tcp + ttc + Oracle TTC + + + 2483 + udp + ttc + Oracle TTC + + + 2484 + tcp + ttc-ssl + Oracle TTC SSL + + + 2484 + udp + ttc-ssl + Oracle TTC SSL + + + 2485 + tcp + netobjects1 + Net Objects1 + + + 2485 + udp + netobjects1 + Net Objects1 + + + 2486 + tcp + netobjects2 + Net Objects2 + + + 2486 + udp + netobjects2 + Net Objects2 + + + 2487 + tcp + pns + Policy Notice Service + + + 2487 + udp + pns + Policy Notice Service + + + 2488 + tcp + moy-corp + Moy Corporation + + + 2488 + udp + moy-corp + Moy Corporation + + + 2489 + tcp + tsilb + TSILB + + + 2489 + udp + tsilb + TSILB + + + 2490 + tcp + qip-qdhcp + qip_qdhcp + + + 2490 + udp + qip-qdhcp + qip_qdhcp + + + 2491 + tcp + conclave-cpp + Conclave CPP + + + 2491 + udp + conclave-cpp + Conclave CPP + + + 2492 + tcp + groove + GROOVE + + + 2492 + udp + groove + GROOVE + + + 2493 + tcp + talarian-mqs + Talarian MQS + + + 2493 + udp + talarian-mqs + Talarian MQS + + + 2494 + tcp + bmc-ar + BMC AR + + + 2494 + udp + bmc-ar + BMC AR + + + 2495 + tcp + fast-rem-serv + Fast Remote Services + + + 2495 + udp + fast-rem-serv + Fast Remote Services + + + 2496 + tcp + dirgis + DIRGIS + + + 2496 + udp + dirgis + DIRGIS + + + 2497 + tcp + quaddb + Quad DB + + + 2497 + udp + quaddb + Quad DB + + + 2498 + tcp + odn-castraq + ODN-CasTraq + + + 2498 + udp + odn-castraq + ODN-CasTraq + + + 2499 + tcp + unicontrol + UniControl + + + 2499 + udp + unicontrol + UniControl + + + 2500 + tcp + rtsserv + Resource Tracking system server + + + 2500 + udp + rtsserv + Resource Tracking system server + + + 2501 + tcp + rtsclient + Resource Tracking system client + + + 2501 + udp + rtsclient + Resource Tracking system client + + + 2502 + tcp + kentrox-prot + Kentrox Protocol + + + 2502 + udp + kentrox-prot + Kentrox Protocol + + + 2503 + tcp + nms-dpnss + NMS-DPNSS + + + 2503 + udp + nms-dpnss + NMS-DPNSS + + + 2504 + tcp + wlbs + WLBS + + + 2504 + udp + wlbs + WLBS + + + 2505 + tcp + ppcontrol + PowerPlay Control + + + 2505 + udp + ppcontrol + PowerPlay Control + + + 2506 + tcp + jbroker + jbroker + + + 2506 + udp + jbroker + jbroker + + + 2507 + tcp + spock + spock + + + 2507 + udp + spock + spock + + + 2508 + tcp + jdatastore + JDataStore + + + 2508 + udp + jdatastore + JDataStore + + + 2509 + tcp + fjmpss + fjmpss + + + 2509 + udp + fjmpss + fjmpss + + + 2510 + tcp + fjappmgrbulk + fjappmgrbulk + + + 2510 + udp + fjappmgrbulk + fjappmgrbulk + + + 2511 + tcp + metastorm + Metastorm + + + 2511 + udp + metastorm + Metastorm + + + 2512 + tcp + citrixima + Citrix IMA + + + 2512 + udp + citrixima + Citrix IMA + + + 2513 + tcp + citrixadmin + Citrix ADMIN + + + 2513 + udp + citrixadmin + Citrix ADMIN + + + 2514 + tcp + facsys-ntp + Facsys NTP + + + 2514 + udp + facsys-ntp + Facsys NTP + + + 2515 + tcp + facsys-router + Facsys Router + + + 2515 + udp + facsys-router + Facsys Router + + + 2516 + tcp + maincontrol + Main Control + + + 2516 + udp + maincontrol + Main Control + + + 2517 + tcp + call-sig-trans + H.323 Annex E Call Control Signalling Transport + + + 2517 + udp + call-sig-trans + H.323 Annex E Call Control Signalling Transport + + + 2518 + tcp + willy + Willy + + + 2518 + udp + willy + Willy + + + 2519 + tcp + globmsgsvc + globmsgsvc + + + 2519 + udp + globmsgsvc + globmsgsvc + + + 2520 + tcp + pvsw + Pervasive Listener + + + 2520 + udp + pvsw + Pervasive Listener + + + 2521 + tcp + adaptecmgr + Adaptec Manager + + + 2521 + udp + adaptecmgr + Adaptec Manager + + + 2522 + tcp + windb + WinDb + + + 2522 + udp + windb + WinDb + + + 2523 + tcp + qke-llc-v3 + Qke LLC V.3 + + + 2523 + udp + qke-llc-v3 + Qke LLC V.3 + + + 2524 + tcp + optiwave-lm + Optiwave License Management + + + 2524 + udp + optiwave-lm + Optiwave License Management + + + 2525 + tcp + ms-v-worlds + MS V-Worlds + + + 2525 + udp + ms-v-worlds + MS V-Worlds + + + 2526 + tcp + ema-sent-lm + EMA License Manager + + + 2526 + udp + ema-sent-lm + EMA License Manager + + + 2527 + tcp + iqserver + IQ Server + + + 2527 + udp + iqserver + IQ Server + + + 2528 + tcp + ncr-ccl + System.Xml.XmlElement + + + 2528 + tcp + ncr_ccl + NCR CCL + + + 2528 + udp + ncr-ccl + System.Xml.XmlElement + + + 2528 + udp + ncr_ccl + NCR CCL + + + 2529 + tcp + utsftp + UTS FTP + + + 2529 + udp + utsftp + UTS FTP + + + 2530 + tcp + vrcommerce + VR Commerce + + + 2530 + udp + vrcommerce + VR Commerce + + + 2531 + tcp + ito-e-gui + ITO-E GUI + + + 2531 + udp + ito-e-gui + ITO-E GUI + + + 2532 + tcp + ovtopmd + OVTOPMD + + + 2532 + udp + ovtopmd + OVTOPMD + + + 2533 + tcp + snifferserver + SnifferServer + + + 2533 + udp + snifferserver + SnifferServer + + + 2534 + tcp + combox-web-acc + Combox Web Access + + + 2534 + udp + combox-web-acc + Combox Web Access + + + 2535 + tcp + madcap + MADCAP + + + 2535 + udp + madcap + MADCAP + + + 2536 + tcp + btpp2audctr1 + btpp2audctr1 + + + 2536 + udp + btpp2audctr1 + btpp2audctr1 + + + 2537 + tcp + upgrade + Upgrade Protocol + + + 2537 + udp + upgrade + Upgrade Protocol + + + 2538 + tcp + vnwk-prapi + vnwk-prapi + + + 2538 + udp + vnwk-prapi + vnwk-prapi + + + 2539 + tcp + vsiadmin + VSI Admin + + + 2539 + udp + vsiadmin + VSI Admin + + + 2540 + tcp + lonworks + LonWorks + + + 2540 + udp + lonworks + LonWorks + + + 2541 + tcp + lonworks2 + LonWorks2 + + + 2541 + udp + lonworks2 + LonWorks2 + + + 2542 + tcp + udrawgraph + uDraw(Graph) + + + 2542 + udp + udrawgraph + uDraw(Graph) + + + 2543 + tcp + reftek + REFTEK + + + 2543 + udp + reftek + REFTEK + + + 2544 + tcp + novell-zen + Management Daemon Refresh + + + 2544 + udp + novell-zen + Management Daemon Refresh + + + 2545 + tcp + sis-emt + sis-emt + + + 2545 + udp + sis-emt + sis-emt + + + 2546 + tcp + vytalvaultbrtp + vytalvaultbrtp + + + 2546 + udp + vytalvaultbrtp + vytalvaultbrtp + + + 2547 + tcp + vytalvaultvsmp + vytalvaultvsmp + + + 2547 + udp + vytalvaultvsmp + vytalvaultvsmp + + + 2548 + tcp + vytalvaultpipe + vytalvaultpipe + + + 2548 + udp + vytalvaultpipe + vytalvaultpipe + + + 2549 + tcp + ipass + IPASS + + + 2549 + udp + ipass + IPASS + + + 2550 + tcp + ads + ADS + + + 2550 + udp + ads + ADS + + + 2551 + tcp + isg-uda-server + ISG UDA Server + + + 2551 + udp + isg-uda-server + ISG UDA Server + + + 2552 + tcp + call-logging + Call Logging + + + 2552 + udp + call-logging + Call Logging + + + 2553 + tcp + efidiningport + efidiningport + + + 2553 + udp + efidiningport + efidiningport + + + 2554 + tcp + vcnet-link-v10 + VCnet-Link v10 + + + 2554 + udp + vcnet-link-v10 + VCnet-Link v10 + + + 2555 + tcp + compaq-wcp + Compaq WCP + + + 2555 + udp + compaq-wcp + Compaq WCP + + + 2556 + tcp + nicetec-nmsvc + nicetec-nmsvc + + + 2556 + udp + nicetec-nmsvc + nicetec-nmsvc + + + 2557 + tcp + nicetec-mgmt + nicetec-mgmt + + + 2557 + udp + nicetec-mgmt + nicetec-mgmt + + + 2558 + tcp + pclemultimedia + PCLE Multi Media + + + 2558 + udp + pclemultimedia + PCLE Multi Media + + + 2559 + tcp + lstp + LSTP + + + 2559 + udp + lstp + LSTP + + + 2560 + tcp + labrat + labrat + + + 2560 + udp + labrat + labrat + + + 2561 + tcp + mosaixcc + MosaixCC + + + 2561 + udp + mosaixcc + MosaixCC + + + 2562 + tcp + delibo + Delibo + + + 2562 + udp + delibo + Delibo + + + 2563 + tcp + cti-redwood + CTI Redwood + + + 2563 + udp + cti-redwood + CTI Redwood + + + 2564 + tcp + hp-3000-telnet + HP 3000 NS/VT block mode telnet + + + 2564 + udp + hp-3000-telnet + HP 3000 NS/VT block mode telnet + + + 2565 + tcp + coord-svr + Coordinator Server + + + 2565 + udp + coord-svr + Coordinator Server + + + 2566 + tcp + pcs-pcw + pcs-pcw + + + 2566 + udp + pcs-pcw + pcs-pcw + + + 2567 + tcp + clp + Cisco Line Protocol + + + 2567 + udp + clp + Cisco Line Protocol + + + 2568 + tcp + spamtrap + SPAM TRAP + + + 2568 + udp + spamtrap + SPAM TRAP + + + 2569 + tcp + sonuscallsig + Sonus Call Signal + + + 2569 + udp + sonuscallsig + Sonus Call Signal + + + 2570 + tcp + hs-port + HS Port + + + 2570 + udp + hs-port + HS Port + + + 2571 + tcp + cecsvc + CECSVC + + + 2571 + udp + cecsvc + CECSVC + + + 2572 + tcp + ibp + IBP + + + 2572 + udp + ibp + IBP + + + 2573 + tcp + trustestablish + Trust Establish + + + 2573 + udp + trustestablish + Trust Establish + + + 2574 + tcp + blockade-bpsp + Blockade BPSP + + + 2574 + udp + blockade-bpsp + Blockade BPSP + + + 2575 + tcp + hl7 + HL7 + + + 2575 + udp + hl7 + HL7 + + + 2576 + tcp + tclprodebugger + TCL Pro Debugger + + + 2576 + udp + tclprodebugger + TCL Pro Debugger + + + 2577 + tcp + scipticslsrvr + Scriptics Lsrvr + + + 2577 + udp + scipticslsrvr + Scriptics Lsrvr + + + 2578 + tcp + rvs-isdn-dcp + RVS ISDN DCP + + + 2578 + udp + rvs-isdn-dcp + RVS ISDN DCP + + + 2579 + tcp + mpfoncl + mpfoncl + + + 2579 + udp + mpfoncl + mpfoncl + + + 2580 + tcp + tributary + Tributary + + + 2580 + udp + tributary + Tributary + + + 2581 + tcp + argis-te + ARGIS TE + + + 2581 + udp + argis-te + ARGIS TE + + + 2582 + tcp + argis-ds + ARGIS DS + + + 2582 + udp + argis-ds + ARGIS DS + + + 2583 + tcp + mon + MON + + + 2583 + udp + mon + MON + + + 2584 + tcp + cyaserv + cyaserv + + + 2584 + udp + cyaserv + cyaserv + + + 2585 + tcp + netx-server + NETX Server + + + 2585 + udp + netx-server + NETX Server + + + 2586 + tcp + netx-agent + NETX Agent + + + 2586 + udp + netx-agent + NETX Agent + + + 2587 + tcp + masc + MASC + + + 2587 + udp + masc + MASC + + + 2588 + tcp + privilege + Privilege + + + 2588 + udp + privilege + Privilege + + + 2589 + tcp + quartus-tcl + quartus tcl + + + 2589 + udp + quartus-tcl + quartus tcl + + + 2590 + tcp + idotdist + idotdist + + + 2590 + udp + idotdist + idotdist + + + 2591 + tcp + maytagshuffle + Maytag Shuffle + + + 2591 + udp + maytagshuffle + Maytag Shuffle + + + 2592 + tcp + netrek + netrek + + + 2592 + udp + netrek + netrek + + + 2593 + tcp + mns-mail + MNS Mail Notice Service + + + 2593 + udp + mns-mail + MNS Mail Notice Service + + + 2594 + tcp + dts + Data Base Server + + + 2594 + udp + dts + Data Base Server + + + 2595 + tcp + worldfusion1 + World Fusion 1 + + + 2595 + udp + worldfusion1 + World Fusion 1 + + + 2596 + tcp + worldfusion2 + World Fusion 2 + + + 2596 + udp + worldfusion2 + World Fusion 2 + + + 2597 + tcp + homesteadglory + Homestead Glory + + + 2597 + udp + homesteadglory + Homestead Glory + + + 2598 + tcp + citriximaclient + Citrix MA Client + + + 2598 + udp + citriximaclient + Citrix MA Client + + + 2599 + tcp + snapd + Snap Discovery + + + 2599 + udp + snapd + Snap Discovery + + + 2600 + tcp + hpstgmgr + HPSTGMGR + + + 2600 + udp + hpstgmgr + HPSTGMGR + + + 2601 + tcp + discp-client + discp client + + + 2601 + udp + discp-client + discp client + + + 2602 + tcp + discp-server + discp server + + + 2602 + udp + discp-server + discp server + + + 2603 + tcp + servicemeter + Service Meter + + + 2603 + udp + servicemeter + Service Meter + + + 2604 + tcp + nsc-ccs + NSC CCS + + + 2604 + udp + nsc-ccs + NSC CCS + + + 2605 + tcp + nsc-posa + NSC POSA + + + 2605 + udp + nsc-posa + NSC POSA + + + 2606 + tcp + netmon + Dell Netmon + + + 2606 + udp + netmon + Dell Netmon + + + 2607 + tcp + connection + Dell Connection + + + 2607 + udp + connection + Dell Connection + + + 2608 + tcp + wag-service + Wag Service + + + 2608 + udp + wag-service + Wag Service + + + 2609 + tcp + system-monitor + System Monitor + + + 2609 + udp + system-monitor + System Monitor + + + 2610 + tcp + versa-tek + VersaTek + + + 2610 + udp + versa-tek + VersaTek + + + 2611 + tcp + lionhead + LIONHEAD + + + 2611 + udp + lionhead + LIONHEAD + + + 2612 + tcp + qpasa-agent + Qpasa Agent + + + 2612 + udp + qpasa-agent + Qpasa Agent + + + 2613 + tcp + smntubootstrap + SMNTUBootstrap + + + 2613 + udp + smntubootstrap + SMNTUBootstrap + + + 2614 + tcp + neveroffline + Never Offline + + + 2614 + udp + neveroffline + Never Offline + + + 2615 + tcp + firepower + firepower + + + 2615 + udp + firepower + firepower + + + 2616 + tcp + appswitch-emp + appswitch-emp + + + 2616 + udp + appswitch-emp + appswitch-emp + + + 2617 + tcp + cmadmin + Clinical Context Managers + + + 2617 + udp + cmadmin + Clinical Context Managers + + + 2618 + tcp + priority-e-com + Priority E-Com + + + 2618 + udp + priority-e-com + Priority E-Com + + + 2619 + tcp + bruce + bruce + + + 2619 + udp + bruce + bruce + + + 2620 + tcp + lpsrecommender + LPSRecommender + + + 2620 + udp + lpsrecommender + LPSRecommender + + + 2621 + tcp + miles-apart + Miles Apart Jukebox Server + + + 2621 + udp + miles-apart + Miles Apart Jukebox Server + + + 2622 + tcp + metricadbc + MetricaDBC + + + 2622 + udp + metricadbc + MetricaDBC + + + 2623 + tcp + lmdp + LMDP + + + 2623 + udp + lmdp + LMDP + + + 2624 + tcp + aria + Aria + + + 2624 + udp + aria + Aria + + + 2625 + tcp + blwnkl-port + Blwnkl Port + + + 2625 + udp + blwnkl-port + Blwnkl Port + + + 2626 + tcp + gbjd816 + gbjd816 + + + 2626 + udp + gbjd816 + gbjd816 + + + 2627 + tcp + moshebeeri + Moshe Beeri + + + 2627 + udp + moshebeeri + Moshe Beeri + + + 2628 + tcp + dict + DICT + + + 2628 + udp + dict + DICT + + + 2629 + tcp + sitaraserver + Sitara Server + + + 2629 + udp + sitaraserver + Sitara Server + + + 2630 + tcp + sitaramgmt + Sitara Management + + + 2630 + udp + sitaramgmt + Sitara Management + + + 2631 + tcp + sitaradir + Sitara Dir + + + 2631 + udp + sitaradir + Sitara Dir + + + 2632 + tcp + irdg-post + IRdg Post + + + 2632 + udp + irdg-post + IRdg Post + + + 2633 + tcp + interintelli + InterIntelli + + + 2633 + udp + interintelli + InterIntelli + + + 2634 + tcp + pk-electronics + PK Electronics + + + 2634 + udp + pk-electronics + PK Electronics + + + 2635 + tcp + backburner + Back Burner + + + 2635 + udp + backburner + Back Burner + + + 2636 + tcp + solve + Solve + + + 2636 + udp + solve + Solve + + + 2637 + tcp + imdocsvc + Import Document Service + + + 2637 + udp + imdocsvc + Import Document Service + + + 2638 + tcp + sybaseanywhere + Sybase Anywhere + + + 2638 + udp + sybaseanywhere + Sybase Anywhere + + + 2639 + tcp + aminet + AMInet + + + 2639 + udp + aminet + AMInet + + + 2640 + tcp + ami-control + Alcorn McBride Inc protocol used for device control + + + 2640 + udp + ami-control + Alcorn McBride Inc protocol used for device control + + + 2641 + tcp + hdl-srv + HDL Server + + + 2641 + udp + hdl-srv + HDL Server + + + 2642 + tcp + tragic + Tragic + + + 2642 + udp + tragic + Tragic + + + 2643 + tcp + gte-samp + GTE-SAMP + + + 2643 + udp + gte-samp + GTE-SAMP + + + 2644 + tcp + travsoft-ipx-t + Travsoft IPX Tunnel + + + 2644 + udp + travsoft-ipx-t + Travsoft IPX Tunnel + + + 2645 + tcp + novell-ipx-cmd + Novell IPX CMD + + + 2645 + udp + novell-ipx-cmd + Novell IPX CMD + + + 2646 + tcp + and-lm + AND License Manager + + + 2646 + udp + and-lm + AND License Manager + + + 2647 + tcp + syncserver + SyncServer + + + 2647 + udp + syncserver + SyncServer + + + 2648 + tcp + upsnotifyprot + Upsnotifyprot + + + 2648 + udp + upsnotifyprot + Upsnotifyprot + + + 2649 + tcp + vpsipport + VPSIPPORT + + + 2649 + udp + vpsipport + VPSIPPORT + + + 2650 + tcp + eristwoguns + eristwoguns + + + 2650 + udp + eristwoguns + eristwoguns + + + 2651 + tcp + ebinsite + EBInSite + + + 2651 + udp + ebinsite + EBInSite + + + 2652 + tcp + interpathpanel + InterPathPanel + + + 2652 + udp + interpathpanel + InterPathPanel + + + 2653 + tcp + sonus + Sonus + + + 2653 + udp + sonus + Sonus + + + 2654 + tcp + corel-vncadmin + System.Xml.XmlElement + + + 2654 + tcp + corel_vncadmin + Corel VNC Admin + + + 2654 + udp + corel-vncadmin + System.Xml.XmlElement + + + 2654 + udp + corel_vncadmin + Corel VNC Admin + + + 2655 + tcp + unglue + UNIX Nt Glue + + + 2655 + udp + unglue + UNIX Nt Glue + + + 2656 + tcp + kana + Kana + + + 2656 + udp + kana + Kana + + + 2657 + tcp + sns-dispatcher + SNS Dispatcher + + + 2657 + udp + sns-dispatcher + SNS Dispatcher + + + 2658 + tcp + sns-admin + SNS Admin + + + 2658 + udp + sns-admin + SNS Admin + + + 2659 + tcp + sns-query + SNS Query + + + 2659 + udp + sns-query + SNS Query + + + 2660 + tcp + gcmonitor + GC Monitor + + + 2660 + udp + gcmonitor + GC Monitor + + + 2661 + tcp + olhost + OLHOST + + + 2661 + udp + olhost + OLHOST + + + 2662 + tcp + bintec-capi + BinTec-CAPI + + + 2662 + udp + bintec-capi + BinTec-CAPI + + + 2663 + tcp + bintec-tapi + BinTec-TAPI + + + 2663 + udp + bintec-tapi + BinTec-TAPI + + + 2664 + tcp + patrol-mq-gm + Patrol for MQ GM + + + 2664 + udp + patrol-mq-gm + Patrol for MQ GM + + + 2665 + tcp + patrol-mq-nm + Patrol for MQ NM + + + 2665 + udp + patrol-mq-nm + Patrol for MQ NM + + + 2666 + tcp + extensis + extensis + + + 2666 + udp + extensis + extensis + + + 2667 + tcp + alarm-clock-s + Alarm Clock Server + + + 2667 + udp + alarm-clock-s + Alarm Clock Server + + + 2668 + tcp + alarm-clock-c + Alarm Clock Client + + + 2668 + udp + alarm-clock-c + Alarm Clock Client + + + 2669 + tcp + toad + TOAD + + + 2669 + udp + toad + TOAD + + + 2670 + tcp + tve-announce + TVE Announce + + + 2670 + udp + tve-announce + TVE Announce + + + 2671 + tcp + newlixreg + newlixreg + + + 2671 + udp + newlixreg + newlixreg + + + 2672 + tcp + nhserver + nhserver + + + 2672 + udp + nhserver + nhserver + + + 2673 + tcp + firstcall42 + First Call 42 + + + 2673 + udp + firstcall42 + First Call 42 + + + 2674 + tcp + ewnn + ewnn + + + 2674 + udp + ewnn + ewnn + + + 2675 + tcp + ttc-etap + TTC ETAP + + + 2675 + udp + ttc-etap + TTC ETAP + + + 2676 + tcp + simslink + SIMSLink + + + 2676 + udp + simslink + SIMSLink + + + 2677 + tcp + gadgetgate1way + Gadget Gate 1 Way + + + 2677 + udp + gadgetgate1way + Gadget Gate 1 Way + + + 2678 + tcp + gadgetgate2way + Gadget Gate 2 Way + + + 2678 + udp + gadgetgate2way + Gadget Gate 2 Way + + + 2679 + tcp + syncserverssl + Sync Server SSL + + + 2679 + udp + syncserverssl + Sync Server SSL + + + 2680 + tcp + pxc-sapxom + pxc-sapxom + + + 2680 + udp + pxc-sapxom + pxc-sapxom + + + 2681 + tcp + mpnjsomb + mpnjsomb + + + 2681 + udp + mpnjsomb + mpnjsomb + + + 2683 + tcp + ncdloadbalance + NCDLoadBalance + + + 2683 + udp + ncdloadbalance + NCDLoadBalance + + + 2684 + tcp + mpnjsosv + mpnjsosv + + + 2684 + udp + mpnjsosv + mpnjsosv + + + 2685 + tcp + mpnjsocl + mpnjsocl + + + 2685 + udp + mpnjsocl + mpnjsocl + + + 2686 + tcp + mpnjsomg + mpnjsomg + + + 2686 + udp + mpnjsomg + mpnjsomg + + + 2687 + tcp + pq-lic-mgmt + pq-lic-mgmt + + + 2687 + udp + pq-lic-mgmt + pq-lic-mgmt + + + 2688 + tcp + md-cg-http + md-cf-http + + + 2688 + udp + md-cg-http + md-cf-http + + + 2689 + tcp + fastlynx + FastLynx + + + 2689 + udp + fastlynx + FastLynx + + + 2690 + tcp + hp-nnm-data + HP NNM Embedded Database + + + 2690 + udp + hp-nnm-data + HP NNM Embedded Database + + + 2691 + tcp + itinternet + ITInternet ISM Server + + + 2691 + udp + itinternet + ITInternet ISM Server + + + 2692 + tcp + admins-lms + Admins LMS + + + 2692 + udp + admins-lms + Admins LMS + + + 2693 + tcp + record + Unassigned + + + 2693 + udp + record + Unassigned + + + 2694 + tcp + pwrsevent + pwrsevent + + + 2694 + udp + pwrsevent + pwrsevent + + + 2695 + tcp + vspread + VSPREAD + + + 2695 + udp + vspread + VSPREAD + + + 2696 + tcp + unifyadmin + Unify Admin + + + 2696 + udp + unifyadmin + Unify Admin + + + 2697 + tcp + oce-snmp-trap + Oce SNMP Trap Port + + + 2697 + udp + oce-snmp-trap + Oce SNMP Trap Port + + + 2698 + tcp + mck-ivpip + MCK-IVPIP + + + 2698 + udp + mck-ivpip + MCK-IVPIP + + + 2699 + tcp + csoft-plusclnt + Csoft Plus Client + + + 2699 + udp + csoft-plusclnt + Csoft Plus Client + + + 2700 + tcp + tqdata + tqdata + + + 2700 + udp + tqdata + tqdata + + + 2701 + tcp + sms-rcinfo + SMS RCINFO + + + 2701 + udp + sms-rcinfo + SMS RCINFO + + + 2702 + tcp + sms-xfer + SMS XFER + + + 2702 + udp + sms-xfer + SMS XFER + + + 2703 + tcp + sms-chat + SMS CHAT + + + 2703 + udp + sms-chat + SMS CHAT + + + 2704 + tcp + sms-remctrl + SMS REMCTRL + + + 2704 + udp + sms-remctrl + SMS REMCTRL + + + 2705 + tcp + sds-admin + SDS Admin + + + 2705 + udp + sds-admin + SDS Admin + + + 2706 + tcp + ncdmirroring + NCD Mirroring + + + 2706 + udp + ncdmirroring + NCD Mirroring + + + 2707 + tcp + emcsymapiport + EMCSYMAPIPORT + + + 2707 + udp + emcsymapiport + EMCSYMAPIPORT + + + 2708 + tcp + banyan-net + Banyan-Net + + + 2708 + udp + banyan-net + Banyan-Net + + + 2709 + tcp + supermon + Supermon + + + 2709 + udp + supermon + Supermon + + + 2710 + tcp + sso-service + SSO Service + + + 2710 + udp + sso-service + SSO Service + + + 2711 + tcp + sso-control + SSO Control + + + 2711 + udp + sso-control + SSO Control + + + 2712 + tcp + aocp + Axapta Object Communication Protocol + + + 2712 + udp + aocp + Axapta Object Communication Protocol + + + 2713 + tcp + raventbs + Raven Trinity Broker Service + + + 2713 + udp + raventbs + Raven Trinity Broker Service + + + 2714 + tcp + raventdm + Raven Trinity Data Mover + + + 2714 + udp + raventdm + Raven Trinity Data Mover + + + 2715 + tcp + hpstgmgr2 + HPSTGMGR2 + + + 2715 + udp + hpstgmgr2 + HPSTGMGR2 + + + 2716 + tcp + inova-ip-disco + Inova IP Disco + + + 2716 + udp + inova-ip-disco + Inova IP Disco + + + 2717 + tcp + pn-requester + PN REQUESTER + + + 2717 + udp + pn-requester + PN REQUESTER + + + 2718 + tcp + pn-requester2 + PN REQUESTER 2 + + + 2718 + udp + pn-requester2 + PN REQUESTER 2 + + + 2719 + tcp + scan-change + Scan & Change + + + 2719 + udp + scan-change + Scan & Change + + + 2720 + tcp + wkars + wkars + + + 2720 + udp + wkars + wkars + + + 2721 + tcp + smart-diagnose + Smart Diagnose + + + 2721 + udp + smart-diagnose + Smart Diagnose + + + 2722 + tcp + proactivesrvr + Proactive Server + + + 2722 + udp + proactivesrvr + Proactive Server + + + 2723 + tcp + watchdog-nt + WatchDog NT Protocol + + + 2723 + udp + watchdog-nt + WatchDog NT Protocol + + + 2724 + tcp + qotps + qotps + + + 2724 + udp + qotps + qotps + + + 2725 + tcp + msolap-ptp2 + MSOLAP PTP2 + + + 2725 + udp + msolap-ptp2 + MSOLAP PTP2 + + + 2726 + tcp + tams + TAMS + + + 2726 + udp + tams + TAMS + + + 2727 + tcp + mgcp-callagent + Media Gateway Control Protocol Call Agent + + + 2727 + udp + mgcp-callagent + Media Gateway Control Protocol Call Agent + + + 2728 + tcp + sqdr + SQDR + + + 2728 + udp + sqdr + SQDR + + + 2729 + tcp + tcim-control + TCIM Control + + + 2729 + udp + tcim-control + TCIM Control + + + 2730 + tcp + nec-raidplus + NEC RaidPlus + + + 2730 + udp + nec-raidplus + NEC RaidPlus + + + 2731 + tcp + fyre-messanger + Fyre Messanger + + + 2731 + udp + fyre-messanger + Fyre Messanger + + + 2732 + tcp + g5m + G5M + + + 2732 + udp + g5m + G5M + + + 2733 + tcp + signet-ctf + Signet CTF + + + 2733 + udp + signet-ctf + Signet CTF + + + 2734 + tcp + ccs-software + CCS Software + + + 2734 + udp + ccs-software + CCS Software + + + 2735 + tcp + netiq-mc + NetIQ Monitor Console + + + 2735 + udp + netiq-mc + NetIQ Monitor Console + + + 2736 + tcp + radwiz-nms-srv + RADWIZ NMS SRV + + + 2736 + udp + radwiz-nms-srv + RADWIZ NMS SRV + + + 2737 + tcp + srp-feedback + SRP Feedback + + + 2737 + udp + srp-feedback + SRP Feedback + + + 2738 + tcp + ndl-tcp-ois-gw + NDL TCP-OSI Gateway + + + 2738 + udp + ndl-tcp-ois-gw + NDL TCP-OSI Gateway + + + 2739 + tcp + tn-timing + TN Timing + + + 2739 + udp + tn-timing + TN Timing + + + 2740 + tcp + alarm + Alarm + + + 2740 + udp + alarm + Alarm + + + 2741 + tcp + tsb + TSB + + + 2741 + udp + tsb + TSB + + + 2742 + tcp + tsb2 + TSB2 + + + 2742 + udp + tsb2 + TSB2 + + + 2743 + tcp + murx + murx + + + 2743 + udp + murx + murx + + + 2744 + tcp + honyaku + honyaku + + + 2744 + udp + honyaku + honyaku + + + 2745 + tcp + urbisnet + URBISNET + + + 2745 + udp + urbisnet + URBISNET + + + 2746 + tcp + cpudpencap + CPUDPENCAP + + + 2746 + udp + cpudpencap + CPUDPENCAP + + + 2747 + tcp + fjippol-swrly + + + + + 2747 + udp + fjippol-swrly + + + + + 2748 + tcp + fjippol-polsvr + + + + + 2748 + udp + fjippol-polsvr + + + + + 2749 + tcp + fjippol-cnsl + + + + + 2749 + udp + fjippol-cnsl + + + + + 2750 + tcp + fjippol-port1 + + + + + 2750 + udp + fjippol-port1 + + + + + 2751 + tcp + fjippol-port2 + + + + + 2751 + udp + fjippol-port2 + + + + + 2752 + tcp + rsisysaccess + RSISYS ACCESS + + + 2752 + udp + rsisysaccess + RSISYS ACCESS + + + 2753 + tcp + de-spot + de-spot + + + 2753 + udp + de-spot + de-spot + + + 2754 + tcp + apollo-cc + APOLLO CC + + + 2754 + udp + apollo-cc + APOLLO CC + + + 2755 + tcp + expresspay + Express Pay + + + 2755 + udp + expresspay + Express Pay + + + 2756 + tcp + simplement-tie + simplement-tie + + + 2756 + udp + simplement-tie + simplement-tie + + + 2757 + tcp + cnrp + CNRP + + + 2757 + udp + cnrp + CNRP + + + 2758 + tcp + apollo-status + APOLLO Status + + + 2758 + udp + apollo-status + APOLLO Status + + + 2759 + tcp + apollo-gms + APOLLO GMS + + + 2759 + udp + apollo-gms + APOLLO GMS + + + 2760 + tcp + sabams + Saba MS + + + 2760 + udp + sabams + Saba MS + + + 2761 + tcp + dicom-iscl + DICOM ISCL + + + 2761 + udp + dicom-iscl + DICOM ISCL + + + 2762 + tcp + dicom-tls + DICOM TLS + + + 2762 + udp + dicom-tls + DICOM TLS + + + 2763 + tcp + desktop-dna + Desktop DNA + + + 2763 + udp + desktop-dna + Desktop DNA + + + 2764 + tcp + data-insurance + Data Insurance + + + 2764 + udp + data-insurance + Data Insurance + + + 2765 + tcp + qip-audup + qip-audup + + + 2765 + udp + qip-audup + qip-audup + + + 2766 + tcp + compaq-scp + Compaq SCP + + + 2766 + udp + compaq-scp + Compaq SCP + + + 2767 + tcp + uadtc + UADTC + + + 2767 + udp + uadtc + UADTC + + + 2768 + tcp + uacs + UACS + + + 2768 + udp + uacs + UACS + + + 2769 + tcp + exce + eXcE + + + 2769 + udp + exce + eXcE + + + 2770 + tcp + veronica + Veronica + + + 2770 + udp + veronica + Veronica + + + 2771 + tcp + vergencecm + Vergence CM + + + 2771 + udp + vergencecm + Vergence CM + + + 2772 + tcp + auris + auris + + + 2772 + udp + auris + auris + + + 2773 + tcp + rbakcup1 + RBackup Remote Backup + + + 2773 + udp + rbakcup1 + RBackup Remote Backup + + + 2774 + tcp + rbakcup2 + RBackup Remote Backup + + + 2774 + udp + rbakcup2 + RBackup Remote Backup + + + 2775 + tcp + smpp + SMPP + + + 2775 + udp + smpp + SMPP + + + 2776 + tcp + ridgeway1 + Ridgeway Systems & Software + + + 2776 + udp + ridgeway1 + Ridgeway Systems & Software + + + 2777 + tcp + ridgeway2 + Ridgeway Systems & Software + + + 2777 + udp + ridgeway2 + Ridgeway Systems & Software + + + 2778 + tcp + gwen-sonya + Gwen-Sonya + + + 2778 + udp + gwen-sonya + Gwen-Sonya + + + 2779 + tcp + lbc-sync + LBC Sync + + + 2779 + udp + lbc-sync + LBC Sync + + + 2780 + tcp + lbc-control + LBC Control + + + 2780 + udp + lbc-control + LBC Control + + + 2781 + tcp + whosells + whosells + + + 2781 + udp + whosells + whosells + + + 2782 + tcp + everydayrc + everydayrc + + + 2782 + udp + everydayrc + everydayrc + + + 2783 + tcp + aises + AISES + + + 2783 + udp + aises + AISES + + + 2784 + tcp + www-dev + world wide web - development + + + 2784 + udp + www-dev + world wide web - development + + + 2785 + tcp + aic-np + aic-np + + + 2785 + udp + aic-np + aic-np + + + 2786 + tcp + aic-oncrpc + aic-oncrpc - Destiny MCD database + + + 2786 + udp + aic-oncrpc + aic-oncrpc - Destiny MCD database + + + 2787 + tcp + piccolo + piccolo - Cornerstone Software + + + 2787 + udp + piccolo + piccolo - Cornerstone Software + + + 2788 + tcp + fryeserv + NetWare Loadable Module - Seagate Software + + + 2788 + udp + fryeserv + NetWare Loadable Module - Seagate Software + + + 2789 + tcp + media-agent + Media Agent + + + 2789 + udp + media-agent + Media Agent + + + 2790 + tcp + plgproxy + PLG Proxy + + + 2790 + udp + plgproxy + PLG Proxy + + + 2791 + tcp + mtport-regist + MT Port Registrator + + + 2791 + udp + mtport-regist + MT Port Registrator + + + 2792 + tcp + f5-globalsite + f5-globalsite + + + 2792 + udp + f5-globalsite + f5-globalsite + + + 2793 + tcp + initlsmsad + initlsmsad + + + 2793 + udp + initlsmsad + initlsmsad + + + 2795 + tcp + livestats + LiveStats + + + 2795 + udp + livestats + LiveStats + + + 2796 + tcp + ac-tech + ac-tech + + + 2796 + udp + ac-tech + ac-tech + + + 2797 + tcp + esp-encap + esp-encap + + + 2797 + udp + esp-encap + esp-encap + + + 2798 + tcp + tmesis-upshot + TMESIS-UPShot + + + 2798 + udp + tmesis-upshot + TMESIS-UPShot + + + 2799 + tcp + icon-discover + ICON Discover + + + 2799 + udp + icon-discover + ICON Discover + + + 2800 + tcp + acc-raid + ACC RAID + + + 2800 + udp + acc-raid + ACC RAID + + + 2801 + tcp + igcp + IGCP + + + 2801 + udp + igcp + IGCP + + + 2802 + tcp + veritas-tcp1 + Veritas TCP1 + + + 2802 + udp + veritas-udp1 + Veritas UDP1 + + + 2803 + tcp + btprjctrl + btprjctrl + + + 2803 + udp + btprjctrl + btprjctrl + + + 2804 + tcp + dvr-esm + March Networks Digital Video Recorders and Enterprise Service Manager products + + + 2804 + udp + dvr-esm + March Networks Digital Video Recorders and Enterprise Service Manager products + + + 2805 + tcp + wta-wsp-s + WTA WSP-S + + + 2805 + udp + wta-wsp-s + WTA WSP-S + + + 2806 + tcp + cspuni + cspuni + + + 2806 + udp + cspuni + cspuni + + + 2807 + tcp + cspmulti + cspmulti + + + 2807 + udp + cspmulti + cspmulti + + + 2808 + tcp + j-lan-p + J-LAN-P + + + 2808 + udp + j-lan-p + J-LAN-P + + + 2809 + tcp + corbaloc + CORBA LOC + + + 2809 + udp + corbaloc + CORBA LOC + + + 2810 + tcp + netsteward + Active Net Steward + + + 2810 + udp + netsteward + Active Net Steward + + + 2811 + tcp + gsiftp + GSI FTP + + + 2811 + udp + gsiftp + GSI FTP + + + 2812 + tcp + atmtcp + atmtcp + + + 2812 + udp + atmtcp + atmtcp + + + 2813 + tcp + llm-pass + llm-pass + + + 2813 + udp + llm-pass + llm-pass + + + 2814 + tcp + llm-csv + llm-csv + + + 2814 + udp + llm-csv + llm-csv + + + 2815 + tcp + lbc-measure + LBC Measurement + + + 2815 + udp + lbc-measure + LBC Measurement + + + 2816 + tcp + lbc-watchdog + LBC Watchdog + + + 2816 + udp + lbc-watchdog + LBC Watchdog + + + 2817 + tcp + nmsigport + NMSig Port + + + 2817 + udp + nmsigport + NMSig Port + + + 2818 + tcp + rmlnk + rmlnk + + + 2818 + udp + rmlnk + rmlnk + + + 2819 + tcp + fc-faultnotify + FC Fault Notification + + + 2819 + udp + fc-faultnotify + FC Fault Notification + + + 2820 + tcp + univision + UniVision + + + 2820 + udp + univision + UniVision + + + 2821 + tcp + vrts-at-port + VERITAS Authentication Service + + + 2821 + udp + vrts-at-port + VERITAS Authentication Service + + + 2822 + tcp + ka0wuc + ka0wuc + + + 2822 + udp + ka0wuc + ka0wuc + + + 2823 + tcp + cqg-netlan + CQG Net/LAN + + + 2823 + udp + cqg-netlan + CQG Net/LAN + + + 2824 + tcp + cqg-netlan-1 + CQG Net/LAN 1 + + + 2824 + udp + cqg-netlan-1 + CQG Net/Lan 1 + + + 2826 + tcp + slc-systemlog + slc systemlog + + + 2826 + udp + slc-systemlog + slc systemlog + + + 2827 + tcp + slc-ctrlrloops + slc ctrlrloops + + + 2827 + udp + slc-ctrlrloops + slc ctrlrloops + + + 2828 + tcp + itm-lm + ITM License Manager + + + 2828 + udp + itm-lm + ITM License Manager + + + 2829 + tcp + silkp1 + silkp1 + + + 2829 + udp + silkp1 + silkp1 + + + 2830 + tcp + silkp2 + silkp2 + + + 2830 + udp + silkp2 + silkp2 + + + 2831 + tcp + silkp3 + silkp3 + + + 2831 + udp + silkp3 + silkp3 + + + 2832 + tcp + silkp4 + silkp4 + + + 2832 + udp + silkp4 + silkp4 + + + 2833 + tcp + glishd + glishd + + + 2833 + udp + glishd + glishd + + + 2834 + tcp + evtp + EVTP + + + 2834 + udp + evtp + EVTP + + + 2835 + tcp + evtp-data + EVTP-DATA + + + 2835 + udp + evtp-data + EVTP-DATA + + + 2836 + tcp + catalyst + catalyst + + + 2836 + udp + catalyst + catalyst + + + 2837 + tcp + repliweb + Repliweb + + + 2837 + udp + repliweb + Repliweb + + + 2838 + tcp + starbot + Starbot + + + 2838 + udp + starbot + Starbot + + + 2839 + tcp + nmsigport + NMSigPort + + + 2839 + udp + nmsigport + NMSigPort + + + 2840 + tcp + l3-exprt + l3-exprt + + + 2840 + udp + l3-exprt + l3-exprt + + + 2841 + tcp + l3-ranger + l3-ranger + + + 2841 + udp + l3-ranger + l3-ranger + + + 2842 + tcp + l3-hawk + l3-hawk + + + 2842 + udp + l3-hawk + l3-hawk + + + 2843 + tcp + pdnet + PDnet + + + 2843 + udp + pdnet + PDnet + + + 2844 + tcp + bpcp-poll + BPCP POLL + + + 2844 + udp + bpcp-poll + BPCP POLL + + + 2845 + tcp + bpcp-trap + BPCP TRAP + + + 2845 + udp + bpcp-trap + BPCP TRAP + + + 2846 + tcp + aimpp-hello + AIMPP Hello + + + 2846 + udp + aimpp-hello + AIMPP Hello + + + 2847 + tcp + aimpp-port-req + AIMPP Port Req + + + 2847 + udp + aimpp-port-req + AIMPP Port Req + + + 2848 + tcp + amt-blc-port + AMT-BLC-PORT + + + 2848 + udp + amt-blc-port + AMT-BLC-PORT + + + 2849 + tcp + fxp + FXP + + + 2849 + udp + fxp + FXP + + + 2850 + tcp + metaconsole + MetaConsole + + + 2850 + udp + metaconsole + MetaConsole + + + 2851 + tcp + webemshttp + webemshttp + + + 2851 + udp + webemshttp + webemshttp + + + 2852 + tcp + bears-01 + bears-01 + + + 2852 + udp + bears-01 + bears-01 + + + 2853 + tcp + ispipes + ISPipes + + + 2853 + udp + ispipes + ISPipes + + + 2854 + tcp + infomover + InfoMover + + + 2854 + udp + infomover + InfoMover + + + 2855 + tcp + msrp + MSRP over TCP + + + 2855 + udp + record + Reserved + + + 2856 + tcp + cesdinv + cesdinv + + + 2856 + udp + cesdinv + cesdinv + + + 2857 + tcp + simctlp + SimCtIP + + + 2857 + udp + simctlp + SimCtIP + + + 2858 + tcp + ecnp + ECNP + + + 2858 + udp + ecnp + ECNP + + + 2859 + tcp + activememory + Active Memory + + + 2859 + udp + activememory + Active Memory + + + 2860 + tcp + dialpad-voice1 + Dialpad Voice 1 + + + 2860 + udp + dialpad-voice1 + Dialpad Voice 1 + + + 2861 + tcp + dialpad-voice2 + Dialpad Voice 2 + + + 2861 + udp + dialpad-voice2 + Dialpad Voice 2 + + + 2862 + tcp + ttg-protocol + TTG Protocol + + + 2862 + udp + ttg-protocol + TTG Protocol + + + 2863 + tcp + sonardata + Sonar Data + + + 2863 + udp + sonardata + Sonar Data + + + 2864 + tcp + astronova-main + main 5001 cmd + + + 2864 + udp + astronova-main + main 5001 cmd + + + 2865 + tcp + pit-vpn + pit-vpn + + + 2865 + udp + pit-vpn + pit-vpn + + + 2866 + tcp + iwlistener + iwlistener + + + 2866 + udp + iwlistener + iwlistener + + + 2867 + tcp + esps-portal + esps-portal + + + 2867 + udp + esps-portal + esps-portal + + + 2868 + tcp + npep-messaging + Norman Proprietaqry Events Protocol + + + 2868 + udp + npep-messaging + Norman Proprietaqry Events Protocol + + + 2869 + tcp + icslap + ICSLAP + + + 2869 + udp + icslap + ICSLAP + + + 2870 + tcp + daishi + daishi + + + 2870 + udp + daishi + daishi + + + 2871 + tcp + msi-selectplay + MSI Select Play + + + 2871 + udp + msi-selectplay + MSI Select Play + + + 2872 + tcp + radix + RADIX + + + 2872 + udp + radix + RADIX + + + 2873 + tcp + psrt + PubSub Realtime Telemetry Protocol + + + 2873 + udp + psrt + PubSub Realtime Telemetry Protocol + + + 2874 + tcp + dxmessagebase1 + DX Message Base Transport Protocol + + + 2874 + udp + dxmessagebase1 + DX Message Base Transport Protocol + + + 2875 + tcp + dxmessagebase2 + DX Message Base Transport Protocol + + + 2875 + udp + dxmessagebase2 + DX Message Base Transport Protocol + + + 2876 + tcp + sps-tunnel + SPS Tunnel + + + 2876 + udp + sps-tunnel + SPS Tunnel + + + 2877 + tcp + bluelance + BLUELANCE + + + 2877 + udp + bluelance + BLUELANCE + + + 2878 + tcp + aap + AAP + + + 2878 + udp + aap + AAP + + + 2879 + tcp + ucentric-ds + ucentric-ds + + + 2879 + udp + ucentric-ds + ucentric-ds + + + 2880 + tcp + synapse + Synapse Transport + + + 2880 + udp + synapse + Synapse Transport + + + 2881 + tcp + ndsp + NDSP + + + 2881 + udp + ndsp + NDSP + + + 2882 + tcp + ndtp + NDTP + + + 2882 + udp + ndtp + NDTP + + + 2883 + tcp + ndnp + NDNP + + + 2883 + udp + ndnp + NDNP + + + 2884 + tcp + flashmsg + Flash Msg + + + 2884 + udp + flashmsg + Flash Msg + + + 2885 + tcp + topflow + TopFlow + + + 2885 + udp + topflow + TopFlow + + + 2886 + tcp + responselogic + RESPONSELOGIC + + + 2886 + udp + responselogic + RESPONSELOGIC + + + 2887 + tcp + aironetddp + aironet + + + 2887 + udp + aironetddp + aironet + + + 2888 + tcp + spcsdlobby + SPCSDLOBBY + + + 2888 + udp + spcsdlobby + SPCSDLOBBY + + + 2889 + tcp + rsom + RSOM + + + 2889 + udp + rsom + RSOM + + + 2890 + tcp + cspclmulti + CSPCLMULTI + + + 2890 + udp + cspclmulti + CSPCLMULTI + + + 2891 + tcp + cinegrfx-elmd + CINEGRFX-ELMD License Manager + + + 2891 + udp + cinegrfx-elmd + CINEGRFX-ELMD License Manager + + + 2892 + tcp + snifferdata + SNIFFERDATA + + + 2892 + udp + snifferdata + SNIFFERDATA + + + 2893 + tcp + vseconnector + VSECONNECTOR + + + 2893 + udp + vseconnector + VSECONNECTOR + + + 2894 + tcp + abacus-remote + ABACUS-REMOTE + + + 2894 + udp + abacus-remote + ABACUS-REMOTE + + + 2895 + tcp + natuslink + NATUS LINK + + + 2895 + udp + natuslink + NATUS LINK + + + 2896 + tcp + ecovisiong6-1 + ECOVISIONG6-1 + + + 2896 + udp + ecovisiong6-1 + ECOVISIONG6-1 + + + 2897 + tcp + citrix-rtmp + Citrix RTMP + + + 2897 + udp + citrix-rtmp + Citrix RTMP + + + 2898 + tcp + appliance-cfg + APPLIANCE-CFG + + + 2898 + udp + appliance-cfg + APPLIANCE-CFG + + + 2899 + tcp + powergemplus + POWERGEMPLUS + + + 2899 + udp + powergemplus + POWERGEMPLUS + + + 2900 + tcp + quicksuite + QUICKSUITE + + + 2900 + udp + quicksuite + QUICKSUITE + + + 2901 + tcp + allstorcns + ALLSTORCNS + + + 2901 + udp + allstorcns + ALLSTORCNS + + + 2902 + tcp + netaspi + NET ASPI + + + 2902 + udp + netaspi + NET ASPI + + + 2903 + tcp + suitcase + SUITCASE + + + 2903 + udp + suitcase + SUITCASE + + + 2904 + tcp + m2ua + M2UA + + + 2904 + udp + m2ua + M2UA + + + 2904 + sctp + m2ua + M2UA + + + 2905 + tcp + m3ua + M3UA + + + 2905 + udp + record + De-registered + + + 2905 + sctp + m3ua + M3UA + + + 2906 + tcp + caller9 + CALLER9 + + + 2906 + udp + caller9 + CALLER9 + + + 2907 + tcp + webmethods-b2b + WEBMETHODS B2B + + + 2907 + udp + webmethods-b2b + WEBMETHODS B2B + + + 2908 + tcp + mao + mao + + + 2908 + udp + mao + mao + + + 2909 + tcp + funk-dialout + Funk Dialout + + + 2909 + udp + funk-dialout + Funk Dialout + + + 2910 + tcp + tdaccess + TDAccess + + + 2910 + udp + tdaccess + TDAccess + + + 2911 + tcp + blockade + Blockade + + + 2911 + udp + blockade + Blockade + + + 2912 + tcp + epicon + Epicon + + + 2912 + udp + epicon + Epicon + + + 2913 + tcp + boosterware + Booster Ware + + + 2913 + udp + boosterware + Booster Ware + + + 2914 + tcp + gamelobby + Game Lobby + + + 2914 + udp + gamelobby + Game Lobby + + + 2915 + tcp + tksocket + TK Socket + + + 2915 + udp + tksocket + TK Socket + + + 2916 + tcp + elvin-server + System.Xml.XmlElement + + + 2916 + tcp + elvin_server + Elvin Server + + + 2916 + udp + elvin-server + System.Xml.XmlElement + + + 2916 + udp + elvin_server + Elvin Server + + + 2917 + tcp + elvin-client + System.Xml.XmlElement + + + 2917 + tcp + elvin_client + Elvin Client + + + 2917 + udp + elvin-client + System.Xml.XmlElement + + + 2917 + udp + elvin_client + Elvin Client + + + 2918 + tcp + kastenchasepad + Kasten Chase Pad + + + 2918 + udp + kastenchasepad + Kasten Chase Pad + + + 2919 + tcp + roboer + roboER + + + 2919 + udp + roboer + roboER + + + 2920 + tcp + roboeda + roboEDA + + + 2920 + udp + roboeda + roboEDA + + + 2921 + tcp + cesdcdman + CESD Contents Delivery Management + + + 2921 + udp + cesdcdman + CESD Contents Delivery Management + + + 2922 + tcp + cesdcdtrn + CESD Contents Delivery Data Transfer + + + 2922 + udp + cesdcdtrn + CESD Contents Delivery Data Transfer + + + 2923 + tcp + wta-wsp-wtp-s + WTA-WSP-WTP-S + + + 2923 + udp + wta-wsp-wtp-s + WTA-WSP-WTP-S + + + 2924 + tcp + precise-vip + PRECISE-VIP + + + 2924 + udp + precise-vip + PRECISE-VIP + + + 2926 + tcp + mobile-file-dl + MOBILE-FILE-DL + + + 2926 + udp + mobile-file-dl + MOBILE-FILE-DL + + + 2927 + tcp + unimobilectrl + UNIMOBILECTRL + + + 2927 + udp + unimobilectrl + UNIMOBILECTRL + + + 2928 + tcp + redstone-cpss + REDSTONE-CPSS + + + 2928 + udp + redstone-cpss + REDSTONE-CPSS + + + 2929 + tcp + amx-webadmin + AMX-WEBADMIN + + + 2929 + udp + amx-webadmin + AMX-WEBADMIN + + + 2930 + tcp + amx-weblinx + AMX-WEBLINX + + + 2930 + udp + amx-weblinx + AMX-WEBLINX + + + 2931 + tcp + circle-x + Circle-X + + + 2931 + udp + circle-x + Circle-X + + + 2932 + tcp + incp + INCP + + + 2932 + udp + incp + INCP + + + 2933 + tcp + 4-tieropmgw + 4-TIER OPM GW + + + 2933 + udp + 4-tieropmgw + 4-TIER OPM GW + + + 2934 + tcp + 4-tieropmcli + 4-TIER OPM CLI + + + 2934 + udp + 4-tieropmcli + 4-TIER OPM CLI + + + 2935 + tcp + qtp + QTP + + + 2935 + udp + qtp + QTP + + + 2936 + tcp + otpatch + OTPatch + + + 2936 + udp + otpatch + OTPatch + + + 2937 + tcp + pnaconsult-lm + PNACONSULT-LM + + + 2937 + udp + pnaconsult-lm + PNACONSULT-LM + + + 2938 + tcp + sm-pas-1 + SM-PAS-1 + + + 2938 + udp + sm-pas-1 + SM-PAS-1 + + + 2939 + tcp + sm-pas-2 + SM-PAS-2 + + + 2939 + udp + sm-pas-2 + SM-PAS-2 + + + 2940 + tcp + sm-pas-3 + SM-PAS-3 + + + 2940 + udp + sm-pas-3 + SM-PAS-3 + + + 2941 + tcp + sm-pas-4 + SM-PAS-4 + + + 2941 + udp + sm-pas-4 + SM-PAS-4 + + + 2942 + tcp + sm-pas-5 + SM-PAS-5 + + + 2942 + udp + sm-pas-5 + SM-PAS-5 + + + 2943 + tcp + ttnrepository + TTNRepository + + + 2943 + udp + ttnrepository + TTNRepository + + + 2944 + tcp + megaco-h248 + Megaco H-248 + + + 2944 + udp + megaco-h248 + Megaco H-248 + + + 2944 + sctp + megaco-h248 + Megaco-H.248 text + + + 2945 + tcp + h248-binary + H248 Binary + + + 2945 + udp + h248-binary + H248 Binary + + + 2945 + sctp + h248-binary + Megaco/H.248 binary + + + 2946 + tcp + fjsvmpor + FJSVmpor + + + 2946 + udp + fjsvmpor + FJSVmpor + + + 2947 + tcp + gpsd + GPS Daemon request/response protocol + + + 2947 + udp + gpsd + GPS Daemon request/response protocol + + + 2948 + tcp + wap-push + WAP PUSH + + + 2948 + udp + wap-push + WAP PUSH + + + 2949 + tcp + wap-pushsecure + WAP PUSH SECURE + + + 2949 + udp + wap-pushsecure + WAP PUSH SECURE + + + 2950 + tcp + esip + ESIP + + + 2950 + udp + esip + ESIP + + + 2951 + tcp + ottp + OTTP + + + 2951 + udp + ottp + OTTP + + + 2952 + tcp + mpfwsas + MPFWSAS + + + 2952 + udp + mpfwsas + MPFWSAS + + + 2953 + tcp + ovalarmsrv + OVALARMSRV + + + 2953 + udp + ovalarmsrv + OVALARMSRV + + + 2954 + tcp + ovalarmsrv-cmd + OVALARMSRV-CMD + + + 2954 + udp + ovalarmsrv-cmd + OVALARMSRV-CMD + + + 2955 + tcp + csnotify + CSNOTIFY + + + 2955 + udp + csnotify + CSNOTIFY + + + 2956 + tcp + ovrimosdbman + OVRIMOSDBMAN + + + 2956 + udp + ovrimosdbman + OVRIMOSDBMAN + + + 2957 + tcp + jmact5 + JAMCT5 + + + 2957 + udp + jmact5 + JAMCT5 + + + 2958 + tcp + jmact6 + JAMCT6 + + + 2958 + udp + jmact6 + JAMCT6 + + + 2959 + tcp + rmopagt + RMOPAGT + + + 2959 + udp + rmopagt + RMOPAGT + + + 2960 + tcp + dfoxserver + DFOXSERVER + + + 2960 + udp + dfoxserver + DFOXSERVER + + + 2961 + tcp + boldsoft-lm + BOLDSOFT-LM + + + 2961 + udp + boldsoft-lm + BOLDSOFT-LM + + + 2962 + tcp + iph-policy-cli + IPH-POLICY-CLI + + + 2962 + udp + iph-policy-cli + IPH-POLICY-CLI + + + 2963 + tcp + iph-policy-adm + IPH-POLICY-ADM + + + 2963 + udp + iph-policy-adm + IPH-POLICY-ADM + + + 2964 + tcp + bullant-srap + BULLANT SRAP + + + 2964 + udp + bullant-srap + BULLANT SRAP + + + 2965 + tcp + bullant-rap + BULLANT RAP + + + 2965 + udp + bullant-rap + BULLANT RAP + + + 2966 + tcp + idp-infotrieve + IDP-INFOTRIEVE + + + 2966 + udp + idp-infotrieve + IDP-INFOTRIEVE + + + 2967 + tcp + ssc-agent + SSC-AGENT + + + 2967 + udp + ssc-agent + SSC-AGENT + + + 2968 + tcp + enpp + ENPP + + + 2968 + udp + enpp + ENPP + + + 2969 + tcp + essp + ESSP + + + 2969 + udp + essp + ESSP + + + 2970 + tcp + index-net + INDEX-NET + + + 2970 + udp + index-net + INDEX-NET + + + 2971 + tcp + netclip + NetClip clipboard daemon + + + 2971 + udp + netclip + NetClip clipboard daemon + + + 2972 + tcp + pmsm-webrctl + PMSM Webrctl + + + 2972 + udp + pmsm-webrctl + PMSM Webrctl + + + 2973 + tcp + svnetworks + SV Networks + + + 2973 + udp + svnetworks + SV Networks + + + 2974 + tcp + signal + Signal + + + 2974 + udp + signal + Signal + + + 2975 + tcp + fjmpcm + Fujitsu Configuration Management Service + + + 2975 + udp + fjmpcm + Fujitsu Configuration Management Service + + + 2976 + tcp + cns-srv-port + CNS Server Port + + + 2976 + udp + cns-srv-port + CNS Server Port + + + 2977 + tcp + ttc-etap-ns + TTCs Enterprise Test Access Protocol - NS + + + 2977 + udp + ttc-etap-ns + TTCs Enterprise Test Access Protocol - NS + + + 2978 + tcp + ttc-etap-ds + TTCs Enterprise Test Access Protocol - DS + + + 2978 + udp + ttc-etap-ds + TTCs Enterprise Test Access Protocol - DS + + + 2979 + tcp + h263-video + H.263 Video Streaming + + + 2979 + udp + h263-video + H.263 Video Streaming + + + 2980 + tcp + wimd + Instant Messaging Service + + + 2980 + udp + wimd + Instant Messaging Service + + + 2981 + tcp + mylxamport + MYLXAMPORT + + + 2981 + udp + mylxamport + MYLXAMPORT + + + 2982 + tcp + iwb-whiteboard + IWB-WHITEBOARD + + + 2982 + udp + iwb-whiteboard + IWB-WHITEBOARD + + + 2983 + tcp + netplan + NETPLAN + + + 2983 + udp + netplan + NETPLAN + + + 2984 + tcp + hpidsadmin + HPIDSADMIN + + + 2984 + udp + hpidsadmin + HPIDSADMIN + + + 2985 + tcp + hpidsagent + HPIDSAGENT + + + 2985 + udp + hpidsagent + HPIDSAGENT + + + 2986 + tcp + stonefalls + STONEFALLS + + + 2986 + udp + stonefalls + STONEFALLS + + + 2987 + tcp + identify + identify + + + 2987 + udp + identify + identify + + + 2988 + tcp + hippad + HIPPA Reporting Protocol + + + 2988 + udp + hippad + HIPPA Reporting Protocol + + + 2989 + tcp + zarkov + ZARKOV Intelligent Agent Communication + + + 2989 + udp + zarkov + ZARKOV Intelligent Agent Communication + + + 2990 + tcp + boscap + BOSCAP + + + 2990 + udp + boscap + BOSCAP + + + 2991 + tcp + wkstn-mon + WKSTN-MON + + + 2991 + udp + wkstn-mon + WKSTN-MON + + + 2992 + tcp + avenyo + Avenyo Server + + + 2992 + udp + avenyo + Avenyo Server + + + 2993 + tcp + veritas-vis1 + VERITAS VIS1 + + + 2993 + udp + veritas-vis1 + VERITAS VIS1 + + + 2994 + tcp + veritas-vis2 + VERITAS VIS2 + + + 2994 + udp + veritas-vis2 + VERITAS VIS2 + + + 2995 + tcp + idrs + IDRS + + + 2995 + udp + idrs + IDRS + + + 2996 + tcp + vsixml + vsixml + + + 2996 + udp + vsixml + vsixml + + + 2997 + tcp + rebol + REBOL + + + 2997 + udp + rebol + REBOL + + + 2998 + tcp + realsecure + Real Secure + + + 2998 + udp + realsecure + Real Secure + + + 2999 + tcp + remoteware-un + RemoteWare Unassigned + + + 2999 + udp + remoteware-un + RemoteWare Unassigned + + + 3000 + tcp + hbci + HBCI + + + 3000 + udp + hbci + HBCI + + + 3000 + tcp + remoteware-cl + RemoteWare Client + + + 3000 + udp + remoteware-cl + RemoteWare Client + + + 3001 + tcp + origo-native + OrigoDB Server Native Interface + + + 3001 + udp + record + Reserved + + + 3002 + tcp + exlm-agent + EXLM Agent + + + 3002 + udp + exlm-agent + EXLM Agent + + + 3002 + tcp + remoteware-srv + RemoteWare Server + + + 3002 + udp + remoteware-srv + RemoteWare Server + + + 3003 + tcp + cgms + CGMS + + + 3003 + udp + cgms + CGMS + + + 3004 + tcp + csoftragent + Csoft Agent + + + 3004 + udp + csoftragent + Csoft Agent + + + 3005 + tcp + geniuslm + Genius License Manager + + + 3005 + udp + geniuslm + Genius License Manager + + + 3006 + tcp + ii-admin + Instant Internet Admin + + + 3006 + udp + ii-admin + Instant Internet Admin + + + 3007 + tcp + lotusmtap + Lotus Mail Tracking Agent Protocol + + + 3007 + udp + lotusmtap + Lotus Mail Tracking Agent Protocol + + + 3008 + tcp + midnight-tech + Midnight Technologies + + + 3008 + udp + midnight-tech + Midnight Technologies + + + 3009 + tcp + pxc-ntfy + PXC-NTFY + + + 3009 + udp + pxc-ntfy + PXC-NTFY + + + 3010 + tcp + gw + Telerate Workstation + + + 3010 + udp + ping-pong + Telerate Workstation + + + 3011 + tcp + trusted-web + Trusted Web + + + 3011 + udp + trusted-web + Trusted Web + + + 3012 + tcp + twsdss + Trusted Web Client + + + 3012 + udp + twsdss + Trusted Web Client + + + 3013 + tcp + gilatskysurfer + Gilat Sky Surfer + + + 3013 + udp + gilatskysurfer + Gilat Sky Surfer + + + 3014 + tcp + broker-service + System.Xml.XmlElement + + + 3014 + tcp + broker_service + Broker Service + + + 3014 + udp + broker-service + System.Xml.XmlElement + + + 3014 + udp + broker_service + Broker Service + + + 3015 + tcp + nati-dstp + NATI DSTP + + + 3015 + udp + nati-dstp + NATI DSTP + + + 3016 + tcp + notify-srvr + System.Xml.XmlElement + + + 3016 + tcp + notify_srvr + Notify Server + + + 3016 + udp + notify-srvr + System.Xml.XmlElement + + + 3016 + udp + notify_srvr + Notify Server + + + 3017 + tcp + event-listener + System.Xml.XmlElement + + + 3017 + tcp + event_listener + Event Listener + + + 3017 + udp + event-listener + System.Xml.XmlElement + + + 3017 + udp + event_listener + Event Listener + + + 3018 + tcp + srvc-registry + System.Xml.XmlElement + + + 3018 + tcp + srvc_registry + Service Registry + + + 3018 + udp + srvc-registry + System.Xml.XmlElement + + + 3018 + udp + srvc_registry + Service Registry + + + 3019 + tcp + resource-mgr + System.Xml.XmlElement + + + 3019 + tcp + resource_mgr + Resource Manager + + + 3019 + udp + resource-mgr + System.Xml.XmlElement + + + 3019 + udp + resource_mgr + Resource Manager + + + 3020 + tcp + cifs + CIFS + + + 3020 + udp + cifs + CIFS + + + 3021 + tcp + agriserver + AGRI Server + + + 3021 + udp + agriserver + AGRI Server + + + 3022 + tcp + csregagent + CSREGAGENT + + + 3022 + udp + csregagent + CSREGAGENT + + + 3023 + tcp + magicnotes + magicnotes + + + 3023 + udp + magicnotes + magicnotes + + + 3024 + tcp + nds-sso + System.Xml.XmlElement + + + 3024 + tcp + nds_sso + NDS_SSO + + + 3024 + udp + nds-sso + System.Xml.XmlElement + + + 3024 + udp + nds_sso + NDS_SSO + + + 3025 + tcp + arepa-raft + Arepa Raft + + + 3025 + udp + arepa-raft + Arepa Raft + + + 3026 + tcp + agri-gateway + AGRI Gateway + + + 3026 + udp + agri-gateway + AGRI Gateway + + + 3027 + tcp + LiebDevMgmt-C + System.Xml.XmlElement + + + 3027 + tcp + LiebDevMgmt_C + LiebDevMgmt_C + + + 3027 + udp + LiebDevMgmt-C + System.Xml.XmlElement + + + 3027 + udp + LiebDevMgmt_C + LiebDevMgmt_C + + + 3028 + tcp + LiebDevMgmt-DM + System.Xml.XmlElement + + + 3028 + tcp + LiebDevMgmt_DM + LiebDevMgmt_DM + + + 3028 + udp + LiebDevMgmt-DM + System.Xml.XmlElement + + + 3028 + udp + LiebDevMgmt_DM + LiebDevMgmt_DM + + + 3029 + tcp + LiebDevMgmt-A + System.Xml.XmlElement + + + 3029 + tcp + LiebDevMgmt_A + LiebDevMgmt_A + + + 3029 + udp + LiebDevMgmt-A + System.Xml.XmlElement + + + 3029 + udp + LiebDevMgmt_A + LiebDevMgmt_A + + + 3030 + tcp + arepa-cas + Arepa Cas + + + 3030 + udp + arepa-cas + Arepa Cas + + + 3031 + tcp + eppc + Remote AppleEvents/PPC Toolbox + + + 3031 + udp + eppc + Remote AppleEvents/PPC Toolbox + + + 3032 + tcp + redwood-chat + Redwood Chat + + + 3032 + udp + redwood-chat + Redwood Chat + + + 3033 + tcp + pdb + PDB + + + 3033 + udp + pdb + PDB + + + 3034 + tcp + osmosis-aeea + Osmosis / Helix (R) AEEA Port + + + 3034 + udp + osmosis-aeea + Osmosis / Helix (R) AEEA Port + + + 3035 + tcp + fjsv-gssagt + FJSV gssagt + + + 3035 + udp + fjsv-gssagt + FJSV gssagt + + + 3036 + tcp + hagel-dump + Hagel DUMP + + + 3036 + udp + hagel-dump + Hagel DUMP + + + 3037 + tcp + hp-san-mgmt + HP SAN Mgmt + + + 3037 + udp + hp-san-mgmt + HP SAN Mgmt + + + 3038 + tcp + santak-ups + Santak UPS + + + 3038 + udp + santak-ups + Santak UPS + + + 3039 + tcp + cogitate + Cogitate, Inc. + + + 3039 + udp + cogitate + Cogitate, Inc. + + + 3040 + tcp + tomato-springs + Tomato Springs + + + 3040 + udp + tomato-springs + Tomato Springs + + + 3041 + tcp + di-traceware + di-traceware + + + 3041 + udp + di-traceware + di-traceware + + + 3042 + tcp + journee + journee + + + 3042 + udp + journee + journee + + + 3043 + tcp + brp + Broadcast Routing Protocol + + + 3043 + udp + brp + Broadcast Routing Protocol + + + 3044 + tcp + epp + EndPoint Protocol + + + 3044 + udp + epp + EndPoint Protocol + + + 3045 + tcp + responsenet + ResponseNet + + + 3045 + udp + responsenet + ResponseNet + + + 3046 + tcp + di-ase + di-ase + + + 3046 + udp + di-ase + di-ase + + + 3047 + tcp + hlserver + Fast Security HL Server + + + 3047 + udp + hlserver + Fast Security HL Server + + + 3048 + tcp + pctrader + Sierra Net PC Trader + + + 3048 + udp + pctrader + Sierra Net PC Trader + + + 3049 + tcp + nsws + NSWS + + + 3049 + udp + nsws + NSWS + + + 3050 + tcp + gds-db + System.Xml.XmlElement + + + 3050 + tcp + gds_db + gds_db + + + 3050 + udp + gds-db + System.Xml.XmlElement + + + 3050 + udp + gds_db + gds_db + + + 3051 + tcp + galaxy-server + Galaxy Server + + + 3051 + udp + galaxy-server + Galaxy Server + + + 3052 + tcp + apc-3052 + APC 3052 + + + 3052 + udp + apc-3052 + APC 3052 + + + 3053 + tcp + dsom-server + dsom-server + + + 3053 + udp + dsom-server + dsom-server + + + 3054 + tcp + amt-cnf-prot + AMT CNF PROT + + + 3054 + udp + amt-cnf-prot + AMT CNF PROT + + + 3055 + tcp + policyserver + Policy Server + + + 3055 + udp + policyserver + Policy Server + + + 3056 + tcp + cdl-server + CDL Server + + + 3056 + udp + cdl-server + CDL Server + + + 3057 + tcp + goahead-fldup + GoAhead FldUp + + + 3057 + udp + goahead-fldup + GoAhead FldUp + + + 3058 + tcp + videobeans + videobeans + + + 3058 + udp + videobeans + videobeans + + + 3059 + tcp + qsoft + qsoft + + + 3059 + udp + qsoft + qsoft + + + 3060 + tcp + interserver + interserver + + + 3060 + udp + interserver + interserver + + + 3061 + tcp + cautcpd + cautcpd + + + 3061 + udp + cautcpd + cautcpd + + + 3062 + tcp + ncacn-ip-tcp + ncacn-ip-tcp + + + 3062 + udp + ncacn-ip-tcp + ncacn-ip-tcp + + + 3063 + tcp + ncadg-ip-udp + ncadg-ip-udp + + + 3063 + udp + ncadg-ip-udp + ncadg-ip-udp + + + 3064 + tcp + rprt + Remote Port Redirector + + + 3064 + udp + rprt + Remote Port Redirector + + + 3065 + tcp + slinterbase + slinterbase + + + 3065 + udp + slinterbase + slinterbase + + + 3066 + tcp + netattachsdmp + NETATTACHSDMP + + + 3066 + udp + netattachsdmp + NETATTACHSDMP + + + 3067 + tcp + fjhpjp + FJHPJP + + + 3067 + udp + fjhpjp + FJHPJP + + + 3068 + tcp + ls3bcast + ls3 Broadcast + + + 3068 + udp + ls3bcast + ls3 Broadcast + + + 3069 + tcp + ls3 + ls3 + + + 3069 + udp + ls3 + ls3 + + + 3070 + tcp + mgxswitch + MGXSWITCH + + + 3070 + udp + mgxswitch + MGXSWITCH + + + 3071 + tcp + xplat-replicate + Crossplatform replication protocol + + + 3071 + udp + record + Reserved + + + 3072 + tcp + csd-monitor + ContinuStor Monitor Port + + + 3072 + udp + csd-monitor + ContinuStor Monitor Port + + + 3073 + tcp + vcrp + Very simple chatroom prot + + + 3073 + udp + vcrp + Very simple chatroom prot + + + 3074 + tcp + xbox + Xbox game port + + + 3074 + udp + xbox + Xbox game port + + + 3075 + tcp + orbix-locator + Orbix 2000 Locator + + + 3075 + udp + orbix-locator + Orbix 2000 Locator + + + 3076 + tcp + orbix-config + Orbix 2000 Config + + + 3076 + udp + orbix-config + Orbix 2000 Config + + + 3077 + tcp + orbix-loc-ssl + Orbix 2000 Locator SSL + + + 3077 + udp + orbix-loc-ssl + Orbix 2000 Locator SSL + + + 3078 + tcp + orbix-cfg-ssl + Orbix 2000 Locator SSL + + + 3078 + udp + orbix-cfg-ssl + Orbix 2000 Locator SSL + + + 3079 + tcp + lv-frontpanel + LV Front Panel + + + 3079 + udp + lv-frontpanel + LV Front Panel + + + 3080 + tcp + stm-pproc + System.Xml.XmlElement + + + 3080 + tcp + stm_pproc + stm_pproc + + + 3080 + udp + stm-pproc + System.Xml.XmlElement + + + 3080 + udp + stm_pproc + stm_pproc + + + 3081 + tcp + tl1-lv + TL1-LV + + + 3081 + udp + tl1-lv + TL1-LV + + + 3082 + tcp + tl1-raw + TL1-RAW + + + 3082 + udp + tl1-raw + TL1-RAW + + + 3083 + tcp + tl1-telnet + TL1-TELNET + + + 3083 + udp + tl1-telnet + TL1-TELNET + + + 3084 + tcp + itm-mccs + ITM-MCCS + + + 3084 + udp + itm-mccs + ITM-MCCS + + + 3085 + tcp + pcihreq + PCIHReq + + + 3085 + udp + pcihreq + PCIHReq + + + 3086 + tcp + jdl-dbkitchen + JDL-DBKitchen + + + 3086 + udp + jdl-dbkitchen + JDL-DBKitchen + + + 3087 + tcp + asoki-sma + Asoki SMA + + + 3087 + udp + asoki-sma + Asoki SMA + + + 3088 + tcp + xdtp + eXtensible Data Transfer Protocol + + + 3088 + udp + xdtp + eXtensible Data Transfer Protocol + + + 3089 + tcp + ptk-alink + ParaTek Agent Linking + + + 3089 + udp + ptk-alink + ParaTek Agent Linking + + + 3090 + tcp + stss + Senforce Session Services + + + 3090 + udp + stss + Senforce Session Services + + + 3091 + tcp + 1ci-smcs + 1Ci Server Management + + + 3091 + udp + 1ci-smcs + 1Ci Server Management + + + 3093 + tcp + rapidmq-center + Jiiva RapidMQ Center + + + 3093 + udp + rapidmq-center + Jiiva RapidMQ Center + + + 3094 + tcp + rapidmq-reg + Jiiva RapidMQ Registry + + + 3094 + udp + rapidmq-reg + Jiiva RapidMQ Registry + + + 3095 + tcp + panasas + Panasas rendezvous port + + + 3095 + udp + panasas + Panasas rendezvous port + + + 3096 + tcp + ndl-aps + Active Print Server Port + + + 3096 + udp + ndl-aps + Active Print Server Port + + + 3097 + tcp + record + Reserved + + + 3097 + udp + record + Reserved + + + 3097 + sctp + itu-bicc-stc + ITU-T Q.1902.1/Q.2150.3 + + + 3098 + tcp + umm-port + Universal Message Manager + + + 3098 + udp + umm-port + Universal Message Manager + + + 3099 + tcp + chmd + CHIPSY Machine Daemon + + + 3099 + udp + chmd + CHIPSY Machine Daemon + + + 3100 + tcp + opcon-xps + OpCon/xps + + + 3100 + udp + opcon-xps + OpCon/xps + + + 3101 + tcp + hp-pxpib + HP PolicyXpert PIB Server + + + 3101 + udp + hp-pxpib + HP PolicyXpert PIB Server + + + 3102 + tcp + slslavemon + SoftlinK Slave Mon Port + + + 3102 + udp + slslavemon + SoftlinK Slave Mon Port + + + 3103 + tcp + autocuesmi + Autocue SMI Protocol + + + 3103 + udp + autocuesmi + Autocue SMI Protocol + + + 3104 + tcp + autocuelog + Autocue Logger Protocol + + + 3104 + udp + autocuetime + Autocue Time Service + + + 3105 + tcp + cardbox + Cardbox + + + 3105 + udp + cardbox + Cardbox + + + 3106 + tcp + cardbox-http + Cardbox HTTP + + + 3106 + udp + cardbox-http + Cardbox HTTP + + + 3107 + tcp + business + Business protocol + + + 3107 + udp + business + Business protocol + + + 3108 + tcp + geolocate + Geolocate protocol + + + 3108 + udp + geolocate + Geolocate protocol + + + 3109 + tcp + personnel + Personnel protocol + + + 3109 + udp + personnel + Personnel protocol + + + 3110 + tcp + sim-control + simulator control port + + + 3110 + udp + sim-control + simulator control port + + + 3111 + tcp + wsynch + Web Synchronous Services + + + 3111 + udp + wsynch + Web Synchronous Services + + + 3112 + tcp + ksysguard + KDE System Guard + + + 3112 + udp + ksysguard + KDE System Guard + + + 3113 + tcp + cs-auth-svr + CS-Authenticate Svr Port + + + 3113 + udp + cs-auth-svr + CS-Authenticate Svr Port + + + 3114 + tcp + ccmad + CCM AutoDiscover + + + 3114 + udp + ccmad + CCM AutoDiscover + + + 3115 + tcp + mctet-master + MCTET Master + + + 3115 + udp + mctet-master + MCTET Master + + + 3116 + tcp + mctet-gateway + MCTET Gateway + + + 3116 + udp + mctet-gateway + MCTET Gateway + + + 3117 + tcp + mctet-jserv + MCTET Jserv + + + 3117 + udp + mctet-jserv + MCTET Jserv + + + 3118 + tcp + pkagent + PKAgent + + + 3118 + udp + pkagent + PKAgent + + + 3119 + tcp + d2000kernel + D2000 Kernel Port + + + 3119 + udp + d2000kernel + D2000 Kernel Port + + + 3120 + tcp + d2000webserver + D2000 Webserver Port + + + 3120 + udp + d2000webserver + D2000 Webserver Port + + + 3121 + tcp + pcmk-remote + The pacemaker remote (pcmk-remote) service extends high availability functionality outside of the + Linux cluster into remote nodes. + + + + 3121 + udp + record + Reserved + + + 3122 + tcp + vtr-emulator + MTI VTR Emulator port + + + 3122 + udp + vtr-emulator + MTI VTR Emulator port + + + 3123 + tcp + edix + EDI Translation Protocol + + + 3123 + udp + edix + EDI Translation Protocol + + + 3124 + tcp + beacon-port + Beacon Port + + + 3124 + udp + beacon-port + Beacon Port + + + 3125 + tcp + a13-an + A13-AN Interface + + + 3125 + udp + a13-an + A13-AN Interface + + + 3127 + tcp + ctx-bridge + CTX Bridge Port + + + 3127 + udp + ctx-bridge + CTX Bridge Port + + + 3128 + tcp + ndl-aas + Active API Server Port + + + 3128 + udp + ndl-aas + Active API Server Port + + + 3129 + tcp + netport-id + NetPort Discovery Port + + + 3129 + udp + netport-id + NetPort Discovery Port + + + 3130 + tcp + icpv2 + ICPv2 + + + 3130 + udp + icpv2 + ICPv2 + + + 3131 + tcp + netbookmark + Net Book Mark + + + 3131 + udp + netbookmark + Net Book Mark + + + 3132 + tcp + ms-rule-engine + Microsoft Business Rule Engine Update Service + + + 3132 + udp + ms-rule-engine + Microsoft Business Rule Engine Update Service + + + 3133 + tcp + prism-deploy + Prism Deploy User Port + + + 3133 + udp + prism-deploy + Prism Deploy User Port + + + 3134 + tcp + ecp + Extensible Code Protocol + + + 3134 + udp + ecp + Extensible Code Protocol + + + 3135 + tcp + peerbook-port + PeerBook Port + + + 3135 + udp + peerbook-port + PeerBook Port + + + 3136 + tcp + grubd + Grub Server Port + + + 3136 + udp + grubd + Grub Server Port + + + 3137 + tcp + rtnt-1 + rtnt-1 data packets + + + 3137 + udp + rtnt-1 + rtnt-1 data packets + + + 3138 + tcp + rtnt-2 + rtnt-2 data packets + + + 3138 + udp + rtnt-2 + rtnt-2 data packets + + + 3139 + tcp + incognitorv + Incognito Rendez-Vous + + + 3139 + udp + incognitorv + Incognito Rendez-Vous + + + 3140 + tcp + ariliamulti + Arilia Multiplexor + + + 3140 + udp + ariliamulti + Arilia Multiplexor + + + 3141 + tcp + vmodem + VMODEM + + + 3141 + udp + vmodem + VMODEM + + + 3142 + tcp + rdc-wh-eos + RDC WH EOS + + + 3142 + udp + rdc-wh-eos + RDC WH EOS + + + 3143 + tcp + seaview + Sea View + + + 3143 + udp + seaview + Sea View + + + 3144 + tcp + tarantella + Tarantella + + + 3144 + udp + tarantella + Tarantella + + + 3145 + tcp + csi-lfap + CSI-LFAP + + + 3145 + udp + csi-lfap + CSI-LFAP + + + 3146 + tcp + bears-02 + bears-02 + + + 3146 + udp + bears-02 + bears-02 + + + 3147 + tcp + rfio + RFIO + + + 3147 + udp + rfio + RFIO + + + 3148 + tcp + nm-game-admin + NetMike Game Administrator + + + 3148 + udp + nm-game-admin + NetMike Game Administrator + + + 3149 + tcp + nm-game-server + NetMike Game Server + + + 3149 + udp + nm-game-server + NetMike Game Server + + + 3150 + tcp + nm-asses-admin + NetMike Assessor Administrator + + + 3150 + udp + nm-asses-admin + NetMike Assessor Administrator + + + 3151 + tcp + nm-assessor + NetMike Assessor + + + 3151 + udp + nm-assessor + NetMike Assessor + + + 3152 + tcp + feitianrockey + FeiTian Port + + + 3152 + udp + feitianrockey + FeiTian Port + + + 3153 + tcp + s8-client-port + S8Cargo Client Port + + + 3153 + udp + s8-client-port + S8Cargo Client Port + + + 3154 + tcp + ccmrmi + ON RMI Registry + + + 3154 + udp + ccmrmi + ON RMI Registry + + + 3155 + tcp + jpegmpeg + JpegMpeg Port + + + 3155 + udp + jpegmpeg + JpegMpeg Port + + + 3156 + tcp + indura + Indura Collector + + + 3156 + udp + indura + Indura Collector + + + 3157 + tcp + lsa-comm + LSA Communicator + + + 3157 + udp + lsa-comm + LSA Communicator + + + 3158 + tcp + stvp + SmashTV Protocol + + + 3158 + udp + stvp + SmashTV Protocol + + + 3159 + tcp + navegaweb-port + NavegaWeb Tarification + + + 3159 + udp + navegaweb-port + NavegaWeb Tarification + + + 3160 + tcp + tip-app-server + TIP Application Server + + + 3160 + udp + tip-app-server + TIP Application Server + + + 3161 + tcp + doc1lm + DOC1 License Manager + + + 3161 + udp + doc1lm + DOC1 License Manager + + + 3162 + tcp + sflm + SFLM + + + 3162 + udp + sflm + SFLM + + + 3163 + tcp + res-sap + RES-SAP + + + 3163 + udp + res-sap + RES-SAP + + + 3164 + tcp + imprs + IMPRS + + + 3164 + udp + imprs + IMPRS + + + 3165 + tcp + newgenpay + Newgenpay Engine Service + + + 3165 + udp + newgenpay + Newgenpay Engine Service + + + 3166 + tcp + sossecollector + Quest Spotlight Out-Of-Process Collector + + + 3166 + udp + sossecollector + Quest Spotlight Out-Of-Process Collector + + + 3167 + tcp + nowcontact + Now Contact Public Server + + + 3167 + udp + nowcontact + Now Contact Public Server + + + 3168 + tcp + poweronnud + Now Up-to-Date Public Server + + + 3168 + udp + poweronnud + Now Up-to-Date Public Server + + + 3169 + tcp + serverview-as + SERVERVIEW-AS + + + 3169 + udp + serverview-as + SERVERVIEW-AS + + + 3170 + tcp + serverview-asn + SERVERVIEW-ASN + + + 3170 + udp + serverview-asn + SERVERVIEW-ASN + + + 3171 + tcp + serverview-gf + SERVERVIEW-GF + + + 3171 + udp + serverview-gf + SERVERVIEW-GF + + + 3172 + tcp + serverview-rm + SERVERVIEW-RM + + + 3172 + udp + serverview-rm + SERVERVIEW-RM + + + 3173 + tcp + serverview-icc + SERVERVIEW-ICC + + + 3173 + udp + serverview-icc + SERVERVIEW-ICC + + + 3174 + tcp + armi-server + ARMI Server + + + 3174 + udp + armi-server + ARMI Server + + + 3175 + tcp + t1-e1-over-ip + T1_E1_Over_IP + + + 3175 + udp + t1-e1-over-ip + T1_E1_Over_IP + + + 3176 + tcp + ars-master + ARS Master + + + 3176 + udp + ars-master + ARS Master + + + 3177 + tcp + phonex-port + Phonex Protocol + + + 3177 + udp + phonex-port + Phonex Protocol + + + 3178 + tcp + radclientport + Radiance UltraEdge Port + + + 3178 + udp + radclientport + Radiance UltraEdge Port + + + 3179 + tcp + h2gf-w-2m + H2GF W.2m Handover prot. + + + 3179 + udp + h2gf-w-2m + H2GF W.2m Handover prot. + + + 3180 + tcp + mc-brk-srv + Millicent Broker Server + + + 3180 + udp + mc-brk-srv + Millicent Broker Server + + + 3181 + tcp + bmcpatrolagent + BMC Patrol Agent + + + 3181 + udp + bmcpatrolagent + BMC Patrol Agent + + + 3182 + tcp + bmcpatrolrnvu + BMC Patrol Rendezvous + + + 3182 + udp + bmcpatrolrnvu + BMC Patrol Rendezvous + + + 3183 + tcp + cops-tls + COPS/TLS + + + 3183 + udp + cops-tls + COPS/TLS + + + 3184 + tcp + apogeex-port + ApogeeX Port + + + 3184 + udp + apogeex-port + ApogeeX Port + + + 3185 + tcp + smpppd + SuSE Meta PPPD + + + 3185 + udp + smpppd + SuSE Meta PPPD + + + 3186 + tcp + iiw-port + IIW Monitor User Port + + + 3186 + udp + iiw-port + IIW Monitor User Port + + + 3187 + tcp + odi-port + Open Design Listen Port + + + 3187 + udp + odi-port + Open Design Listen Port + + + 3188 + tcp + brcm-comm-port + Broadcom Port + + + 3188 + udp + brcm-comm-port + Broadcom Port + + + 3189 + tcp + pcle-infex + Pinnacle Sys InfEx Port + + + 3189 + udp + pcle-infex + Pinnacle Sys InfEx Port + + + 3190 + tcp + csvr-proxy + ConServR Proxy + + + 3190 + udp + csvr-proxy + ConServR Proxy + + + 3191 + tcp + csvr-sslproxy + ConServR SSL Proxy + + + 3191 + udp + csvr-sslproxy + ConServR SSL Proxy + + + 3192 + tcp + firemonrcc + FireMon Revision Control + + + 3192 + udp + firemonrcc + FireMon Revision Control + + + 3193 + tcp + spandataport + SpanDataPort + + + 3193 + udp + spandataport + SpanDataPort + + + 3194 + tcp + magbind + Rockstorm MAG protocol + + + 3194 + udp + magbind + Rockstorm MAG protocol + + + 3195 + tcp + ncu-1 + Network Control Unit + + + 3195 + udp + ncu-1 + Network Control Unit + + + 3196 + tcp + ncu-2 + Network Control Unit + + + 3196 + udp + ncu-2 + Network Control Unit + + + 3197 + tcp + embrace-dp-s + Embrace Device Protocol Server + + + 3197 + udp + embrace-dp-s + Embrace Device Protocol Server + + + 3198 + tcp + embrace-dp-c + Embrace Device Protocol Client + + + 3198 + udp + embrace-dp-c + Embrace Device Protocol Client + + + 3199 + tcp + dmod-workspace + DMOD WorkSpace + + + 3199 + udp + dmod-workspace + DMOD WorkSpace + + + 3200 + tcp + tick-port + Press-sense Tick Port + + + 3200 + udp + tick-port + Press-sense Tick Port + + + 3201 + tcp + cpq-tasksmart + CPQ-TaskSmart + + + 3201 + udp + cpq-tasksmart + CPQ-TaskSmart + + + 3202 + tcp + intraintra + IntraIntra + + + 3202 + udp + intraintra + IntraIntra + + + 3203 + tcp + netwatcher-mon + Network Watcher Monitor + + + 3203 + udp + netwatcher-mon + Network Watcher Monitor + + + 3204 + tcp + netwatcher-db + Network Watcher DB Access + + + 3204 + udp + netwatcher-db + Network Watcher DB Access + + + 3205 + tcp + isns + iSNS Server Port + + + 3205 + udp + isns + iSNS Server Port + + + 3206 + tcp + ironmail + IronMail POP Proxy + + + 3206 + udp + ironmail + IronMail POP Proxy + + + 3207 + tcp + vx-auth-port + Veritas Authentication Port + + + 3207 + udp + vx-auth-port + Veritas Authentication Port + + + 3208 + tcp + pfu-prcallback + PFU PR Callback + + + 3208 + udp + pfu-prcallback + PFU PR Callback + + + 3209 + tcp + netwkpathengine + HP OpenView Network Path Engine Server + + + 3209 + udp + netwkpathengine + HP OpenView Network Path Engine Server + + + 3210 + tcp + flamenco-proxy + Flamenco Networks Proxy + + + 3210 + udp + flamenco-proxy + Flamenco Networks Proxy + + + 3211 + tcp + avsecuremgmt + Avocent Secure Management + + + 3211 + udp + avsecuremgmt + Avocent Secure Management + + + 3212 + tcp + surveyinst + Survey Instrument + + + 3212 + udp + surveyinst + Survey Instrument + + + 3213 + tcp + neon24x7 + NEON 24X7 Mission Control + + + 3213 + udp + neon24x7 + NEON 24X7 Mission Control + + + 3214 + tcp + jmq-daemon-1 + JMQ Daemon Port 1 + + + 3214 + udp + jmq-daemon-1 + JMQ Daemon Port 1 + + + 3215 + tcp + jmq-daemon-2 + JMQ Daemon Port 2 + + + 3215 + udp + jmq-daemon-2 + JMQ Daemon Port 2 + + + 3216 + tcp + ferrari-foam + Ferrari electronic FOAM + + + 3216 + udp + ferrari-foam + Ferrari electronic FOAM + + + 3217 + tcp + unite + Unified IP & Telecom Environment + + + 3217 + udp + unite + Unified IP & Telecom Environment + + + 3218 + tcp + smartpackets + EMC SmartPackets + + + 3218 + udp + smartpackets + EMC SmartPackets + + + 3219 + tcp + wms-messenger + WMS Messenger + + + 3219 + udp + wms-messenger + WMS Messenger + + + 3220 + tcp + xnm-ssl + XML NM over SSL + + + 3220 + udp + xnm-ssl + XML NM over SSL + + + 3221 + tcp + xnm-clear-text + XML NM over TCP + + + 3221 + udp + xnm-clear-text + XML NM over TCP + + + 3222 + tcp + glbp + Gateway Load Balancing Pr + + + 3222 + udp + glbp + Gateway Load Balancing Pr + + + 3223 + tcp + digivote + DIGIVOTE (R) Vote-Server + + + 3223 + udp + digivote + DIGIVOTE (R) Vote-Server + + + 3224 + tcp + aes-discovery + AES Discovery Port + + + 3224 + udp + aes-discovery + AES Discovery Port + + + 3225 + tcp + fcip-port + FCIP + + + 3225 + udp + fcip-port + FCIP + + + 3226 + tcp + isi-irp + ISI Industry Software IRP + + + 3226 + udp + isi-irp + ISI Industry Software IRP + + + 3227 + tcp + dwnmshttp + DiamondWave NMS Server + + + 3227 + udp + dwnmshttp + DiamondWave NMS Server + + + 3228 + tcp + dwmsgserver + DiamondWave MSG Server + + + 3228 + udp + dwmsgserver + DiamondWave MSG Server + + + 3229 + tcp + global-cd-port + Global CD Port + + + 3229 + udp + global-cd-port + Global CD Port + + + 3230 + tcp + sftdst-port + Software Distributor Port + + + 3230 + udp + sftdst-port + Software Distributor Port + + + 3231 + tcp + vidigo + VidiGo communication (previous was: Delta Solutions Direct) + + + 3231 + udp + vidigo + VidiGo communication (previous was: Delta Solutions Direct) + + + 3232 + tcp + mdtp + MDT port + + + 3232 + udp + mdtp + MDT port + + + 3233 + tcp + whisker + WhiskerControl main port + + + 3233 + udp + whisker + WhiskerControl main port + + + 3234 + tcp + alchemy + Alchemy Server + + + 3234 + udp + alchemy + Alchemy Server + + + 3235 + tcp + mdap-port + MDAP port + + + 3235 + udp + mdap-port + MDAP Port + + + 3236 + tcp + apparenet-ts + appareNet Test Server + + + 3236 + udp + apparenet-ts + appareNet Test Server + + + 3237 + tcp + apparenet-tps + appareNet Test Packet Sequencer + + + 3237 + udp + apparenet-tps + appareNet Test Packet Sequencer + + + 3238 + tcp + apparenet-as + appareNet Analysis Server + + + 3238 + udp + apparenet-as + appareNet Analysis Server + + + 3239 + tcp + apparenet-ui + appareNet User Interface + + + 3239 + udp + apparenet-ui + appareNet User Interface + + + 3240 + tcp + triomotion + Trio Motion Control Port + + + 3240 + udp + triomotion + Trio Motion Control Port + + + 3241 + tcp + sysorb + SysOrb Monitoring Server + + + 3241 + udp + sysorb + SysOrb Monitoring Server + + + 3242 + tcp + sdp-id-port + Session Description ID + + + 3242 + udp + sdp-id-port + Session Description ID + + + 3243 + tcp + timelot + Timelot Port + + + 3243 + udp + timelot + Timelot Port + + + 3244 + tcp + onesaf + OneSAF + + + 3244 + udp + onesaf + OneSAF + + + 3245 + tcp + vieo-fe + VIEO Fabric Executive + + + 3245 + udp + vieo-fe + VIEO Fabric Executive + + + 3246 + tcp + dvt-system + DVT SYSTEM PORT + + + 3246 + udp + dvt-system + DVT SYSTEM PORT + + + 3247 + tcp + dvt-data + DVT DATA LINK + + + 3247 + udp + dvt-data + DVT DATA LINK + + + 3248 + tcp + procos-lm + PROCOS LM + + + 3248 + udp + procos-lm + PROCOS LM + + + 3249 + tcp + ssp + State Sync Protocol + + + 3249 + udp + ssp + State Sync Protocol + + + 3250 + tcp + hicp + HMS hicp port + + + 3250 + udp + hicp + HMS hicp port + + + 3251 + tcp + sysscanner + Sys Scanner + + + 3251 + udp + sysscanner + Sys Scanner + + + 3252 + tcp + dhe + DHE port + + + 3252 + udp + dhe + DHE port + + + 3253 + tcp + pda-data + PDA Data + + + 3253 + udp + pda-data + PDA Data + + + 3254 + tcp + pda-sys + PDA System + + + 3254 + udp + pda-sys + PDA System + + + 3255 + tcp + semaphore + Semaphore Connection Port + + + 3255 + udp + semaphore + Semaphore Connection Port + + + 3256 + tcp + cpqrpm-agent + Compaq RPM Agent Port + + + 3256 + udp + cpqrpm-agent + Compaq RPM Agent Port + + + 3257 + tcp + cpqrpm-server + Compaq RPM Server Port + + + 3257 + udp + cpqrpm-server + Compaq RPM Server Port + + + 3258 + tcp + ivecon-port + Ivecon Server Port + + + 3258 + udp + ivecon-port + Ivecon Server Port + + + 3259 + tcp + epncdp2 + Epson Network Common Devi + + + 3259 + udp + epncdp2 + Epson Network Common Devi + + + 3260 + tcp + iscsi-target + iSCSI port + + + 3260 + udp + iscsi-target + iSCSI port + + + 3261 + tcp + winshadow + winShadow + + + 3261 + udp + winshadow + winShadow + + + 3262 + tcp + necp + NECP + + + 3262 + udp + necp + NECP + + + 3263 + tcp + ecolor-imager + E-Color Enterprise Imager + + + 3263 + udp + ecolor-imager + E-Color Enterprise Imager + + + 3264 + tcp + ccmail + cc:mail/lotus + + + 3264 + udp + ccmail + cc:mail/lotus + + + 3265 + tcp + altav-tunnel + Altav Tunnel + + + 3265 + udp + altav-tunnel + Altav Tunnel + + + 3266 + tcp + ns-cfg-server + NS CFG Server + + + 3266 + udp + ns-cfg-server + NS CFG Server + + + 3267 + tcp + ibm-dial-out + IBM Dial Out + + + 3267 + udp + ibm-dial-out + IBM Dial Out + + + 3268 + tcp + msft-gc + Microsoft Global Catalog + + + 3268 + udp + msft-gc + Microsoft Global Catalog + + + 3269 + tcp + msft-gc-ssl + Microsoft Global Catalog with LDAP/SSL + + + 3269 + udp + msft-gc-ssl + Microsoft Global Catalog with LDAP/SSL + + + 3270 + tcp + verismart + Verismart + + + 3270 + udp + verismart + Verismart + + + 3271 + tcp + csoft-prev + CSoft Prev Port + + + 3271 + udp + csoft-prev + CSoft Prev Port + + + 3272 + tcp + user-manager + Fujitsu User Manager + + + 3272 + udp + user-manager + Fujitsu User Manager + + + 3273 + tcp + sxmp + Simple Extensible Multiplexed Protocol + + + 3273 + udp + sxmp + Simple Extensible Multiplexed Protocol + + + 3274 + tcp + ordinox-server + Ordinox Server + + + 3274 + udp + ordinox-server + Ordinox Server + + + 3275 + tcp + samd + SAMD + + + 3275 + udp + samd + SAMD + + + 3276 + tcp + maxim-asics + Maxim ASICs + + + 3276 + udp + maxim-asics + Maxim ASICs + + + 3277 + tcp + awg-proxy + AWG Proxy + + + 3277 + udp + awg-proxy + AWG Proxy + + + 3278 + tcp + lkcmserver + LKCM Server + + + 3278 + udp + lkcmserver + LKCM Server + + + 3279 + tcp + admind + admind + + + 3279 + udp + admind + admind + + + 3280 + tcp + vs-server + VS Server + + + 3280 + udp + vs-server + VS Server + + + 3281 + tcp + sysopt + SYSOPT + + + 3281 + udp + sysopt + SYSOPT + + + 3282 + tcp + datusorb + Datusorb + + + 3282 + udp + datusorb + Datusorb + + + 3283 + tcp + Apple Remote Desktop (Net Assistant) + Net Assistant + + + 3283 + udp + Apple Remote Desktop (Net Assistant) + Net Assistant + + + 3284 + tcp + 4talk + 4Talk + + + 3284 + udp + 4talk + 4Talk + + + 3285 + tcp + plato + Plato + + + 3285 + udp + plato + Plato + + + 3286 + tcp + e-net + E-Net + + + 3286 + udp + e-net + E-Net + + + 3287 + tcp + directvdata + DIRECTVDATA + + + 3287 + udp + directvdata + DIRECTVDATA + + + 3288 + tcp + cops + COPS + + + 3288 + udp + cops + COPS + + + 3289 + tcp + enpc + ENPC + + + 3289 + udp + enpc + ENPC + + + 3290 + tcp + caps-lm + CAPS LOGISTICS TOOLKIT - LM + + + 3290 + udp + caps-lm + CAPS LOGISTICS TOOLKIT - LM + + + 3291 + tcp + sah-lm + S A Holditch & Associates - LM + + + 3291 + udp + sah-lm + S A Holditch & Associates - LM + + + 3292 + tcp + cart-o-rama + Cart O Rama + + + 3292 + udp + cart-o-rama + Cart O Rama + + + 3293 + tcp + fg-fps + fg-fps + + + 3293 + udp + fg-fps + fg-fps + + + 3294 + tcp + fg-gip + fg-gip + + + 3294 + udp + fg-gip + fg-gip + + + 3295 + tcp + dyniplookup + Dynamic IP Lookup + + + 3295 + udp + dyniplookup + Dynamic IP Lookup + + + 3296 + tcp + rib-slm + Rib License Manager + + + 3296 + udp + rib-slm + Rib License Manager + + + 3297 + tcp + cytel-lm + Cytel License Manager + + + 3297 + udp + cytel-lm + Cytel License Manager + + + 3298 + tcp + deskview + DeskView + + + 3298 + udp + deskview + DeskView + + + 3299 + tcp + pdrncs + pdrncs + + + 3299 + udp + pdrncs + pdrncs + + + 3300 + tcp + ceph + Ceph monitor + + + 3300 + udp + record + Reserved + + + 3301 + tcp + tarantool + Tarantool in-memory computing platform + + + 3301 + udp + tarantool + Tarantool in-memory computing platform + + + 3302 + tcp + mcs-fastmail + MCS Fastmail + + + 3302 + udp + mcs-fastmail + MCS Fastmail + + + 3303 + tcp + opsession-clnt + OP Session Client + + + 3303 + udp + opsession-clnt + OP Session Client + + + 3304 + tcp + opsession-srvr + OP Session Server + + + 3304 + udp + opsession-srvr + OP Session Server + + + 3305 + tcp + odette-ftp + ODETTE-FTP + + + 3305 + udp + odette-ftp + ODETTE-FTP + + + 3306 + tcp + mysql + MySQL + + + 3306 + udp + mysql + MySQL + + + 3307 + tcp + opsession-prxy + OP Session Proxy + + + 3307 + udp + opsession-prxy + OP Session Proxy + + + 3308 + tcp + tns-server + TNS Server + + + 3308 + udp + tns-server + TNS Server + + + 3309 + tcp + tns-adv + TNS ADV + + + 3309 + udp + tns-adv + TNS ADV + + + 3310 + tcp + dyna-access + Dyna Access + + + 3310 + udp + dyna-access + Dyna Access + + + 3311 + tcp + mcns-tel-ret + MCNS Tel Ret + + + 3311 + udp + mcns-tel-ret + MCNS Tel Ret + + + 3312 + tcp + appman-server + Application Management Server + + + 3312 + udp + appman-server + Application Management Server + + + 3313 + tcp + uorb + Unify Object Broker + + + 3313 + udp + uorb + Unify Object Broker + + + 3314 + tcp + uohost + Unify Object Host + + + 3314 + udp + uohost + Unify Object Host + + + 3315 + tcp + cdid + CDID + + + 3315 + udp + cdid + CDID + + + 3316 + tcp + aicc-cmi + AICC/CMI + + + 3316 + udp + aicc-cmi + AICC/CMI + + + 3317 + tcp + vsaiport + VSAI PORT + + + 3317 + udp + vsaiport + VSAI PORT + + + 3318 + tcp + ssrip + Swith to Swith Routing Information Protocol + + + 3318 + udp + ssrip + Swith to Swith Routing Information Protocol + + + 3319 + tcp + sdt-lmd + SDT License Manager + + + 3319 + udp + sdt-lmd + SDT License Manager + + + 3320 + tcp + officelink2000 + Office Link 2000 + + + 3320 + udp + officelink2000 + Office Link 2000 + + + 3321 + tcp + vnsstr + VNSSTR + + + 3321 + udp + vnsstr + VNSSTR + + + 3326 + tcp + sftu + SFTU + + + 3326 + udp + sftu + SFTU + + + 3327 + tcp + bbars + BBARS + + + 3327 + udp + bbars + BBARS + + + 3328 + tcp + egptlm + Eaglepoint License Manager + + + 3328 + udp + egptlm + Eaglepoint License Manager + + + 3329 + tcp + hp-device-disc + HP Device Disc + + + 3329 + udp + hp-device-disc + HP Device Disc + + + 3330 + tcp + mcs-calypsoicf + MCS Calypso ICF + + + 3330 + udp + mcs-calypsoicf + MCS Calypso ICF + + + 3331 + tcp + mcs-messaging + MCS Messaging + + + 3331 + udp + mcs-messaging + MCS Messaging + + + 3332 + tcp + mcs-mailsvr + MCS Mail Server + + + 3332 + udp + mcs-mailsvr + MCS Mail Server + + + 3333 + tcp + dec-notes + DEC Notes + + + 3333 + udp + dec-notes + DEC Notes + + + 3334 + tcp + directv-web + Direct TV Webcasting + + + 3334 + udp + directv-web + Direct TV Webcasting + + + 3335 + tcp + directv-soft + Direct TV Software Updates + + + 3335 + udp + directv-soft + Direct TV Software Updates + + + 3336 + tcp + directv-tick + Direct TV Tickers + + + 3336 + udp + directv-tick + Direct TV Tickers + + + 3337 + tcp + directv-catlg + Direct TV Data Catalog + + + 3337 + udp + directv-catlg + Direct TV Data Catalog + + + 3338 + tcp + anet-b + OMF data b + + + 3338 + udp + anet-b + OMF data b + + + 3339 + tcp + anet-l + OMF data l + + + 3339 + udp + anet-l + OMF data l + + + 3340 + tcp + anet-m + OMF data m + + + 3340 + udp + anet-m + OMF data m + + + 3341 + tcp + anet-h + OMF data h + + + 3341 + udp + anet-h + OMF data h + + + 3342 + tcp + webtie + WebTIE + + + 3342 + udp + webtie + WebTIE + + + 3343 + tcp + ms-cluster-net + MS Cluster Net + + + 3343 + udp + ms-cluster-net + MS Cluster Net + + + 3344 + tcp + bnt-manager + BNT Manager + + + 3344 + udp + bnt-manager + BNT Manager + + + 3345 + tcp + influence + Influence + + + 3345 + udp + influence + Influence + + + 3346 + tcp + trnsprntproxy + Trnsprnt Proxy + + + 3346 + udp + trnsprntproxy + Trnsprnt Proxy + + + 3347 + tcp + phoenix-rpc + Phoenix RPC + + + 3347 + udp + phoenix-rpc + Phoenix RPC + + + 3348 + tcp + pangolin-laser + Pangolin Laser + + + 3348 + udp + pangolin-laser + Pangolin Laser + + + 3349 + tcp + chevinservices + Chevin Services + + + 3349 + udp + chevinservices + Chevin Services + + + 3350 + tcp + findviatv + FINDVIATV + + + 3350 + udp + findviatv + FINDVIATV + + + 3351 + tcp + btrieve + Btrieve port + + + 3351 + udp + btrieve + Btrieve port + + + 3352 + tcp + ssql + Scalable SQL + + + 3352 + udp + ssql + Scalable SQL + + + 3353 + tcp + fatpipe + FATPIPE + + + 3353 + udp + fatpipe + FATPIPE + + + 3354 + tcp + suitjd + SUITJD + + + 3354 + udp + suitjd + SUITJD + + + 3355 + tcp + ordinox-dbase + Ordinox Dbase + + + 3355 + udp + ordinox-dbase + Ordinox Dbase + + + 3356 + tcp + upnotifyps + UPNOTIFYPS + + + 3356 + udp + upnotifyps + UPNOTIFYPS + + + 3357 + tcp + adtech-test + Adtech Test IP + + + 3357 + udp + adtech-test + Adtech Test IP + + + 3358 + tcp + mpsysrmsvr + Mp Sys Rmsvr + + + 3358 + udp + mpsysrmsvr + Mp Sys Rmsvr + + + 3359 + tcp + wg-netforce + WG NetForce + + + 3359 + udp + wg-netforce + WG NetForce + + + 3360 + tcp + kv-server + KV Server + + + 3360 + udp + kv-server + KV Server + + + 3361 + tcp + kv-agent + KV Agent + + + 3361 + udp + kv-agent + KV Agent + + + 3362 + tcp + dj-ilm + DJ ILM + + + 3362 + udp + dj-ilm + DJ ILM + + + 3363 + tcp + nati-vi-server + NATI Vi Server + + + 3363 + udp + nati-vi-server + NATI Vi Server + + + 3364 + tcp + creativeserver + Creative Server + + + 3364 + udp + creativeserver + Creative Server + + + 3365 + tcp + contentserver + Content Server + + + 3365 + udp + contentserver + Content Server + + + 3366 + tcp + creativepartnr + Creative Partner + + + 3366 + udp + creativepartnr + Creative Partner + + + 3372 + tcp + tip2 + TIP 2 + + + 3372 + udp + tip2 + TIP 2 + + + 3373 + tcp + lavenir-lm + Lavenir License Manager + + + 3373 + udp + lavenir-lm + Lavenir License Manager + + + 3374 + tcp + cluster-disc + Cluster Disc + + + 3374 + udp + cluster-disc + Cluster Disc + + + 3375 + tcp + vsnm-agent + VSNM Agent + + + 3375 + udp + vsnm-agent + VSNM Agent + + + 3376 + tcp + cdbroker + CD Broker + + + 3376 + udp + cdbroker + CD Broker + + + 3377 + tcp + cogsys-lm + Cogsys Network License Manager + + + 3377 + udp + cogsys-lm + Cogsys Network License Manager + + + 3378 + tcp + wsicopy + WSICOPY + + + 3378 + udp + wsicopy + WSICOPY + + + 3379 + tcp + socorfs + SOCORFS + + + 3379 + udp + socorfs + SOCORFS + + + 3380 + tcp + sns-channels + SNS Channels + + + 3380 + udp + sns-channels + SNS Channels + + + 3381 + tcp + geneous + Geneous + + + 3381 + udp + geneous + Geneous + + + 3382 + tcp + fujitsu-neat + Fujitsu Network Enhanced Antitheft function + + + 3382 + udp + fujitsu-neat + Fujitsu Network Enhanced Antitheft function + + + 3383 + tcp + esp-lm + Enterprise Software Products License Manager + + + 3383 + udp + esp-lm + Enterprise Software Products License Manager + + + 3384 + tcp + hp-clic + Cluster Management Services + + + 3384 + udp + hp-clic + Hardware Management + + + 3385 + tcp + qnxnetman + qnxnetman + + + 3385 + udp + qnxnetman + qnxnetman + + + 3386 + tcp + gprs-data + GPRS Data + + + 3386 + udp + gprs-sig + GPRS SIG + + + 3387 + tcp + backroomnet + Back Room Net + + + 3387 + udp + backroomnet + Back Room Net + + + 3388 + tcp + cbserver + CB Server + + + 3388 + udp + cbserver + CB Server + + + 3389 + tcp + ms-wbt-server + MS WBT Server + + + 3389 + udp + ms-wbt-server + MS WBT Server + + + 3390 + tcp + dsc + Distributed Service Coordinator + + + 3390 + udp + dsc + Distributed Service Coordinator + + + 3391 + tcp + savant + SAVANT + + + 3391 + udp + savant + SAVANT + + + 3392 + tcp + efi-lm + EFI License Management + + + 3392 + udp + efi-lm + EFI License Management + + + 3393 + tcp + d2k-tapestry1 + D2K Tapestry Client to Server + + + 3393 + udp + d2k-tapestry1 + D2K Tapestry Client to Server + + + 3394 + tcp + d2k-tapestry2 + D2K Tapestry Server to Server + + + 3394 + udp + d2k-tapestry2 + D2K Tapestry Server to Server + + + 3395 + tcp + dyna-lm + Dyna License Manager (Elam) + + + 3395 + udp + dyna-lm + Dyna License Manager (Elam) + + + 3396 + tcp + printer-agent + System.Xml.XmlElement + + + 3396 + tcp + printer_agent + Printer Agent + + + 3396 + udp + printer-agent + System.Xml.XmlElement + + + 3396 + udp + printer_agent + Printer Agent + + + 3397 + tcp + cloanto-lm + Cloanto License Manager + + + 3397 + udp + cloanto-lm + Cloanto License Manager + + + 3398 + tcp + mercantile + Mercantile + + + 3398 + udp + mercantile + Mercantile + + + 3399 + tcp + csms + CSMS + + + 3399 + udp + csms + CSMS + + + 3400 + tcp + csms2 + CSMS2 + + + 3400 + udp + csms2 + CSMS2 + + + 3401 + tcp + filecast + filecast + + + 3401 + udp + filecast + filecast + + + 3402 + tcp + fxaengine-net + FXa Engine Network Port + + + 3402 + udp + fxaengine-net + FXa Engine Network Port + + + 3405 + tcp + nokia-ann-ch1 + Nokia Announcement ch 1 + + + 3405 + udp + nokia-ann-ch1 + Nokia Announcement ch 1 + + + 3406 + tcp + nokia-ann-ch2 + Nokia Announcement ch 2 + + + 3406 + udp + nokia-ann-ch2 + Nokia Announcement ch 2 + + + 3407 + tcp + ldap-admin + LDAP admin server port + + + 3407 + udp + ldap-admin + LDAP admin server port + + + 3408 + tcp + BESApi + BES Api Port + + + 3408 + udp + BESApi + BES Api Port + + + 3409 + tcp + networklens + NetworkLens Event Port + + + 3409 + udp + networklens + NetworkLens Event Port + + + 3410 + tcp + networklenss + NetworkLens SSL Event + + + 3410 + udp + networklenss + NetworkLens SSL Event + + + 3411 + tcp + biolink-auth + BioLink Authenteon server + + + 3411 + udp + biolink-auth + BioLink Authenteon server + + + 3412 + tcp + xmlblaster + xmlBlaster + + + 3412 + udp + xmlblaster + xmlBlaster + + + 3413 + tcp + svnet + SpecView Networking + + + 3413 + udp + svnet + SpecView Networking + + + 3414 + tcp + wip-port + BroadCloud WIP Port + + + 3414 + udp + wip-port + BroadCloud WIP Port + + + 3415 + tcp + bcinameservice + BCI Name Service + + + 3415 + udp + bcinameservice + BCI Name Service + + + 3416 + tcp + commandport + AirMobile IS Command Port + + + 3416 + udp + commandport + AirMobile IS Command Port + + + 3417 + tcp + csvr + ConServR file translation + + + 3417 + udp + csvr + ConServR file translation + + + 3418 + tcp + rnmap + Remote nmap + + + 3418 + udp + rnmap + Remote nmap + + + 3419 + tcp + softaudit + Isogon SoftAudit + + + 3419 + udp + softaudit + ISogon SoftAudit + + + 3420 + tcp + ifcp-port + iFCP User Port + + + 3420 + udp + ifcp-port + iFCP User Port + + + 3421 + tcp + bmap + Bull Apprise portmapper + + + 3421 + udp + bmap + Bull Apprise portmapper + + + 3422 + tcp + rusb-sys-port + Remote USB System Port + + + 3422 + udp + rusb-sys-port + Remote USB System Port + + + 3423 + tcp + xtrm + xTrade Reliable Messaging + + + 3423 + udp + xtrm + xTrade Reliable Messaging + + + 3424 + tcp + xtrms + xTrade over TLS/SSL + + + 3424 + udp + xtrms + xTrade over TLS/SSL + + + 3425 + tcp + agps-port + AGPS Access Port + + + 3425 + udp + agps-port + AGPS Access Port + + + 3426 + tcp + arkivio + Arkivio Storage Protocol + + + 3426 + udp + arkivio + Arkivio Storage Protocol + + + 3427 + tcp + websphere-snmp + WebSphere SNMP + + + 3427 + udp + websphere-snmp + WebSphere SNMP + + + 3428 + tcp + twcss + 2Wire CSS + + + 3428 + udp + twcss + 2Wire CSS + + + 3429 + tcp + gcsp + GCSP user port + + + 3429 + udp + gcsp + GCSP user port + + + 3430 + tcp + ssdispatch + Scott Studios Dispatch + + + 3430 + udp + ssdispatch + Scott Studios Dispatch + + + 3431 + tcp + ndl-als + Active License Server Port + + + 3431 + udp + ndl-als + Active License Server Port + + + 3432 + tcp + osdcp + Secure Device Protocol + + + 3432 + udp + osdcp + Secure Device Protocol + + + 3433 + tcp + opnet-smp + OPNET Service Management Platform + + + 3433 + udp + opnet-smp + OPNET Service Management Platform + + + 3434 + tcp + opencm + OpenCM Server + + + 3434 + udp + opencm + OpenCM Server + + + 3435 + tcp + pacom + Pacom Security User Port + + + 3435 + udp + pacom + Pacom Security User Port + + + 3436 + tcp + gc-config + GuardControl Exchange Protocol + + + 3436 + udp + gc-config + GuardControl Exchange Protocol + + + 3437 + tcp + autocueds + Autocue Directory Service + + + 3437 + udp + autocueds + Autocue Directory Service + + + 3438 + tcp + spiral-admin + Spiralcraft Admin + + + 3438 + udp + spiral-admin + Spiralcraft Admin + + + 3439 + tcp + hri-port + HRI Interface Port + + + 3439 + udp + hri-port + HRI Interface Port + + + 3440 + tcp + ans-console + Net Steward Mgmt Console + + + 3440 + udp + ans-console + Net Steward Mgmt Console + + + 3441 + tcp + connect-client + OC Connect Client + + + 3441 + udp + connect-client + OC Connect Client + + + 3442 + tcp + connect-server + OC Connect Server + + + 3442 + udp + connect-server + OC Connect Server + + + 3443 + tcp + ov-nnm-websrv + OpenView Network Node Manager WEB Server + + + 3443 + udp + ov-nnm-websrv + OpenView Network Node Manager WEB Server + + + 3444 + tcp + denali-server + Denali Server + + + 3444 + udp + denali-server + Denali Server + + + 3445 + tcp + monp + Media Object Network Protocol + + + 3445 + udp + monp + Media Object Network Protocol + + + 3446 + tcp + 3comfaxrpc + 3Com FAX RPC port + + + 3446 + udp + 3comfaxrpc + 3Com FAX RPC port + + + 3447 + tcp + directnet + DirectNet IM System + + + 3447 + udp + directnet + DirectNet IM System + + + 3448 + tcp + dnc-port + Discovery and Net Config + + + 3448 + udp + dnc-port + Discovery and Net Config + + + 3449 + tcp + hotu-chat + HotU Chat + + + 3449 + udp + hotu-chat + HotU Chat + + + 3450 + tcp + castorproxy + CAStorProxy + + + 3450 + udp + castorproxy + CAStorProxy + + + 3451 + tcp + asam + ASAM Services + + + 3451 + udp + asam + ASAM Services + + + 3452 + tcp + sabp-signal + SABP-Signalling Protocol + + + 3452 + udp + sabp-signal + SABP-Signalling Protocol + + + 3453 + tcp + pscupd + PSC Update + + + 3453 + udp + pscupd + PSC Update + + + 3454 + tcp + mira + Apple Remote Access Protocol + + + 3454 + udp + mira + Apple Remote Access Protocol + + + 3455 + tcp + prsvp + RSVP Port + + + 3455 + udp + prsvp + RSVP Port + + + 3456 + tcp + vat + VAT default data + + + 3456 + udp + vat + VAT default data + + + 3457 + tcp + vat-control + VAT default control + + + 3457 + udp + vat-control + VAT default control + + + 3458 + tcp + d3winosfi + D3WinOSFI + + + 3458 + udp + d3winosfi + D3WinOSFI + + + 3459 + tcp + integral + TIP Integral + + + 3459 + udp + integral + TIP Integral + + + 3460 + tcp + edm-manager + EDM Manger + + + 3460 + udp + edm-manager + EDM Manger + + + 3461 + tcp + edm-stager + EDM Stager + + + 3461 + udp + edm-stager + EDM Stager + + + 3462 + tcp + edm-std-notify + EDM STD Notify + + + 3462 + udp + edm-std-notify + EDM STD Notify + + + 3463 + tcp + edm-adm-notify + EDM ADM Notify + + + 3463 + udp + edm-adm-notify + EDM ADM Notify + + + 3464 + tcp + edm-mgr-sync + EDM MGR Sync + + + 3464 + udp + edm-mgr-sync + EDM MGR Sync + + + 3465 + tcp + edm-mgr-cntrl + EDM MGR Cntrl + + + 3465 + udp + edm-mgr-cntrl + EDM MGR Cntrl + + + 3466 + tcp + workflow + WORKFLOW + + + 3466 + udp + workflow + WORKFLOW + + + 3467 + tcp + rcst + RCST + + + 3467 + udp + rcst + RCST + + + 3468 + tcp + ttcmremotectrl + TTCM Remote Controll + + + 3468 + udp + ttcmremotectrl + TTCM Remote Controll + + + 3469 + tcp + pluribus + Pluribus + + + 3469 + udp + pluribus + Pluribus + + + 3470 + tcp + jt400 + jt400 + + + 3470 + udp + jt400 + jt400 + + + 3471 + tcp + jt400-ssl + jt400-ssl + + + 3471 + udp + jt400-ssl + jt400-ssl + + + 3472 + tcp + jaugsremotec-1 + JAUGS N-G Remotec 1 + + + 3472 + udp + jaugsremotec-1 + JAUGS N-G Remotec 1 + + + 3473 + tcp + jaugsremotec-2 + JAUGS N-G Remotec 2 + + + 3473 + udp + jaugsremotec-2 + JAUGS N-G Remotec 2 + + + 3474 + tcp + ttntspauto + TSP Automation + + + 3474 + udp + ttntspauto + TSP Automation + + + 3475 + tcp + genisar-port + Genisar Comm Port + + + 3475 + udp + genisar-port + Genisar Comm Port + + + 3476 + tcp + nppmp + NVIDIA Mgmt Protocol + + + 3476 + udp + nppmp + NVIDIA Mgmt Protocol + + + 3477 + tcp + ecomm + eComm link port + + + 3477 + udp + ecomm + eComm link port + + + 3478 + tcp + stun + Session Traversal Utilities for NAT (STUN) port + + + 3478 + udp + stun + Session Traversal Utilities for NAT (STUN) port + + + 3478 + tcp + turn + TURN over TCP + + + 3478 + udp + turn + TURN over UDP + + + 3478 + tcp + stun-behavior + STUN Behavior Discovery over TCP + + + 3478 + udp + stun-behavior + STUN Behavior Discovery over UDP + + + 3479 + tcp + twrpc + 2Wire RPC + + + 3479 + udp + twrpc + 2Wire RPC + + + 3480 + tcp + plethora + Secure Virtual Workspace + + + 3480 + udp + plethora + Secure Virtual Workspace + + + 3481 + tcp + cleanerliverc + CleanerLive remote ctrl + + + 3481 + udp + cleanerliverc + CleanerLive remote ctrl + + + 3482 + tcp + vulture + Vulture Monitoring System + + + 3482 + udp + vulture + Vulture Monitoring System + + + 3483 + tcp + slim-devices + Slim Devices Protocol + + + 3483 + udp + slim-devices + Slim Devices Protocol + + + 3484 + tcp + gbs-stp + GBS SnapTalk Protocol + + + 3484 + udp + gbs-stp + GBS SnapTalk Protocol + + + 3485 + tcp + celatalk + CelaTalk + + + 3485 + udp + celatalk + CelaTalk + + + 3486 + tcp + ifsf-hb-port + IFSF Heartbeat Port + + + 3486 + udp + ifsf-hb-port + IFSF Heartbeat Port + + + 3487 + tcp + ltctcp + LISA TCP Transfer Channel + + + 3487 + udp + ltcudp + LISA UDP Transfer Channel + + + 3488 + tcp + fs-rh-srv + FS Remote Host Server + + + 3488 + udp + fs-rh-srv + FS Remote Host Server + + + 3489 + tcp + dtp-dia + DTP/DIA + + + 3489 + udp + dtp-dia + DTP/DIA + + + 3490 + tcp + colubris + Colubris Management Port + + + 3490 + udp + colubris + Colubris Management Port + + + 3491 + tcp + swr-port + SWR Port + + + 3491 + udp + swr-port + SWR Port + + + 3492 + tcp + tvdumtray-port + TVDUM Tray Port + + + 3492 + udp + tvdumtray-port + TVDUM Tray Port + + + 3493 + tcp + nut + Network UPS Tools + + + 3493 + udp + nut + Network UPS Tools + + + 3494 + tcp + ibm3494 + IBM 3494 + + + 3494 + udp + ibm3494 + IBM 3494 + + + 3495 + tcp + seclayer-tcp + securitylayer over tcp + + + 3495 + udp + seclayer-tcp + securitylayer over tcp + + + 3496 + tcp + seclayer-tls + securitylayer over tls + + + 3496 + udp + seclayer-tls + securitylayer over tls + + + 3497 + tcp + ipether232port + ipEther232Port + + + 3497 + udp + ipether232port + ipEther232Port + + + 3498 + tcp + dashpas-port + DASHPAS user port + + + 3498 + udp + dashpas-port + DASHPAS user port + + + 3499 + tcp + sccip-media + SccIP Media + + + 3499 + udp + sccip-media + SccIP Media + + + 3500 + tcp + rtmp-port + RTMP Port + + + 3500 + udp + rtmp-port + RTMP Port + + + 3501 + tcp + isoft-p2p + iSoft-P2P + + + 3501 + udp + isoft-p2p + iSoft-P2P + + + 3502 + tcp + avinstalldisc + Avocent Install Discovery + + + 3502 + udp + avinstalldisc + Avocent Install Discovery + + + 3503 + tcp + lsp-ping + MPLS LSP-echo Port + + + 3503 + udp + lsp-ping + MPLS LSP-echo Port + + + 3504 + tcp + ironstorm + IronStorm game server + + + 3504 + udp + ironstorm + IronStorm game server + + + 3505 + tcp + ccmcomm + CCM communications port + + + 3505 + udp + ccmcomm + CCM communications port + + + 3506 + tcp + apc-3506 + APC 3506 + + + 3506 + udp + apc-3506 + APC 3506 + + + 3507 + tcp + nesh-broker + Nesh Broker Port + + + 3507 + udp + nesh-broker + Nesh Broker Port + + + 3508 + tcp + interactionweb + Interaction Web + + + 3508 + udp + interactionweb + Interaction Web + + + 3509 + tcp + vt-ssl + Virtual Token SSL Port + + + 3509 + udp + vt-ssl + Virtual Token SSL Port + + + 3510 + tcp + xss-port + XSS Port + + + 3510 + udp + xss-port + XSS Port + + + 3511 + tcp + webmail-2 + WebMail/2 + + + 3511 + udp + webmail-2 + WebMail/2 + + + 3512 + tcp + aztec + Aztec Distribution Port + + + 3512 + udp + aztec + Aztec Distribution Port + + + 3513 + tcp + arcpd + Adaptec Remote Protocol + + + 3513 + udp + arcpd + Adaptec Remote Protocol + + + 3514 + tcp + must-p2p + MUST Peer to Peer + + + 3514 + udp + must-p2p + MUST Peer to Peer + + + 3515 + tcp + must-backplane + MUST Backplane + + + 3515 + udp + must-backplane + MUST Backplane + + + 3516 + tcp + smartcard-port + Smartcard Port + + + 3516 + udp + smartcard-port + Smartcard Port + + + 3517 + tcp + 802-11-iapp + IEEE 802.11 WLANs WG IAPP + + + 3517 + udp + 802-11-iapp + IEEE 802.11 WLANs WG IAPP + + + 3518 + tcp + artifact-msg + Artifact Message Server + + + 3518 + udp + artifact-msg + Artifact Message Server + + + 3519 + tcp + nvmsgd + Netvion Messenger Port + + + 3519 + udp + galileo + Netvion Galileo Port + + + 3520 + tcp + galileolog + Netvion Galileo Log Port + + + 3520 + udp + galileolog + Netvion Galileo Log Port + + + 3521 + tcp + mc3ss + Telequip Labs MC3SS + + + 3521 + udp + mc3ss + Telequip Labs MC3SS + + + 3522 + tcp + nssocketport + DO over NSSocketPort + + + 3522 + udp + nssocketport + DO over NSSocketPort + + + 3523 + tcp + odeumservlink + Odeum Serverlink + + + 3523 + udp + odeumservlink + Odeum Serverlink + + + 3524 + tcp + ecmport + ECM Server port + + + 3524 + udp + ecmport + ECM Server port + + + 3525 + tcp + eisport + EIS Server port + + + 3525 + udp + eisport + EIS Server port + + + 3526 + tcp + starquiz-port + starQuiz Port + + + 3526 + udp + starquiz-port + starQuiz Port + + + 3527 + tcp + beserver-msg-q + VERITAS Backup Exec Server + + + 3527 + udp + beserver-msg-q + VERITAS Backup Exec Server + + + 3528 + tcp + jboss-iiop + JBoss IIOP + + + 3528 + udp + jboss-iiop + JBoss IIOP + + + 3529 + tcp + jboss-iiop-ssl + JBoss IIOP/SSL + + + 3529 + udp + jboss-iiop-ssl + JBoss IIOP/SSL + + + 3530 + tcp + gf + Grid Friendly + + + 3530 + udp + gf + Grid Friendly + + + 3531 + tcp + joltid + Joltid + + + 3531 + udp + joltid + Joltid + + + 3532 + tcp + raven-rmp + Raven Remote Management Control + + + 3532 + udp + raven-rmp + Raven Remote Management Control + + + 3533 + tcp + raven-rdp + Raven Remote Management Data + + + 3533 + udp + raven-rdp + Raven Remote Management Data + + + 3534 + tcp + urld-port + URL Daemon Port + + + 3534 + udp + urld-port + URL Daemon Port + + + 3535 + tcp + ms-la + MS-LA + + + 3535 + udp + ms-la + MS-LA + + + 3536 + tcp + snac + SNAC + + + 3536 + udp + snac + SNAC + + + 3537 + tcp + ni-visa-remote + Remote NI-VISA port + + + 3537 + udp + ni-visa-remote + Remote NI-VISA port + + + 3538 + tcp + ibm-diradm + IBM Directory Server + + + 3538 + udp + ibm-diradm + IBM Directory Server + + + 3539 + tcp + ibm-diradm-ssl + IBM Directory Server SSL + + + 3539 + udp + ibm-diradm-ssl + IBM Directory Server SSL + + + 3540 + tcp + pnrp-port + PNRP User Port + + + 3540 + udp + pnrp-port + PNRP User Port + + + 3541 + tcp + voispeed-port + VoiSpeed Port + + + 3541 + udp + voispeed-port + VoiSpeed Port + + + 3542 + tcp + hacl-monitor + HA cluster monitor + + + 3542 + udp + hacl-monitor + HA cluster monitor + + + 3543 + tcp + qftest-lookup + qftest Lookup Port + + + 3543 + udp + qftest-lookup + qftest Lookup Port + + + 3544 + tcp + teredo + Teredo Port + + + 3544 + udp + teredo + Teredo Port + + + 3545 + tcp + camac + CAMAC equipment + + + 3545 + udp + camac + CAMAC equipment + + + 3547 + tcp + symantec-sim + Symantec SIM + + + 3547 + udp + symantec-sim + Symantec SIM + + + 3548 + tcp + interworld + Interworld + + + 3548 + udp + interworld + Interworld + + + 3549 + tcp + tellumat-nms + Tellumat MDR NMS + + + 3549 + udp + tellumat-nms + Tellumat MDR NMS + + + 3550 + tcp + ssmpp + Secure SMPP + + + 3550 + udp + ssmpp + Secure SMPP + + + 3551 + tcp + apcupsd + Apcupsd Information Port + + + 3551 + udp + apcupsd + Apcupsd Information Port + + + 3552 + tcp + taserver + TeamAgenda Server Port + + + 3552 + udp + taserver + TeamAgenda Server Port + + + 3553 + tcp + rbr-discovery + Red Box Recorder ADP + + + 3553 + udp + rbr-discovery + Red Box Recorder ADP + + + 3554 + tcp + questnotify + Quest Notification Server + + + 3554 + udp + questnotify + Quest Notification Server + + + 3555 + tcp + razor + Vipul's Razor + + + 3555 + udp + razor + Vipul's Razor + + + 3556 + tcp + sky-transport + Sky Transport Protocol + + + 3556 + udp + sky-transport + Sky Transport Protocol + + + 3557 + tcp + personalos-001 + PersonalOS Comm Port + + + 3557 + udp + personalos-001 + PersonalOS Comm Port + + + 3558 + tcp + mcp-port + MCP user port + + + 3558 + udp + mcp-port + MCP user port + + + 3559 + tcp + cctv-port + CCTV control port + + + 3559 + udp + cctv-port + CCTV control port + + + 3560 + tcp + iniserve-port + INIServe port + + + 3560 + udp + iniserve-port + INIServe port + + + 3561 + tcp + bmc-onekey + BMC-OneKey + + + 3561 + udp + bmc-onekey + BMC-OneKey + + + 3562 + tcp + sdbproxy + SDBProxy + + + 3562 + udp + sdbproxy + SDBProxy + + + 3563 + tcp + watcomdebug + Watcom Debug + + + 3563 + udp + watcomdebug + Watcom Debug + + + 3564 + tcp + esimport + Electromed SIM port + + + 3564 + udp + esimport + Electromed SIM port + + + 3565 + tcp + m2pa + M2PA + + + 3565 + udp + record + Reserved + + + 3565 + sctp + m2pa + M2PA + + + 3566 + tcp + quest-data-hub + Quest Data Hub + + + 3566 + udp + record + Reserved + + + 3567 + tcp + dof-eps + DOF Protocol Stack + + + 3567 + udp + dof-eps + DOF Protocol Stack + + + 3568 + tcp + dof-tunnel-sec + DOF Secure Tunnel + + + 3568 + udp + dof-tunnel-sec + DOF Secure Tunnel + + + 3569 + tcp + mbg-ctrl + Meinberg Control Service + + + 3569 + udp + mbg-ctrl + Meinberg Control Service + + + 3570 + tcp + mccwebsvr-port + MCC Web Server Port + + + 3570 + udp + mccwebsvr-port + MCC Web Server Port + + + 3571 + tcp + megardsvr-port + MegaRAID Server Port + + + 3571 + udp + megardsvr-port + MegaRAID Server Port + + + 3572 + tcp + megaregsvrport + Registration Server Port + + + 3572 + udp + megaregsvrport + Registration Server Port + + + 3573 + tcp + tag-ups-1 + Advantage Group UPS Suite + + + 3573 + udp + tag-ups-1 + Advantage Group UPS Suite + + + 3574 + tcp + dmaf-server + DMAF Server + + + 3574 + udp + dmaf-caster + DMAF Caster + + + 3575 + tcp + ccm-port + Coalsere CCM Port + + + 3575 + udp + ccm-port + Coalsere CCM Port + + + 3576 + tcp + cmc-port + Coalsere CMC Port + + + 3576 + udp + cmc-port + Coalsere CMC Port + + + 3577 + tcp + config-port + Configuration Port + + + 3577 + udp + config-port + Configuration Port + + + 3578 + tcp + data-port + Data Port + + + 3578 + udp + data-port + Data Port + + + 3579 + tcp + ttat3lb + Tarantella Load Balancing + + + 3579 + udp + ttat3lb + Tarantella Load Balancing + + + 3580 + tcp + nati-svrloc + NATI-ServiceLocator + + + 3580 + udp + nati-svrloc + NATI-ServiceLocator + + + 3581 + tcp + kfxaclicensing + Ascent Capture Licensing + + + 3581 + udp + kfxaclicensing + Ascent Capture Licensing + + + 3582 + tcp + press + PEG PRESS Server + + + 3582 + udp + press + PEG PRESS Server + + + 3583 + tcp + canex-watch + CANEX Watch System + + + 3583 + udp + canex-watch + CANEX Watch System + + + 3584 + tcp + u-dbap + U-DBase Access Protocol + + + 3584 + udp + u-dbap + U-DBase Access Protocol + + + 3585 + tcp + emprise-lls + Emprise License Server + + + 3585 + udp + emprise-lls + Emprise License Server + + + 3586 + tcp + emprise-lsc + License Server Console + + + 3586 + udp + emprise-lsc + License Server Console + + + 3587 + tcp + p2pgroup + Peer to Peer Grouping + + + 3587 + udp + p2pgroup + Peer to Peer Grouping + + + 3588 + tcp + sentinel + Sentinel Server + + + 3588 + udp + sentinel + Sentinel Server + + + 3589 + tcp + isomair + isomair + + + 3589 + udp + isomair + isomair + + + 3590 + tcp + wv-csp-sms + WV CSP SMS Binding + + + 3590 + udp + wv-csp-sms + WV CSP SMS Binding + + + 3591 + tcp + gtrack-server + LOCANIS G-TRACK Server + + + 3591 + udp + gtrack-server + LOCANIS G-TRACK Server + + + 3592 + tcp + gtrack-ne + LOCANIS G-TRACK NE Port + + + 3592 + udp + gtrack-ne + LOCANIS G-TRACK NE Port + + + 3593 + tcp + bpmd + BP Model Debugger + + + 3593 + udp + bpmd + BP Model Debugger + + + 3594 + tcp + mediaspace + MediaSpace + + + 3594 + udp + mediaspace + MediaSpace + + + 3595 + tcp + shareapp + ShareApp + + + 3595 + udp + shareapp + ShareApp + + + 3596 + tcp + iw-mmogame + Illusion Wireless MMOG + + + 3596 + udp + iw-mmogame + Illusion Wireless MMOG + + + 3597 + tcp + a14 + A14 (AN-to-SC/MM) + + + 3597 + udp + a14 + A14 (AN-to-SC/MM) + + + 3598 + tcp + a15 + A15 (AN-to-AN) + + + 3598 + udp + a15 + A15 (AN-to-AN) + + + 3599 + tcp + quasar-server + Quasar Accounting Server + + + 3599 + udp + quasar-server + Quasar Accounting Server + + + 3600 + tcp + trap-daemon + text relay-answer + + + 3600 + udp + trap-daemon + text relay-answer + + + 3601 + tcp + visinet-gui + Visinet Gui + + + 3601 + udp + visinet-gui + Visinet Gui + + + 3602 + tcp + infiniswitchcl + InfiniSwitch Mgr Client + + + 3602 + udp + infiniswitchcl + InfiniSwitch Mgr Client + + + 3603 + tcp + int-rcv-cntrl + Integrated Rcvr Control + + + 3603 + udp + int-rcv-cntrl + Integrated Rcvr Control + + + 3604 + tcp + bmc-jmx-port + BMC JMX Port + + + 3604 + udp + bmc-jmx-port + BMC JMX Port + + + 3605 + tcp + comcam-io + ComCam IO Port + + + 3605 + udp + comcam-io + ComCam IO Port + + + 3606 + tcp + splitlock + Splitlock Server + + + 3606 + udp + splitlock + Splitlock Server + + + 3607 + tcp + precise-i3 + Precise I3 + + + 3607 + udp + precise-i3 + Precise I3 + + + 3608 + tcp + trendchip-dcp + Trendchip control protocol + + + 3608 + udp + trendchip-dcp + Trendchip control protocol + + + 3609 + tcp + cpdi-pidas-cm + CPDI PIDAS Connection Mon + + + 3609 + udp + cpdi-pidas-cm + CPDI PIDAS Connection Mon + + + 3610 + tcp + echonet + ECHONET + + + 3610 + udp + echonet + ECHONET + + + 3611 + tcp + six-degrees + Six Degrees Port + + + 3611 + udp + six-degrees + Six Degrees Port + + + 3612 + tcp + dataprotector + Micro Focus Data Protector + + + 3612 + udp + dataprotector + Micro Focus Data Protector + + + 3613 + tcp + alaris-disc + Alaris Device Discovery + + + 3613 + udp + alaris-disc + Alaris Device Discovery + + + 3614 + tcp + sigma-port + Satchwell Sigma + + + 3614 + udp + sigma-port + Satchwell Sigma + + + 3615 + tcp + start-network + Start Messaging Network + + + 3615 + udp + start-network + Start Messaging Network + + + 3616 + tcp + cd3o-protocol + cd3o Control Protocol + + + 3616 + udp + cd3o-protocol + cd3o Control Protocol + + + 3617 + tcp + sharp-server + ATI SHARP Logic Engine + + + 3617 + udp + sharp-server + ATI SHARP Logic Engine + + + 3618 + tcp + aairnet-1 + AAIR-Network 1 + + + 3618 + udp + aairnet-1 + AAIR-Network 1 + + + 3619 + tcp + aairnet-2 + AAIR-Network 2 + + + 3619 + udp + aairnet-2 + AAIR-Network 2 + + + 3620 + tcp + ep-pcp + EPSON Projector Control Port + + + 3620 + udp + ep-pcp + EPSON Projector Control Port + + + 3621 + tcp + ep-nsp + EPSON Network Screen Port + + + 3621 + udp + ep-nsp + EPSON Network Screen Port + + + 3622 + tcp + ff-lr-port + FF LAN Redundancy Port + + + 3622 + udp + ff-lr-port + FF LAN Redundancy Port + + + 3623 + tcp + haipe-discover + HAIPIS Dynamic Discovery + + + 3623 + udp + haipe-discover + HAIPIS Dynamic Discovery + + + 3624 + tcp + dist-upgrade + Distributed Upgrade Port + + + 3624 + udp + dist-upgrade + Distributed Upgrade Port + + + 3625 + tcp + volley + Volley + + + 3625 + udp + volley + Volley + + + 3626 + tcp + bvcdaemon-port + bvControl Daemon + + + 3626 + udp + bvcdaemon-port + bvControl Daemon + + + 3627 + tcp + jamserverport + Jam Server Port + + + 3627 + udp + jamserverport + Jam Server Port + + + 3628 + tcp + ept-machine + EPT Machine Interface + + + 3628 + udp + ept-machine + EPT Machine Interface + + + 3629 + tcp + escvpnet + ESC/VP.net + + + 3629 + udp + escvpnet + ESC/VP.net + + + 3630 + tcp + cs-remote-db + C&S Remote Database Port + + + 3630 + udp + cs-remote-db + C&S Remote Database Port + + + 3631 + tcp + cs-services + C&S Web Services Port + + + 3631 + udp + cs-services + C&S Web Services Port + + + 3632 + tcp + distcc + distributed compiler + + + 3632 + udp + distcc + distributed compiler + + + 3633 + tcp + wacp + Wyrnix AIS port + + + 3633 + udp + wacp + Wyrnix AIS port + + + 3634 + tcp + hlibmgr + hNTSP Library Manager + + + 3634 + udp + hlibmgr + hNTSP Library Manager + + + 3635 + tcp + sdo + Simple Distributed Objects + + + 3635 + udp + sdo + Simple Distributed Objects + + + 3636 + tcp + servistaitsm + SerVistaITSM + + + 3636 + udp + servistaitsm + SerVistaITSM + + + 3637 + tcp + scservp + Customer Service Port + + + 3637 + udp + scservp + Customer Service Port + + + 3638 + tcp + ehp-backup + EHP Backup Protocol + + + 3638 + udp + ehp-backup + EHP Backup Protocol + + + 3639 + tcp + xap-ha + Extensible Automation + + + 3639 + udp + xap-ha + Extensible Automation + + + 3640 + tcp + netplay-port1 + Netplay Port 1 + + + 3640 + udp + netplay-port1 + Netplay Port 1 + + + 3641 + tcp + netplay-port2 + Netplay Port 2 + + + 3641 + udp + netplay-port2 + Netplay Port 2 + + + 3642 + tcp + juxml-port + Juxml Replication port + + + 3642 + udp + juxml-port + Juxml Replication port + + + 3643 + tcp + audiojuggler + AudioJuggler + + + 3643 + udp + audiojuggler + AudioJuggler + + + 3644 + tcp + ssowatch + ssowatch + + + 3644 + udp + ssowatch + ssowatch + + + 3645 + tcp + cyc + Cyc + + + 3645 + udp + cyc + Cyc + + + 3646 + tcp + xss-srv-port + XSS Server Port + + + 3646 + udp + xss-srv-port + XSS Server Port + + + 3647 + tcp + splitlock-gw + Splitlock Gateway + + + 3647 + udp + splitlock-gw + Splitlock Gateway + + + 3648 + tcp + fjcp + Fujitsu Cooperation Port + + + 3648 + udp + fjcp + Fujitsu Cooperation Port + + + 3649 + tcp + nmmp + Nishioka Miyuki Msg Protocol + + + 3649 + udp + nmmp + Nishioka Miyuki Msg Protocol + + + 3650 + tcp + prismiq-plugin + PRISMIQ VOD plug-in + + + 3650 + udp + prismiq-plugin + PRISMIQ VOD plug-in + + + 3651 + tcp + xrpc-registry + XRPC Registry + + + 3651 + udp + xrpc-registry + XRPC Registry + + + 3652 + tcp + vxcrnbuport + VxCR NBU Default Port + + + 3652 + udp + vxcrnbuport + VxCR NBU Default Port + + + 3653 + tcp + tsp + Tunnel Setup Protocol + + + 3653 + udp + tsp + Tunnel Setup Protocol + + + 3654 + tcp + vaprtm + VAP RealTime Messenger + + + 3654 + udp + vaprtm + VAP RealTime Messenger + + + 3655 + tcp + abatemgr + ActiveBatch Exec Agent + + + 3655 + udp + abatemgr + ActiveBatch Exec Agent + + + 3656 + tcp + abatjss + ActiveBatch Job Scheduler + + + 3656 + udp + abatjss + ActiveBatch Job Scheduler + + + 3657 + tcp + immedianet-bcn + ImmediaNet Beacon + + + 3657 + udp + immedianet-bcn + ImmediaNet Beacon + + + 3658 + tcp + ps-ams + PlayStation AMS (Secure) + + + 3658 + udp + ps-ams + PlayStation AMS (Secure) + + + 3659 + tcp + apple-sasl + Apple SASL + + + 3659 + udp + apple-sasl + Apple SASL + + + 3660 + tcp + can-nds-ssl + IBM Tivoli Directory Service using SSL + + + 3660 + udp + can-nds-ssl + IBM Tivoli Directory Service using SSL + + + 3661 + tcp + can-ferret-ssl + IBM Tivoli Directory Service using SSL + + + 3661 + udp + can-ferret-ssl + IBM Tivoli Directory Service using SSL + + + 3662 + tcp + pserver + pserver + + + 3662 + udp + pserver + pserver + + + 3663 + tcp + dtp + DIRECWAY Tunnel Protocol + + + 3663 + udp + dtp + DIRECWAY Tunnel Protocol + + + 3664 + tcp + ups-engine + UPS Engine Port + + + 3664 + udp + ups-engine + UPS Engine Port + + + 3665 + tcp + ent-engine + Enterprise Engine Port + + + 3665 + udp + ent-engine + Enterprise Engine Port + + + 3666 + tcp + eserver-pap + IBM eServer PAP + + + 3666 + udp + eserver-pap + IBM EServer PAP + + + 3667 + tcp + infoexch + IBM Information Exchange + + + 3667 + udp + infoexch + IBM Information Exchange + + + 3668 + tcp + dell-rm-port + Dell Remote Management + + + 3668 + udp + dell-rm-port + Dell Remote Management + + + 3669 + tcp + casanswmgmt + CA SAN Switch Management + + + 3669 + udp + casanswmgmt + CA SAN Switch Management + + + 3670 + tcp + smile + SMILE TCP/UDP Interface + + + 3670 + udp + smile + SMILE TCP/UDP Interface + + + 3671 + tcp + efcp + e Field Control (EIBnet) + + + 3671 + udp + efcp + e Field Control (EIBnet) + + + 3672 + tcp + lispworks-orb + LispWorks ORB + + + 3672 + udp + lispworks-orb + LispWorks ORB + + + 3673 + tcp + mediavault-gui + Openview Media Vault GUI + + + 3673 + udp + mediavault-gui + Openview Media Vault GUI + + + 3674 + tcp + wininstall-ipc + WinINSTALL IPC Port + + + 3674 + udp + wininstall-ipc + WinINSTALL IPC Port + + + 3675 + tcp + calltrax + CallTrax Data Port + + + 3675 + udp + calltrax + CallTrax Data Port + + + 3676 + tcp + va-pacbase + VisualAge Pacbase server + + + 3676 + udp + va-pacbase + VisualAge Pacbase server + + + 3677 + tcp + roverlog + RoverLog IPC + + + 3677 + udp + roverlog + RoverLog IPC + + + 3678 + tcp + ipr-dglt + DataGuardianLT + + + 3678 + udp + ipr-dglt + DataGuardianLT + + + 3679 + tcp + Escale (Newton Dock) + Newton Dock + + + 3679 + udp + Escale (Newton Dock) + Newton Dock + + + 3680 + tcp + npds-tracker + NPDS Tracker + + + 3680 + udp + npds-tracker + NPDS Tracker + + + 3681 + tcp + bts-x73 + BTS X73 Port + + + 3681 + udp + bts-x73 + BTS X73 Port + + + 3682 + tcp + cas-mapi + EMC SmartPackets-MAPI + + + 3682 + udp + cas-mapi + EMC SmartPackets-MAPI + + + 3683 + tcp + bmc-ea + BMC EDV/EA + + + 3683 + udp + bmc-ea + BMC EDV/EA + + + 3684 + tcp + faxstfx-port + FAXstfX + + + 3684 + udp + faxstfx-port + FAXstfX + + + 3685 + tcp + dsx-agent + DS Expert Agent + + + 3685 + udp + dsx-agent + DS Expert Agent + + + 3686 + tcp + tnmpv2 + Trivial Network Management + + + 3686 + udp + tnmpv2 + Trivial Network Management + + + 3687 + tcp + simple-push + simple-push + + + 3687 + udp + simple-push + simple-push + + + 3688 + tcp + simple-push-s + simple-push Secure + + + 3688 + udp + simple-push-s + simple-push Secure + + + 3689 + tcp + daap + Digital Audio Access Protocol (iTunes) + + + 3689 + udp + daap + Digital Audio Access Protocol (iTunes) + + + 3690 + tcp + svn + Subversion + + + 3690 + udp + svn + Subversion + + + 3691 + tcp + magaya-network + Magaya Network Port + + + 3691 + udp + magaya-network + Magaya Network Port + + + 3692 + tcp + intelsync + Brimstone IntelSync + + + 3692 + udp + intelsync + Brimstone IntelSync + + + 3693 + tcp + easl + Emergency Automatic Structure Lockdown System + + + 3693 + udp + record + Reserved + + + 3695 + tcp + bmc-data-coll + BMC Data Collection + + + 3695 + udp + bmc-data-coll + BMC Data Collection + + + 3696 + tcp + telnetcpcd + Telnet Com Port Control + + + 3696 + udp + telnetcpcd + Telnet Com Port Control + + + 3697 + tcp + nw-license + NavisWorks License System + + + 3697 + udp + nw-license + NavisWorks License System + + + 3698 + tcp + sagectlpanel + SAGECTLPANEL + + + 3698 + udp + sagectlpanel + SAGECTLPANEL + + + 3699 + tcp + kpn-icw + Internet Call Waiting + + + 3699 + udp + kpn-icw + Internet Call Waiting + + + 3700 + tcp + lrs-paging + LRS NetPage + + + 3700 + udp + lrs-paging + LRS NetPage + + + 3701 + tcp + netcelera + NetCelera + + + 3701 + udp + netcelera + NetCelera + + + 3702 + tcp + ws-discovery + Web Service Discovery + + + 3702 + udp + ws-discovery + Web Service Discovery + + + 3703 + tcp + adobeserver-3 + Adobe Server 3 + + + 3703 + udp + adobeserver-3 + Adobe Server 3 + + + 3704 + tcp + adobeserver-4 + Adobe Server 4 + + + 3704 + udp + adobeserver-4 + Adobe Server 4 + + + 3705 + tcp + adobeserver-5 + Adobe Server 5 + + + 3705 + udp + adobeserver-5 + Adobe Server 5 + + + 3706 + tcp + rt-event + Real-Time Event Port + + + 3706 + udp + rt-event + Real-Time Event Port + + + 3707 + tcp + rt-event-s + Real-Time Event Secure Port + + + 3707 + udp + rt-event-s + Real-Time Event Secure Port + + + 3708 + tcp + sun-as-iiops + Sun App Svr - Naming + + + 3708 + udp + sun-as-iiops + Sun App Svr - Naming + + + 3709 + tcp + ca-idms + CA-IDMS Server + + + 3709 + udp + ca-idms + CA-IDMS Server + + + 3710 + tcp + portgate-auth + PortGate Authentication + + + 3710 + udp + portgate-auth + PortGate Authentication + + + 3711 + tcp + edb-server2 + EBD Server 2 + + + 3711 + udp + edb-server2 + EBD Server 2 + + + 3712 + tcp + sentinel-ent + Sentinel Enterprise + + + 3712 + udp + sentinel-ent + Sentinel Enterprise + + + 3713 + tcp + tftps + TFTP over TLS + + + 3713 + udp + tftps + TFTP over TLS + + + 3714 + tcp + delos-dms + DELOS Direct Messaging + + + 3714 + udp + delos-dms + DELOS Direct Messaging + + + 3715 + tcp + anoto-rendezv + Anoto Rendezvous Port + + + 3715 + udp + anoto-rendezv + Anoto Rendezvous Port + + + 3716 + tcp + wv-csp-sms-cir + WV CSP SMS CIR Channel + + + 3716 + udp + wv-csp-sms-cir + WV CSP SMS CIR Channel + + + 3717 + tcp + wv-csp-udp-cir + WV CSP UDP/IP CIR Channel + + + 3717 + udp + wv-csp-udp-cir + WV CSP UDP/IP CIR Channel + + + 3718 + tcp + opus-services + OPUS Server Port + + + 3718 + udp + opus-services + OPUS Server Port + + + 3719 + tcp + itelserverport + iTel Server Port + + + 3719 + udp + itelserverport + iTel Server Port + + + 3720 + tcp + ufastro-instr + UF Astro. Instr. Services + + + 3720 + udp + ufastro-instr + UF Astro. Instr. Services + + + 3721 + tcp + xsync + Xsync + + + 3721 + udp + xsync + Xsync + + + 3722 + tcp + xserveraid + Xserve RAID + + + 3722 + udp + xserveraid + Xserve RAID + + + 3723 + tcp + sychrond + Sychron Service Daemon + + + 3723 + udp + sychrond + Sychron Service Daemon + + + 3724 + tcp + blizwow + World of Warcraft + + + 3724 + udp + blizwow + World of Warcraft + + + 3725 + tcp + na-er-tip + Netia NA-ER Port + + + 3725 + udp + na-er-tip + Netia NA-ER Port + + + 3726 + tcp + array-manager + Xyratex Array Manager + + + 3726 + udp + array-manager + Xyratex Array Manager + + + 3727 + tcp + e-mdu + Ericsson Mobile Data Unit + + + 3727 + udp + e-mdu + Ericsson Mobile Data Unit + + + 3728 + tcp + e-woa + Ericsson Web on Air + + + 3728 + udp + e-woa + Ericsson Web on Air + + + 3729 + tcp + fksp-audit + Fireking Audit Port + + + 3729 + udp + fksp-audit + Fireking Audit Port + + + 3730 + tcp + client-ctrl + Client Control + + + 3730 + udp + client-ctrl + Client Control + + + 3731 + tcp + smap + Service Manager + + + 3731 + udp + smap + Service Manager + + + 3732 + tcp + m-wnn + Mobile Wnn + + + 3732 + udp + m-wnn + Mobile Wnn + + + 3733 + tcp + multip-msg + Multipuesto Msg Port + + + 3733 + udp + multip-msg + Multipuesto Msg Port + + + 3734 + tcp + synel-data + Synel Data Collection Port + + + 3734 + udp + synel-data + Synel Data Collection Port + + + 3735 + tcp + pwdis + Password Distribution + + + 3735 + udp + pwdis + Password Distribution + + + 3736 + tcp + rs-rmi + RealSpace RMI + + + 3736 + udp + rs-rmi + RealSpace RMI + + + 3737 + tcp + xpanel + XPanel Daemon + + + 3737 + udp + record + Reserved + + + 3738 + tcp + versatalk + versaTalk Server Port + + + 3738 + udp + versatalk + versaTalk Server Port + + + 3739 + tcp + launchbird-lm + Launchbird LicenseManager + + + 3739 + udp + launchbird-lm + Launchbird LicenseManager + + + 3740 + tcp + heartbeat + Heartbeat Protocol + + + 3740 + udp + heartbeat + Heartbeat Protocol + + + 3741 + tcp + wysdma + WysDM Agent + + + 3741 + udp + wysdma + WysDM Agent + + + 3742 + tcp + cst-port + CST - Configuration & Service Tracker + + + 3742 + udp + cst-port + CST - Configuration & Service Tracker + + + 3743 + tcp + ipcs-command + IP Control Systems Ltd. + + + 3743 + udp + ipcs-command + IP Control Systems Ltd. + + + 3744 + tcp + sasg + SASG + + + 3744 + udp + sasg + SASG + + + 3745 + tcp + gw-call-port + GWRTC Call Port + + + 3745 + udp + gw-call-port + GWRTC Call Port + + + 3746 + tcp + linktest + LXPRO.COM LinkTest + + + 3746 + udp + linktest + LXPRO.COM LinkTest + + + 3747 + tcp + linktest-s + LXPRO.COM LinkTest SSL + + + 3747 + udp + linktest-s + LXPRO.COM LinkTest SSL + + + 3748 + tcp + webdata + webData + + + 3748 + udp + webdata + webData + + + 3749 + tcp + cimtrak + CimTrak + + + 3749 + udp + cimtrak + CimTrak + + + 3750 + tcp + cbos-ip-port + CBOS/IP ncapsalation port + + + 3750 + udp + cbos-ip-port + CBOS/IP ncapsalation port + + + 3751 + tcp + gprs-cube + CommLinx GPRS Cube + + + 3751 + udp + gprs-cube + CommLinx GPRS Cube + + + 3752 + tcp + vipremoteagent + Vigil-IP RemoteAgent + + + 3752 + udp + vipremoteagent + Vigil-IP RemoteAgent + + + 3753 + tcp + nattyserver + NattyServer Port + + + 3753 + udp + nattyserver + NattyServer Port + + + 3754 + tcp + timestenbroker + TimesTen Broker Port + + + 3754 + udp + timestenbroker + TimesTen Broker Port + + + 3755 + tcp + sas-remote-hlp + SAS Remote Help Server + + + 3755 + udp + sas-remote-hlp + SAS Remote Help Server + + + 3756 + tcp + canon-capt + Canon CAPT Port + + + 3756 + udp + canon-capt + Canon CAPT Port + + + 3757 + tcp + grf-port + GRF Server Port + + + 3757 + udp + grf-port + GRF Server Port + + + 3758 + tcp + apw-registry + apw RMI registry + + + 3758 + udp + apw-registry + apw RMI registry + + + 3759 + tcp + exapt-lmgr + Exapt License Manager + + + 3759 + udp + exapt-lmgr + Exapt License Manager + + + 3760 + tcp + adtempusclient + adTempus Client + + + 3760 + udp + adtempusclient + adTEmpus Client + + + 3761 + tcp + gsakmp + gsakmp port + + + 3761 + udp + gsakmp + gsakmp port + + + 3762 + tcp + gbs-smp + GBS SnapMail Protocol + + + 3762 + udp + gbs-smp + GBS SnapMail Protocol + + + 3763 + tcp + xo-wave + XO Wave Control Port + + + 3763 + udp + xo-wave + XO Wave Control Port + + + 3764 + tcp + mni-prot-rout + MNI Protected Routing + + + 3764 + udp + mni-prot-rout + MNI Protected Routing + + + 3765 + tcp + rtraceroute + Remote Traceroute + + + 3765 + udp + rtraceroute + Remote Traceroute + + + 3766 + tcp + sitewatch-s + SSL e-watch sitewatch server + + + 3766 + udp + record + Reserved + + + 3767 + tcp + listmgr-port + ListMGR Port + + + 3767 + udp + listmgr-port + ListMGR Port + + + 3768 + tcp + rblcheckd + rblcheckd server daemon + + + 3768 + udp + rblcheckd + rblcheckd server daemon + + + 3769 + tcp + haipe-otnk + HAIPE Network Keying + + + 3769 + udp + haipe-otnk + HAIPE Network Keying + + + 3770 + tcp + cindycollab + Cinderella Collaboration + + + 3770 + udp + cindycollab + Cinderella Collaboration + + + 3771 + tcp + paging-port + RTP Paging Port + + + 3771 + udp + paging-port + RTP Paging Port + + + 3772 + tcp + ctp + Chantry Tunnel Protocol + + + 3772 + udp + ctp + Chantry Tunnel Protocol + + + 3773 + tcp + ctdhercules + ctdhercules + + + 3773 + udp + ctdhercules + ctdhercules + + + 3774 + tcp + zicom + ZICOM + + + 3774 + udp + zicom + ZICOM + + + 3775 + tcp + ispmmgr + ISPM Manager Port + + + 3775 + udp + ispmmgr + ISPM Manager Port + + + 3776 + tcp + dvcprov-port + Device Provisioning Port + + + 3776 + udp + dvcprov-port + Device Provisioning Port + + + 3777 + tcp + jibe-eb + Jibe EdgeBurst + + + 3777 + udp + jibe-eb + Jibe EdgeBurst + + + 3778 + tcp + c-h-it-port + Cutler-Hammer IT Port + + + 3778 + udp + c-h-it-port + Cutler-Hammer IT Port + + + 3779 + tcp + cognima + Cognima Replication + + + 3779 + udp + cognima + Cognima Replication + + + 3780 + tcp + nnp + Nuzzler Network Protocol + + + 3780 + udp + nnp + Nuzzler Network Protocol + + + 3781 + tcp + abcvoice-port + ABCvoice server port + + + 3781 + udp + abcvoice-port + ABCvoice server port + + + 3782 + tcp + iso-tp0s + Secure ISO TP0 port + + + 3782 + udp + iso-tp0s + Secure ISO TP0 port + + + 3783 + tcp + bim-pem + Impact Mgr./PEM Gateway + + + 3783 + udp + bim-pem + Impact Mgr./PEM Gateway + + + 3784 + tcp + bfd-control + BFD Control Protocol + + + 3784 + udp + bfd-control + BFD Control Protocol + + + 3785 + tcp + bfd-echo + BFD Echo Protocol + + + 3785 + udp + bfd-echo + BFD Echo Protocol + + + 3786 + tcp + upstriggervsw + VSW Upstrigger port + + + 3786 + udp + upstriggervsw + VSW Upstrigger port + + + 3787 + tcp + fintrx + Fintrx + + + 3787 + udp + fintrx + Fintrx + + + 3788 + tcp + isrp-port + SPACEWAY Routing port + + + 3788 + udp + isrp-port + SPACEWAY Routing port + + + 3789 + tcp + remotedeploy + RemoteDeploy Administration Port [July 2003] + + + 3789 + udp + remotedeploy + RemoteDeploy Administration Port [July 2003] + + + 3790 + tcp + quickbooksrds + QuickBooks RDS + + + 3790 + udp + quickbooksrds + QuickBooks RDS + + + 3791 + tcp + tvnetworkvideo + TV NetworkVideo Data port + + + 3791 + udp + tvnetworkvideo + TV NetworkVideo Data port + + + 3792 + tcp + sitewatch + e-Watch Corporation SiteWatch + + + 3792 + udp + sitewatch + e-Watch Corporation SiteWatch + + + 3793 + tcp + dcsoftware + DataCore Software + + + 3793 + udp + dcsoftware + DataCore Software + + + 3794 + tcp + jaus + JAUS Robots + + + 3794 + udp + jaus + JAUS Robots + + + 3795 + tcp + myblast + myBLAST Mekentosj port + + + 3795 + udp + myblast + myBLAST Mekentosj port + + + 3796 + tcp + spw-dialer + Spaceway Dialer + + + 3796 + udp + spw-dialer + Spaceway Dialer + + + 3797 + tcp + idps + idps + + + 3797 + udp + idps + idps + + + 3798 + tcp + minilock + Minilock + + + 3798 + udp + minilock + Minilock + + + 3799 + tcp + radius-dynauth + RADIUS Dynamic Authorization + + + 3799 + udp + radius-dynauth + RADIUS Dynamic Authorization + + + 3800 + tcp + pwgpsi + Print Services Interface + + + 3800 + udp + pwgpsi + Print Services Interface + + + 3801 + tcp + ibm-mgr + ibm manager service + + + 3801 + udp + ibm-mgr + ibm manager service + + + 3802 + tcp + vhd + VHD + + + 3802 + udp + vhd + VHD + + + 3803 + tcp + soniqsync + SoniqSync + + + 3803 + udp + soniqsync + SoniqSync + + + 3804 + tcp + iqnet-port + Harman IQNet Port + + + 3804 + udp + iqnet-port + Harman IQNet Port + + + 3805 + tcp + tcpdataserver + ThorGuard Server Port + + + 3805 + udp + tcpdataserver + ThorGuard Server Port + + + 3806 + tcp + wsmlb + Remote System Manager + + + 3806 + udp + wsmlb + Remote System Manager + + + 3807 + tcp + spugna + SpuGNA Communication Port + + + 3807 + udp + spugna + SpuGNA Communication Port + + + 3808 + tcp + sun-as-iiops-ca + Sun App Svr-IIOPClntAuth + + + 3808 + udp + sun-as-iiops-ca + Sun App Svr-IIOPClntAuth + + + 3809 + tcp + apocd + Java Desktop System Configuration Agent + + + 3809 + udp + apocd + Java Desktop System Configuration Agent + + + 3810 + tcp + wlanauth + WLAN AS server + + + 3810 + udp + wlanauth + WLAN AS server + + + 3811 + tcp + amp + AMP + + + 3811 + udp + amp + AMP + + + 3812 + tcp + neto-wol-server + netO WOL Server + + + 3812 + udp + neto-wol-server + netO WOL Server + + + 3813 + tcp + rap-ip + Rhapsody Interface Protocol + + + 3813 + udp + rap-ip + Rhapsody Interface Protocol + + + 3814 + tcp + neto-dcs + netO DCS + + + 3814 + udp + neto-dcs + netO DCS + + + 3815 + tcp + lansurveyorxml + LANsurveyor XML + + + 3815 + udp + lansurveyorxml + LANsurveyor XML + + + 3816 + tcp + sunlps-http + Sun Local Patch Server + + + 3816 + udp + sunlps-http + Sun Local Patch Server + + + 3817 + tcp + tapeware + Yosemite Tech Tapeware + + + 3817 + udp + tapeware + Yosemite Tech Tapeware + + + 3818 + tcp + crinis-hb + Crinis Heartbeat + + + 3818 + udp + crinis-hb + Crinis Heartbeat + + + 3819 + tcp + epl-slp + EPL Sequ Layer Protocol + + + 3819 + udp + epl-slp + EPL Sequ Layer Protocol + + + 3820 + tcp + scp + Siemens AuD SCP + + + 3820 + udp + scp + Siemens AuD SCP + + + 3821 + tcp + pmcp + ATSC PMCP Standard + + + 3821 + udp + pmcp + ATSC PMCP Standard + + + 3822 + tcp + acp-discovery + Compute Pool Discovery + + + 3822 + udp + acp-discovery + Compute Pool Discovery + + + 3823 + tcp + acp-conduit + Compute Pool Conduit + + + 3823 + udp + acp-conduit + Compute Pool Conduit + + + 3824 + tcp + acp-policy + Compute Pool Policy + + + 3824 + udp + acp-policy + Compute Pool Policy + + + 3825 + tcp + ffserver + Antera FlowFusion Process Simulation + + + 3825 + udp + ffserver + Antera FlowFusion Process Simulation + + + 3826 + tcp + warmux + WarMUX game server + + + 3826 + udp + warmux + WarMUX game server + + + 3827 + tcp + netmpi + Netadmin Systems MPI service + + + 3827 + udp + netmpi + Netadmin Systems MPI service + + + 3828 + tcp + neteh + Netadmin Systems Event Handler + + + 3828 + udp + neteh + Netadmin Systems Event Handler + + + 3829 + tcp + neteh-ext + Netadmin Systems Event Handler External + + + 3829 + udp + neteh-ext + Netadmin Systems Event Handler External + + + 3830 + tcp + cernsysmgmtagt + Cerner System Management Agent + + + 3830 + udp + cernsysmgmtagt + Cerner System Management Agent + + + 3831 + tcp + dvapps + Docsvault Application Service + + + 3831 + udp + dvapps + Docsvault Application Service + + + 3832 + tcp + xxnetserver + xxNETserver + + + 3832 + udp + xxnetserver + xxNETserver + + + 3833 + tcp + aipn-auth + AIPN LS Authentication + + + 3833 + udp + aipn-auth + AIPN LS Authentication + + + 3834 + tcp + spectardata + Spectar Data Stream Service + + + 3834 + udp + spectardata + Spectar Data Stream Service + + + 3835 + tcp + spectardb + Spectar Database Rights Service + + + 3835 + udp + spectardb + Spectar Database Rights Service + + + 3836 + tcp + markem-dcp + MARKEM NEXTGEN DCP + + + 3836 + udp + markem-dcp + MARKEM NEXTGEN DCP + + + 3837 + tcp + mkm-discovery + MARKEM Auto-Discovery + + + 3837 + udp + mkm-discovery + MARKEM Auto-Discovery + + + 3838 + tcp + sos + Scito Object Server + + + 3838 + udp + sos + Scito Object Server + + + 3839 + tcp + amx-rms + AMX Resource Management Suite + + + 3839 + udp + amx-rms + AMX Resource Management Suite + + + 3840 + tcp + flirtmitmir + www.FlirtMitMir.de + + + 3840 + udp + flirtmitmir + www.FlirtMitMir.de + + + 3841 + tcp + shiprush-db-svr + ShipRush Database Server + + + 3841 + udp + record + Reserved + + + 3842 + tcp + nhci + NHCI status port + + + 3842 + udp + nhci + NHCI status port + + + 3843 + tcp + quest-agent + Quest Common Agent + + + 3843 + udp + quest-agent + Quest Common Agent + + + 3844 + tcp + rnm + RNM + + + 3844 + udp + rnm + RNM + + + 3845 + tcp + v-one-spp + V-ONE Single Port Proxy + + + 3845 + udp + v-one-spp + V-ONE Single Port Proxy + + + 3846 + tcp + an-pcp + Astare Network PCP + + + 3846 + udp + an-pcp + Astare Network PCP + + + 3847 + tcp + msfw-control + MS Firewall Control + + + 3847 + udp + msfw-control + MS Firewall Control + + + 3848 + tcp + item + IT Environmental Monitor + + + 3848 + udp + item + IT Environmental Monitor + + + 3849 + tcp + spw-dnspreload + SPACEWAY DNS Preload + + + 3849 + udp + spw-dnspreload + SPACEWAY DNS Preload + + + 3850 + tcp + qtms-bootstrap + QTMS Bootstrap Protocol + + + 3850 + udp + qtms-bootstrap + QTMS Bootstrap Protocol + + + 3851 + tcp + spectraport + SpectraTalk Port + + + 3851 + udp + spectraport + SpectraTalk Port + + + 3852 + tcp + sse-app-config + SSE App Configuration + + + 3852 + udp + sse-app-config + SSE App Configuration + + + 3853 + tcp + sscan + SONY scanning protocol + + + 3853 + udp + sscan + SONY scanning protocol + + + 3854 + tcp + stryker-com + Stryker Comm Port + + + 3854 + udp + stryker-com + Stryker Comm Port + + + 3855 + tcp + opentrac + OpenTRAC + + + 3855 + udp + opentrac + OpenTRAC + + + 3856 + tcp + informer + INFORMER + + + 3856 + udp + informer + INFORMER + + + 3857 + tcp + trap-port + Trap Port + + + 3857 + udp + trap-port + Trap Port + + + 3858 + tcp + trap-port-mom + Trap Port MOM + + + 3858 + udp + trap-port-mom + Trap Port MOM + + + 3859 + tcp + nav-port + Navini Port + + + 3859 + udp + nav-port + Navini Port + + + 3860 + tcp + sasp + Server/Application State Protocol (SASP) + + + 3860 + udp + sasp + Server/Application State Protocol (SASP) + + + 3861 + tcp + winshadow-hd + winShadow Host Discovery + + + 3861 + udp + winshadow-hd + winShadow Host Discovery + + + 3862 + tcp + giga-pocket + GIGA-POCKET + + + 3862 + udp + giga-pocket + GIGA-POCKET + + + 3863 + tcp + asap-tcp + asap tcp port + + + 3863 + udp + asap-udp + asap udp port + + + 3863 + sctp + asap-sctp + asap sctp + + + 3864 + tcp + asap-tcp-tls + asap/tls tcp port + + + 3864 + udp + record + Reserved + + + 3864 + sctp + asap-sctp-tls + asap-sctp/tls + + + 3865 + tcp + xpl + xpl automation protocol + + + 3865 + udp + xpl + xpl automation protocol + + + 3866 + tcp + dzdaemon + Sun SDViz DZDAEMON Port + + + 3866 + udp + dzdaemon + Sun SDViz DZDAEMON Port + + + 3867 + tcp + dzoglserver + Sun SDViz DZOGLSERVER Port + + + 3867 + udp + dzoglserver + Sun SDViz DZOGLSERVER Port + + + 3868 + tcp + diameter + DIAMETER + + + 3868 + udp + record + Reserved + + + 3868 + sctp + diameter + DIAMETER + + + 3869 + tcp + ovsam-mgmt + hp OVSAM MgmtServer Disco + + + 3869 + udp + ovsam-mgmt + hp OVSAM MgmtServer Disco + + + 3870 + tcp + ovsam-d-agent + hp OVSAM HostAgent Disco + + + 3870 + udp + ovsam-d-agent + hp OVSAM HostAgent Disco + + + 3871 + tcp + avocent-adsap + Avocent DS Authorization + + + 3871 + udp + avocent-adsap + Avocent DS Authorization + + + 3872 + tcp + oem-agent + OEM Agent + + + 3872 + udp + oem-agent + OEM Agent + + + 3873 + tcp + fagordnc + fagordnc + + + 3873 + udp + fagordnc + fagordnc + + + 3874 + tcp + sixxsconfig + SixXS Configuration + + + 3874 + udp + sixxsconfig + SixXS Configuration + + + 3875 + tcp + pnbscada + PNBSCADA + + + 3875 + udp + pnbscada + PNBSCADA + + + 3876 + tcp + dl-agent + System.Xml.XmlElement + + + 3876 + tcp + dl_agent + DirectoryLockdown Agent + + + 3876 + udp + dl-agent + System.Xml.XmlElement + + + 3876 + udp + dl_agent + DirectoryLockdown Agent + + + 3877 + tcp + xmpcr-interface + XMPCR Interface Port + + + 3877 + udp + xmpcr-interface + XMPCR Interface Port + + + 3878 + tcp + fotogcad + FotoG CAD interface + + + 3878 + udp + fotogcad + FotoG CAD interface + + + 3879 + tcp + appss-lm + appss license manager + + + 3879 + udp + appss-lm + appss license manager + + + 3880 + tcp + igrs + IGRS + + + 3880 + udp + igrs + IGRS + + + 3881 + tcp + idac + Data Acquisition and Control + + + 3881 + udp + idac + Data Acquisition and Control + + + 3882 + tcp + msdts1 + DTS Service Port + + + 3882 + udp + msdts1 + DTS Service Port + + + 3883 + tcp + vrpn + VR Peripheral Network + + + 3883 + udp + vrpn + VR Peripheral Network + + + 3884 + tcp + softrack-meter + SofTrack Metering + + + 3884 + udp + softrack-meter + SofTrack Metering + + + 3885 + tcp + topflow-ssl + TopFlow SSL + + + 3885 + udp + topflow-ssl + TopFlow SSL + + + 3886 + tcp + nei-management + NEI management port + + + 3886 + udp + nei-management + NEI management port + + + 3887 + tcp + ciphire-data + Ciphire Data Transport + + + 3887 + udp + ciphire-data + Ciphire Data Transport + + + 3888 + tcp + ciphire-serv + Ciphire Services + + + 3888 + udp + ciphire-serv + Ciphire Services + + + 3889 + tcp + dandv-tester + D and V Tester Control Port + + + 3889 + udp + dandv-tester + D and V Tester Control Port + + + 3890 + tcp + ndsconnect + Niche Data Server Connect + + + 3890 + udp + ndsconnect + Niche Data Server Connect + + + 3891 + tcp + rtc-pm-port + Oracle RTC-PM port + + + 3891 + udp + rtc-pm-port + Oracle RTC-PM port + + + 3892 + tcp + pcc-image-port + PCC-image-port + + + 3892 + udp + pcc-image-port + PCC-image-port + + + 3893 + tcp + cgi-starapi + CGI StarAPI Server + + + 3893 + udp + cgi-starapi + CGI StarAPI Server + + + 3894 + tcp + syam-agent + SyAM Agent Port + + + 3894 + udp + syam-agent + SyAM Agent Port + + + 3895 + tcp + syam-smc + SyAm SMC Service Port + + + 3895 + udp + syam-smc + SyAm SMC Service Port + + + 3896 + tcp + sdo-tls + Simple Distributed Objects over TLS + + + 3896 + udp + sdo-tls + Simple Distributed Objects over TLS + + + 3897 + tcp + sdo-ssh + Simple Distributed Objects over SSH + + + 3897 + udp + sdo-ssh + Simple Distributed Objects over SSH + + + 3898 + tcp + senip + IAS, Inc. SmartEye NET Internet Protocol + + + 3898 + udp + senip + IAS, Inc. SmartEye NET Internet Protocol + + + 3899 + tcp + itv-control + ITV Port + + + 3899 + udp + itv-control + ITV Port + + + 3900 + tcp + udt-os + System.Xml.XmlElement + + + 3900 + tcp + udt_os + Unidata UDT OS + + + 3900 + udp + udt-os + System.Xml.XmlElement + + + 3900 + udp + udt_os + Unidata UDT OS + + + 3901 + tcp + nimsh + NIM Service Handler + + + 3901 + udp + nimsh + NIM Service Handler + + + 3902 + tcp + nimaux + NIMsh Auxiliary Port + + + 3902 + udp + nimaux + NIMsh Auxiliary Port + + + 3903 + tcp + charsetmgr + CharsetMGR + + + 3903 + udp + charsetmgr + CharsetMGR + + + 3904 + tcp + omnilink-port + Arnet Omnilink Port + + + 3904 + udp + omnilink-port + Arnet Omnilink Port + + + 3905 + tcp + mupdate + Mailbox Update (MUPDATE) protocol + + + 3905 + udp + mupdate + Mailbox Update (MUPDATE) protocol + + + 3906 + tcp + topovista-data + TopoVista elevation data + + + 3906 + udp + topovista-data + TopoVista elevation data + + + 3907 + tcp + imoguia-port + Imoguia Port + + + 3907 + udp + imoguia-port + Imoguia Port + + + 3908 + tcp + hppronetman + HP Procurve NetManagement + + + 3908 + udp + hppronetman + HP Procurve NetManagement + + + 3909 + tcp + surfcontrolcpa + SurfControl CPA + + + 3909 + udp + surfcontrolcpa + SurfControl CPA + + + 3910 + tcp + prnrequest + Printer Request Port + + + 3910 + udp + prnrequest + Printer Request Port + + + 3911 + tcp + prnstatus + Printer Status Port + + + 3911 + udp + prnstatus + Printer Status Port + + + 3912 + tcp + gbmt-stars + Global Maintech Stars + + + 3912 + udp + gbmt-stars + Global Maintech Stars + + + 3913 + tcp + listcrt-port + ListCREATOR Port + + + 3913 + udp + listcrt-port + ListCREATOR Port + + + 3914 + tcp + listcrt-port-2 + ListCREATOR Port 2 + + + 3914 + udp + listcrt-port-2 + ListCREATOR Port 2 + + + 3915 + tcp + agcat + Auto-Graphics Cataloging + + + 3915 + udp + agcat + Auto-Graphics Cataloging + + + 3916 + tcp + wysdmc + WysDM Controller + + + 3916 + udp + wysdmc + WysDM Controller + + + 3917 + tcp + aftmux + AFT multiplex port + + + 3917 + udp + aftmux + AFT multiplex port + + + 3918 + tcp + pktcablemmcops + PacketCableMultimediaCOPS + + + 3918 + udp + pktcablemmcops + PacketCableMultimediaCOPS + + + 3919 + tcp + hyperip + HyperIP + + + 3919 + udp + hyperip + HyperIP + + + 3920 + tcp + exasoftport1 + Exasoft IP Port + + + 3920 + udp + exasoftport1 + Exasoft IP Port + + + 3921 + tcp + herodotus-net + Herodotus Net + + + 3921 + udp + herodotus-net + Herodotus Net + + + 3922 + tcp + sor-update + Soronti Update Port + + + 3922 + udp + sor-update + Soronti Update Port + + + 3923 + tcp + symb-sb-port + Symbian Service Broker + + + 3923 + udp + symb-sb-port + Symbian Service Broker + + + 3924 + tcp + mpl-gprs-port + MPL_GPRS_PORT + + + 3924 + udp + mpl-gprs-port + MPL_GPRS_Port + + + 3925 + tcp + zmp + Zoran Media Port + + + 3925 + udp + zmp + Zoran Media Port + + + 3926 + tcp + winport + WINPort + + + 3926 + udp + winport + WINPort + + + 3927 + tcp + natdataservice + ScsTsr + + + 3927 + udp + natdataservice + ScsTsr + + + 3928 + tcp + netboot-pxe + PXE NetBoot Manager + + + 3928 + udp + netboot-pxe + PXE NetBoot Manager + + + 3929 + tcp + smauth-port + AMS Port + + + 3929 + udp + smauth-port + AMS Port + + + 3930 + tcp + syam-webserver + Syam Web Server Port + + + 3930 + udp + syam-webserver + Syam Web Server Port + + + 3931 + tcp + msr-plugin-port + MSR Plugin Port + + + 3931 + udp + msr-plugin-port + MSR Plugin Port + + + 3932 + tcp + dyn-site + Dynamic Site System + + + 3932 + udp + dyn-site + Dynamic Site System + + + 3933 + tcp + plbserve-port + PL/B App Server User Port + + + 3933 + udp + plbserve-port + PL/B App Server User Port + + + 3934 + tcp + sunfm-port + PL/B File Manager Port + + + 3934 + udp + sunfm-port + PL/B File Manager Port + + + 3935 + tcp + sdp-portmapper + SDP Port Mapper Protocol + + + 3935 + udp + sdp-portmapper + SDP Port Mapper Protocol + + + 3936 + tcp + mailprox + Mailprox + + + 3936 + udp + mailprox + Mailprox + + + 3937 + tcp + dvbservdsc + DVB Service Discovery + + + 3937 + udp + dvbservdsc + DVB Service Discovery + + + 3938 + tcp + dbcontrol-agent + System.Xml.XmlElement + + + 3938 + tcp + dbcontrol_agent + Oracle dbControl Agent po + + + 3938 + udp + dbcontrol-agent + System.Xml.XmlElement + + + 3938 + udp + dbcontrol_agent + Oracle dbControl Agent po + + + 3939 + tcp + aamp + Anti-virus Application Management Port + + + 3939 + udp + aamp + Anti-virus Application Management Port + + + 3940 + tcp + xecp-node + XeCP Node Service + + + 3940 + udp + xecp-node + XeCP Node Service + + + 3941 + tcp + homeportal-web + Home Portal Web Server + + + 3941 + udp + homeportal-web + Home Portal Web Server + + + 3942 + tcp + srdp + satellite distribution + + + 3942 + udp + srdp + satellite distribution + + + 3943 + tcp + tig + TetraNode Ip Gateway + + + 3943 + udp + tig + TetraNode Ip Gateway + + + 3944 + tcp + sops + S-Ops Management + + + 3944 + udp + sops + S-Ops Management + + + 3945 + tcp + emcads + EMCADS Server Port + + + 3945 + udp + emcads + EMCADS Server Port + + + 3946 + tcp + backupedge + BackupEDGE Server + + + 3946 + udp + backupedge + BackupEDGE Server + + + 3947 + tcp + ccp + Connect and Control Protocol for Consumer, Commercial, and Industrial Electronic Devices + + + + 3947 + udp + ccp + Connect and Control Protocol for Consumer, Commercial, and Industrial Electronic Devices + + + + 3948 + tcp + apdap + Anton Paar Device Administration Protocol + + + 3948 + udp + apdap + Anton Paar Device Administration Protocol + + + 3949 + tcp + drip + Dynamic Routing Information Protocol + + + 3949 + udp + drip + Dynamic Routing Information Protocol + + + 3950 + tcp + namemunge + Name Munging + + + 3950 + udp + namemunge + Name Munging + + + 3951 + tcp + pwgippfax + PWG IPP Facsimile + + + 3951 + udp + pwgippfax + PWG IPP Facsimile + + + 3952 + tcp + i3-sessionmgr + I3 Session Manager + + + 3952 + udp + i3-sessionmgr + I3 Session Manager + + + 3953 + tcp + xmlink-connect + Eydeas XMLink Connect + + + 3953 + udp + xmlink-connect + Eydeas XMLink Connect + + + 3954 + tcp + adrep + AD Replication RPC + + + 3954 + udp + adrep + AD Replication RPC + + + 3955 + tcp + p2pcommunity + p2pCommunity + + + 3955 + udp + p2pcommunity + p2pCommunity + + + 3956 + tcp + gvcp + GigE Vision Control + + + 3956 + udp + gvcp + GigE Vision Control + + + 3957 + tcp + mqe-broker + MQEnterprise Broker + + + 3957 + udp + mqe-broker + MQEnterprise Broker + + + 3958 + tcp + mqe-agent + MQEnterprise Agent + + + 3958 + udp + mqe-agent + MQEnterprise Agent + + + 3959 + tcp + treehopper + Tree Hopper Networking + + + 3959 + udp + treehopper + Tree Hopper Networking + + + 3960 + tcp + bess + Bess Peer Assessment + + + 3960 + udp + bess + Bess Peer Assessment + + + 3961 + tcp + proaxess + ProAxess Server + + + 3961 + udp + proaxess + ProAxess Server + + + 3962 + tcp + sbi-agent + SBI Agent Protocol + + + 3962 + udp + sbi-agent + SBI Agent Protocol + + + 3963 + tcp + thrp + Teran Hybrid Routing Protocol + + + 3963 + udp + thrp + Teran Hybrid Routing Protocol + + + 3964 + tcp + sasggprs + SASG GPRS + + + 3964 + udp + sasggprs + SASG GPRS + + + 3965 + tcp + ati-ip-to-ncpe + Avanti IP to NCPE API + + + 3965 + udp + ati-ip-to-ncpe + Avanti IP to NCPE API + + + 3966 + tcp + bflckmgr + BuildForge Lock Manager + + + 3966 + udp + bflckmgr + BuildForge Lock Manager + + + 3967 + tcp + ppsms + PPS Message Service + + + 3967 + udp + ppsms + PPS Message Service + + + 3968 + tcp + ianywhere-dbns + iAnywhere DBNS + + + 3968 + udp + ianywhere-dbns + iAnywhere DBNS + + + 3969 + tcp + landmarks + Landmark Messages + + + 3969 + udp + landmarks + Landmark Messages + + + 3970 + tcp + lanrevagent + LANrev Agent + + + 3970 + udp + lanrevagent + LANrev Agent + + + 3971 + tcp + lanrevserver + LANrev Server + + + 3971 + udp + lanrevserver + LANrev Server + + + 3972 + tcp + iconp + ict-control Protocol + + + 3972 + udp + iconp + ict-control Protocol + + + 3973 + tcp + progistics + ConnectShip Progistics + + + 3973 + udp + progistics + ConnectShip Progistics + + + 3974 + tcp + xk22 + Remote Applicant Tracking Service + + + 3974 + udp + xk22 + Remote Applicant Tracking Service + + + 3975 + tcp + airshot + Air Shot + + + 3975 + udp + airshot + Air Shot + + + 3976 + tcp + opswagent + Server Automation Agent + + + 3976 + udp + opswagent + Server Automation Agent + + + 3977 + tcp + opswmanager + Opsware Manager + + + 3977 + udp + opswmanager + Opsware Manager + + + 3978 + tcp + secure-cfg-svr + Secured Configuration Server + + + 3978 + udp + secure-cfg-svr + Secured Configuration Server + + + 3979 + tcp + smwan + Smith Micro Wide Area Network Service + + + 3979 + udp + smwan + Smith Micro Wide Area Network Service + + + 3980 + tcp + record + Reserved + + + 3980 + udp + record + Reserved + + + 3981 + tcp + starfish + Starfish System Admin + + + 3981 + udp + starfish + Starfish System Admin + + + 3982 + tcp + eis + ESRI Image Server + + + 3982 + udp + eis + ESRI Image Server + + + 3983 + tcp + eisp + ESRI Image Service + + + 3983 + udp + eisp + ESRI Image Service + + + 3984 + tcp + mapper-nodemgr + MAPPER network node manager + + + 3984 + udp + mapper-nodemgr + MAPPER network node manager + + + 3985 + tcp + mapper-mapethd + MAPPER TCP/IP server + + + 3985 + udp + mapper-mapethd + MAPPER TCP/IP server + + + 3986 + tcp + mapper-ws-ethd + System.Xml.XmlElement + + + 3986 + tcp + mapper-ws_ethd + MAPPER workstation server + + + 3986 + udp + mapper-ws-ethd + System.Xml.XmlElement + + + 3986 + udp + mapper-ws_ethd + MAPPER workstation server + + + 3987 + tcp + centerline + Centerline + + + 3987 + udp + centerline + Centerline + + + 3988 + tcp + dcs-config + DCS Configuration Port + + + 3988 + udp + dcs-config + DCS Configuration Port + + + 3989 + tcp + bv-queryengine + BindView-Query Engine + + + 3989 + udp + bv-queryengine + BindView-Query Engine + + + 3990 + tcp + bv-is + BindView-IS + + + 3990 + udp + bv-is + BindView-IS + + + 3991 + tcp + bv-smcsrv + BindView-SMCServer + + + 3991 + udp + bv-smcsrv + BindView-SMCServer + + + 3992 + tcp + bv-ds + BindView-DirectoryServer + + + 3992 + udp + bv-ds + BindView-DirectoryServer + + + 3993 + tcp + bv-agent + BindView-Agent + + + 3993 + udp + bv-agent + BindView-Agent + + + 3995 + tcp + iss-mgmt-ssl + ISS Management Svcs SSL + + + 3995 + udp + iss-mgmt-ssl + ISS Management Svcs SSL + + + 3996 + tcp + abcsoftware + abcsoftware-01 + + + 3996 + udp + abcsoftware + abcsoftware-01 + + + 3997 + tcp + agentsease-db + aes_db + + + 3997 + udp + agentsease-db + aes_db + + + 3998 + tcp + dnx + Distributed Nagios Executor Service + + + 3998 + udp + dnx + Distributed Nagios Executor Service + + + 3999 + tcp + nvcnet + Norman distributes scanning service + + + 3999 + udp + nvcnet + Norman distributes scanning service + + + 4000 + tcp + terabase + Terabase + + + 4000 + udp + terabase + Terabase + + + 4001 + tcp + newoak + NewOak + + + 4001 + udp + newoak + NewOak + + + 4002 + tcp + pxc-spvr-ft + pxc-spvr-ft + + + 4002 + udp + pxc-spvr-ft + pxc-spvr-ft + + + 4003 + tcp + pxc-splr-ft + pxc-splr-ft + + + 4003 + udp + pxc-splr-ft + pxc-splr-ft + + + 4004 + tcp + pxc-roid + pxc-roid + + + 4004 + udp + pxc-roid + pxc-roid + + + 4005 + tcp + pxc-pin + pxc-pin + + + 4005 + udp + pxc-pin + pxc-pin + + + 4006 + tcp + pxc-spvr + pxc-spvr + + + 4006 + udp + pxc-spvr + pxc-spvr + + + 4007 + tcp + pxc-splr + pxc-splr + + + 4007 + udp + pxc-splr + pxc-splr + + + 4008 + tcp + netcheque + NetCheque accounting + + + 4008 + udp + netcheque + NetCheque accounting + + + 4009 + tcp + chimera-hwm + Chimera HWM + + + 4009 + udp + chimera-hwm + Chimera HWM + + + 4010 + tcp + samsung-unidex + Samsung Unidex + + + 4010 + udp + samsung-unidex + Samsung Unidex + + + 4011 + tcp + altserviceboot + Alternate Service Boot + + + 4011 + udp + altserviceboot + Alternate Service Boot + + + 4012 + tcp + pda-gate + PDA Gate + + + 4012 + udp + pda-gate + PDA Gate + + + 4013 + tcp + acl-manager + ACL Manager + + + 4013 + udp + acl-manager + ACL Manager + + + 4014 + tcp + taiclock + TAICLOCK + + + 4014 + udp + taiclock + TAICLOCK + + + 4015 + tcp + talarian-mcast1 + Talarian Mcast + + + 4015 + udp + talarian-mcast1 + Talarian Mcast + + + 4016 + tcp + talarian-mcast2 + Talarian Mcast + + + 4016 + udp + talarian-mcast2 + Talarian Mcast + + + 4017 + tcp + talarian-mcast3 + Talarian Mcast + + + 4017 + udp + talarian-mcast3 + Talarian Mcast + + + 4018 + tcp + talarian-mcast4 + Talarian Mcast + + + 4018 + udp + talarian-mcast4 + Talarian Mcast + + + 4019 + tcp + talarian-mcast5 + Talarian Mcast + + + 4019 + udp + talarian-mcast5 + Talarian Mcast + + + 4020 + tcp + trap + TRAP Port + + + 4020 + udp + trap + TRAP Port + + + 4021 + tcp + nexus-portal + Nexus Portal + + + 4021 + udp + nexus-portal + Nexus Portal + + + 4022 + tcp + dnox + DNOX + + + 4022 + udp + dnox + DNOX + + + 4023 + tcp + esnm-zoning + ESNM Zoning Port + + + 4023 + udp + esnm-zoning + ESNM Zoning Port + + + 4024 + tcp + tnp1-port + TNP1 User Port + + + 4024 + udp + tnp1-port + TNP1 User Port + + + 4025 + tcp + partimage + Partition Image Port + + + 4025 + udp + partimage + Partition Image Port + + + 4026 + tcp + as-debug + Graphical Debug Server + + + 4026 + udp + as-debug + Graphical Debug Server + + + 4027 + tcp + bxp + bitxpress + + + 4027 + udp + bxp + bitxpress + + + 4028 + tcp + dtserver-port + DTServer Port + + + 4028 + udp + dtserver-port + DTServer Port + + + 4029 + tcp + ip-qsig + IP Q signaling protocol + + + 4029 + udp + ip-qsig + IP Q signaling protocol + + + 4030 + tcp + jdmn-port + Accell/JSP Daemon Port + + + 4030 + udp + jdmn-port + Accell/JSP Daemon Port + + + 4031 + tcp + suucp + UUCP over SSL + + + 4031 + udp + suucp + UUCP over SSL + + + 4032 + tcp + vrts-auth-port + VERITAS Authorization Service + + + 4032 + udp + vrts-auth-port + VERITAS Authorization Service + + + 4033 + tcp + sanavigator + SANavigator Peer Port + + + 4033 + udp + sanavigator + SANavigator Peer Port + + + 4034 + tcp + ubxd + Ubiquinox Daemon + + + 4034 + udp + ubxd + Ubiquinox Daemon + + + 4035 + tcp + wap-push-http + WAP Push OTA-HTTP port + + + 4035 + udp + wap-push-http + WAP Push OTA-HTTP port + + + 4036 + tcp + wap-push-https + WAP Push OTA-HTTP secure + + + 4036 + udp + wap-push-https + WAP Push OTA-HTTP secure + + + 4037 + tcp + ravehd + RaveHD network control + + + 4037 + udp + ravehd + RaveHD network control + + + 4038 + tcp + fazzt-ptp + Fazzt Point-To-Point + + + 4038 + udp + fazzt-ptp + Fazzt Point-To-Point + + + 4039 + tcp + fazzt-admin + Fazzt Administration + + + 4039 + udp + fazzt-admin + Fazzt Administration + + + 4040 + tcp + yo-main + Yo.net main service + + + 4040 + udp + yo-main + Yo.net main service + + + 4041 + tcp + houston + Rocketeer-Houston + + + 4041 + udp + houston + Rocketeer-Houston + + + 4042 + tcp + ldxp + LDXP + + + 4042 + udp + ldxp + LDXP + + + 4043 + tcp + nirp + Neighbour Identity Resolution + + + 4043 + udp + nirp + Neighbour Identity Resolution + + + 4044 + tcp + ltp + Location Tracking Protocol + + + 4044 + udp + ltp + Location Tracking Protocol + + + 4045 + tcp + npp + Network Paging Protocol + + + 4045 + udp + npp + Network Paging Protocol + + + 4046 + tcp + acp-proto + Accounting Protocol + + + 4046 + udp + acp-proto + Accounting Protocol + + + 4047 + tcp + ctp-state + Context Transfer Protocol + + + 4047 + udp + ctp-state + Context Transfer Protocol + + + 4049 + tcp + wafs + Wide Area File Services + + + 4049 + udp + wafs + Wide Area File Services + + + 4050 + tcp + cisco-wafs + Wide Area File Services + + + 4050 + udp + cisco-wafs + Wide Area File Services + + + 4051 + tcp + cppdp + Cisco Peer to Peer Distribution Protocol + + + 4051 + udp + cppdp + Cisco Peer to Peer Distribution Protocol + + + 4052 + tcp + interact + VoiceConnect Interact + + + 4052 + udp + interact + VoiceConnect Interact + + + 4053 + tcp + ccu-comm-1 + CosmoCall Universe Communications Port 1 + + + 4053 + udp + ccu-comm-1 + CosmoCall Universe Communications Port 1 + + + 4054 + tcp + ccu-comm-2 + CosmoCall Universe Communications Port 2 + + + 4054 + udp + ccu-comm-2 + CosmoCall Universe Communications Port 2 + + + 4055 + tcp + ccu-comm-3 + CosmoCall Universe Communications Port 3 + + + 4055 + udp + ccu-comm-3 + CosmoCall Universe Communications Port 3 + + + 4056 + tcp + lms + Location Message Service + + + 4056 + udp + lms + Location Message Service + + + 4057 + tcp + wfm + Servigistics WFM server + + + 4057 + udp + wfm + Servigistics WFM server + + + 4058 + tcp + kingfisher + Kingfisher protocol + + + 4058 + udp + kingfisher + Kingfisher protocol + + + 4059 + tcp + dlms-cosem + DLMS/COSEM + + + 4059 + udp + dlms-cosem + DLMS/COSEM + + + 4060 + tcp + dsmeter-iatc + System.Xml.XmlElement + + + 4060 + tcp + dsmeter_iatc + DSMETER Inter-Agent Transfer Channel + + + 4060 + udp + dsmeter-iatc + System.Xml.XmlElement + + + 4060 + udp + dsmeter_iatc + DSMETER Inter-Agent Transfer Channel + + + 4061 + tcp + ice-location + Ice Location Service (TCP) + + + 4061 + udp + ice-location + Ice Location Service (TCP) + + + 4062 + tcp + ice-slocation + Ice Location Service (SSL) + + + 4062 + udp + ice-slocation + Ice Location Service (SSL) + + + 4063 + tcp + ice-router + Ice Firewall Traversal Service (TCP) + + + 4063 + udp + ice-router + Ice Firewall Traversal Service (TCP) + + + 4064 + tcp + ice-srouter + Ice Firewall Traversal Service (SSL) + + + 4064 + udp + ice-srouter + Ice Firewall Traversal Service (SSL) + + + 4065 + tcp + avanti-cdp + System.Xml.XmlElement + + + 4065 + tcp + avanti_cdp + Avanti Common Data + + + 4065 + udp + avanti-cdp + System.Xml.XmlElement + + + 4065 + udp + avanti_cdp + Avanti Common Data + + + 4066 + tcp + pmas + Performance Measurement and Analysis + + + 4066 + udp + pmas + Performance Measurement and Analysis + + + 4067 + tcp + idp + Information Distribution Protocol + + + 4067 + udp + idp + Information Distribution Protocol + + + 4068 + tcp + ipfltbcst + IP Fleet Broadcast + + + 4068 + udp + ipfltbcst + IP Fleet Broadcast + + + 4069 + tcp + minger + Minger Email Address Validation Service + + + 4069 + udp + minger + Minger Email Address Validation Service + + + 4070 + tcp + tripe + Trivial IP Encryption (TrIPE) + + + 4070 + udp + tripe + Trivial IP Encryption (TrIPE) + + + 4071 + tcp + aibkup + Automatically Incremental Backup + + + 4071 + udp + aibkup + Automatically Incremental Backup + + + 4072 + tcp + zieto-sock + Zieto Socket Communications + + + 4072 + udp + zieto-sock + Zieto Socket Communications + + + 4073 + tcp + iRAPP + Interactive Remote Application Pairing Protocol + + + 4073 + udp + iRAPP + Interactive Remote Application Pairing Protocol + + + 4074 + tcp + cequint-cityid + Cequint City ID UI trigger + + + 4074 + udp + cequint-cityid + Cequint City ID UI trigger + + + 4075 + tcp + perimlan + ISC Alarm Message Service + + + 4075 + udp + perimlan + ISC Alarm Message Service + + + 4076 + tcp + seraph + Seraph DCS + + + 4076 + udp + seraph + Seraph DCS + + + 4077 + tcp + record + Reserved + + + 4077 + udp + ascomalarm + Ascom IP Alarming + + + 4078 + tcp + cssp + Coordinated Security Service Protocol + + + 4078 + udp + record + Reserved + + + 4079 + tcp + santools + SANtools Diagnostic Server + + + 4079 + udp + santools + SANtools Diagnostic Server + + + 4080 + tcp + lorica-in + Lorica inside facing + + + 4080 + udp + lorica-in + Lorica inside facing + + + 4081 + tcp + lorica-in-sec + Lorica inside facing (SSL) + + + 4081 + udp + lorica-in-sec + Lorica inside facing (SSL) + + + 4082 + tcp + lorica-out + Lorica outside facing + + + 4082 + udp + lorica-out + Lorica outside facing + + + 4083 + tcp + lorica-out-sec + Lorica outside facing (SSL) + + + 4083 + udp + lorica-out-sec + Lorica outside facing (SSL) + + + 4084 + tcp + record + Reserved + + + 4084 + udp + fortisphere-vm + Fortisphere VM Service + + + 4085 + tcp + ezmessagesrv + EZNews Newsroom Message Service + + + 4085 + udp + record + Reserved + + + 4086 + tcp + record + Reserved + + + 4086 + udp + ftsync + Firewall/NAT state table synchronization + + + 4087 + tcp + applusservice + APplus Service + + + 4087 + udp + record + Reserved + + + 4088 + tcp + npsp + Noah Printing Service Protocol + + + 4088 + udp + record + Reserved + + + 4089 + tcp + opencore + OpenCORE Remote Control Service + + + 4089 + udp + opencore + OpenCORE Remote Control Service + + + 4090 + tcp + omasgport + OMA BCAST Service Guide + + + 4090 + udp + omasgport + OMA BCAST Service Guide + + + 4091 + tcp + ewinstaller + EminentWare Installer + + + 4091 + udp + ewinstaller + EminentWare Installer + + + 4092 + tcp + ewdgs + EminentWare DGS + + + 4092 + udp + ewdgs + EminentWare DGS + + + 4093 + tcp + pvxpluscs + Pvx Plus CS Host + + + 4093 + udp + pvxpluscs + Pvx Plus CS Host + + + 4094 + tcp + sysrqd + sysrq daemon + + + 4094 + udp + sysrqd + sysrq daemon + + + 4095 + tcp + xtgui + xtgui information service + + + 4095 + udp + xtgui + xtgui information service + + + 4096 + tcp + bre + BRE (Bridge Relay Element) + + + 4096 + udp + bre + BRE (Bridge Relay Element) + + + 4097 + tcp + patrolview + Patrol View + + + 4097 + udp + patrolview + Patrol View + + + 4098 + tcp + drmsfsd + drmsfsd + + + 4098 + udp + drmsfsd + drmsfsd + + + 4099 + tcp + dpcp + DPCP + + + 4099 + udp + dpcp + DPCP + + + 4100 + tcp + igo-incognito + IGo Incognito Data Port + + + 4100 + udp + igo-incognito + IGo Incognito Data Port + + + 4101 + tcp + brlp-0 + Braille protocol + + + 4101 + udp + brlp-0 + Braille protocol + + + 4102 + tcp + brlp-1 + Braille protocol + + + 4102 + udp + brlp-1 + Braille protocol + + + 4103 + tcp + brlp-2 + Braille protocol + + + 4103 + udp + brlp-2 + Braille protocol + + + 4104 + tcp + brlp-3 + Braille protocol + + + 4104 + udp + brlp-3 + Braille protocol + + + 4105 + tcp + shofar + Shofar + + + 4105 + udp + shofar + Shofar + + + 4106 + tcp + synchronite + Synchronite + + + 4106 + udp + synchronite + Synchronite + + + 4107 + tcp + j-ac + JDL Accounting LAN Service + + + 4107 + udp + j-ac + JDL Accounting LAN Service + + + 4108 + tcp + accel + ACCEL + + + 4108 + udp + accel + ACCEL + + + 4109 + tcp + izm + Instantiated Zero-control Messaging + + + 4109 + udp + izm + Instantiated Zero-control Messaging + + + 4110 + tcp + g2tag + G2 RFID Tag Telemetry Data + + + 4110 + udp + g2tag + G2 RFID Tag Telemetry Data + + + 4111 + tcp + xgrid + Xgrid + + + 4111 + udp + xgrid + Xgrid + + + 4112 + tcp + apple-vpns-rp + Apple VPN Server Reporting Protocol + + + 4112 + udp + apple-vpns-rp + Apple VPN Server Reporting Protocol + + + 4113 + tcp + aipn-reg + AIPN LS Registration + + + 4113 + udp + aipn-reg + AIPN LS Registration + + + 4114 + tcp + jomamqmonitor + JomaMQMonitor + + + 4114 + udp + jomamqmonitor + JomaMQMonitor + + + 4115 + tcp + cds + CDS Transfer Agent + + + 4115 + udp + cds + CDS Transfer Agent + + + 4116 + tcp + smartcard-tls + smartcard-TLS + + + 4116 + udp + smartcard-tls + smartcard-TLS + + + 4117 + tcp + hillrserv + Hillr Connection Manager + + + 4117 + udp + hillrserv + Hillr Connection Manager + + + 4118 + tcp + netscript + Netadmin Systems NETscript service + + + 4118 + udp + netscript + Netadmin Systems NETscript service + + + 4119 + tcp + assuria-slm + Assuria Log Manager + + + 4119 + udp + assuria-slm + Assuria Log Manager + + + 4120 + tcp + minirem + MiniRem Remote Telemetry and Control + + + 4120 + udp + record + Reserved + + + 4121 + tcp + e-builder + e-Builder Application Communication + + + 4121 + udp + e-builder + e-Builder Application Communication + + + 4122 + tcp + fprams + Fiber Patrol Alarm Service + + + 4122 + udp + fprams + Fiber Patrol Alarm Service + + + 4123 + tcp + z-wave + Z-Wave Protocol + + + 4123 + udp + z-wave + Z-Wave Protocol + + + 4124 + tcp + tigv2 + Rohill TetraNode Ip Gateway v2 + + + 4124 + udp + tigv2 + Rohill TetraNode Ip Gateway v2 + + + 4125 + tcp + opsview-envoy + Opsview Envoy + + + 4125 + udp + opsview-envoy + Opsview Envoy + + + 4126 + tcp + ddrepl + Data Domain Replication Service + + + 4126 + udp + ddrepl + Data Domain Replication Service + + + 4127 + tcp + unikeypro + NetUniKeyServer + + + 4127 + udp + unikeypro + NetUniKeyServer + + + 4128 + tcp + nufw + NuFW decision delegation protocol + + + 4128 + udp + nufw + NuFW decision delegation protocol + + + 4129 + tcp + nuauth + NuFW authentication protocol + + + 4129 + udp + nuauth + NuFW authentication protocol + + + 4130 + tcp + fronet + FRONET message protocol + + + 4130 + udp + fronet + FRONET message protocol + + + 4131 + tcp + stars + Global Maintech Stars + + + 4131 + udp + stars + Global Maintech Stars + + + 4132 + tcp + nuts-dem + System.Xml.XmlElement + + + 4132 + tcp + nuts_dem + NUTS Daemon + + + 4132 + udp + nuts-dem + System.Xml.XmlElement + + + 4132 + udp + nuts_dem + NUTS Daemon + + + 4133 + tcp + nuts-bootp + System.Xml.XmlElement + + + 4133 + tcp + nuts_bootp + NUTS Bootp Server + + + 4133 + udp + nuts-bootp + System.Xml.XmlElement + + + 4133 + udp + nuts_bootp + NUTS Bootp Server + + + 4134 + tcp + nifty-hmi + NIFTY-Serve HMI protocol + + + 4134 + udp + nifty-hmi + NIFTY-Serve HMI protocol + + + 4135 + tcp + cl-db-attach + Classic Line Database Server Attach + + + 4135 + udp + cl-db-attach + Classic Line Database Server Attach + + + 4136 + tcp + cl-db-request + Classic Line Database Server Request + + + 4136 + udp + cl-db-request + Classic Line Database Server Request + + + 4137 + tcp + cl-db-remote + Classic Line Database Server Remote + + + 4137 + udp + cl-db-remote + Classic Line Database Server Remote + + + 4138 + tcp + nettest + nettest + + + 4138 + udp + nettest + nettest + + + 4139 + tcp + thrtx + Imperfect Networks Server + + + 4139 + udp + thrtx + Imperfect Networks Server + + + 4140 + tcp + cedros-fds + System.Xml.XmlElement + + + 4140 + tcp + cedros_fds + Cedros Fraud Detection System + + + 4140 + udp + cedros-fds + System.Xml.XmlElement + + + 4140 + udp + cedros_fds + Cedros Fraud Detection System + + + 4141 + tcp + oirtgsvc + Workflow Server + + + 4141 + udp + oirtgsvc + Workflow Server + + + 4142 + tcp + oidocsvc + Document Server + + + 4142 + udp + oidocsvc + Document Server + + + 4143 + tcp + oidsr + Document Replication + + + 4143 + udp + oidsr + Document Replication + + + 4145 + tcp + vvr-control + VVR Control + + + 4145 + udp + vvr-control + VVR Control + + + 4146 + tcp + tgcconnect + TGCConnect Beacon + + + 4146 + udp + tgcconnect + TGCConnect Beacon + + + 4147 + tcp + vrxpservman + Multum Service Manager + + + 4147 + udp + vrxpservman + Multum Service Manager + + + 4148 + tcp + hhb-handheld + HHB Handheld Client + + + 4148 + udp + hhb-handheld + HHB Handheld Client + + + 4149 + tcp + agslb + A10 GSLB Service + + + 4149 + udp + agslb + A10 GSLB Service + + + 4150 + tcp + PowerAlert-nsa + PowerAlert Network Shutdown Agent + + + 4150 + udp + PowerAlert-nsa + PowerAlert Network Shutdown Agent + + + 4151 + tcp + menandmice-noh + System.Xml.XmlElement + + + 4151 + tcp + menandmice_noh + Men & Mice Remote Control + + + 4151 + udp + menandmice-noh + System.Xml.XmlElement + + + 4151 + udp + menandmice_noh + Men & Mice Remote Control + + + 4152 + tcp + idig-mux + System.Xml.XmlElement + + + 4152 + tcp + idig_mux + iDigTech Multiplex + + + 4152 + udp + idig-mux + System.Xml.XmlElement + + + 4152 + udp + idig_mux + iDigTech Multiplex + + + 4153 + tcp + mbl-battd + MBL Remote Battery Monitoring + + + 4153 + udp + mbl-battd + MBL Remote Battery Monitoring + + + 4154 + tcp + atlinks + atlinks device discovery + + + 4154 + udp + atlinks + atlinks device discovery + + + 4155 + tcp + bzr + Bazaar version control system + + + 4155 + udp + bzr + Bazaar version control system + + + 4156 + tcp + stat-results + STAT Results + + + 4156 + udp + stat-results + STAT Results + + + 4157 + tcp + stat-scanner + STAT Scanner Control + + + 4157 + udp + stat-scanner + STAT Scanner Control + + + 4158 + tcp + stat-cc + STAT Command Center + + + 4158 + udp + stat-cc + STAT Command Center + + + 4159 + tcp + nss + Network Security Service + + + 4159 + udp + nss + Network Security Service + + + 4160 + tcp + jini-discovery + Jini Discovery + + + 4160 + udp + jini-discovery + Jini Discovery + + + 4161 + tcp + omscontact + OMS Contact + + + 4161 + udp + omscontact + OMS Contact + + + 4162 + tcp + omstopology + OMS Topology + + + 4162 + udp + omstopology + OMS Topology + + + 4163 + tcp + silverpeakpeer + Silver Peak Peer Protocol + + + 4163 + udp + silverpeakpeer + Silver Peak Peer Protocol + + + 4164 + tcp + silverpeakcomm + Silver Peak Communication Protocol + + + 4164 + udp + silverpeakcomm + Silver Peak Communication Protocol + + + 4165 + tcp + altcp + ArcLink over Ethernet + + + 4165 + udp + altcp + ArcLink over Ethernet + + + 4166 + tcp + joost + Joost Peer to Peer Protocol + + + 4166 + udp + joost + Joost Peer to Peer Protocol + + + 4167 + tcp + ddgn + DeskDirect Global Network + + + 4167 + udp + ddgn + DeskDirect Global Network + + + 4168 + tcp + pslicser + PrintSoft License Server + + + 4168 + udp + pslicser + PrintSoft License Server + + + 4169 + tcp + iadt + Automation Drive Interface Transport + + + 4169 + udp + iadt-disc + Internet ADT Discovery Protocol + + + 4170 + tcp + d-cinema-csp + SMPTE Content Synchonization Protocol + + + 4170 + udp + record + Reserved + + + 4171 + tcp + ml-svnet + Maxlogic Supervisor Communication + + + 4171 + udp + record + Reserved + + + 4172 + tcp + pcoip + PC over IP + + + 4172 + udp + pcoip + PC over IP + + + 4173 + tcp + record + Reserved + + + 4173 + udp + mma-discovery + MMA Device Discovery + + + 4174 + tcp + smcluster + StorMagic Cluster Services + + + 4174 + udp + sm-disc + StorMagic Discovery + + + 4175 + tcp + bccp + Brocade Cluster Communication Protocol + + + 4175 + udp + record + Reserved + + + 4176 + tcp + tl-ipcproxy + Translattice Cluster IPC Proxy + + + 4176 + udp + record + Reserved + + + 4177 + tcp + wello + Wello P2P pubsub service + + + 4177 + udp + wello + Wello P2P pubsub service + + + 4178 + tcp + storman + StorMan + + + 4178 + udp + storman + StorMan + + + 4179 + tcp + MaxumSP + Maxum Services + + + 4179 + udp + MaxumSP + Maxum Services + + + 4180 + tcp + httpx + HTTPX + + + 4180 + udp + httpx + HTTPX + + + 4181 + tcp + macbak + MacBak + + + 4181 + udp + macbak + MacBak + + + 4182 + tcp + pcptcpservice + Production Company Pro TCP Service + + + 4182 + udp + pcptcpservice + Production Company Pro TCP Service + + + 4183 + tcp + cyborgnet + CyborgNet communications protocol + + + 4183 + udp + cyborgnet + CyborgNet communications protocol + + + 4184 + tcp + universe-suite + System.Xml.XmlElement + + + 4184 + tcp + universe_suite + UNIVERSE SUITE MESSAGE SERVICE + + + 4184 + udp + universe-suite + System.Xml.XmlElement + + + 4184 + udp + universe_suite + UNIVERSE SUITE MESSAGE SERVICE + + + 4185 + tcp + wcpp + Woven Control Plane Protocol + + + 4185 + udp + wcpp + Woven Control Plane Protocol + + + 4186 + tcp + boxbackupstore + Box Backup Store Service + + + 4186 + udp + record + Reserved + + + 4187 + tcp + csc-proxy + System.Xml.XmlElement + + + 4187 + tcp + csc_proxy + Cascade Proxy + + + 4187 + udp + record + Reserved + + + 4188 + tcp + vatata + Vatata Peer to Peer Protocol + + + 4188 + udp + vatata + Vatata Peer to Peer Protocol + + + 4189 + tcp + pcep + Path Computation Element Communication Protocol + + + 4189 + udp + record + Reserved + + + 4190 + tcp + sieve + ManageSieve Protocol + + + 4190 + udp + record + Reserved + + + 4191 + tcp + record + Reserved + + + 4191 + udp + dsmipv6 + Dual Stack MIPv6 NAT Traversal + + + 4192 + tcp + azeti + Azeti Agent Service + + + 4192 + udp + azeti-bd + azeti blinddate + + + 4193 + tcp + pvxplusio + PxPlus remote file srvr + + + 4193 + udp + record + Reserved + + + 4194 + tcp + spdm + Security Protocol and Data Model + + + 4194 + udp + record + Reserved + + + 4195 + tcp + aws-wsp + AWS protocol for cloud remoting solution + + + 4195 + udp + aws-wsp + AWS protocol for cloud remoting solution + + + 4195 + sctp + aws-wsp + AWS protocol for cloud remoting solution + + + 4195 + dccp + aws-wsp + AWS protocol for cloud remoting solution + + + 4197 + tcp + hctl + Harman HControl Protocol + + + 4197 + udp + hctl + Harman HControl Protocol + + + 4199 + tcp + eims-admin + EIMS ADMIN + + + 4199 + udp + eims-admin + EIMS ADMIN + + + 4300 + tcp + corelccam + Corel CCam + + + 4300 + udp + corelccam + Corel CCam + + + 4301 + tcp + d-data + Diagnostic Data + + + 4301 + udp + d-data + Diagnostic Data + + + 4302 + tcp + d-data-control + Diagnostic Data Control + + + 4302 + udp + d-data-control + Diagnostic Data Control + + + 4303 + tcp + srcp + Simple Railroad Command Protocol + + + 4303 + udp + srcp + Simple Railroad Command Protocol + + + 4304 + tcp + owserver + One-Wire Filesystem Server + + + 4304 + udp + owserver + One-Wire Filesystem Server + + + 4305 + tcp + batman + better approach to mobile ad-hoc networking + + + 4305 + udp + batman + better approach to mobile ad-hoc networking + + + 4306 + tcp + pinghgl + Hellgate London + + + 4306 + udp + pinghgl + Hellgate London + + + 4307 + tcp + trueconf + TrueConf Videoconference Service + + + 4307 + udp + trueconf + TrueConf Videoconference Service + + + 4308 + tcp + compx-lockview + CompX-LockView + + + 4308 + udp + compx-lockview + CompX-LockView + + + 4309 + tcp + dserver + Exsequi Appliance Discovery + + + 4309 + udp + dserver + Exsequi Appliance Discovery + + + 4310 + tcp + mirrtex + Mir-RT exchange service + + + 4310 + udp + mirrtex + Mir-RT exchange service + + + 4311 + tcp + p6ssmc + P6R Secure Server Management Console + + + 4311 + udp + record + Reserved + + + 4312 + tcp + pscl-mgt + Parascale Membership Manager + + + 4312 + udp + record + Reserved + + + 4313 + tcp + perrla + PERRLA User Services + + + 4313 + udp + record + Reserved + + + 4314 + tcp + choiceview-agt + ChoiceView Agent + + + 4314 + udp + record + Reserved + + + 4316 + tcp + choiceview-clt + ChoiceView Client + + + 4316 + udp + record + Reserved + + + 4317 + tcp + opentelemetry + OpenTelemetry Protocol + + + 4317 + udp + record + Reserved + + + 4319 + tcp + fox-skytale + Fox SkyTale encrypted communication + + + 4319 + udp + fox-skytale + Fox SkyTale encrypted communication + + + 4320 + tcp + fdt-rcatp + FDT Remote Categorization Protocol + + + 4320 + udp + fdt-rcatp + FDT Remote Categorization Protocol + + + 4321 + tcp + rwhois + Remote Who Is + + + 4321 + udp + rwhois + Remote Who Is + + + 4322 + tcp + trim-event + TRIM Event Service + + + 4322 + udp + trim-event + TRIM Event Service + + + 4323 + tcp + trim-ice + TRIM ICE Service + + + 4323 + udp + trim-ice + TRIM ICE Service + + + 4325 + tcp + geognosisadmin + Cadcorp GeognoSIS Administrator + + + 4325 + udp + geognosisman + Cadcorp GeognoSIS Administrator + + + 4326 + tcp + geognosis + Cadcorp GeognoSIS + + + 4326 + udp + geognosis + Cadcorp GeognoSIS + + + 4327 + tcp + jaxer-web + Jaxer Web Protocol + + + 4327 + udp + jaxer-web + Jaxer Web Protocol + + + 4328 + tcp + jaxer-manager + Jaxer Manager Command Protocol + + + 4328 + udp + jaxer-manager + Jaxer Manager Command Protocol + + + 4329 + tcp + publiqare-sync + PubliQare Distributed Environment Synchronisation Engine + + + 4329 + udp + record + Reserved + + + 4330 + tcp + dey-sapi + DEY Storage Administration REST API + + + 4330 + udp + record + Reserved + + + 4331 + tcp + ktickets-rest + ktickets REST API for event management and ticketing systems (embedded POS devices) + + + 4331 + udp + record + Reserved + + + 4332 + tcp + getty-focus + Getty Images FOCUS service + + + 4332 + udp + record + Reserved + + + 4333 + tcp + ahsp + ArrowHead Service Protocol (AHSP) + + + 4333 + udp + ahsp + ArrowHead Service Protocol (AHSP) + + + 4333 + sctp + ahsp + ArrowHead Service Protocol (AHSP) + + + 4334 + tcp + netconf-ch-ssh + NETCONF Call Home (SSH) + + + 4334 + udp + record + Reserved + + + 4335 + tcp + netconf-ch-tls + NETCONF Call Home (TLS) + + + 4335 + udp + record + Reserved + + + 4336 + tcp + restconf-ch-tls + RESTCONF Call Home (TLS) + + + 4336 + udp + record + Reserved + + + 4340 + tcp + gaia + Gaia Connector Protocol + + + 4340 + udp + gaia + Gaia Connector Protocol + + + 4341 + tcp + record + Reserved + + + 4341 + udp + lisp-data + LISP Data Packets + + + 4342 + tcp + record + Reserved + + + 4342 + udp + lisp-control + LISP Control Packets + + + 4343 + tcp + unicall + UNICALL + + + 4343 + udp + unicall + UNICALL + + + 4344 + tcp + vinainstall + VinaInstall + + + 4344 + udp + vinainstall + VinaInstall + + + 4345 + tcp + m4-network-as + Macro 4 Network AS + + + 4345 + udp + m4-network-as + Macro 4 Network AS + + + 4346 + tcp + elanlm + ELAN LM + + + 4346 + udp + elanlm + ELAN LM + + + 4347 + tcp + lansurveyor + LAN Surveyor + + + 4347 + udp + lansurveyor + LAN Surveyor + + + 4348 + tcp + itose + ITOSE + + + 4348 + udp + itose + ITOSE + + + 4349 + tcp + fsportmap + File System Port Map + + + 4349 + udp + fsportmap + File System Port Map + + + 4350 + tcp + net-device + Net Device + + + 4350 + udp + net-device + Net Device + + + 4351 + tcp + plcy-net-svcs + PLCY Net Services + + + 4351 + udp + plcy-net-svcs + PLCY Net Services + + + 4352 + tcp + pjlink + Projector Link + + + 4352 + udp + pjlink + Projector Link + + + 4353 + tcp + f5-iquery + F5 iQuery + + + 4353 + udp + f5-iquery + F5 iQuery + + + 4354 + tcp + qsnet-trans + QSNet Transmitter + + + 4354 + udp + qsnet-trans + QSNet Transmitter + + + 4355 + tcp + qsnet-workst + QSNet Workstation + + + 4355 + udp + qsnet-workst + QSNet Workstation + + + 4356 + tcp + qsnet-assist + QSNet Assistant + + + 4356 + udp + qsnet-assist + QSNet Assistant + + + 4357 + tcp + qsnet-cond + QSNet Conductor + + + 4357 + udp + qsnet-cond + QSNet Conductor + + + 4358 + tcp + qsnet-nucl + QSNet Nucleus + + + 4358 + udp + qsnet-nucl + QSNet Nucleus + + + 4359 + tcp + omabcastltkm + OMA BCAST Long-Term Key Messages + + + 4359 + udp + omabcastltkm + OMA BCAST Long-Term Key Messages + + + 4360 + tcp + matrix-vnet + System.Xml.XmlElement + + + 4360 + tcp + matrix_vnet + Matrix VNet Communication Protocol + + + 4360 + udp + record + Reserved + + + 4361 + tcp + record + Reserved + + + 4361 + udp + nacnl + NavCom Discovery and Control Port + + + 4362 + tcp + record + Reserved + + + 4362 + udp + afore-vdp-disc + AFORE vNode Discovery protocol + + + 4366 + udp + shadowstream + ShadowStream System + + + 4366 + tcp + record + Reserved + + + 4368 + tcp + wxbrief + WeatherBrief Direct + + + 4368 + udp + wxbrief + WeatherBrief Direct + + + 4369 + tcp + epmd + Erlang Port Mapper Daemon + + + 4369 + udp + epmd + Erlang Port Mapper Daemon + + + 4370 + tcp + elpro-tunnel + System.Xml.XmlElement + + + 4370 + tcp + elpro_tunnel + ELPRO V2 Protocol Tunnel + + + 4370 + udp + elpro-tunnel + System.Xml.XmlElement + + + 4370 + udp + elpro_tunnel + ELPRO V2 Protocol Tunnel + + + 4371 + tcp + l2c-control + LAN2CAN Control + + + 4371 + udp + l2c-disc + LAN2CAN Discovery + + + 4372 + tcp + l2c-data + LAN2CAN Data + + + 4372 + udp + l2c-data + LAN2CAN Data + + + 4373 + tcp + remctl + Remote Authenticated Command Service + + + 4373 + udp + remctl + Remote Authenticated Command Service + + + 4374 + tcp + psi-ptt + PSI Push-to-Talk Protocol + + + 4374 + udp + record + Reserved + + + 4375 + tcp + tolteces + Toltec EasyShare + + + 4375 + udp + tolteces + Toltec EasyShare + + + 4376 + tcp + bip + BioAPI Interworking + + + 4376 + udp + bip + BioAPI Interworking + + + 4377 + tcp + cp-spxsvr + Cambridge Pixel SPx Server + + + 4377 + udp + cp-spxsvr + Cambridge Pixel SPx Server + + + 4378 + tcp + cp-spxdpy + Cambridge Pixel SPx Display + + + 4378 + udp + cp-spxdpy + Cambridge Pixel SPx Display + + + 4379 + tcp + ctdb + CTDB + + + 4379 + udp + ctdb + CTDB + + + 4389 + tcp + xandros-cms + Xandros Community Management Service + + + 4389 + udp + xandros-cms + Xandros Community Management Service + + + 4390 + tcp + wiegand + Physical Access Control + + + 4390 + udp + wiegand + Physical Access Control + + + 4391 + tcp + apwi-imserver + American Printware IMServer Protocol + + + 4391 + udp + record + Reserved + + + 4392 + tcp + apwi-rxserver + American Printware RXServer Protocol + + + 4392 + udp + record + Reserved + + + 4393 + tcp + apwi-rxspooler + American Printware RXSpooler Protocol + + + 4393 + udp + record + Reserved + + + 4394 + tcp + record + Reserved + + + 4394 + udp + apwi-disc + American Printware Discovery + + + 4395 + tcp + omnivisionesx + OmniVision communication for Virtual environments + + + 4395 + udp + omnivisionesx + OmniVision communication for Virtual environments + + + 4396 + tcp + fly + Fly Object Space + + + 4396 + udp + record + Reserved + + + 4400 + tcp + ds-srv + ASIGRA Services + + + 4400 + udp + ds-srv + ASIGRA Services + + + 4401 + tcp + ds-srvr + ASIGRA Televaulting DS-System Service + + + 4401 + udp + ds-srvr + ASIGRA Televaulting DS-System Service + + + 4402 + tcp + ds-clnt + ASIGRA Televaulting DS-Client Service + + + 4402 + udp + ds-clnt + ASIGRA Televaulting DS-Client Service + + + 4403 + tcp + ds-user + ASIGRA Televaulting DS-Client Monitoring/Management + + + 4403 + udp + ds-user + ASIGRA Televaulting DS-Client Monitoring/Management + + + 4404 + tcp + ds-admin + ASIGRA Televaulting DS-System Monitoring/Management + + + 4404 + udp + ds-admin + ASIGRA Televaulting DS-System Monitoring/Management + + + 4405 + tcp + ds-mail + ASIGRA Televaulting Message Level Restore service + + + 4405 + udp + ds-mail + ASIGRA Televaulting Message Level Restore service + + + 4406 + tcp + ds-slp + ASIGRA Televaulting DS-Sleeper Service + + + 4406 + udp + ds-slp + ASIGRA Televaulting DS-Sleeper Service + + + 4407 + tcp + nacagent + Network Access Control Agent + + + 4407 + udp + record + Reserved + + + 4408 + tcp + slscc + SLS Technology Control Centre + + + 4408 + udp + record + Reserved + + + 4409 + tcp + netcabinet-com + Net-Cabinet comunication + + + 4409 + udp + record + Reserved + + + 4410 + tcp + itwo-server + RIB iTWO Application Server + + + 4410 + udp + record + Reserved + + + 4411 + tcp + found + Found Messaging Protocol + + + 4411 + udp + record + Reserved + + + 4412 + tcp + record + Reserved + + + 4412 + udp + smallchat + SmallChat + + + 4413 + tcp + avi-nms + AVI Systems NMS + + + 4413 + udp + avi-nms-disc + AVI Systems NMS + + + 4414 + tcp + updog + Updog Monitoring and Status Framework + + + 4414 + udp + record + Reserved + + + 4415 + tcp + brcd-vr-req + Brocade Virtual Router Request + + + 4415 + udp + record + Reserved + + + 4416 + tcp + pjj-player + PJJ Media Player + + + 4416 + udp + pjj-player-disc + PJJ Media Player discovery + + + 4417 + tcp + workflowdir + Workflow Director Communication + + + 4417 + udp + record + Reserved + + + 4418 + tcp + record + Reserved + + + 4418 + udp + axysbridge + AXYS communication protocol + + + 4419 + tcp + cbp + Colnod Binary Protocol + + + 4419 + udp + record + Reserved + + + 4420 + tcp + nvme + NVM Express over Fabrics storage access + + + 4420 + udp + nvme + NVM Express over Fabrics storage access + + + 4421 + tcp + scaleft + Multi-Platform Remote Management for Cloud Infrastructure + + + 4421 + udp + record + Reserved + + + 4422 + tcp + tsepisp + TSEP Installation Service Protocol + + + 4422 + udp + record + Reserved + + + 4423 + tcp + thingkit + thingkit secure mesh + + + 4423 + udp + record + Reserved + + + 4425 + tcp + netrockey6 + NetROCKEY6 SMART Plus Service + + + 4425 + udp + netrockey6 + NetROCKEY6 SMART Plus Service + + + 4426 + tcp + beacon-port-2 + SMARTS Beacon Port + + + 4426 + udp + beacon-port-2 + SMARTS Beacon Port + + + 4427 + tcp + drizzle + Drizzle database server + + + 4427 + udp + record + Reserved + + + 4428 + tcp + omviserver + OMV-Investigation Server-Client + + + 4428 + udp + record + Reserved + + + 4429 + tcp + omviagent + OMV Investigation Agent-Server + + + 4429 + udp + record + Reserved + + + 4430 + tcp + rsqlserver + REAL SQL Server + + + 4430 + udp + rsqlserver + REAL SQL Server + + + 4431 + tcp + wspipe + adWISE Pipe + + + 4431 + udp + record + Reserved + + + 4432 + tcp + l-acoustics + L-ACOUSTICS management + + + 4432 + udp + l-acoustics + L-ACOUSTICS management + + + 4433 + tcp + vop + Versile Object Protocol + + + 4433 + udp + record + Reserved + + + 4441 + tcp + record + Reserved + + + 4441 + udp + netblox + Netblox Protocol + + + 4442 + tcp + saris + Saris + + + 4442 + udp + saris + Saris + + + 4443 + tcp + pharos + Pharos + + + 4443 + udp + pharos + Pharos + + + 4444 + tcp + krb524 + KRB524 + + + 4444 + udp + krb524 + KRB524 + + + 4444 + tcp + nv-video + NV Video default + + + 4444 + udp + nv-video + NV Video default + + + 4445 + tcp + upnotifyp + UPNOTIFYP + + + 4445 + udp + upnotifyp + UPNOTIFYP + + + 4446 + tcp + n1-fwp + N1-FWP + + + 4446 + udp + n1-fwp + N1-FWP + + + 4447 + tcp + n1-rmgmt + N1-RMGMT + + + 4447 + udp + n1-rmgmt + N1-RMGMT + + + 4448 + tcp + asc-slmd + ASC Licence Manager + + + 4448 + udp + asc-slmd + ASC Licence Manager + + + 4449 + tcp + privatewire + PrivateWire + + + 4449 + udp + privatewire + PrivateWire + + + 4450 + tcp + camp + Common ASCII Messaging Protocol + + + 4450 + udp + camp + Common ASCII Messaging Protocol + + + 4451 + tcp + ctisystemmsg + CTI System Msg + + + 4451 + udp + ctisystemmsg + CTI System Msg + + + 4452 + tcp + ctiprogramload + CTI Program Load + + + 4452 + udp + ctiprogramload + CTI Program Load + + + 4453 + tcp + nssalertmgr + NSS Alert Manager + + + 4453 + udp + nssalertmgr + NSS Alert Manager + + + 4454 + tcp + nssagentmgr + NSS Agent Manager + + + 4454 + udp + nssagentmgr + NSS Agent Manager + + + 4455 + tcp + prchat-user + PR Chat User + + + 4455 + udp + prchat-user + PR Chat User + + + 4456 + tcp + prchat-server + PR Chat Server + + + 4456 + udp + prchat-server + PR Chat Server + + + 4457 + tcp + prRegister + PR Register + + + 4457 + udp + prRegister + PR Register + + + 4458 + tcp + mcp + Matrix Configuration Protocol + + + 4458 + udp + mcp + Matrix Configuration Protocol + + + 4460 + tcp + ntske + Network Time Security Key Establishment + + + 4460 + udp + record + Reserved + + + 4484 + tcp + hpssmgmt + hpssmgmt service + + + 4484 + udp + hpssmgmt + hpssmgmt service + + + 4485 + tcp + assyst-dr + Assyst Data Repository Service + + + 4485 + udp + record + Reserved + + + 4486 + tcp + icms + Integrated Client Message Service + + + 4486 + udp + icms + Integrated Client Message Service + + + 4487 + tcp + prex-tcp + Protocol for Remote Execution over TCP + + + 4487 + udp + record + Reserved + + + 4488 + tcp + awacs-ice + Apple Wide Area Connectivity Service ICE Bootstrap + + + 4488 + udp + awacs-ice + Apple Wide Area Connectivity Service ICE Bootstrap + + + 4500 + tcp + ipsec-nat-t + IPsec NAT-Traversal + + + 4500 + udp + ipsec-nat-t + IPsec NAT-Traversal + + + 4502 + sctp + a25-fap-fgw + A25 (FAP-FGW) + + + 4534 + tcp + record + Reserved + + + 4534 + udp + armagetronad + Armagetron Advanced Game Server + + + 4535 + tcp + ehs + Event Heap Server + + + 4535 + udp + ehs + Event Heap Server + + + 4536 + tcp + ehs-ssl + Event Heap Server SSL + + + 4536 + udp + ehs-ssl + Event Heap Server SSL + + + 4537 + tcp + wssauthsvc + WSS Security Service + + + 4537 + udp + wssauthsvc + WSS Security Service + + + 4538 + tcp + swx-gate + Software Data Exchange Gateway + + + 4538 + udp + swx-gate + Software Data Exchange Gateway + + + 4545 + tcp + worldscores + WorldScores + + + 4545 + udp + worldscores + WorldScores + + + 4546 + tcp + sf-lm + SF License Manager (Sentinel) + + + 4546 + udp + sf-lm + SF License Manager (Sentinel) + + + 4547 + tcp + lanner-lm + Lanner License Manager + + + 4547 + udp + lanner-lm + Lanner License Manager + + + 4548 + tcp + synchromesh + Synchromesh + + + 4548 + udp + synchromesh + Synchromesh + + + 4549 + tcp + aegate + Aegate PMR Service + + + 4549 + udp + aegate + Aegate PMR Service + + + 4550 + tcp + gds-adppiw-db + Perman I Interbase Server + + + 4550 + udp + gds-adppiw-db + Perman I Interbase Server + + + 4551 + tcp + ieee-mih + MIH Services + + + 4551 + udp + ieee-mih + MIH Services + + + 4552 + tcp + menandmice-mon + Men and Mice Monitoring + + + 4552 + udp + menandmice-mon + Men and Mice Monitoring + + + 4553 + tcp + icshostsvc + ICS host services + + + 4553 + udp + record + Reserved + + + 4554 + tcp + msfrs + MS FRS Replication + + + 4554 + udp + msfrs + MS FRS Replication + + + 4555 + tcp + rsip + RSIP Port + + + 4555 + udp + rsip + RSIP Port + + + 4556 + tcp + dtn-bundle + DTN Bundle TCP CL Protocol + + + 4556 + udp + dtn-bundle + DTN Bundle UDP CL Protocol + + + 4556 + dccp + dtn-bundle + DTN Bundle DCCP CL Protocol + + + 4557 + tcp + record + Reserved + + + 4557 + udp + mtcevrunqss + Marathon everRun Quorum Service Server + + + 4558 + tcp + record + Reserved + + + 4558 + udp + mtcevrunqman + Marathon everRun Quorum Service Manager + + + 4559 + tcp + hylafax + HylaFAX + + + 4559 + udp + hylafax + HylaFAX + + + 4563 + tcp + amahi-anywhere + Amahi Anywhere + + + 4563 + udp + record + Reserved + + + 4566 + tcp + kwtc + Kids Watch Time Control Service + + + 4566 + udp + kwtc + Kids Watch Time Control Service + + + 4567 + tcp + tram + TRAM + + + 4567 + udp + tram + TRAM + + + 4568 + tcp + bmc-reporting + BMC Reporting + + + 4568 + udp + bmc-reporting + BMC Reporting + + + 4569 + tcp + iax + Inter-Asterisk eXchange + + + 4569 + udp + iax + Inter-Asterisk eXchange + + + 4570 + tcp + deploymentmap + Service to distribute and update within a site deployment information for Oracle Communications + Suite + + + + 4570 + udp + record + Reserved + + + 4573 + tcp + cardifftec-back + A port for communication between a server and client for a custom backup system + + + 4573 + udp + record + Reserved + + + 4590 + tcp + rid + RID over HTTP/TLS + + + 4590 + udp + record + Reserved + + + 4591 + tcp + l3t-at-an + HRPD L3T (AT-AN) + + + 4591 + udp + l3t-at-an + HRPD L3T (AT-AN) + + + 4592 + tcp + record + Reserved + + + 4592 + udp + hrpd-ith-at-an + HRPD-ITH (AT-AN) + + + 4593 + tcp + ipt-anri-anri + IPT (ANRI-ANRI) + + + 4593 + udp + ipt-anri-anri + IPT (ANRI-ANRI) + + + 4594 + tcp + ias-session + IAS-Session (ANRI-ANRI) + + + 4594 + udp + ias-session + IAS-Session (ANRI-ANRI) + + + 4595 + tcp + ias-paging + IAS-Paging (ANRI-ANRI) + + + 4595 + udp + ias-paging + IAS-Paging (ANRI-ANRI) + + + 4596 + tcp + ias-neighbor + IAS-Neighbor (ANRI-ANRI) + + + 4596 + udp + ias-neighbor + IAS-Neighbor (ANRI-ANRI) + + + 4597 + tcp + a21-an-1xbs + A21 (AN-1xBS) + + + 4597 + udp + a21-an-1xbs + A21 (AN-1xBS) + + + 4598 + tcp + a16-an-an + A16 (AN-AN) + + + 4598 + udp + a16-an-an + A16 (AN-AN) + + + 4599 + tcp + a17-an-an + A17 (AN-AN) + + + 4599 + udp + a17-an-an + A17 (AN-AN) + + + 4600 + tcp + piranha1 + Piranha1 + + + 4600 + udp + piranha1 + Piranha1 + + + 4601 + tcp + piranha2 + Piranha2 + + + 4601 + udp + piranha2 + Piranha2 + + + 4602 + tcp + mtsserver + EAX MTS Server + + + 4602 + udp + record + Reserved + + + 4603 + tcp + menandmice-upg + Men & Mice Upgrade Agent + + + 4603 + udp + record + Reserved + + + 4604 + tcp + irp + Identity Registration Protocol + + + 4604 + udp + record + Reserved + + + 4605 + tcp + sixchat + Direct End to End Secure Chat Protocol + + + 4605 + udp + record + Reserved + + + 4606 + tcp + sixid + Secure ID to IP registration and lookup + + + 4606 + udp + record + Reserved + + + 4621 + tcp + record + Reserved + + + 4621 + udp + ventoso + Bidirectional single port remote radio VOIP and Control stream + + + 4646 + tcp + dots-signal + Distributed Denial-of-Service Open Threat Signaling (DOTS) Signal Channel Protocol. The service + name is used to construct the SRV service names "_dots-signal._udp" and "_dots-signal._tcp" for discovering + DOTS servers used to establish DOTS signal channel. + + + + 4646 + udp + dots-signal + Distributed Denial-of-Service Open Threat Signaling (DOTS) Signal Channel Protocol. The service + name is used to construct the SRV service names "_dots-signal._udp" and "_dots-signal._tcp" for discovering + DOTS servers used to establish DOTS signal channel. + + + + 4658 + tcp + playsta2-app + PlayStation2 App Port + + + 4658 + udp + playsta2-app + PlayStation2 App Port + + + 4659 + tcp + playsta2-lob + PlayStation2 Lobby Port + + + 4659 + udp + playsta2-lob + PlayStation2 Lobby Port + + + 4660 + tcp + smaclmgr + smaclmgr + + + 4660 + udp + smaclmgr + smaclmgr + + + 4661 + tcp + kar2ouche + Kar2ouche Peer location service + + + 4661 + udp + kar2ouche + Kar2ouche Peer location service + + + 4662 + tcp + oms + OrbitNet Message Service + + + 4662 + udp + oms + OrbitNet Message Service + + + 4663 + tcp + noteit + Note It! Message Service + + + 4663 + udp + noteit + Note It! Message Service + + + 4664 + tcp + ems + Rimage Messaging Server + + + 4664 + udp + ems + Rimage Messaging Server + + + 4665 + tcp + contclientms + Container Client Message Service + + + 4665 + udp + contclientms + Container Client Message Service + + + 4666 + tcp + eportcomm + E-Port Message Service + + + 4666 + udp + eportcomm + E-Port Message Service + + + 4667 + tcp + mmacomm + MMA Comm Services + + + 4667 + udp + mmacomm + MMA Comm Services + + + 4668 + tcp + mmaeds + MMA EDS Service + + + 4668 + udp + mmaeds + MMA EDS Service + + + 4669 + tcp + eportcommdata + E-Port Data Service + + + 4669 + udp + eportcommdata + E-Port Data Service + + + 4670 + tcp + light + Light packets transfer protocol + + + 4670 + udp + light + Light packets transfer protocol + + + 4671 + tcp + acter + Bull RSF action server + + + 4671 + udp + acter + Bull RSF action server + + + 4672 + tcp + rfa + remote file access server + + + 4672 + udp + rfa + remote file access server + + + 4673 + tcp + cxws + CXWS Operations + + + 4673 + udp + cxws + CXWS Operations + + + 4674 + tcp + appiq-mgmt + AppIQ Agent Management + + + 4674 + udp + appiq-mgmt + AppIQ Agent Management + + + 4675 + tcp + dhct-status + BIAP Device Status + + + 4675 + udp + dhct-status + BIAP Device Status + + + 4676 + tcp + dhct-alerts + BIAP Generic Alert + + + 4676 + udp + dhct-alerts + BIAP Generic Alert + + + 4677 + tcp + bcs + Business Continuity Servi + + + 4677 + udp + bcs + Business Continuity Servi + + + 4678 + tcp + traversal + boundary traversal + + + 4678 + udp + traversal + boundary traversal + + + 4679 + tcp + mgesupervision + MGE UPS Supervision + + + 4679 + udp + mgesupervision + MGE UPS Supervision + + + 4680 + tcp + mgemanagement + MGE UPS Management + + + 4680 + udp + mgemanagement + MGE UPS Management + + + 4681 + tcp + parliant + Parliant Telephony System + + + 4681 + udp + parliant + Parliant Telephony System + + + 4682 + tcp + finisar + finisar + + + 4682 + udp + finisar + finisar + + + 4683 + tcp + spike + Spike Clipboard Service + + + 4683 + udp + spike + Spike Clipboard Service + + + 4684 + tcp + rfid-rp1 + RFID Reader Protocol 1.0 + + + 4684 + udp + rfid-rp1 + RFID Reader Protocol 1.0 + + + 4685 + tcp + autopac + Autopac Protocol + + + 4685 + udp + autopac + Autopac Protocol + + + 4686 + tcp + msp-os + Manina Service Protocol + + + 4686 + udp + msp-os + Manina Service Protocol + + + 4687 + tcp + nst + Network Scanner Tool FTP + + + 4687 + udp + nst + Network Scanner Tool FTP + + + 4688 + tcp + mobile-p2p + Mobile P2P Service + + + 4688 + udp + mobile-p2p + Mobile P2P Service + + + 4689 + tcp + altovacentral + Altova DatabaseCentral + + + 4689 + udp + altovacentral + Altova DatabaseCentral + + + 4690 + tcp + prelude + Prelude IDS message proto + + + 4690 + udp + prelude + Prelude IDS message proto + + + 4691 + tcp + mtn + monotone Netsync Protocol + + + 4691 + udp + mtn + monotone Netsync Protocol + + + 4692 + tcp + conspiracy + Conspiracy messaging + + + 4692 + udp + conspiracy + Conspiracy messaging + + + 4700 + tcp + netxms-agent + NetXMS Agent + + + 4700 + udp + netxms-agent + NetXMS Agent + + + 4701 + tcp + netxms-mgmt + NetXMS Management + + + 4701 + udp + netxms-mgmt + NetXMS Management + + + 4702 + tcp + netxms-sync + NetXMS Server Synchronization + + + 4702 + udp + netxms-sync + NetXMS Server Synchronization + + + 4703 + tcp + npqes-test + Network Performance Quality Evaluation System Test Service + + + 4703 + udp + record + Reserved + + + 4704 + tcp + assuria-ins + Assuria Insider + + + 4704 + udp + record + Reserved + + + 4711 + tcp + trinity-dist + Trinity Trust Network Node Communication + + + 4711 + udp + trinity-dist + Trinity Trust Network Node Communication + + + 4711 + sctp + trinity-dist + Trinity Trust Network Node Communication + + + 4725 + tcp + truckstar + TruckStar Service + + + 4725 + udp + truckstar + TruckStar Service + + + 4726 + tcp + record + Reserved + + + 4726 + udp + a26-fap-fgw + A26 (FAP-FGW) + + + 4727 + tcp + fcis + F-Link Client Information Service + + + 4727 + udp + fcis-disc + F-Link Client Information Service Discovery + + + 4728 + tcp + capmux + CA Port Multiplexer + + + 4728 + udp + capmux + CA Port Multiplexer + + + 4729 + tcp + record + Reserved + + + 4729 + udp + gsmtap + GSM Interface Tap + + + 4730 + tcp + gearman + Gearman Job Queue System + + + 4730 + udp + gearman + Gearman Job Queue System + + + 4731 + tcp + remcap + Remote Capture Protocol + + + 4731 + udp + record + Reserved + + + 4732 + tcp + record + Reserved + + + 4732 + udp + ohmtrigger + OHM server trigger + + + 4733 + tcp + resorcs + RES Orchestration Catalog Services + + + 4733 + udp + record + Reserved + + + 4737 + tcp + ipdr-sp + IPDR/SP + + + 4737 + udp + ipdr-sp + IPDR/SP + + + 4738 + tcp + solera-lpn + SoleraTec Locator + + + 4738 + udp + solera-lpn + SoleraTec Locator + + + 4739 + tcp + ipfix + IP Flow Info Export + + + 4739 + udp + ipfix + IP Flow Info Export + + + 4739 + sctp + ipfix + IP Flow Info Export + + + 4740 + tcp + ipfixs + ipfix protocol over TLS + + + 4740 + sctp + ipfixs + ipfix protocol over DTLS + + + 4740 + udp + ipfixs + ipfix protocol over DTLS + + + 4741 + tcp + lumimgrd + Luminizer Manager + + + 4741 + udp + lumimgrd + Luminizer Manager + + + 4742 + tcp + sicct + SICCT + + + 4742 + udp + sicct-sdp + SICCT Service Discovery Protocol + + + 4743 + tcp + openhpid + openhpi HPI service + + + 4743 + udp + openhpid + openhpi HPI service + + + 4744 + tcp + ifsp + Internet File Synchronization Protocol + + + 4744 + udp + ifsp + Internet File Synchronization Protocol + + + 4745 + tcp + fmp + Funambol Mobile Push + + + 4745 + udp + fmp + Funambol Mobile Push + + + 4746 + tcp + record + Reserved + + + 4746 + udp + intelliadm-disc + IntelliAdmin Discovery + + + 4747 + udp + buschtrommel + peer-to-peer file exchange protocol + + + 4747 + tcp + record + Reserved + + + 4749 + tcp + profilemac + Profile for Mac + + + 4749 + udp + profilemac + Profile for Mac + + + 4750 + tcp + ssad + Simple Service Auto Discovery + + + 4750 + udp + ssad + Simple Service Auto Discovery + + + 4751 + tcp + spocp + Simple Policy Control Protocol + + + 4751 + udp + spocp + Simple Policy Control Protocol + + + 4752 + tcp + snap + Simple Network Audio Protocol + + + 4752 + udp + snap + Simple Network Audio Protocol + + + 4753 + tcp + simon + Simple Invocation of Methods Over Network (SIMON) + + + 4753 + udp + simon-disc + Simple Invocation of Methods Over Network (SIMON) Discovery + + + 4754 + tcp + record + Reserved + + + 4754 + udp + gre-in-udp + GRE-in-UDP Encapsulation + + + 4755 + tcp + record + Reserved + + + 4755 + udp + gre-udp-dtls + GRE-in-UDP Encapsulation with DTLS + + + 4756 + tcp + RDCenter + Reticle Decision Center + + + 4756 + udp + record + Reserved + + + 4774 + tcp + converge + Converge RPC + + + 4774 + udp + record + Reserved + + + 4784 + tcp + bfd-multi-ctl + BFD Multihop Control + + + 4784 + udp + bfd-multi-ctl + BFD Multihop Control + + + 4785 + tcp + record + Reserved + + + 4785 + udp + cncp + Cisco Nexus Control Protocol + + + 4786 + tcp + smart-install + Smart Install Service + + + 4786 + udp + record + Reserved + + + 4787 + tcp + sia-ctrl-plane + Service Insertion Architecture (SIA) Control-Plane + + + 4787 + udp + record + Reserved + + + 4788 + tcp + xmcp + eXtensible Messaging Client Protocol + + + 4788 + udp + record + Reserved + + + 4789 + udp + vxlan + Virtual eXtensible Local Area Network (VXLAN) + + + 4789 + tcp + record + Reserved + + + 4790 + udp + vxlan-gpe + Generic Protocol Extension for Virtual eXtensible Local Area Network (VXLAN) + + + 4790 + tcp + record + Reserved + + + 4791 + udp + roce + IP Routable RocE + + + 4791 + tcp + record + Reserved + + + 4792 + tcp + unified-bus + IP Routable Unified Bus + + + 4792 + udp + unified-bus + IP Routable Unified Bus + + + 4800 + tcp + iims + Icona Instant Messenging System + + + 4800 + udp + iims + Icona Instant Messenging System + + + 4801 + tcp + iwec + Icona Web Embedded Chat + + + 4801 + udp + iwec + Icona Web Embedded Chat + + + 4802 + tcp + ilss + Icona License System Server + + + 4802 + udp + ilss + Icona License System Server + + + 4803 + tcp + notateit + Notateit Messaging + + + 4803 + udp + notateit-disc + Notateit Messaging Discovery + + + 4804 + tcp + record + Reserved + + + 4804 + udp + aja-ntv4-disc + AJA ntv4 Video System Discovery + + + 4827 + tcp + htcp + HTCP + + + 4827 + udp + htcp + HTCP + + + 4837 + tcp + varadero-0 + Varadero-0 + + + 4837 + udp + varadero-0 + Varadero-0 + + + 4838 + tcp + varadero-1 + Varadero-1 + + + 4838 + udp + varadero-1 + Varadero-1 + + + 4839 + tcp + varadero-2 + Varadero-2 + + + 4839 + udp + varadero-2 + Varadero-2 + + + 4840 + tcp + opcua-tcp + OPC UA Connection Protocol + + + 4840 + udp + opcua-udp + OPC UA Multicast Datagram Protocol + + + 4841 + tcp + quosa + QUOSA Virtual Library Service + + + 4841 + udp + quosa + QUOSA Virtual Library Service + + + 4842 + tcp + gw-asv + nCode ICE-flow Library AppServer + + + 4842 + udp + gw-asv + nCode ICE-flow Library AppServer + + + 4843 + tcp + opcua-tls + OPC UA TCP Protocol over TLS/SSL + + + 4843 + udp + opcua-tls + OPC UA TCP Protocol over TLS/SSL + + + 4844 + tcp + gw-log + nCode ICE-flow Library LogServer + + + 4844 + udp + gw-log + nCode ICE-flow Library LogServer + + + 4845 + tcp + wcr-remlib + WordCruncher Remote Library Service + + + 4845 + udp + wcr-remlib + WordCruncher Remote Library Service + + + 4846 + tcp + contamac-icm + System.Xml.XmlElement + + + 4846 + tcp + contamac_icm + Contamac ICM Service + + + 4846 + udp + contamac-icm + System.Xml.XmlElement + + + 4846 + udp + contamac_icm + Contamac ICM Service + + + 4847 + tcp + wfc + Web Fresh Communication + + + 4847 + udp + wfc + Web Fresh Communication + + + 4848 + tcp + appserv-http + App Server - Admin HTTP + + + 4848 + udp + appserv-http + App Server - Admin HTTP + + + 4849 + tcp + appserv-https + App Server - Admin HTTPS + + + 4849 + udp + appserv-https + App Server - Admin HTTPS + + + 4850 + tcp + sun-as-nodeagt + Sun App Server - NA + + + 4850 + udp + sun-as-nodeagt + Sun App Server - NA + + + 4851 + tcp + derby-repli + Apache Derby Replication + + + 4851 + udp + derby-repli + Apache Derby Replication + + + 4867 + tcp + unify-debug + Unify Debugger + + + 4867 + udp + unify-debug + Unify Debugger + + + 4868 + tcp + phrelay + Photon Relay + + + 4868 + udp + phrelay + Photon Relay + + + 4869 + tcp + phrelaydbg + Photon Relay Debug + + + 4869 + udp + phrelaydbg + Photon Relay Debug + + + 4870 + tcp + cc-tracking + Citcom Tracking Service + + + 4870 + udp + cc-tracking + Citcom Tracking Service + + + 4871 + tcp + wired + Wired + + + 4871 + udp + wired + Wired + + + 4876 + tcp + tritium-can + Tritium CAN Bus Bridge Service + + + 4876 + udp + tritium-can + Tritium CAN Bus Bridge Service + + + 4877 + tcp + lmcs + Lighting Management Control System + + + 4877 + udp + lmcs + Lighting Management Control System + + + 4878 + tcp + record + Reserved + + + 4878 + udp + inst-discovery + Agilent Instrument Discovery + + + 4879 + tcp + wsdl-event + WSDL Event Receiver + + + 4879 + udp + record + Reserved + + + 4880 + tcp + hislip + IVI High-Speed LAN Instrument Protocol + + + 4880 + udp + record + Reserved + + + 4881 + tcp + record + Reserved + + + 4881 + udp + socp-t + SOCP Time Synchronization Protocol + + + 4882 + tcp + record + Reserved + + + 4882 + udp + socp-c + SOCP Control Protocol + + + 4883 + tcp + wmlserver + Meier-Phelps License Server + + + 4883 + udp + record + Reserved + + + 4884 + tcp + hivestor + HiveStor Distributed File System + + + 4884 + udp + hivestor + HiveStor Distributed File System + + + 4885 + tcp + abbs + ABBS + + + 4885 + udp + abbs + ABBS + + + 4888 + tcp + xcap-portal + xcap code analysis portal public user access + + + 4888 + udp + record + Reserved + + + 4889 + tcp + xcap-control + xcap code analysis portal cluster control and administration + + + 4889 + udp + record + Reserved + + + 4894 + tcp + lyskom + LysKOM Protocol A + + + 4894 + udp + lyskom + LysKOM Protocol A + + + 4899 + tcp + radmin-port + RAdmin Port + + + 4899 + udp + radmin-port + RAdmin Port + + + 4900 + tcp + hfcs + HFSQL Client/Server Database Engine + + + 4900 + udp + hfcs + HFSQL Client/Server Database Engine + + + 4901 + tcp + flr-agent + System.Xml.XmlElement + + + 4901 + tcp + flr_agent + FileLocator Remote Search Agent + + + 4901 + udp + record + Reserved + + + 4902 + tcp + magiccontrol + magicCONROL RF and Data Interface + + + 4902 + udp + record + Reserved + + + 4912 + tcp + lutap + Technicolor LUT Access Protocol + + + 4912 + udp + record + Reserved + + + 4913 + tcp + lutcp + LUTher Control Protocol + + + 4914 + tcp + bones + Bones Remote Control + + + 4914 + udp + bones + Bones Remote Control + + + 4915 + tcp + frcs + Fibics Remote Control Service + + + 4915 + udp + record + Reserved + + + 4936 + udp + an-signaling + Signal protocol port for autonomic networking + + + 4936 + tcp + record + Reserved + + + 4937 + tcp + record + Reserved + + + 4937 + udp + atsc-mh-ssc + ATSC-M/H Service Signaling Channel + + + 4940 + tcp + eq-office-4940 + Equitrac Office + + + 4940 + udp + eq-office-4940 + Equitrac Office + + + 4941 + tcp + eq-office-4941 + Equitrac Office + + + 4941 + udp + eq-office-4941 + Equitrac Office + + + 4942 + tcp + eq-office-4942 + Equitrac Office + + + 4942 + udp + eq-office-4942 + Equitrac Office + + + 4949 + tcp + munin + Munin Graphing Framework + + + 4949 + udp + munin + Munin Graphing Framework + + + 4950 + tcp + sybasesrvmon + Sybase Server Monitor + + + 4950 + udp + sybasesrvmon + Sybase Server Monitor + + + 4951 + tcp + pwgwims + PWG WIMS + + + 4951 + udp + pwgwims + PWG WIMS + + + 4952 + tcp + sagxtsds + SAG Directory Server + + + 4952 + udp + sagxtsds + SAG Directory Server + + + 4953 + tcp + dbsyncarbiter + Synchronization Arbiter + + + 4953 + udp + record + Reserved + + + 4969 + tcp + ccss-qmm + CCSS QMessageMonitor + + + 4969 + udp + ccss-qmm + CCSS QMessageMonitor + + + 4970 + tcp + ccss-qsm + CCSS QSystemMonitor + + + 4970 + udp + ccss-qsm + CCSS QSystemMonitor + + + 4971 + tcp + burp + BackUp and Restore Program + + + 4971 + udp + record + Reserved + + + 4980 + udp + ctxs-vpp + Citrix Virtual Path + + + 4980 + tcp + record + Reserved + + + 4984 + tcp + webyast + WebYast + + + 4984 + udp + record + Reserved + + + 4985 + tcp + gerhcs + GER HC Standard + + + 4985 + udp + record + Reserved + + + 4986 + tcp + mrip + Model Railway Interface Program + + + 4986 + udp + mrip + Model Railway Interface Program + + + 4987 + tcp + smar-se-port1 + SMAR Ethernet Port 1 + + + 4987 + udp + smar-se-port1 + SMAR Ethernet Port 1 + + + 4988 + tcp + smar-se-port2 + SMAR Ethernet Port 2 + + + 4988 + udp + smar-se-port2 + SMAR Ethernet Port 2 + + + 4989 + tcp + parallel + Parallel for GAUSS (tm) + + + 4989 + udp + parallel + Parallel for GAUSS (tm) + + + 4990 + tcp + busycal + BusySync Calendar Synch. Protocol + + + 4990 + udp + busycal + BusySync Calendar Synch. Protocol + + + 4991 + tcp + vrt + VITA Radio Transport + + + 4991 + udp + vrt + VITA Radio Transport + + + 4999 + tcp + hfcs-manager + HFSQL Client/Server Database Engine Manager + + + 4999 + udp + hfcs-manager + HFSQL Client/Server Database Engine Manager + + + 5000 + tcp + commplex-main + + + + + 5000 + udp + commplex-main + + + + + 5001 + tcp + commplex-link + + + + + 5001 + udp + commplex-link + + + + + 5002 + tcp + rfe + radio free ethernet + + + 5002 + udp + rfe + radio free ethernet + + + 5003 + tcp + fmpro-internal + FileMaker, Inc. - Proprietary transport + + + 5003 + udp + fmpro-internal + FileMaker, Inc. - Proprietary name binding + + + 5004 + tcp + avt-profile-1 + RTP media data + + + 5004 + udp + avt-profile-1 + RTP media data + + + 5004 + dccp + avt-profile-1 + RTP media data + + + 5005 + tcp + avt-profile-2 + RTP control protocol + + + 5005 + udp + avt-profile-2 + RTP control protocol + + + 5005 + dccp + avt-profile-2 + RTP control protocol + + + 5006 + tcp + wsm-server + wsm server + + + 5006 + udp + wsm-server + wsm server + + + 5007 + tcp + wsm-server-ssl + wsm server ssl + + + 5007 + udp + wsm-server-ssl + wsm server ssl + + + 5008 + tcp + synapsis-edge + Synapsis EDGE + + + 5008 + udp + synapsis-edge + Synapsis EDGE + + + 5009 + tcp + winfs + Microsoft Windows Filesystem + + + 5009 + udp + winfs + Microsoft Windows Filesystem + + + 5010 + tcp + telelpathstart + TelepathStart + + + 5010 + udp + telelpathstart + TelepathStart + + + 5011 + tcp + telelpathattack + TelepathAttack + + + 5011 + udp + telelpathattack + TelepathAttack + + + 5012 + tcp + nsp + NetOnTap Service + + + 5012 + udp + nsp + NetOnTap Service + + + 5013 + tcp + fmpro-v6 + FileMaker, Inc. - Proprietary transport + + + 5013 + udp + fmpro-v6 + FileMaker, Inc. - Proprietary transport + + + 5014 + tcp + record + Reserved + + + 5014 + udp + onpsocket + Overlay Network Protocol + + + 5015 + tcp + fmwp + FileMaker, Inc. - Web publishing + + + 5015 + udp + record + Reserved + + + 5020 + tcp + zenginkyo-1 + zenginkyo-1 + + + 5020 + udp + zenginkyo-1 + zenginkyo-1 + + + 5021 + tcp + zenginkyo-2 + zenginkyo-2 + + + 5021 + udp + zenginkyo-2 + zenginkyo-2 + + + 5022 + tcp + mice + mice server + + + 5022 + udp + mice + mice server + + + 5023 + tcp + htuilsrv + Htuil Server for PLD2 + + + 5023 + udp + htuilsrv + Htuil Server for PLD2 + + + 5024 + tcp + scpi-telnet + SCPI-TELNET + + + 5024 + udp + scpi-telnet + SCPI-TELNET + + + 5025 + tcp + scpi-raw + SCPI-RAW + + + 5025 + udp + scpi-raw + SCPI-RAW + + + 5026 + tcp + strexec-d + Storix I/O daemon (data) + + + 5026 + udp + strexec-d + Storix I/O daemon (data) + + + 5027 + tcp + strexec-s + Storix I/O daemon (stat) + + + 5027 + udp + strexec-s + Storix I/O daemon (stat) + + + 5028 + tcp + qvr + Quiqum Virtual Relais + + + 5028 + udp + record + Reserved + + + 5029 + tcp + infobright + Infobright Database Server + + + 5029 + udp + infobright + Infobright Database Server + + + 5030 + tcp + record + Reserved + + + 5030 + udp + record + Reserved + + + 5031 + tcp + record + Reserved + + + 5031 + udp + dmp + Direct Message Protocol + + + 5032 + tcp + signacert-agent + SignaCert Enterprise Trust Server Agent + + + 5032 + udp + record + Reserved + + + 5033 + tcp + jtnetd-server + Janstor Secure Data + + + 5033 + udp + record + Reserved + + + 5034 + tcp + jtnetd-status + Janstor Status + + + 5034 + udp + record + Reserved + + + 5042 + tcp + asnaacceler8db + asnaacceler8db + + + 5042 + udp + asnaacceler8db + asnaacceler8db + + + 5043 + tcp + swxadmin + ShopWorX Administration + + + 5043 + udp + swxadmin + ShopWorX Administration + + + 5044 + tcp + lxi-evntsvc + LXI Event Service + + + 5044 + udp + lxi-evntsvc + LXI Event Service + + + 5045 + tcp + osp + Open Settlement Protocol + + + 5045 + udp + record + Reserved + + + 5046 + tcp + record + Reserved + + + 5046 + udp + vpm-udp + Vishay PM UDP Service + + + 5047 + tcp + record + Reserved + + + 5047 + udp + iscape + iSCAPE Data Broadcasting + + + 5048 + tcp + texai + Texai Message Service + + + 5048 + udp + record + Reserved + + + 5049 + tcp + ivocalize + iVocalize Web Conference + + + 5049 + udp + ivocalize + iVocalize Web Conference + + + 5050 + tcp + mmcc + multimedia conference control tool + + + 5050 + udp + mmcc + multimedia conference control tool + + + 5051 + tcp + ita-agent + ITA Agent + + + 5051 + udp + ita-agent + ITA Agent + + + 5052 + tcp + ita-manager + ITA Manager + + + 5052 + udp + ita-manager + ITA Manager + + + 5053 + tcp + rlm + RLM License Server + + + 5053 + udp + rlm-disc + RLM Discovery Server + + + 5054 + tcp + rlm-admin + RLM administrative interface + + + 5054 + udp + record + Reserved + + + 5055 + tcp + unot + UNOT + + + 5055 + udp + unot + UNOT + + + 5056 + tcp + intecom-ps1 + Intecom Pointspan 1 + + + 5056 + udp + intecom-ps1 + Intecom Pointspan 1 + + + 5057 + tcp + intecom-ps2 + Intecom Pointspan 2 + + + 5057 + udp + intecom-ps2 + Intecom Pointspan 2 + + + 5058 + tcp + record + Reserved + + + 5058 + udp + locus-disc + Locus Discovery + + + 5059 + tcp + sds + SIP Directory Services + + + 5059 + udp + sds + SIP Directory Services + + + 5060 + tcp + sip + SIP + + + 5060 + udp + sip + SIP + + + 5060 + sctp + sip + SIP + + + 5061 + tcp + sips + SIP-TLS + + + 5061 + udp + sips + SIP-TLS + + + 5061 + sctp + sips + SIP-TLS + + + 5062 + tcp + na-localise + Localisation access + + + 5062 + udp + na-localise + Localisation access + + + 5063 + tcp + csrpc + centrify secure RPC + + + 5063 + udp + record + Reserved + + + 5064 + tcp + ca-1 + Channel Access 1 + + + 5064 + udp + ca-1 + Channel Access 1 + + + 5065 + tcp + ca-2 + Channel Access 2 + + + 5065 + udp + ca-2 + Channel Access 2 + + + 5066 + tcp + stanag-5066 + STANAG-5066-SUBNET-INTF + + + 5066 + udp + stanag-5066 + STANAG-5066-SUBNET-INTF + + + 5067 + tcp + authentx + Authentx Service + + + 5067 + udp + authentx + Authentx Service + + + 5068 + tcp + bitforestsrv + Bitforest Data Service + + + 5068 + udp + record + Reserved + + + 5069 + tcp + i-net-2000-npr + I/Net 2000-NPR + + + 5069 + udp + i-net-2000-npr + I/Net 2000-NPR + + + 5070 + tcp + vtsas + VersaTrans Server Agent Service + + + 5070 + udp + vtsas + VersaTrans Server Agent Service + + + 5071 + tcp + powerschool + PowerSchool + + + 5071 + udp + powerschool + PowerSchool + + + 5072 + tcp + ayiya + Anything In Anything + + + 5072 + udp + ayiya + Anything In Anything + + + 5073 + tcp + tag-pm + Advantage Group Port Mgr + + + 5073 + udp + tag-pm + Advantage Group Port Mgr + + + 5074 + tcp + alesquery + ALES Query + + + 5074 + udp + alesquery + ALES Query + + + 5075 + tcp + pvaccess + Experimental Physics and Industrial Control System + + + 5075 + udp + record + Reserved + + + 5078 + udp + pixelpusher + PixelPusher pixel data + + + 5078 + tcp + record + Reserved + + + 5079 + tcp + record + Reserved + + + 5079 + udp + cp-spxrpts + Cambridge Pixel SPx Reports + + + 5080 + tcp + onscreen + OnScreen Data Collection Service + + + 5080 + udp + onscreen + OnScreen Data Collection Service + + + 5081 + tcp + sdl-ets + SDL - Ent Trans Server + + + 5081 + udp + sdl-ets + SDL - Ent Trans Server + + + 5082 + tcp + qcp + Qpur Communication Protocol + + + 5082 + udp + qcp + Qpur Communication Protocol + + + 5083 + tcp + qfp + Qpur File Protocol + + + 5083 + udp + qfp + Qpur File Protocol + + + 5084 + tcp + llrp + EPCglobal Low-Level Reader Protocol + + + 5084 + udp + llrp + EPCglobal Low-Level Reader Protocol + + + 5085 + tcp + encrypted-llrp + EPCglobal Encrypted LLRP + + + 5085 + udp + encrypted-llrp + EPCglobal Encrypted LLRP + + + 5086 + tcp + aprigo-cs + Aprigo Collection Service + + + 5086 + udp + record + Reserved + + + 5087 + tcp + biotic + BIOTIC - Binary Internet of Things Interoperable Communication + + + 5087 + udp + record + Reserved + + + 5090 + sctp + car + Candidate AR + + + 5091 + sctp + cxtp + Context Transfer Protocol + + + 5092 + tcp + record + Reserved + + + 5092 + udp + magpie + Magpie Binary + + + 5093 + tcp + sentinel-lm + Sentinel LM + + + 5093 + udp + sentinel-lm + Sentinel LM + + + 5094 + tcp + hart-ip + HART-IP + + + 5094 + udp + hart-ip + HART-IP + + + 5099 + tcp + sentlm-srv2srv + SentLM Srv2Srv + + + 5099 + udp + sentlm-srv2srv + SentLM Srv2Srv + + + 5100 + tcp + socalia + Socalia service mux + + + 5100 + udp + socalia + Socalia service mux + + + 5101 + tcp + talarian-tcp + Talarian_TCP + + + 5101 + udp + talarian-udp + Talarian_UDP + + + 5102 + tcp + oms-nonsecure + Oracle OMS non-secure + + + 5102 + udp + oms-nonsecure + Oracle OMS non-secure + + + 5103 + tcp + actifio-c2c + Actifio C2C + + + 5103 + udp + record + Reserved + + + 5104 + tcp + record + Reserved + + + 5104 + udp + tinymessage + TinyMessage + + + 5105 + tcp + record + Reserved + + + 5105 + udp + hughes-ap + Hughes Association Protocol + + + 5106 + tcp + actifioudsagent + Actifio UDS Agent + + + 5106 + udp + record + Reserved + + + 5107 + tcp + actifioreplic + Disk to Disk replication between Actifio Clusters + + + 5107 + udp + record + Reserved + + + 5111 + tcp + taep-as-svc + TAEP AS service + + + 5111 + udp + taep-as-svc + TAEP AS service + + + 5112 + tcp + pm-cmdsvr + PeerMe Msg Cmd Service + + + 5112 + udp + pm-cmdsvr + PeerMe Msg Cmd Service + + + 5114 + tcp + ev-services + Enterprise Vault Services + + + 5114 + udp + record + Reserved + + + 5115 + tcp + autobuild + Symantec Autobuild Service + + + 5115 + udp + record + Reserved + + + 5116 + tcp + record + Reserved + + + 5116 + udp + emb-proj-cmd + EPSON Projecter Image Transfer + + + 5117 + tcp + gradecam + GradeCam Image Processing + + + 5117 + udp + record + Reserved + + + 5120 + tcp + barracuda-bbs + Barracuda Backup Protocol + + + 5120 + udp + barracuda-bbs + Barracuda Backup Protocol + + + 5133 + tcp + nbt-pc + Policy Commander + + + 5133 + udp + nbt-pc + Policy Commander + + + 5134 + tcp + ppactivation + PP ActivationServer + + + 5134 + udp + record + Reserved + + + 5135 + tcp + erp-scale + ERP-Scale + + + 5135 + udp + record + Reserved + + + 5136 + tcp + record + Reserved + + + 5136 + udp + minotaur-sa + Minotaur SA + + + 5137 + tcp + ctsd + MyCTS server port + + + 5137 + udp + ctsd + MyCTS server port + + + 5145 + tcp + rmonitor-secure + System.Xml.XmlElement + + + 5145 + tcp + rmonitor_secure + RMONITOR SECURE + + + 5145 + udp + rmonitor-secure + System.Xml.XmlElement + + + 5145 + udp + rmonitor_secure + RMONITOR SECURE + + + 5146 + tcp + social-alarm + Social Alarm Service + + + 5146 + udp + record + Reserved + + + 5150 + tcp + atmp + Ascend Tunnel Management Protocol + + + 5150 + udp + atmp + Ascend Tunnel Management Protocol + + + 5151 + tcp + esri-sde + System.Xml.XmlElement + + + 5151 + tcp + esri_sde + ESRI SDE Instance + + + 5151 + udp + esri-sde + System.Xml.XmlElement + + + 5151 + udp + esri_sde + ESRI SDE Remote Start + + + 5152 + tcp + sde-discovery + ESRI SDE Instance Discovery + + + 5152 + udp + sde-discovery + ESRI SDE Instance Discovery + + + 5153 + tcp + record + Reserved + + + 5153 + udp + record + Reserved + + + 5154 + tcp + bzflag + BZFlag game server + + + 5154 + udp + bzflag + BZFlag game server + + + 5155 + tcp + asctrl-agent + Oracle asControl Agent + + + 5155 + udp + asctrl-agent + Oracle asControl Agent + + + 5156 + tcp + rugameonline + Russian Online Game + + + 5156 + udp + record + Reserved + + + 5157 + tcp + mediat + Mediat Remote Object Exchange + + + 5157 + udp + record + Reserved + + + 5161 + tcp + snmpssh + SNMP over SSH Transport Model + + + 5161 + udp + record + Reserved + + + 5162 + tcp + snmpssh-trap + SNMP Notification over SSH Transport Model + + + 5162 + udp + record + Reserved + + + 5163 + tcp + sbackup + Shadow Backup + + + 5163 + udp + record + Reserved + + + 5164 + tcp + vpa + Virtual Protocol Adapter + + + 5164 + udp + vpa-disc + Virtual Protocol Adapter Discovery + + + 5165 + tcp + ife-icorp + System.Xml.XmlElement + + + 5165 + tcp + ife_icorp + ife_1corp + + + 5165 + udp + ife-icorp + System.Xml.XmlElement + + + 5165 + udp + ife_icorp + ife_1corp + + + 5166 + tcp + winpcs + WinPCS Service Connection + + + 5166 + udp + winpcs + WinPCS Service Connection + + + 5167 + tcp + scte104 + SCTE104 Connection + + + 5167 + udp + scte104 + SCTE104 Connection + + + 5168 + tcp + scte30 + SCTE30 Connection + + + 5168 + udp + scte30 + SCTE30 Connection + + + 5172 + tcp + pcoip-mgmt + PC over IP Endpoint Management + + + 5172 + udp + record + Reserved + + + 5190 + tcp + aol + America-Online + + + 5190 + udp + aol + America-Online + + + 5191 + tcp + aol-1 + AmericaOnline1 + + + 5191 + udp + aol-1 + AmericaOnline1 + + + 5192 + tcp + aol-2 + AmericaOnline2 + + + 5192 + udp + aol-2 + AmericaOnline2 + + + 5193 + tcp + aol-3 + AmericaOnline3 + + + 5193 + udp + aol-3 + AmericaOnline3 + + + 5194 + tcp + cpscomm + CipherPoint Config Service + + + 5194 + udp + record + Reserved + + + 5195 + tcp + ampl-lic + The protocol is used by a license server and client programs to control use of program licenses + that float to networked machines + + + + 5195 + udp + record + Reserved + + + 5196 + tcp + ampl-tableproxy + The protocol is used by two programs that exchange "table" data used in the AMPL modeling + language + + + + 5196 + udp + record + Reserved + + + 5197 + tcp + tunstall-lwp + Tunstall Lone worker device interface + + + 5197 + udp + record + Reserved + + + 5200 + tcp + targus-getdata + TARGUS GetData + + + 5200 + udp + targus-getdata + TARGUS GetData + + + 5201 + tcp + targus-getdata1 + TARGUS GetData 1 + + + 5201 + udp + targus-getdata1 + TARGUS GetData 1 + + + 5202 + tcp + targus-getdata2 + TARGUS GetData 2 + + + 5202 + udp + targus-getdata2 + TARGUS GetData 2 + + + 5203 + tcp + targus-getdata3 + TARGUS GetData 3 + + + 5203 + udp + targus-getdata3 + TARGUS GetData 3 + + + 5209 + tcp + nomad + Nomad Device Video Transfer + + + 5209 + udp + record + Reserved + + + 5215 + tcp + noteza + NOTEZA Data Safety Service + + + 5215 + udp + record + Reserved + + + 5215 + sctp + noteza + NOTEZA Data Safety Service + + + 5221 + tcp + 3exmp + 3eTI Extensible Management Protocol for OAMP + + + 5221 + udp + record + Reserved + + + 5222 + tcp + xmpp-client + XMPP Client Connection + + + 5222 + udp + record + Reserved + + + 5223 + tcp + hpvirtgrp + HP Virtual Machine Group Management + + + 5223 + udp + hpvirtgrp + HP Virtual Machine Group Management + + + 5224 + tcp + hpvirtctrl + HP Virtual Machine Console Operations + + + 5224 + udp + hpvirtctrl + HP Virtual Machine Console Operations + + + 5225 + tcp + hp-server + HP Server + + + 5225 + udp + hp-server + HP Server + + + 5226 + tcp + hp-status + HP Status + + + 5226 + udp + hp-status + HP Status + + + 5227 + tcp + perfd + HP System Performance Metric Service + + + 5227 + udp + perfd + HP System Performance Metric Service + + + 5228 + tcp + hpvroom + HP Virtual Room Service + + + 5228 + udp + record + Reserved + + + 5229 + tcp + jaxflow + Netflow/IPFIX/sFlow Collector and Forwarder Management + + + 5229 + udp + record + Reserved + + + 5230 + tcp + jaxflow-data + JaxMP RealFlow application and protocol data + + + 5230 + udp + record + Reserved + + + 5231 + tcp + crusecontrol + Remote Control of Scan Software for Cruse Scanners + + + 5231 + udp + record + Reserved + + + 5232 + tcp + csedaemon + Cruse Scanning System Service + + + 5232 + udp + record + Reserved + + + 5233 + tcp + enfs + Etinnae Network File Service + + + 5233 + udp + record + Reserved + + + 5234 + tcp + eenet + EEnet communications + + + 5234 + udp + eenet + EEnet communications + + + 5235 + tcp + galaxy-network + Galaxy Network Service + + + 5235 + udp + galaxy-network + Galaxy Network Service + + + 5236 + tcp + padl2sim + + + + + 5236 + udp + padl2sim + + + + + 5237 + tcp + mnet-discovery + m-net discovery + + + 5237 + udp + mnet-discovery + m-net discovery + + + 5242 + tcp + attune + ATTUne API + + + 5242 + udp + record + Reserved + + + 5243 + tcp + xycstatus + xyClient Status API and rendevous point + + + 5243 + udp + record + Reserved + + + 5245 + tcp + downtools + DownTools Control Protocol + + + 5245 + udp + downtools-disc + DownTools Discovery Protocol + + + 5246 + tcp + record + Reserved + + + 5246 + udp + capwap-control + CAPWAP Control Protocol + + + 5247 + tcp + record + Reserved + + + 5247 + udp + capwap-data + CAPWAP Data Protocol + + + 5248 + tcp + caacws + CA Access Control Web Service + + + 5248 + udp + caacws + CA Access Control Web Service + + + 5249 + tcp + caaclang2 + CA AC Lang Service + + + 5249 + udp + caaclang2 + CA AC Lang Service + + + 5250 + tcp + soagateway + soaGateway + + + 5250 + udp + soagateway + soaGateway + + + 5251 + tcp + caevms + CA eTrust VM Service + + + 5251 + udp + caevms + CA eTrust VM Service + + + 5252 + tcp + movaz-ssc + Movaz SSC + + + 5252 + udp + movaz-ssc + Movaz SSC + + + 5253 + tcp + kpdp + Kohler Power Device Protocol + + + 5253 + udp + record + Reserved + + + 5254 + tcp + logcabin + LogCabin storage service + + + 5254 + udp + record + Reserved + + + 5264 + tcp + 3com-njack-1 + 3Com Network Jack Port 1 + + + 5264 + udp + 3com-njack-1 + 3Com Network Jack Port 1 + + + 5265 + tcp + 3com-njack-2 + 3Com Network Jack Port 2 + + + 5265 + udp + 3com-njack-2 + 3Com Network Jack Port 2 + + + 5269 + tcp + xmpp-server + XMPP Server Connection + + + 5269 + udp + record + Reserved + + + 5270 + tcp + cartographerxmp + Cartographer XMP + + + 5270 + udp + cartographerxmp + Cartographer XMP + + + 5271 + tcp + cuelink + StageSoft CueLink messaging + + + 5271 + udp + cuelink-disc + StageSoft CueLink discovery + + + 5272 + tcp + pk + PK + + + 5272 + udp + pk + PK + + + 5280 + tcp + xmpp-bosh + Bidirectional-streams Over Synchronous HTTP (BOSH) + + + 5280 + udp + record + Reserved + + + 5281 + tcp + undo-lm + Undo License Manager + + + 5281 + udp + record + Reserved + + + 5282 + tcp + transmit-port + Marimba Transmitter Port + + + 5282 + udp + transmit-port + Marimba Transmitter Port + + + 5298 + tcp + presence + XMPP Link-Local Messaging + + + 5298 + udp + presence + XMPP Link-Local Messaging + + + 5299 + tcp + nlg-data + NLG Data Service + + + 5299 + udp + nlg-data + NLG Data Service + + + 5300 + tcp + hacl-hb + HA cluster heartbeat + + + 5300 + udp + hacl-hb + HA cluster heartbeat + + + 5301 + tcp + hacl-gs + HA cluster general services + + + 5301 + udp + hacl-gs + HA cluster general services + + + 5302 + tcp + hacl-cfg + HA cluster configuration + + + 5302 + udp + hacl-cfg + HA cluster configuration + + + 5303 + tcp + hacl-probe + HA cluster probing + + + 5303 + udp + hacl-probe + HA cluster probing + + + 5304 + tcp + hacl-local + HA Cluster Commands + + + 5304 + udp + hacl-local + HA Cluster Commands + + + 5305 + tcp + hacl-test + HA Cluster Test + + + 5305 + udp + hacl-test + HA Cluster Test + + + 5306 + tcp + sun-mc-grp + Sun MC Group + + + 5306 + udp + sun-mc-grp + Sun MC Group + + + 5307 + tcp + sco-aip + SCO AIP + + + 5307 + udp + sco-aip + SCO AIP + + + 5308 + tcp + cfengine + CFengine + + + 5308 + udp + cfengine + CFengine + + + 5309 + tcp + jprinter + J Printer + + + 5309 + udp + jprinter + J Printer + + + 5310 + tcp + outlaws + Outlaws + + + 5310 + udp + outlaws + Outlaws + + + 5312 + tcp + permabit-cs + Permabit Client-Server + + + 5312 + udp + permabit-cs + Permabit Client-Server + + + 5313 + tcp + rrdp + Real-time & Reliable Data + + + 5313 + udp + rrdp + Real-time & Reliable Data + + + 5314 + tcp + opalis-rbt-ipc + opalis-rbt-ipc + + + 5314 + udp + opalis-rbt-ipc + opalis-rbt-ipc + + + 5315 + tcp + hacl-poll + HA Cluster UDP Polling + + + 5315 + udp + hacl-poll + HA Cluster UDP Polling + + + 5316 + tcp + hpbladems + HPBladeSystem Monitor Service + + + 5316 + udp + record + Unassigned + + + 5317 + tcp + hpdevms + HP Device Monitor Service + + + 5317 + udp + record + Reserved + + + 5318 + tcp + pkix-cmc + PKIX Certificate Management using CMS (CMC) + + + 5318 + udp + record + Reserved + + + 5320 + tcp + bsfserver-zn + Webservices-based Zn interface of BSF + + + 5320 + udp + record + Reserved + + + 5321 + tcp + bsfsvr-zn-ssl + Webservices-based Zn interface of BSF over SSL + + + 5321 + udp + record + Reserved + + + 5343 + tcp + kfserver + Sculptor Database Server + + + 5343 + udp + kfserver + Sculptor Database Server + + + 5344 + tcp + xkotodrcp + xkoto DRCP + + + 5344 + udp + xkotodrcp + xkoto DRCP + + + 5349 + tcp + stuns + Session Traversal Utilities for NAT (STUN) port + + + 5349 + udp + stuns + STUN over DTLS + + + 5349 + tcp + turns + TURN over TLS + + + 5349 + udp + turns + TURN over DTLS + + + 5349 + tcp + stun-behaviors + STUN Behavior Discovery over TLS + + + 5349 + udp + stun-behaviors + Reserved for a future enhancement of STUN-BEHAVIOR + + + 5350 + tcp + record + Reserved + + + 5350 + udp + pcp-multicast + Port Control Protocol Multicast + + + 5351 + tcp + record + Reserved + + + 5351 + udp + pcp + Port Control Protocol + + + 5352 + tcp + dns-llq + DNS Long-Lived Queries + + + 5352 + udp + dns-llq + DNS Long-Lived Queries + + + 5353 + tcp + mdns + Multicast DNS + + + 5353 + udp + mdns + Multicast DNS + + + 5354 + tcp + mdnsresponder + Multicast DNS Responder IPC + + + 5354 + udp + mdnsresponder + Multicast DNS Responder IPC + + + 5355 + tcp + llmnr + LLMNR + + + 5355 + udp + llmnr + LLMNR + + + 5356 + tcp + ms-smlbiz + Microsoft Small Business + + + 5356 + udp + ms-smlbiz + Microsoft Small Business + + + 5357 + tcp + wsdapi + Web Services for Devices + + + 5357 + udp + wsdapi + Web Services for Devices + + + 5358 + tcp + wsdapi-s + WS for Devices Secured + + + 5358 + udp + wsdapi-s + WS for Devices Secured + + + 5359 + tcp + ms-alerter + Microsoft Alerter + + + 5359 + udp + ms-alerter + Microsoft Alerter + + + 5360 + tcp + ms-sideshow + Protocol for Windows SideShow + + + 5360 + udp + ms-sideshow + Protocol for Windows SideShow + + + 5361 + tcp + ms-s-sideshow + Secure Protocol for Windows SideShow + + + 5361 + udp + ms-s-sideshow + Secure Protocol for Windows SideShow + + + 5362 + tcp + serverwsd2 + Microsoft Windows Server WSD2 Service + + + 5362 + udp + serverwsd2 + Microsoft Windows Server WSD2 Service + + + 5363 + tcp + net-projection + Windows Network Projection + + + 5363 + udp + net-projection + Windows Network Projection + + + 5364 + udp + kdnet + Microsoft Kernel Debugger + + + 5364 + tcp + record + Reserved + + + 5397 + tcp + stresstester + StressTester(tm) Injector + + + 5397 + udp + stresstester + StressTester(tm) Injector + + + 5398 + tcp + elektron-admin + Elektron Administration + + + 5398 + udp + elektron-admin + Elektron Administration + + + 5399 + tcp + securitychase + SecurityChase + + + 5399 + udp + securitychase + SecurityChase + + + 5400 + tcp + excerpt + Excerpt Search + + + 5400 + udp + excerpt + Excerpt Search + + + 5401 + tcp + excerpts + Excerpt Search Secure + + + 5401 + udp + excerpts + Excerpt Search Secure + + + 5402 + tcp + mftp + OmniCast MFTP + + + 5402 + udp + mftp + OmniCast MFTP + + + 5403 + tcp + hpoms-ci-lstn + HPOMS-CI-LSTN + + + 5403 + udp + hpoms-ci-lstn + HPOMS-CI-LSTN + + + 5404 + tcp + hpoms-dps-lstn + HPOMS-DPS-LSTN + + + 5404 + udp + hpoms-dps-lstn + HPOMS-DPS-LSTN + + + 5405 + tcp + netsupport + NetSupport + + + 5405 + udp + netsupport + NetSupport + + + 5406 + tcp + systemics-sox + Systemics Sox + + + 5406 + udp + systemics-sox + Systemics Sox + + + 5407 + tcp + foresyte-clear + Foresyte-Clear + + + 5407 + udp + foresyte-clear + Foresyte-Clear + + + 5408 + tcp + foresyte-sec + Foresyte-Sec + + + 5408 + udp + foresyte-sec + Foresyte-Sec + + + 5409 + tcp + salient-dtasrv + Salient Data Server + + + 5409 + udp + salient-dtasrv + Salient Data Server + + + 5410 + tcp + salient-usrmgr + Salient User Manager + + + 5410 + udp + salient-usrmgr + Salient User Manager + + + 5411 + tcp + actnet + ActNet + + + 5411 + udp + actnet + ActNet + + + 5412 + tcp + continuus + Continuus + + + 5412 + udp + continuus + Continuus + + + 5413 + tcp + wwiotalk + WWIOTALK + + + 5413 + udp + wwiotalk + WWIOTALK + + + 5414 + tcp + statusd + StatusD + + + 5414 + udp + statusd + StatusD + + + 5415 + tcp + ns-server + NS Server + + + 5415 + udp + ns-server + NS Server + + + 5416 + tcp + sns-gateway + SNS Gateway + + + 5416 + udp + sns-gateway + SNS Gateway + + + 5417 + tcp + sns-agent + SNS Agent + + + 5417 + udp + sns-agent + SNS Agent + + + 5418 + tcp + mcntp + MCNTP + + + 5418 + udp + mcntp + MCNTP + + + 5419 + tcp + dj-ice + DJ-ICE + + + 5419 + udp + dj-ice + DJ-ICE + + + 5420 + tcp + cylink-c + Cylink-C + + + 5420 + udp + cylink-c + Cylink-C + + + 5421 + tcp + netsupport2 + Net Support 2 + + + 5421 + udp + netsupport2 + Net Support 2 + + + 5422 + tcp + salient-mux + Salient MUX + + + 5422 + udp + salient-mux + Salient MUX + + + 5423 + tcp + virtualuser + VIRTUALUSER + + + 5423 + udp + virtualuser + VIRTUALUSER + + + 5424 + tcp + beyond-remote + Beyond Remote + + + 5424 + udp + beyond-remote + Beyond Remote + + + 5425 + tcp + br-channel + Beyond Remote Command Channel + + + 5425 + udp + br-channel + Beyond Remote Command Channel + + + 5426 + tcp + devbasic + DEVBASIC + + + 5426 + udp + devbasic + DEVBASIC + + + 5427 + tcp + sco-peer-tta + SCO-PEER-TTA + + + 5427 + udp + sco-peer-tta + SCO-PEER-TTA + + + 5428 + tcp + telaconsole + TELACONSOLE + + + 5428 + udp + telaconsole + TELACONSOLE + + + 5429 + tcp + base + Billing and Accounting System Exchange + + + 5429 + udp + base + Billing and Accounting System Exchange + + + 5430 + tcp + radec-corp + RADEC CORP + + + 5430 + udp + radec-corp + RADEC CORP + + + 5431 + tcp + park-agent + PARK AGENT + + + 5431 + udp + park-agent + PARK AGENT + + + 5432 + tcp + postgresql + PostgreSQL Database + + + 5432 + udp + postgresql + PostgreSQL Database + + + 5433 + tcp + pyrrho + Pyrrho DBMS + + + 5433 + udp + pyrrho + Pyrrho DBMS + + + 5434 + tcp + sgi-arrayd + SGI Array Services Daemon + + + 5434 + udp + sgi-arrayd + SGI Array Services Daemon + + + 5435 + tcp + sceanics + SCEANICS situation and action notification + + + 5435 + udp + sceanics + SCEANICS situation and action notification + + + 5436 + tcp + record + Reserved + + + 5436 + udp + pmip6-cntl + pmip6-cntl + + + 5437 + tcp + record + Reserved + + + 5437 + udp + pmip6-data + pmip6-data + + + 5443 + tcp + spss + Pearson HTTPS + + + 5443 + udp + spss + Pearson HTTPS + + + 5445 + tcp + smbdirect + Server Message Block over Remote Direct Memory Access + + + 5445 + udp + record + Reserved + + + 5445 + sctp + smbdirect + Server Message Block over Remote Direct Memory Access + + + 5450 + tcp + tiepie + TiePie engineering data acquisition + + + 5450 + udp + tiepie-disc + TiePie engineering data acquisition (discovery) + + + 5453 + tcp + surebox + SureBox + + + 5453 + udp + surebox + SureBox + + + 5454 + tcp + apc-5454 + APC 5454 + + + 5454 + udp + apc-5454 + APC 5454 + + + 5455 + tcp + apc-5455 + APC 5455 + + + 5455 + udp + apc-5455 + APC 5455 + + + 5456 + tcp + apc-5456 + APC 5456 + + + 5456 + udp + apc-5456 + APC 5456 + + + 5461 + tcp + silkmeter + SILKMETER + + + 5461 + udp + silkmeter + SILKMETER + + + 5462 + tcp + ttl-publisher + TTL Publisher + + + 5462 + udp + ttl-publisher + TTL Publisher + + + 5463 + tcp + ttlpriceproxy + TTL Price Proxy + + + 5463 + udp + ttlpriceproxy + TTL Price Proxy + + + 5464 + tcp + quailnet + Quail Networks Object Broker + + + 5464 + udp + quailnet + Quail Networks Object Broker + + + 5465 + tcp + netops-broker + NETOPS-BROKER + + + 5465 + udp + netops-broker + NETOPS-BROKER + + + 5470 + tcp + apsolab-col + The Apsolab company's data collection protocol (native api) + + + 5470 + udp + record + Reserved + + + 5471 + tcp + apsolab-cols + The Apsolab company's secure data collection protocol (native api) + + + 5471 + udp + record + Reserved + + + 5472 + tcp + apsolab-tag + The Apsolab company's dynamic tag protocol + + + 5472 + udp + record + Reserved + + + 5473 + tcp + apsolab-tags + The Apsolab company's secure dynamic tag protocol + + + 5473 + udp + record + Reserved + + + 5474 + udp + apsolab-rpc + The Apsolab company's status query protocol + + + 5474 + tcp + record + Reserved + + + 5475 + tcp + apsolab-data + The Apsolab company's data retrieval protocol + + + 5475 + udp + record + Reserved + + + 5500 + tcp + fcp-addr-srvr1 + fcp-addr-srvr1 + + + 5500 + udp + fcp-addr-srvr1 + fcp-addr-srvr1 + + + 5501 + tcp + fcp-addr-srvr2 + fcp-addr-srvr2 + + + 5501 + udp + fcp-addr-srvr2 + fcp-addr-srvr2 + + + 5502 + tcp + fcp-srvr-inst1 + fcp-srvr-inst1 + + + 5502 + udp + fcp-srvr-inst1 + fcp-srvr-inst1 + + + 5503 + tcp + fcp-srvr-inst2 + fcp-srvr-inst2 + + + 5503 + udp + fcp-srvr-inst2 + fcp-srvr-inst2 + + + 5504 + tcp + fcp-cics-gw1 + fcp-cics-gw1 + + + 5504 + udp + fcp-cics-gw1 + fcp-cics-gw1 + + + 5505 + tcp + checkoutdb + Checkout Database + + + 5505 + udp + checkoutdb + Checkout Database + + + 5506 + tcp + amc + Amcom Mobile Connect + + + 5506 + udp + amc + Amcom Mobile Connect + + + 5507 + tcp + psl-management + PowerSysLab Electrical Management + + + 5507 + udp + record + Reserved + + + 5540 + tcp + matter + Matter Operational Discovery and Communi + + + 5540 + udp + matter + Matter Operational Discovery and Communi + + + 5543 + tcp + qftest-licserve + QF-Test License Server + + + 5543 + udp + record + Reserved + + + 5550 + tcp + cbus + Model Railway control using the CBUS message protocol + + + 5550 + udp + record + Reserved + + + 5553 + tcp + sgi-eventmond + SGI Eventmond Port + + + 5553 + udp + sgi-eventmond + SGI Eventmond Port + + + 5554 + tcp + sgi-esphttp + SGI ESP HTTP + + + 5554 + udp + sgi-esphttp + SGI ESP HTTP + + + 5555 + tcp + personal-agent + Personal Agent + + + 5555 + udp + personal-agent + Personal Agent + + + 5556 + tcp + freeciv + Freeciv gameplay + + + 5556 + udp + freeciv + Freeciv gameplay + + + 5557 + tcp + farenet + Sandlab FARENET + + + 5557 + udp + record + Reserved + + + 5565 + tcp + dp-bura + Data Protector BURA + + + 5565 + udp + record + Reserved + + + 5566 + tcp + westec-connect + Westec Connect + + + 5566 + udp + record + Reserved + + + 5567 + tcp + dof-dps-mc-sec + DOF Protocol Stack Multicast/Secure Transport + + + 5567 + udp + dof-dps-mc-sec + DOF Protocol Stack Multicast/Secure Transport + + + 5568 + tcp + sdt + Session Data Transport Multicast + + + 5568 + udp + sdt + Session Data Transport Multicast + + + 5569 + tcp + rdmnet-ctrl + PLASA E1.33, Remote Device Management (RDM) controller status notifications + + + 5569 + udp + rdmnet-device + PLASA E1.33, Remote Device Management (RDM) messages + + + 5573 + tcp + sdmmp + SAS Domain Management Messaging Protocol + + + 5573 + udp + sdmmp + SAS Domain Management Messaging Protocol + + + 5574 + tcp + lsi-bobcat + SAS IO Forwarding + + + 5574 + udp + record + Reserved + + + 5575 + tcp + ora-oap + Oracle Access Protocol + + + 5575 + udp + record + Reserved + + + 5579 + tcp + fdtracks + FleetDisplay Tracking Service + + + 5579 + udp + record + Reserved + + + 5580 + tcp + tmosms0 + T-Mobile SMS Protocol Message 0 + + + 5580 + udp + tmosms0 + T-Mobile SMS Protocol Message 0 + + + 5581 + tcp + tmosms1 + T-Mobile SMS Protocol Message 1 + + + 5581 + udp + tmosms1 + T-Mobile SMS Protocol Message 1 + + + 5582 + tcp + fac-restore + T-Mobile SMS Protocol Message 3 + + + 5582 + udp + fac-restore + T-Mobile SMS Protocol Message 3 + + + 5583 + tcp + tmo-icon-sync + T-Mobile SMS Protocol Message 2 + + + 5583 + udp + tmo-icon-sync + T-Mobile SMS Protocol Message 2 + + + 5584 + tcp + bis-web + BeInSync-Web + + + 5584 + udp + bis-web + BeInSync-Web + + + 5585 + tcp + bis-sync + BeInSync-sync + + + 5585 + udp + bis-sync + BeInSync-sync + + + 5586 + tcp + att-mt-sms + Planning to send mobile terminated SMS to the specific port so that the SMS is not visible to the + client + + + + 5586 + udp + record + Reserved + + + 5597 + tcp + ininmessaging + inin secure messaging + + + 5597 + udp + ininmessaging + inin secure messaging + + + 5598 + tcp + mctfeed + MCT Market Data Feed + + + 5598 + udp + mctfeed + MCT Market Data Feed + + + 5599 + tcp + esinstall + Enterprise Security Remote Install + + + 5599 + udp + esinstall + Enterprise Security Remote Install + + + 5600 + tcp + esmmanager + Enterprise Security Manager + + + 5600 + udp + esmmanager + Enterprise Security Manager + + + 5601 + tcp + esmagent + Enterprise Security Agent + + + 5601 + udp + esmagent + Enterprise Security Agent + + + 5602 + tcp + a1-msc + A1-MSC + + + 5602 + udp + a1-msc + A1-MSC + + + 5603 + tcp + a1-bs + A1-BS + + + 5603 + udp + a1-bs + A1-BS + + + 5604 + tcp + a3-sdunode + A3-SDUNode + + + 5604 + udp + a3-sdunode + A3-SDUNode + + + 5605 + tcp + a4-sdunode + A4-SDUNode + + + 5605 + udp + a4-sdunode + A4-SDUNode + + + 5618 + tcp + efr + Fiscal Registering Protocol + + + 5618 + udp + record + Reserved + + + 5627 + tcp + ninaf + Node Initiated Network Association Forma + + + 5627 + udp + ninaf + Node Initiated Network Association Forma + + + 5628 + tcp + htrust + HTrust API + + + 5628 + udp + htrust + HTrust API + + + 5629 + tcp + symantec-sfdb + Symantec Storage Foundation for Database + + + 5629 + udp + symantec-sfdb + Symantec Storage Foundation for Database + + + 5630 + tcp + precise-comm + PreciseCommunication + + + 5630 + udp + precise-comm + PreciseCommunication + + + 5631 + tcp + pcanywheredata + pcANYWHEREdata + + + 5631 + udp + pcanywheredata + pcANYWHEREdata + + + 5632 + tcp + pcanywherestat + pcANYWHEREstat + + + 5632 + udp + pcanywherestat + pcANYWHEREstat + + + 5633 + tcp + beorl + BE Operations Request Listener + + + 5633 + udp + beorl + BE Operations Request Listener + + + 5634 + tcp + xprtld + SF Message Service + + + 5634 + udp + xprtld + SF Message Service + + + 5635 + tcp + sfmsso + SFM Authentication Subsystem + + + 5635 + udp + record + Reserved + + + 5636 + tcp + sfm-db-server + SFMdb - SFM DB server + + + 5636 + udp + record + Reserved + + + 5637 + tcp + cssc + Symantec CSSC + + + 5637 + udp + record + Reserved + + + 5638 + tcp + flcrs + Symantec Fingerprint Lookup and Container Reference Service + + + 5638 + udp + record + Reserved + + + 5639 + tcp + ics + Symantec Integrity Checking Service + + + 5639 + udp + record + Reserved + + + 5646 + tcp + vfmobile + Ventureforth Mobile + + + 5646 + udp + record + Reserved + + + 5666 + tcp + nrpe + Nagios Remote Plugin Executor + + + 5666 + udp + record + Reserved + + + 5670 + tcp + filemq + ZeroMQ file publish-subscribe protocol + + + 5670 + udp + zre-disc + Local area discovery and messaging over ZeroMQ + + + 5671 + tcp + amqps + amqp protocol over TLS/SSL + + + 5671 + udp + amqps + amqp protocol over TLS/SSL + + + 5672 + tcp + amqp + AMQP + + + 5672 + udp + amqp + AMQP + + + 5672 + sctp + amqp + AMQP + + + 5673 + tcp + jms + JACL Message Server + + + 5673 + udp + jms + JACL Message Server + + + 5674 + tcp + hyperscsi-port + HyperSCSI Port + + + 5674 + udp + hyperscsi-port + HyperSCSI Port + + + 5675 + tcp + v5ua + V5UA application port + + + 5675 + udp + v5ua + V5UA application port + + + 5675 + sctp + v5ua + V5UA application port + + + 5676 + tcp + raadmin + RA Administration + + + 5676 + udp + raadmin + RA Administration + + + 5677 + tcp + questdb2-lnchr + Quest Central DB2 Launchr + + + 5677 + udp + questdb2-lnchr + Quest Central DB2 Launchr + + + 5678 + tcp + rrac + Remote Replication Agent Connection + + + 5678 + udp + rrac + Remote Replication Agent Connection + + + 5679 + tcp + dccm + Direct Cable Connect Manager + + + 5679 + udp + dccm + Direct Cable Connect Manager + + + 5680 + tcp + auriga-router + Auriga Router Service + + + 5680 + udp + auriga-router + Auriga Router Service + + + 5681 + tcp + ncxcp + Net-coneX Control Protocol + + + 5681 + udp + ncxcp + Net-coneX Control Protocol + + + 5682 + tcp + record + Reserved + + + 5682 + udp + brightcore + BrightCore control & data transfer exchange + + + 5683 + tcp + coap + Constrained Application Protocol (CoAP) + + + 5683 + udp + coap + Constrained Application Protocol + + + 5684 + tcp + coaps + Constrained Application Protocol (CoAP) + + + 5684 + udp + coaps + DTLS-secured CoAP + + + 5687 + udp + gog-multiplayer + GOG multiplayer game protocol + + + 5687 + tcp + record + Reserved + + + 5688 + tcp + ggz + GGZ Gaming Zone + + + 5688 + udp + ggz + GGZ Gaming Zone + + + 5689 + tcp + qmvideo + QM video network management protocol + + + 5689 + udp + qmvideo + QM video network management protocol + + + 5693 + tcp + rbsystem + Robert Bosch Data Transfer + + + 5693 + udp + record + Reserved + + + 5696 + tcp + kmip + Key Management Interoperability Protocol + + + 5696 + udp + record + Reserved + + + 5700 + tcp + supportassist + Dell SupportAssist data center management + + + 5700 + udp + record + Reserved + + + 5705 + tcp + storageos + StorageOS REST API + + + 5705 + udp + record + Reserved + + + 5713 + tcp + proshareaudio + proshare conf audio + + + 5713 + udp + proshareaudio + proshare conf audio + + + 5714 + tcp + prosharevideo + proshare conf video + + + 5714 + udp + prosharevideo + proshare conf video + + + 5715 + tcp + prosharedata + proshare conf data + + + 5715 + udp + prosharedata + proshare conf data + + + 5716 + tcp + prosharerequest + proshare conf request + + + 5716 + udp + prosharerequest + proshare conf request + + + 5717 + tcp + prosharenotify + proshare conf notify + + + 5717 + udp + prosharenotify + proshare conf notify + + + 5718 + tcp + dpm + DPM Communication Server + + + 5718 + udp + dpm + DPM Communication Server + + + 5719 + tcp + dpm-agent + DPM Agent Coordinator + + + 5719 + udp + dpm-agent + DPM Agent Coordinator + + + 5720 + tcp + ms-licensing + MS-Licensing + + + 5720 + udp + ms-licensing + MS-Licensing + + + 5721 + tcp + dtpt + Desktop Passthru Service + + + 5721 + udp + dtpt + Desktop Passthru Service + + + 5722 + tcp + msdfsr + Microsoft DFS Replication Service + + + 5722 + udp + msdfsr + Microsoft DFS Replication Service + + + 5723 + tcp + omhs + Operations Manager - Health Service + + + 5723 + udp + omhs + Operations Manager - Health Service + + + 5724 + tcp + omsdk + Operations Manager - SDK Service + + + 5724 + udp + omsdk + Operations Manager - SDK Service + + + 5725 + tcp + ms-ilm + Microsoft Identity Lifecycle Manager + + + 5725 + udp + record + Reserved + + + 5726 + tcp + ms-ilm-sts + Microsoft Lifecycle Manager Secure Token Service + + + 5726 + udp + record + Reserved + + + 5727 + tcp + asgenf + ASG Event Notification Framework + + + 5727 + udp + record + Reserved + + + 5728 + tcp + io-dist-data + Dist. I/O Comm. Service Data and Control + + + 5728 + udp + io-dist-group + Dist. I/O Comm. Service Group Membership + + + 5729 + tcp + openmail + Openmail User Agent Layer + + + 5729 + udp + openmail + Openmail User Agent Layer + + + 5730 + tcp + unieng + Steltor's calendar access + + + 5730 + udp + unieng + Steltor's calendar access + + + 5741 + tcp + ida-discover1 + IDA Discover Port 1 + + + 5741 + udp + ida-discover1 + IDA Discover Port 1 + + + 5742 + tcp + ida-discover2 + IDA Discover Port 2 + + + 5742 + udp + ida-discover2 + IDA Discover Port 2 + + + 5743 + tcp + watchdoc-pod + Watchdoc NetPOD Protocol + + + 5743 + udp + watchdoc-pod + Watchdoc NetPOD Protocol + + + 5744 + tcp + watchdoc + Watchdoc Server + + + 5744 + udp + watchdoc + Watchdoc Server + + + 5745 + tcp + fcopy-server + fcopy-server + + + 5745 + udp + fcopy-server + fcopy-server + + + 5746 + tcp + fcopys-server + fcopys-server + + + 5746 + udp + fcopys-server + fcopys-server + + + 5747 + tcp + tunatic + Wildbits Tunatic + + + 5747 + udp + tunatic + Wildbits Tunatic + + + 5748 + tcp + tunalyzer + Wildbits Tunalyzer + + + 5748 + udp + tunalyzer + Wildbits Tunalyzer + + + 5750 + tcp + rscd + Bladelogic Agent Service + + + 5750 + udp + rscd + Bladelogic Agent Service + + + 5755 + tcp + openmailg + OpenMail Desk Gateway server + + + 5755 + udp + openmailg + OpenMail Desk Gateway server + + + 5757 + tcp + x500ms + OpenMail X.500 Directory Server + + + 5757 + udp + x500ms + OpenMail X.500 Directory Server + + + 5766 + tcp + openmailns + OpenMail NewMail Server + + + 5766 + udp + openmailns + OpenMail NewMail Server + + + 5767 + tcp + s-openmail + OpenMail Suer Agent Layer (Secure) + + + 5767 + udp + s-openmail + OpenMail Suer Agent Layer (Secure) + + + 5768 + tcp + openmailpxy + OpenMail CMTS Server + + + 5768 + udp + openmailpxy + OpenMail CMTS Server + + + 5769 + tcp + spramsca + x509solutions Internal CA + + + 5769 + udp + spramsca + x509solutions Internal CA + + + 5770 + tcp + spramsd + x509solutions Secure Data + + + 5770 + udp + spramsd + x509solutions Secure Data + + + 5771 + tcp + netagent + NetAgent + + + 5771 + udp + netagent + NetAgent + + + 5777 + tcp + starfield-io + Control commands and responses + + + 5777 + udp + starfield-io + Control commands and responses + + + 5780 + tcp + vts-rpc + Visual Tag System RPC + + + 5780 + udp + record + Reserved + + + 5781 + tcp + 3par-evts + 3PAR Event Reporting Service + + + 5781 + udp + 3par-evts + 3PAR Event Reporting Service + + + 5782 + tcp + 3par-mgmt + 3PAR Management Service + + + 5782 + udp + 3par-mgmt + 3PAR Management Service + + + 5783 + tcp + 3par-mgmt-ssl + 3PAR Management Service with SSL + + + 5783 + udp + 3par-mgmt-ssl + 3PAR Management Service with SSL + + + 5784 + tcp + record + Reserved + + + 5784 + udp + ibar + Cisco Interbox Application Redundancy + + + 5785 + tcp + 3par-rcopy + 3PAR Inform Remote Copy + + + 5785 + udp + 3par-rcopy + 3PAR Inform Remote Copy + + + 5786 + tcp + record + Reserved + + + 5786 + udp + cisco-redu + redundancy notification + + + 5787 + tcp + record + Reserved + + + 5787 + udp + waascluster + Cisco WAAS Cluster Protocol + + + 5793 + tcp + xtreamx + XtreamX Supervised Peer message + + + 5793 + udp + xtreamx + XtreamX Supervised Peer message + + + 5794 + tcp + record + Reserved + + + 5794 + udp + spdp + Simple Peered Discovery Protocol + + + 5798 + tcp + enlabel-dpl + Proprietary Website deployment service + + + 5798 + udp + record + Reserved + + + 5813 + tcp + icmpd + ICMPD + + + 5813 + udp + icmpd + ICMPD + + + 5814 + tcp + spt-automation + Support Automation + + + 5814 + udp + spt-automation + Support Automation + + + 5820 + tcp + autopassdaemon + AutoPass licensing + + + 5820 + udp + record + Reserved + + + 5841 + tcp + shiprush-d-ch + Z-firm ShipRush interface for web access and bidirectional data + + + 5841 + udp + record + Reserved + + + 5842 + tcp + reversion + Reversion Backup/Restore + + + 5842 + udp + record + Reserved + + + 5859 + tcp + wherehoo + WHEREHOO + + + 5859 + udp + wherehoo + WHEREHOO + + + 5863 + tcp + ppsuitemsg + PlanetPress Suite Messeng + + + 5863 + udp + ppsuitemsg + PlanetPress Suite Messeng + + + 5868 + tcp + diameters + Diameter over TLS/TCP + + + 5868 + udp + record + Reserved + + + 5868 + sctp + diameters + Diameter over DTLS/SCTP + + + 5883 + tcp + jute + Javascript Unit Test Environment + + + 5900 + tcp + rfb + Remote Framebuffer + + + 5900 + udp + rfb + Remote Framebuffer + + + 5903 + tcp + ff-ice + Flight & Flow Info for Collaborative Env + + + 5903 + udp + ff-ice + Flight & Flow Info for Collaborative Env + + + 5903 + sctp + ff-ice + Flight & Flow Info for Collaborative Env + + + 5904 + tcp + ag-swim + Air-Ground SWIM + + + 5904 + udp + ag-swim + Air-Ground SWIM + + + 5904 + sctp + ag-swim + Air-Ground SWIM + + + 5905 + tcp + asmgcs + Adv Surface Mvmnt and Guidance Cont Sys + + + 5905 + udp + asmgcs + Adv Surface Mvmnt and Guidance Cont Sys + + + 5905 + sctp + asmgcs + Adv Surface Mvmnt and Guidance Cont Sys + + + 5906 + tcp + rpas-c2 + Remotely Piloted Vehicle C&C + + + 5906 + udp + rpas-c2 + Remotely Piloted Vehicle C&C + + + 5906 + sctp + rpas-c2 + Remotely Piloted Vehicle C&C + + + 5907 + tcp + dsd + Distress and Safety Data App + + + 5907 + udp + dsd + Distress and Safety Data App + + + 5907 + sctp + dsd + Distress and Safety Data App + + + 5908 + tcp + ipsma + IPS Management Application + + + 5908 + udp + ipsma + IPS Management Application + + + 5908 + sctp + ipsma + IPS Management Application + + + 5909 + tcp + agma + Air-ground media advisory + + + 5909 + udp + agma + Air-ground media advisory + + + 5909 + sctp + agma + Air-ground media advisory + + + 5910 + tcp + ats-atn + Air Traffic Services applications using ATN + + + 5910 + udp + ats-atn + Air Traffic Services applications using ATN + + + 5910 + sctp + cm + Context Management + + + 5911 + tcp + ats-acars + Air Traffic Services applications using ACARS + + + 5911 + udp + ats-acars + Air Traffic Services applications using ACARS + + + 5911 + sctp + cpdlc + Controller Pilot Data Link Communication + + + 5912 + tcp + ais-met + Aeronautical Information Service/Meteorological applications using ACARS + + + 5912 + udp + ais-met + Aeronautical Information Service/Meteorological applications using ACARS + + + 5912 + sctp + fis + Flight Information Services + + + 5913 + tcp + aoc-acars + Airline operational communications applications using ACARS + + + 5913 + udp + aoc-acars + Airline operational communications applications using ACARS + + + 5913 + sctp + ads-c + Automatic Dependent Surveillance + + + 5963 + tcp + indy + Indy Application Server + + + 5963 + udp + indy + Indy Application Server + + + 5968 + tcp + mppolicy-v5 + mppolicy-v5 + + + 5968 + udp + mppolicy-v5 + mppolicy-v5 + + + 5969 + tcp + mppolicy-mgr + mppolicy-mgr + + + 5969 + udp + mppolicy-mgr + mppolicy-mgr + + + 5984 + tcp + couchdb + CouchDB + + + 5984 + udp + couchdb + CouchDB + + + 5985 + tcp + wsman + WBEM WS-Management HTTP + + + 5985 + udp + wsman + WBEM WS-Management HTTP + + + 5986 + tcp + wsmans + WBEM WS-Management HTTP over TLS/SSL + + + 5986 + udp + wsmans + WBEM WS-Management HTTP over TLS/SSL + + + 5987 + tcp + wbem-rmi + WBEM RMI + + + 5987 + udp + wbem-rmi + WBEM RMI + + + 5988 + tcp + wbem-http + WBEM CIM-XML (HTTP) + + + 5988 + udp + wbem-http + WBEM CIM-XML (HTTP) + + + 5989 + tcp + wbem-https + WBEM CIM-XML (HTTPS) + + + 5989 + udp + wbem-https + WBEM CIM-XML (HTTPS) + + + 5990 + tcp + wbem-exp-https + WBEM Export HTTPS + + + 5990 + udp + wbem-exp-https + WBEM Export HTTPS + + + 5991 + tcp + nuxsl + NUXSL + + + 5991 + udp + nuxsl + NUXSL + + + 5992 + tcp + consul-insight + Consul InSight Security + + + 5992 + udp + consul-insight + Consul InSight Security + + + 5993 + tcp + cim-rs + DMTF WBEM CIM REST + + + 5993 + udp + record + Reserved + + + 5994 + tcp + rms-agent + RMS Agent Listening Service + + + 5994 + udp + record + Reserved + + + 5999 + tcp + cvsup + CVSup + + + 5999 + udp + cvsup + CVSup + + + 6000 + tcp + x11 + X Window System + + + 6001 + tcp + x11 + X Window System + + + 6002 + tcp + x11 + X Window System + + + 6003 + tcp + x11 + X Window System + + + 6004 + tcp + x11 + X Window System + + + 6005 + tcp + x11 + X Window System + + + 6006 + tcp + x11 + X Window System + + + 6007 + tcp + x11 + X Window System + + + 6008 + tcp + x11 + X Window System + + + 6009 + tcp + x11 + X Window System + + + 6010 + tcp + x11 + X Window System + + + 6011 + tcp + x11 + X Window System + + + 6012 + tcp + x11 + X Window System + + + 6013 + tcp + x11 + X Window System + + + 6014 + tcp + x11 + X Window System + + + 6015 + tcp + x11 + X Window System + + + 6016 + tcp + x11 + X Window System + + + 6017 + tcp + x11 + X Window System + + + 6018 + tcp + x11 + X Window System + + + 6019 + tcp + x11 + X Window System + + + 6020 + tcp + x11 + X Window System + + + 6021 + tcp + x11 + X Window System + + + 6022 + tcp + x11 + X Window System + + + 6023 + tcp + x11 + X Window System + + + 6024 + tcp + x11 + X Window System + + + 6025 + tcp + x11 + X Window System + + + 6026 + tcp + x11 + X Window System + + + 6027 + tcp + x11 + X Window System + + + 6028 + tcp + x11 + X Window System + + + 6029 + tcp + x11 + X Window System + + + 6030 + tcp + x11 + X Window System + + + 6031 + tcp + x11 + X Window System + + + 6032 + tcp + x11 + X Window System + + + 6033 + tcp + x11 + X Window System + + + 6034 + tcp + x11 + X Window System + + + 6035 + tcp + x11 + X Window System + + + 6036 + tcp + x11 + X Window System + + + 6037 + tcp + x11 + X Window System + + + 6038 + tcp + x11 + X Window System + + + 6039 + tcp + x11 + X Window System + + + 6040 + tcp + x11 + X Window System + + + 6041 + tcp + x11 + X Window System + + + 6042 + tcp + x11 + X Window System + + + 6043 + tcp + x11 + X Window System + + + 6044 + tcp + x11 + X Window System + + + 6045 + tcp + x11 + X Window System + + + 6046 + tcp + x11 + X Window System + + + 6047 + tcp + x11 + X Window System + + + 6048 + tcp + x11 + X Window System + + + 6049 + tcp + x11 + X Window System + + + 6050 + tcp + x11 + X Window System + + + 6051 + tcp + x11 + X Window System + + + 6052 + tcp + x11 + X Window System + + + 6053 + tcp + x11 + X Window System + + + 6054 + tcp + x11 + X Window System + + + 6055 + tcp + x11 + X Window System + + + 6056 + tcp + x11 + X Window System + + + 6057 + tcp + x11 + X Window System + + + 6058 + tcp + x11 + X Window System + + + 6059 + tcp + x11 + X Window System + + + 6060 + tcp + x11 + X Window System + + + 6061 + tcp + x11 + X Window System + + + 6062 + tcp + x11 + X Window System + + + 6063 + tcp + x11 + X Window System + + + 6000 + udp + x11 + X Window System + + + 6001 + udp + x11 + X Window System + + + 6002 + udp + x11 + X Window System + + + 6003 + udp + x11 + X Window System + + + 6004 + udp + x11 + X Window System + + + 6005 + udp + x11 + X Window System + + + 6006 + udp + x11 + X Window System + + + 6007 + udp + x11 + X Window System + + + 6008 + udp + x11 + X Window System + + + 6009 + udp + x11 + X Window System + + + 6010 + udp + x11 + X Window System + + + 6011 + udp + x11 + X Window System + + + 6012 + udp + x11 + X Window System + + + 6013 + udp + x11 + X Window System + + + 6014 + udp + x11 + X Window System + + + 6015 + udp + x11 + X Window System + + + 6016 + udp + x11 + X Window System + + + 6017 + udp + x11 + X Window System + + + 6018 + udp + x11 + X Window System + + + 6019 + udp + x11 + X Window System + + + 6020 + udp + x11 + X Window System + + + 6021 + udp + x11 + X Window System + + + 6022 + udp + x11 + X Window System + + + 6023 + udp + x11 + X Window System + + + 6024 + udp + x11 + X Window System + + + 6025 + udp + x11 + X Window System + + + 6026 + udp + x11 + X Window System + + + 6027 + udp + x11 + X Window System + + + 6028 + udp + x11 + X Window System + + + 6029 + udp + x11 + X Window System + + + 6030 + udp + x11 + X Window System + + + 6031 + udp + x11 + X Window System + + + 6032 + udp + x11 + X Window System + + + 6033 + udp + x11 + X Window System + + + 6034 + udp + x11 + X Window System + + + 6035 + udp + x11 + X Window System + + + 6036 + udp + x11 + X Window System + + + 6037 + udp + x11 + X Window System + + + 6038 + udp + x11 + X Window System + + + 6039 + udp + x11 + X Window System + + + 6040 + udp + x11 + X Window System + + + 6041 + udp + x11 + X Window System + + + 6042 + udp + x11 + X Window System + + + 6043 + udp + x11 + X Window System + + + 6044 + udp + x11 + X Window System + + + 6045 + udp + x11 + X Window System + + + 6046 + udp + x11 + X Window System + + + 6047 + udp + x11 + X Window System + + + 6048 + udp + x11 + X Window System + + + 6049 + udp + x11 + X Window System + + + 6050 + udp + x11 + X Window System + + + 6051 + udp + x11 + X Window System + + + 6052 + udp + x11 + X Window System + + + 6053 + udp + x11 + X Window System + + + 6054 + udp + x11 + X Window System + + + 6055 + udp + x11 + X Window System + + + 6056 + udp + x11 + X Window System + + + 6057 + udp + x11 + X Window System + + + 6058 + udp + x11 + X Window System + + + 6059 + udp + x11 + X Window System + + + 6060 + udp + x11 + X Window System + + + 6061 + udp + x11 + X Window System + + + 6062 + udp + x11 + X Window System + + + 6063 + udp + x11 + X Window System + + + 6064 + tcp + ndl-ahp-svc + NDL-AHP-SVC + + + 6064 + udp + ndl-ahp-svc + NDL-AHP-SVC + + + 6065 + tcp + winpharaoh + WinPharaoh + + + 6065 + udp + winpharaoh + WinPharaoh + + + 6066 + tcp + ewctsp + EWCTSP + + + 6066 + udp + ewctsp + EWCTSP + + + 6068 + tcp + gsmp-ancp + GSMP/ANCP + + + 6068 + udp + record + Reserved + + + 6069 + tcp + trip + TRIP + + + 6069 + udp + trip + TRIP + + + 6070 + tcp + messageasap + Messageasap + + + 6070 + udp + messageasap + Messageasap + + + 6071 + tcp + ssdtp + SSDTP + + + 6071 + udp + ssdtp + SSDTP + + + 6072 + tcp + diagnose-proc + DIAGNOSE-PROC + + + 6072 + udp + diagnose-proc + DIAGNOSE-PROC + + + 6073 + tcp + directplay8 + DirectPlay8 + + + 6073 + udp + directplay8 + DirectPlay8 + + + 6074 + tcp + max + Microsoft Max + + + 6074 + udp + max + Microsoft Max + + + 6075 + tcp + dpm-acm + Microsoft DPM Access Control Manager + + + 6075 + udp + record + Reserved + + + 6076 + tcp + msft-dpm-cert + Microsoft DPM WCF Certificates + + + 6076 + udp + record + Reserved + + + 6077 + tcp + iconstructsrv + iConstruct Server + + + 6077 + udp + record + Reserved + + + 6080 + udp + gue + Generic UDP Encapsulation + + + 6080 + tcp + record + Reserved + + + 6081 + udp + geneve + Generic Network Virtualization Encapsulation (Geneve) + + + 6081 + tcp + record + Reserved + + + 6082 + tcp + record + Reserved + + + 6082 + udp + p25cai + APCO Project 25 Common Air Interface - UDP encapsulation + + + 6083 + tcp + record + Reserved + + + 6083 + udp + miami-bcast + telecomsoftware miami broadcast + + + 6084 + tcp + reload-config + Peer to Peer Infrastructure Configuration + + + 6084 + udp + record + Reserved + + + 6085 + tcp + konspire2b + konspire2b p2p network + + + 6085 + udp + konspire2b + konspire2b p2p network + + + 6086 + tcp + pdtp + PDTP P2P + + + 6086 + udp + pdtp + PDTP P2P + + + 6087 + tcp + ldss + Local Download Sharing Service + + + 6087 + udp + ldss + Local Download Sharing Service + + + 6088 + tcp + doglms + SuperDog License Manager + + + 6088 + udp + doglms-notify + SuperDog License Manager Notifier + + + 6099 + tcp + raxa-mgmt + RAXA Management + + + 6099 + udp + record + Reserved + + + 6100 + tcp + synchronet-db + SynchroNet-db + + + 6100 + udp + synchronet-db + SynchroNet-db + + + 6101 + tcp + synchronet-rtc + SynchroNet-rtc + + + 6101 + udp + synchronet-rtc + SynchroNet-rtc + + + 6102 + tcp + synchronet-upd + SynchroNet-upd + + + 6102 + udp + synchronet-upd + SynchroNet-upd + + + 6103 + tcp + rets + RETS + + + 6103 + udp + rets + RETS + + + 6104 + tcp + dbdb + DBDB + + + 6104 + udp + dbdb + DBDB + + + 6105 + tcp + primaserver + Prima Server + + + 6105 + udp + primaserver + Prima Server + + + 6106 + tcp + mpsserver + MPS Server + + + 6106 + udp + mpsserver + MPS Server + + + 6107 + tcp + etc-control + ETC Control + + + 6107 + udp + etc-control + ETC Control + + + 6108 + tcp + sercomm-scadmin + Sercomm-SCAdmin + + + 6108 + udp + sercomm-scadmin + Sercomm-SCAdmin + + + 6109 + tcp + globecast-id + GLOBECAST-ID + + + 6109 + udp + globecast-id + GLOBECAST-ID + + + 6110 + tcp + softcm + HP SoftBench CM + + + 6110 + udp + softcm + HP SoftBench CM + + + 6111 + tcp + spc + HP SoftBench Sub-Process Control + + + 6111 + udp + spc + HP SoftBench Sub-Process Control + + + 6112 + tcp + dtspcd + Desk-Top Sub-Process Control Daemon + + + 6112 + udp + dtspcd + Desk-Top Sub-Process Control Daemon + + + 6113 + tcp + dayliteserver + Daylite Server + + + 6113 + udp + record + Reserved + + + 6114 + tcp + wrspice + WRspice IPC Service + + + 6114 + udp + record + Reserved + + + 6115 + tcp + xic + Xic IPC Service + + + 6115 + udp + record + Reserved + + + 6116 + tcp + xtlserv + XicTools License Manager Service + + + 6116 + udp + record + Reserved + + + 6117 + tcp + daylitetouch + Daylite Touch Sync + + + 6117 + udp + record + Reserved + + + 6118 + udp + tipc + Transparent Inter Process Communication + + + 6118 + tcp + record + Reserved + + + 6121 + tcp + spdy + SPDY for a faster web + + + 6121 + udp + record + Reserved + + + 6122 + tcp + bex-webadmin + Backup Express Web Server + + + 6122 + udp + bex-webadmin + Backup Express Web Server + + + 6123 + tcp + backup-express + Backup Express + + + 6123 + udp + backup-express + Backup Express + + + 6124 + tcp + pnbs + Phlexible Network Backup Service + + + 6124 + udp + pnbs + Phlexible Network Backup Service + + + 6130 + tcp + damewaremobgtwy + The DameWare Mobile Gateway Service + + + 6130 + udp + record + Reserved + + + 6133 + tcp + nbt-wol + New Boundary Tech WOL + + + 6133 + udp + nbt-wol + New Boundary Tech WOL + + + 6140 + tcp + pulsonixnls + Pulsonix Network License Service + + + 6140 + udp + pulsonixnls + Pulsonix Network License Service + + + 6141 + tcp + meta-corp + Meta Corporation License Manager + + + 6141 + udp + meta-corp + Meta Corporation License Manager + + + 6142 + tcp + aspentec-lm + Aspen Technology License Manager + + + 6142 + udp + aspentec-lm + Aspen Technology License Manager + + + 6143 + tcp + watershed-lm + Watershed License Manager + + + 6143 + udp + watershed-lm + Watershed License Manager + + + 6144 + tcp + statsci1-lm + StatSci License Manager - 1 + + + 6144 + udp + statsci1-lm + StatSci License Manager - 1 + + + 6145 + tcp + statsci2-lm + StatSci License Manager - 2 + + + 6145 + udp + statsci2-lm + StatSci License Manager - 2 + + + 6146 + tcp + lonewolf-lm + Lone Wolf Systems License Manager + + + 6146 + udp + lonewolf-lm + Lone Wolf Systems License Manager + + + 6147 + tcp + montage-lm + Montage License Manager + + + 6147 + udp + montage-lm + Montage License Manager + + + 6148 + tcp + ricardo-lm + Ricardo North America License Manager + + + 6148 + udp + ricardo-lm + Ricardo North America License Manager + + + 6149 + tcp + tal-pod + tal-pod + + + 6149 + udp + tal-pod + tal-pod + + + 6159 + tcp + efb-aci + EFB Application Control Interface + + + 6159 + udp + record + Reserved + + + 6160 + tcp + ecmp + Emerson Extensible Control and Management Protocol + + + 6160 + udp + ecmp-data + Emerson Extensible Control and Management Protocol Data + + + 6161 + tcp + patrol-ism + PATROL Internet Srv Mgr + + + 6161 + udp + patrol-ism + PATROL Internet Srv Mgr + + + 6162 + tcp + patrol-coll + PATROL Collector + + + 6162 + udp + patrol-coll + PATROL Collector + + + 6163 + tcp + pscribe + Precision Scribe Cnx Port + + + 6163 + udp + pscribe + Precision Scribe Cnx Port + + + 6200 + tcp + lm-x + LM-X License Manager by X-Formation + + + 6200 + udp + lm-x + LM-X License Manager by X-Formation + + + 6201 + tcp + record + Reserved + + + 6201 + udp + thermo-calc + Management of service nodes in a processing grid for thermodynamic calculations + + + 6209 + tcp + qmtps + QMTP over TLS + + + 6209 + udp + qmtps + QMTP over TLS + + + 6222 + tcp + radmind + Radmind Access Protocol + + + 6222 + udp + radmind + Radmind Access Protocol + + + 6241 + tcp + jeol-nsdtp-1 + JEOL Network Services Data Transport Protocol 1 + + + 6241 + udp + jeol-nsddp-1 + JEOL Network Services Dynamic Discovery Protocol 1 + + + 6242 + tcp + jeol-nsdtp-2 + JEOL Network Services Data Transport Protocol 2 + + + 6242 + udp + jeol-nsddp-2 + JEOL Network Services Dynamic Discovery Protocol 2 + + + 6243 + tcp + jeol-nsdtp-3 + JEOL Network Services Data Transport Protocol 3 + + + 6243 + udp + jeol-nsddp-3 + JEOL Network Services Dynamic Discovery Protocol 3 + + + 6244 + tcp + jeol-nsdtp-4 + JEOL Network Services Data Transport Protocol 4 + + + 6244 + udp + jeol-nsddp-4 + JEOL Network Services Dynamic Discovery Protocol 4 + + + 6251 + tcp + tl1-raw-ssl + TL1 Raw Over SSL/TLS + + + 6251 + udp + tl1-raw-ssl + TL1 Raw Over SSL/TLS + + + 6252 + tcp + tl1-ssh + TL1 over SSH + + + 6252 + udp + tl1-ssh + TL1 over SSH + + + 6253 + tcp + crip + CRIP + + + 6253 + udp + crip + CRIP + + + 6267 + tcp + gld + GridLAB-D User Interface + + + 6267 + udp + record + Reserved + + + 6268 + tcp + grid + Grid Authentication + + + 6268 + udp + grid + Grid Authentication + + + 6269 + tcp + grid-alt + Grid Authentication Alt + + + 6269 + udp + grid-alt + Grid Authentication Alt + + + 6300 + tcp + bmc-grx + BMC GRX + + + 6300 + udp + bmc-grx + BMC GRX + + + 6301 + tcp + bmc-ctd-ldap + System.Xml.XmlElement + + + 6301 + tcp + bmc_ctd_ldap + BMC CONTROL-D LDAP SERVER + + + 6301 + udp + bmc-ctd-ldap + System.Xml.XmlElement + + + 6301 + udp + bmc_ctd_ldap + BMC CONTROL-D LDAP SERVER + + + 6306 + tcp + ufmp + Unified Fabric Management Protocol + + + 6306 + udp + ufmp + Unified Fabric Management Protocol + + + 6315 + tcp + scup + Sensor Control Unit Protocol + + + 6315 + udp + scup-disc + Sensor Control Unit Protocol Discovery Protocol + + + 6316 + tcp + abb-escp + Ethernet Sensor Communications Protocol + + + 6316 + udp + abb-escp + Ethernet Sensor Communications Protocol + + + 6317 + tcp + nav-data-cmd + Navtech Radar Sensor Data Command + + + 6317 + udp + nav-data + Navtech Radar Sensor Data + + + 6320 + tcp + repsvc + Double-Take Replication Service + + + 6320 + udp + repsvc + Double-Take Replication Service + + + 6321 + tcp + emp-server1 + Empress Software Connectivity Server 1 + + + 6321 + udp + emp-server1 + Empress Software Connectivity Server 1 + + + 6322 + tcp + emp-server2 + Empress Software Connectivity Server 2 + + + 6322 + udp + emp-server2 + Empress Software Connectivity Server 2 + + + 6324 + tcp + hrd-ncs + HR Device Network Configuration Service + + + 6324 + udp + hrd-ns-disc + HR Device Network service + + + 6325 + tcp + dt-mgmtsvc + Double-Take Management Service + + + 6325 + udp + record + Reserved + + + 6326 + tcp + dt-vra + Double-Take Virtual Recovery Assistant + + + 6326 + udp + record + Reserved + + + 6343 + tcp + sflow + sFlow traffic monitoring + + + 6343 + udp + sflow + sFlow traffic monitoring + + + 6344 + tcp + streletz + Argus-Spectr security and fire-prevention systems service + + + 6344 + udp + record + Reserved + + + 6346 + tcp + gnutella-svc + gnutella-svc + + + 6346 + udp + gnutella-svc + gnutella-svc + + + 6347 + tcp + gnutella-rtr + gnutella-rtr + + + 6347 + udp + gnutella-rtr + gnutella-rtr + + + 6350 + tcp + adap + App Discovery and Access Protocol + + + 6350 + udp + adap + App Discovery and Access Protocol + + + 6355 + tcp + pmcs + PMCS applications + + + 6355 + udp + pmcs + PMCS applications + + + 6360 + tcp + metaedit-mu + MetaEdit+ Multi-User + + + 6360 + udp + metaedit-mu + MetaEdit+ Multi-User + + + 6363 + udp + ndn + Named Data Networking + + + 6363 + tcp + record + Reserved + + + 6370 + tcp + metaedit-se + MetaEdit+ Server Administration + + + 6370 + udp + metaedit-se + MetaEdit+ Server Administration + + + 6379 + tcp + redis + An advanced key-value cache and store + + + 6379 + udp + record + Reserved + + + 6382 + tcp + metatude-mds + Metatude Dialogue Server + + + 6382 + udp + metatude-mds + Metatude Dialogue Server + + + 6389 + tcp + clariion-evr01 + clariion-evr01 + + + 6389 + udp + clariion-evr01 + clariion-evr01 + + + 6390 + tcp + metaedit-ws + MetaEdit+ WebService API + + + 6390 + udp + metaedit-ws + MetaEdit+ WebService API + + + 6417 + tcp + faxcomservice + Faxcom Message Service + + + 6417 + udp + faxcomservice + Faxcom Message Service + + + 6418 + tcp + syserverremote + SYserver remote commands + + + 6418 + udp + record + Reserved + + + 6419 + tcp + svdrp + Simple VDR Protocol + + + 6419 + udp + svdrp-disc + Simple VDR Protocol Discovery + + + 6420 + tcp + nim-vdrshell + NIM_VDRShell + + + 6420 + udp + nim-vdrshell + NIM_VDRShell + + + 6421 + tcp + nim-wan + NIM_WAN + + + 6421 + udp + nim-wan + NIM_WAN + + + 6432 + tcp + pgbouncer + PgBouncer + + + 6432 + udp + record + Reserved + + + 6440 + tcp + heliosd + heliosd daemon + + + 6440 + udp + record + Reserved + + + 6442 + tcp + tarp + Transitory Application Request Protocol + + + 6442 + udp + record + Reserved + + + 6443 + tcp + sun-sr-https + Service Registry Default HTTPS Domain + + + 6443 + udp + sun-sr-https + Service Registry Default HTTPS Domain + + + 6444 + tcp + sge-qmaster + System.Xml.XmlElement + + + 6444 + tcp + sge_qmaster + Grid Engine Qmaster Service + + + 6444 + udp + sge-qmaster + System.Xml.XmlElement + + + 6444 + udp + sge_qmaster + Grid Engine Qmaster Service + + + 6445 + tcp + sge-execd + System.Xml.XmlElement + + + 6445 + tcp + sge_execd + Grid Engine Execution Service + + + 6445 + udp + sge-execd + System.Xml.XmlElement + + + 6445 + udp + sge_execd + Grid Engine Execution Service + + + 6446 + tcp + mysql-proxy + MySQL Proxy + + + 6446 + udp + mysql-proxy + MySQL Proxy + + + 6455 + tcp + skip-cert-recv + SKIP Certificate Receive + + + 6455 + udp + skip-cert-recv + SKIP Certificate Receive + + + 6456 + tcp + skip-cert-send + SKIP Certificate Send + + + 6456 + udp + skip-cert-send + SKIP Certificate Send + + + 6464 + tcp + ieee11073-20701 + Port assignment for medical device communication in accordance to IEEE 11073-20701 + + + 6464 + udp + ieee11073-20701 + Port assignment for medical device communication in accordance to IEEE 11073-20701 + + + 6471 + tcp + lvision-lm + LVision License Manager + + + 6471 + udp + lvision-lm + LVision License Manager + + + 6480 + tcp + sun-sr-http + Service Registry Default HTTP Domain + + + 6480 + udp + sun-sr-http + Service Registry Default HTTP Domain + + + 6481 + tcp + servicetags + Service Tags + + + 6481 + udp + servicetags + Service Tags + + + 6482 + tcp + ldoms-mgmt + Logical Domains Management Interface + + + 6482 + udp + ldoms-mgmt + Logical Domains Management Interface + + + 6483 + tcp + SunVTS-RMI + SunVTS RMI + + + 6483 + udp + SunVTS-RMI + SunVTS RMI + + + 6484 + tcp + sun-sr-jms + Service Registry Default JMS Domain + + + 6484 + udp + sun-sr-jms + Service Registry Default JMS Domain + + + 6485 + tcp + sun-sr-iiop + Service Registry Default IIOP Domain + + + 6485 + udp + sun-sr-iiop + Service Registry Default IIOP Domain + + + 6486 + tcp + sun-sr-iiops + Service Registry Default IIOPS Domain + + + 6486 + udp + sun-sr-iiops + Service Registry Default IIOPS Domain + + + 6487 + tcp + sun-sr-iiop-aut + Service Registry Default IIOPAuth Domain + + + 6487 + udp + sun-sr-iiop-aut + Service Registry Default IIOPAuth Domain + + + 6488 + tcp + sun-sr-jmx + Service Registry Default JMX Domain + + + 6488 + udp + sun-sr-jmx + Service Registry Default JMX Domain + + + 6489 + tcp + sun-sr-admin + Service Registry Default Admin Domain + + + 6489 + udp + sun-sr-admin + Service Registry Default Admin Domain + + + 6500 + tcp + boks + BoKS Master + + + 6500 + udp + boks + BoKS Master + + + 6501 + tcp + boks-servc + System.Xml.XmlElement + + + 6501 + tcp + boks_servc + BoKS Servc + + + 6501 + udp + boks-servc + System.Xml.XmlElement + + + 6501 + udp + boks_servc + BoKS Servc + + + 6502 + tcp + boks-servm + System.Xml.XmlElement + + + 6502 + tcp + boks_servm + BoKS Servm + + + 6502 + udp + boks-servm + System.Xml.XmlElement + + + 6502 + udp + boks_servm + BoKS Servm + + + 6503 + tcp + boks-clntd + System.Xml.XmlElement + + + 6503 + tcp + boks_clntd + BoKS Clntd + + + 6503 + udp + boks-clntd + System.Xml.XmlElement + + + 6503 + udp + boks_clntd + BoKS Clntd + + + 6505 + tcp + badm-priv + System.Xml.XmlElement + + + 6505 + tcp + badm_priv + BoKS Admin Private Port + + + 6505 + udp + badm-priv + System.Xml.XmlElement + + + 6505 + udp + badm_priv + BoKS Admin Private Port + + + 6506 + tcp + badm-pub + System.Xml.XmlElement + + + 6506 + tcp + badm_pub + BoKS Admin Public Port + + + 6506 + udp + badm-pub + System.Xml.XmlElement + + + 6506 + udp + badm_pub + BoKS Admin Public Port + + + 6507 + tcp + bdir-priv + System.Xml.XmlElement + + + 6507 + tcp + bdir_priv + BoKS Dir Server, Private Port + + + 6507 + udp + bdir-priv + System.Xml.XmlElement + + + 6507 + udp + bdir_priv + BoKS Dir Server, Private Port + + + 6508 + tcp + bdir-pub + System.Xml.XmlElement + + + 6508 + tcp + bdir_pub + BoKS Dir Server, Public Port + + + 6508 + udp + bdir-pub + System.Xml.XmlElement + + + 6508 + udp + bdir_pub + BoKS Dir Server, Public Port + + + 6509 + tcp + mgcs-mfp-port + MGCS-MFP Port + + + 6509 + udp + mgcs-mfp-port + MGCS-MFP Port + + + 6510 + tcp + mcer-port + MCER Port + + + 6510 + udp + mcer-port + MCER Port + + + 6511 + tcp + record + Reserved + + + 6511 + udp + dccp-udp + Datagram Congestion Control Protocol Encapsulation for NAT Traversal + + + 6513 + tcp + netconf-tls + NETCONF over TLS + + + 6513 + udp + record + Reserved + + + 6514 + tcp + syslog-tls + Syslog over TLS + + + 6514 + udp + syslog-tls + syslog over DTLS + + + 6514 + dccp + syslog-tls + syslog over DTLS + + + 6515 + tcp + elipse-rec + Elipse RPC Protocol + + + 6515 + udp + elipse-rec + Elipse RPC Protocol + + + 6543 + tcp + lds-distrib + lds_distrib + + + 6543 + udp + lds-distrib + lds_distrib + + + 6544 + tcp + lds-dump + LDS Dump Service + + + 6544 + udp + lds-dump + LDS Dump Service + + + 6547 + tcp + apc-6547 + APC 6547 + + + 6547 + udp + apc-6547 + APC 6547 + + + 6548 + tcp + apc-6548 + APC 6548 + + + 6548 + udp + apc-6548 + APC 6548 + + + 6549 + tcp + apc-6549 + APC 6549 + + + 6549 + udp + apc-6549 + APC 6549 + + + 6550 + tcp + fg-sysupdate + fg-sysupdate + + + 6550 + udp + fg-sysupdate + fg-sysupdate + + + 6551 + tcp + sum + Software Update Manager + + + 6551 + udp + sum + Software Update Manager + + + 6556 + tcp + checkmk-agent + Checkmk Monitoring Agent + + + 6556 + udp + record + Reserved + + + 6558 + tcp + xdsxdm + + + + + 6558 + udp + xdsxdm + + + + + 6566 + tcp + sane-port + SANE Control Port + + + 6566 + udp + sane-port + SANE Control Port + + + 6568 + tcp + canit-store + System.Xml.XmlElement + + + 6568 + tcp + canit_store + CanIt Storage Manager + + + 6568 + udp + rp-reputation + Roaring Penguin IP Address Reputation Collection + + + 6579 + tcp + affiliate + Affiliate + + + 6579 + udp + affiliate + Affiliate + + + 6580 + tcp + parsec-master + Parsec Masterserver + + + 6580 + udp + parsec-master + Parsec Masterserver + + + 6581 + tcp + parsec-peer + Parsec Peer-to-Peer + + + 6581 + udp + parsec-peer + Parsec Peer-to-Peer + + + 6582 + tcp + parsec-game + Parsec Gameserver + + + 6582 + udp + parsec-game + Parsec Gameserver + + + 6583 + tcp + joaJewelSuite + JOA Jewel Suite + + + 6583 + udp + joaJewelSuite + JOA Jewel Suite + + + 6600 + tcp + mshvlm + Microsoft Hyper-V Live Migration + + + 6600 + udp + record + Reserved + + + 6601 + tcp + mstmg-sstp + Microsoft Threat Management Gateway SSTP + + + 6601 + udp + record + Reserved + + + 6602 + tcp + wsscomfrmwk + Windows WSS Communication Framework + + + 6602 + udp + record + Reserved + + + 6619 + tcp + odette-ftps + ODETTE-FTP over TLS/SSL + + + 6619 + udp + odette-ftps + ODETTE-FTP over TLS/SSL + + + 6620 + tcp + kftp-data + Kerberos V5 FTP Data + + + 6620 + udp + kftp-data + Kerberos V5 FTP Data + + + 6621 + tcp + kftp + Kerberos V5 FTP Control + + + 6621 + udp + kftp + Kerberos V5 FTP Control + + + 6622 + tcp + mcftp + Multicast FTP + + + 6622 + udp + mcftp + Multicast FTP + + + 6623 + tcp + ktelnet + Kerberos V5 Telnet + + + 6623 + udp + ktelnet + Kerberos V5 Telnet + + + 6624 + tcp + datascaler-db + DataScaler database + + + 6624 + udp + record + Reserved + + + 6625 + tcp + datascaler-ctl + DataScaler control + + + 6625 + udp + record + Reserved + + + 6626 + tcp + wago-service + WAGO Service and Update + + + 6626 + udp + wago-service + WAGO Service and Update + + + 6627 + tcp + nexgen + Allied Electronics NeXGen + + + 6627 + udp + nexgen + Allied Electronics NeXGen + + + 6628 + tcp + afesc-mc + AFE Stock Channel M/C + + + 6628 + udp + afesc-mc + AFE Stock Channel M/C + + + 6629 + tcp + nexgen-aux + Secondary, (non ANDI) multi-protocol multi-function interface to the Allied ANDI-based family of + forecourt controllers + + + + 6629 + udp + nexgen-aux + Secondary, (non ANDI) multi-protocol multi-function interface to the Allied ANDI-based family of + forecourt controllers + + + + 6632 + tcp + mxodbc-connect + eGenix mxODBC Connect + + + 6632 + udp + record + Reserved + + + 6633 + tcp + record + Reserved + + + 6633 + udp + cisco-vpath-tun + Cisco vPath Services Overlay + + + 6634 + udp + mpls-pm + MPLS Performance Measurement out-of-band response + + + 6634 + tcp + record + Reserved + + + 6635 + tcp + record + Reserved + + + 6635 + udp + mpls-udp + Encapsulate MPLS packets in UDP tunnels. + + + 6636 + tcp + record + Reserved + + + 6636 + udp + mpls-udp-dtls + Encapsulate MPLS packets in UDP tunnels with DTLS. + + + 6640 + tcp + ovsdb + Open vSwitch Database protocol + + + 6640 + udp + record + Reserved + + + 6653 + tcp + openflow + OpenFlow + + + 6653 + udp + openflow + OpenFlow + + + 6655 + tcp + pcs-sf-ui-man + PC SOFT - Software factory UI/manager + + + 6655 + udp + record + Reserved + + + 6656 + tcp + emgmsg + Emergency Message Control Service + + + 6656 + udp + record + Reserved + + + 6657 + tcp + record + Reserved + + + 6657 + udp + palcom-disc + PalCom Discovery + + + 6665 + tcp + ircu + IRCU + + + 6666 + tcp + ircu + IRCU + + + 6667 + tcp + ircu + IRCU + + + 6668 + tcp + ircu + IRCU + + + 6669 + tcp + ircu + IRCU + + + 6665 + udp + record + Reserved + + + 6666 + udp + record + Reserved + + + 6667 + udp + record + Reserved + + + 6668 + udp + record + Reserved + + + 6669 + udp + record + Reserved + + + 6670 + tcp + vocaltec-gold + Vocaltec Global Online Directory + + + 6670 + udp + vocaltec-gold + Vocaltec Global Online Directory + + + 6671 + tcp + p4p-portal + P4P Portal Service + + + 6671 + udp + p4p-portal + P4P Portal Service + + + 6672 + tcp + vision-server + System.Xml.XmlElement + + + 6672 + tcp + vision_server + vision_server + + + 6672 + udp + vision-server + System.Xml.XmlElement + + + 6672 + udp + vision_server + vision_server + + + 6673 + tcp + vision-elmd + System.Xml.XmlElement + + + 6673 + tcp + vision_elmd + vision_elmd + + + 6673 + udp + vision-elmd + System.Xml.XmlElement + + + 6673 + udp + vision_elmd + vision_elmd + + + 6678 + tcp + vfbp + Viscount Freedom Bridge Protocol + + + 6678 + udp + vfbp-disc + Viscount Freedom Bridge Discovery + + + 6679 + tcp + osaut + Osorno Automation + + + 6679 + udp + osaut + Osorno Automation + + + 6687 + tcp + clever-ctrace + CleverView for cTrace Message Service + + + 6687 + udp + record + Reserved + + + 6688 + tcp + clever-tcpip + CleverView for TCP/IP Message Service + + + 6688 + udp + record + Reserved + + + 6689 + tcp + tsa + Tofino Security Appliance + + + 6689 + udp + tsa + Tofino Security Appliance + + + 6690 + tcp + cleverdetect + CLEVERDetect Message Service + + + 6690 + udp + record + Reserved + + + 6696 + tcp + record + Reserved + + + 6696 + udp + babel + Babel Routing Protocol + + + 6697 + tcp + ircs-u + Internet Relay Chat via TLS/SSL + + + 6697 + udp + record + Reserved + + + 6699 + tcp + record + Reserved + + + 6699 + udp + babel-dtls + Babel Routing Protocol over DTLS + + + 6701 + tcp + kti-icad-srvr + KTI/ICAD Nameserver + + + 6701 + udp + kti-icad-srvr + KTI/ICAD Nameserver + + + 6701 + sctp + record + Unassigned + + + 6702 + tcp + e-design-net + e-Design network + + + 6702 + udp + e-design-net + e-Design network + + + 6702 + sctp + record + Unassigned + + + 6703 + tcp + e-design-web + e-Design web + + + 6703 + udp + e-design-web + e-Design web + + + 6704 + udp + record + Reserved + + + 6704 + tcp + record + Reserved + + + 6704 + sctp + frc-hp + ForCES HP (High Priority) channel + + + 6705 + udp + record + Reserved + + + 6705 + tcp + record + Reserved + + + 6705 + sctp + frc-mp + ForCES MP (Medium Priority) channel + + + 6706 + udp + record + Reserved + + + 6706 + tcp + record + Reserved + + + 6706 + sctp + frc-lp + ForCES LP (Low priority) channel + + + 6714 + tcp + ibprotocol + Internet Backplane Protocol + + + 6714 + udp + ibprotocol + Internet Backplane Protocol + + + 6715 + tcp + fibotrader-com + Fibotrader Communications + + + 6715 + udp + fibotrader-com + Fibotrader Communications + + + 6716 + tcp + princity-agent + Princity Agent + + + 6716 + udp + record + Reserved + + + 6767 + tcp + bmc-perf-agent + BMC PERFORM AGENT + + + 6767 + udp + bmc-perf-agent + BMC PERFORM AGENT + + + 6768 + tcp + bmc-perf-mgrd + BMC PERFORM MGRD + + + 6768 + udp + bmc-perf-mgrd + BMC PERFORM MGRD + + + 6769 + tcp + adi-gxp-srvprt + ADInstruments GxP Server + + + 6769 + udp + adi-gxp-srvprt + ADInstruments GxP Server + + + 6770 + tcp + plysrv-http + PolyServe http + + + 6770 + udp + plysrv-http + PolyServe http + + + 6771 + tcp + plysrv-https + PolyServe https + + + 6771 + udp + plysrv-https + PolyServe https + + + 6777 + tcp + ntz-tracker + netTsunami Tracker + + + 6777 + udp + record + Reserved + + + 6778 + tcp + ntz-p2p-storage + netTsunami p2p storage system + + + 6778 + udp + record + Reserved + + + 6784 + tcp + record + Reserved + + + 6784 + udp + bfd-lag + Bidirectional Forwarding Detection (BFD) on Link Aggregation Group (LAG) Interfaces + + + 6785 + tcp + dgpf-exchg + DGPF Individual Exchange + + + 6785 + udp + dgpf-exchg + DGPF Individual Exchange + + + 6786 + tcp + smc-jmx + Sun Java Web Console JMX + + + 6786 + udp + smc-jmx + Sun Java Web Console JMX + + + 6787 + tcp + smc-admin + Sun Web Console Admin + + + 6787 + udp + smc-admin + Sun Web Console Admin + + + 6788 + tcp + smc-http + SMC-HTTP + + + 6788 + udp + smc-http + SMC-HTTP + + + 6789 + tcp + radg + GSS-API for the Oracle Remote Administration Daemon + + + 6789 + udp + record + Reserved + + + 6790 + tcp + hnmp + HNMP + + + 6790 + udp + hnmp + HNMP + + + 6791 + tcp + hnm + Halcyon Network Manager + + + 6791 + udp + hnm + Halcyon Network Manager + + + 6801 + tcp + acnet + ACNET Control System Protocol + + + 6801 + udp + acnet + ACNET Control System Protocol + + + 6817 + tcp + pentbox-sim + PenTBox Secure IM Protocol + + + 6817 + udp + record + Reserved + + + 6831 + tcp + ambit-lm + ambit-lm + + + 6831 + udp + ambit-lm + ambit-lm + + + 6841 + tcp + netmo-default + Netmo Default + + + 6841 + udp + netmo-default + Netmo Default + + + 6842 + tcp + netmo-http + Netmo HTTP + + + 6842 + udp + netmo-http + Netmo HTTP + + + 6850 + tcp + iccrushmore + ICCRUSHMORE + + + 6850 + udp + iccrushmore + ICCRUSHMORE + + + 6868 + tcp + acctopus-cc + Acctopus Command Channel + + + 6868 + udp + acctopus-st + Acctopus Status + + + 6888 + tcp + muse + MUSE + + + 6888 + udp + muse + MUSE + + + 6900 + tcp + rtimeviewer + R*TIME Viewer Data Interface + + + 6900 + udp + record + Reserved + + + 6901 + tcp + jetstream + Novell Jetstream messaging protocol + + + 6901 + udp + record + Reserved + + + 6924 + tcp + split-ping + Ping with RX/TX latency/loss split + + + 6924 + udp + split-ping + Ping with RX/TX latency/loss split + + + 6935 + tcp + ethoscan + EthoScan Service + + + 6935 + udp + ethoscan + EthoScan Service + + + 6936 + tcp + xsmsvc + XenSource Management Service + + + 6936 + udp + xsmsvc + XenSource Management Service + + + 6946 + tcp + bioserver + Biometrics Server + + + 6946 + udp + bioserver + Biometrics Server + + + 6951 + tcp + otlp + OTLP + + + 6951 + udp + otlp + OTLP + + + 6961 + tcp + jmact3 + JMACT3 + + + 6961 + udp + jmact3 + JMACT3 + + + 6962 + tcp + jmevt2 + jmevt2 + + + 6962 + udp + jmevt2 + jmevt2 + + + 6963 + tcp + swismgr1 + swismgr1 + + + 6963 + udp + swismgr1 + swismgr1 + + + 6964 + tcp + swismgr2 + swismgr2 + + + 6964 + udp + swismgr2 + swismgr2 + + + 6965 + tcp + swistrap + swistrap + + + 6965 + udp + swistrap + swistrap + + + 6966 + tcp + swispol + swispol + + + 6966 + udp + swispol + swispol + + + 6969 + tcp + acmsoda + acmsoda + + + 6969 + udp + acmsoda + acmsoda + + + 6970 + tcp + conductor + Conductor test coordination protocol + + + 6970 + udp + record + Reserved + + + 6970 + sctp + conductor-mpx + conductor for multiplex + + + 6980 + tcp + record + Reserved + + + 6980 + udp + qolyester + QoS-extended OLSR protocol + + + 6997 + tcp + MobilitySrv + Mobility XE Protocol + + + 6997 + udp + MobilitySrv + Mobility XE Protocol + + + 6998 + tcp + iatp-highpri + IATP-highPri + + + 6998 + udp + iatp-highpri + IATP-highPri + + + 6999 + tcp + iatp-normalpri + IATP-normalPri + + + 6999 + udp + iatp-normalpri + IATP-normalPri + + + 7000 + tcp + afs3-fileserver + file server itself + + + 7000 + udp + afs3-fileserver + file server itself + + + 7001 + tcp + afs3-callback + callbacks to cache managers + + + 7001 + udp + afs3-callback + callbacks to cache managers + + + 7002 + tcp + afs3-prserver + users & groups database + + + 7002 + udp + afs3-prserver + users & groups database + + + 7003 + tcp + afs3-vlserver + volume location database + + + 7003 + udp + afs3-vlserver + volume location database + + + 7004 + tcp + afs3-kaserver + AFS/Kerberos authentication service + + + 7004 + udp + afs3-kaserver + AFS/Kerberos authentication service + + + 7005 + tcp + afs3-volser + volume managment server + + + 7005 + udp + afs3-volser + volume managment server + + + 7006 + tcp + afs3-errors + error interpretation service + + + 7006 + udp + afs3-errors + error interpretation service + + + 7007 + tcp + afs3-bos + basic overseer process + + + 7007 + udp + afs3-bos + basic overseer process + + + 7008 + tcp + afs3-update + server-to-server updater + + + 7008 + udp + afs3-update + server-to-server updater + + + 7009 + tcp + afs3-rmtsys + remote cache manager service + + + 7009 + udp + afs3-rmtsys + remote cache manager service + + + 7010 + tcp + ups-onlinet + onlinet uninterruptable power supplies + + + 7010 + udp + ups-onlinet + onlinet uninterruptable power supplies + + + 7011 + tcp + talon-disc + Talon Discovery Port + + + 7011 + udp + talon-disc + Talon Discovery Port + + + 7012 + tcp + talon-engine + Talon Engine + + + 7012 + udp + talon-engine + Talon Engine + + + 7013 + tcp + microtalon-dis + Microtalon Discovery + + + 7013 + udp + microtalon-dis + Microtalon Discovery + + + 7014 + tcp + microtalon-com + Microtalon Communications + + + 7014 + udp + microtalon-com + Microtalon Communications + + + 7015 + tcp + talon-webserver + Talon Webserver + + + 7015 + udp + talon-webserver + Talon Webserver + + + 7016 + tcp + spg + SPG Controls Carrier + + + 7016 + udp + spg + SPG Controls Carrier + + + 7017 + tcp + grasp + GeneRic Autonomic Signaling Protocol + + + 7017 + udp + grasp + GeneRic Autonomic Signaling Protocol + + + 7018 + tcp + fisa-svc + FISA Service + + + 7018 + udp + record + Reserved + + + 7019 + tcp + doceri-ctl + doceri drawing service control + + + 7019 + udp + doceri-view + doceri drawing service screen view + + + 7020 + tcp + dpserve + DP Serve + + + 7020 + udp + dpserve + DP Serve + + + 7021 + tcp + dpserveadmin + DP Serve Admin + + + 7021 + udp + dpserveadmin + DP Serve Admin + + + 7022 + tcp + ctdp + CT Discovery Protocol + + + 7022 + udp + ctdp + CT Discovery Protocol + + + 7023 + tcp + ct2nmcs + Comtech T2 NMCS + + + 7023 + udp + ct2nmcs + Comtech T2 NMCS + + + 7024 + tcp + vmsvc + Vormetric service + + + 7024 + udp + vmsvc + Vormetric service + + + 7025 + tcp + vmsvc-2 + Vormetric Service II + + + 7025 + udp + vmsvc-2 + Vormetric Service II + + + 7026 + tcp + loreji-panel + Loreji Webhosting Panel + + + 7026 + udp + record + Reserved + + + 7030 + tcp + op-probe + ObjectPlanet probe + + + 7030 + udp + op-probe + ObjectPlanet probe + + + 7031 + tcp + iposplanet + IPOSPLANET retailing multi devices protocol + + + 7031 + udp + record + Reserved + + + 7040 + tcp + record + Reserved + + + 7040 + udp + quest-disc + Quest application level network service discovery + + + 7070 + tcp + arcp + ARCP + + + 7070 + udp + arcp + ARCP + + + 7071 + tcp + iwg1 + IWGADTS Aircraft Housekeeping Message + + + 7071 + udp + iwg1 + IWGADTS Aircraft Housekeeping Message + + + 7072 + tcp + iba-cfg + iba Device Configuration Protocol + + + 7072 + udp + iba-cfg-disc + iba Device Configuration Protocol + + + 7073 + tcp + martalk + MarTalk protocol + + + 7073 + udp + record + Reserved + + + 7080 + tcp + empowerid + EmpowerID Communication + + + 7080 + udp + empowerid + EmpowerID Communication + + + 7088 + tcp + record + Reserved + + + 7088 + udp + zixi-transport + Zixi live video transport protocol + + + 7095 + udp + jdp-disc + Java Discovery Protocol + + + 7095 + tcp + record + Reserved + + + 7099 + tcp + lazy-ptop + lazy-ptop + + + 7099 + udp + lazy-ptop + lazy-ptop + + + 7100 + tcp + font-service + X Font Service + + + 7100 + udp + font-service + X Font Service + + + 7101 + tcp + elcn + Embedded Light Control Network + + + 7101 + udp + elcn + Embedded Light Control Network + + + 7107 + tcp + record + Reserved + + + 7107 + udp + aes-x170 + AES-X170 + + + 7117 + tcp + rothaga + Encrypted chat and file transfer service + + + 7117 + udp + record + Reserved + + + 7121 + tcp + virprot-lm + Virtual Prototypes License Manager + + + 7121 + udp + virprot-lm + Virtual Prototypes License Manager + + + 7123 + tcp + snif + End-to-end TLS Relay Control Connection + + + 7123 + udp + record + Reserved + + + 7128 + tcp + scenidm + intelligent data manager + + + 7128 + udp + scenidm + intelligent data manager + + + 7129 + tcp + scenccs + Catalog Content Search + + + 7129 + udp + scenccs + Catalog Content Search + + + 7161 + tcp + cabsm-comm + CA BSM Comm + + + 7161 + udp + cabsm-comm + CA BSM Comm + + + 7162 + tcp + caistoragemgr + CA Storage Manager + + + 7162 + udp + caistoragemgr + CA Storage Manager + + + 7163 + tcp + cacsambroker + CA Connection Broker + + + 7163 + udp + cacsambroker + CA Connection Broker + + + 7164 + tcp + fsr + File System Repository Agent + + + 7164 + udp + fsr + File System Repository Agent + + + 7165 + tcp + doc-server + Document WCF Server + + + 7165 + udp + doc-server + Document WCF Server + + + 7166 + tcp + aruba-server + Aruba eDiscovery Server + + + 7166 + udp + aruba-server + Aruba eDiscovery Server + + + 7167 + tcp + casrmagent + CA SRM Agent + + + 7167 + udp + record + Reserved + + + 7168 + tcp + cnckadserver + cncKadServer DB & Inventory Services + + + 7168 + udp + record + Reserved + + + 7169 + tcp + ccag-pib + Consequor Consulting Process Integration Bridge + + + 7169 + udp + ccag-pib + Consequor Consulting Process Integration Bridge + + + 7170 + tcp + nsrp + Adaptive Name/Service Resolution + + + 7170 + udp + nsrp + Adaptive Name/Service Resolution + + + 7171 + tcp + drm-production + Discovery and Retention Mgt Production + + + 7171 + udp + drm-production + Discovery and Retention Mgt Production + + + 7172 + tcp + metalbend + Port used for MetalBend programmable interface + + + 7172 + udp + record + Reserved + + + 7173 + tcp + zsecure + zSecure Server + + + 7173 + udp + record + Reserved + + + 7174 + tcp + clutild + Clutild + + + 7174 + udp + clutild + Clutild + + + 7181 + udp + janus-disc + Janus Guidewire Enterprise Discovery Service Bus + + + 7181 + tcp + record + Reserved + + + 7200 + tcp + fodms + FODMS FLIP + + + 7200 + udp + fodms + FODMS FLIP + + + 7201 + tcp + dlip + DLIP + + + 7201 + udp + dlip + DLIP + + + 7202 + tcp + pon-ictp + Inter-Channel Termination Protocol (ICTP) for multi-wavelength PON (Passive Optical Network) + systems + + + + 7202 + udp + record + Reserved + + + 7215 + tcp + PS-Server + Communication ports for PaperStream Server services + + + 7215 + udp + record + Reserved + + + 7216 + tcp + PS-Capture-Pro + PaperStream Capture Professional + + + 7216 + udp + record + Reserved + + + 7227 + tcp + ramp + Registry A & M Protocol + + + 7227 + udp + ramp + Registry A & M Protocol + + + 7228 + tcp + citrixupp + Citrix Universal Printing Port + + + 7228 + udp + record + Reserved + + + 7229 + tcp + citrixuppg + Citrix UPP Gateway + + + 7229 + udp + record + Reserved + + + 7234 + tcp + asa-gateways + Traffic forwarding for Okta cloud infra + + + 7234 + udp + record + Reserved + + + 7235 + udp + aspcoordination + ASP Coordination Protocol + + + 7235 + tcp + record + Reserved + + + 7236 + tcp + display + Wi-Fi Alliance Wi-Fi Display Protocol + + + 7236 + udp + record + Reserved + + + 7237 + tcp + pads + PADS (Public Area Display System) Server + + + 7237 + udp + record + Reserved + + + 7244 + tcp + frc-hicp + FrontRow Calypso Human Interface Control Protocol + + + 7244 + udp + frc-hicp-disc + FrontRow Calypso Human Interface Control Protocol + + + 7262 + tcp + cnap + Calypso Network Access Protocol + + + 7262 + udp + cnap + Calypso Network Access Protocol + + + 7272 + tcp + watchme-7272 + WatchMe Monitoring 7272 + + + 7272 + udp + watchme-7272 + WatchMe Monitoring 7272 + + + 7273 + tcp + oma-rlp + OMA Roaming Location + + + 7273 + udp + oma-rlp + OMA Roaming Location + + + 7274 + tcp + oma-rlp-s + OMA Roaming Location SEC + + + 7274 + udp + oma-rlp-s + OMA Roaming Location SEC + + + 7275 + tcp + oma-ulp + OMA UserPlane Location + + + 7275 + udp + oma-ulp + OMA UserPlane Location + + + 7276 + tcp + oma-ilp + OMA Internal Location Protocol + + + 7276 + udp + oma-ilp + OMA Internal Location Protocol + + + 7277 + tcp + oma-ilp-s + OMA Internal Location Secure Protocol + + + 7277 + udp + oma-ilp-s + OMA Internal Location Secure Protocol + + + 7278 + tcp + oma-dcdocbs + OMA Dynamic Content Delivery over CBS + + + 7278 + udp + oma-dcdocbs + OMA Dynamic Content Delivery over CBS + + + 7279 + tcp + ctxlic + Citrix Licensing + + + 7279 + udp + ctxlic + Citrix Licensing + + + 7280 + tcp + itactionserver1 + ITACTIONSERVER 1 + + + 7280 + udp + itactionserver1 + ITACTIONSERVER 1 + + + 7281 + tcp + itactionserver2 + ITACTIONSERVER 2 + + + 7281 + udp + itactionserver2 + ITACTIONSERVER 2 + + + 7282 + tcp + mzca-action + eventACTION/ussACTION (MZCA) server + + + 7282 + udp + mzca-alert + eventACTION/ussACTION (MZCA) alert + + + 7283 + tcp + genstat + General Statistics Rendezvous Protocol + + + 7283 + udp + record + Reserved + + + 7365 + tcp + lcm-server + LifeKeeper Communications + + + 7365 + udp + lcm-server + LifeKeeper Communications + + + 7391 + tcp + mindfilesys + mind-file system server + + + 7391 + udp + mindfilesys + mind-file system server + + + 7392 + tcp + mrssrendezvous + mrss-rendezvous server + + + 7392 + udp + mrssrendezvous + mrss-rendezvous server + + + 7393 + tcp + nfoldman + nFoldMan Remote Publish + + + 7393 + udp + nfoldman + nFoldMan Remote Publish + + + 7394 + tcp + fse + File system export of backup images + + + 7394 + udp + fse + File system export of backup images + + + 7395 + tcp + winqedit + winqedit + + + 7395 + udp + winqedit + winqedit + + + 7397 + tcp + hexarc + Hexarc Command Language + + + 7397 + udp + hexarc + Hexarc Command Language + + + 7400 + tcp + rtps-discovery + RTPS Discovery + + + 7400 + udp + rtps-discovery + RTPS Discovery + + + 7401 + tcp + rtps-dd-ut + RTPS Data-Distribution User-Traffic + + + 7401 + udp + rtps-dd-ut + RTPS Data-Distribution User-Traffic + + + 7402 + tcp + rtps-dd-mt + RTPS Data-Distribution Meta-Traffic + + + 7402 + udp + rtps-dd-mt + RTPS Data-Distribution Meta-Traffic + + + 7410 + tcp + ionixnetmon + Ionix Network Monitor + + + 7410 + udp + ionixnetmon + Ionix Network Monitor + + + 7411 + tcp + daqstream + Streaming of measurement data + + + 7411 + udp + daqstream + Streaming of measurement data + + + 7420 + tcp + record + Reserved + + + 7420 + udp + ipluminary + Multichannel real-time lighting control + + + 7421 + tcp + mtportmon + Matisse Port Monitor + + + 7421 + udp + mtportmon + Matisse Port Monitor + + + 7426 + tcp + pmdmgr + OpenView DM Postmaster Manager + + + 7426 + udp + pmdmgr + OpenView DM Postmaster Manager + + + 7427 + tcp + oveadmgr + OpenView DM Event Agent Manager + + + 7427 + udp + oveadmgr + OpenView DM Event Agent Manager + + + 7428 + tcp + ovladmgr + OpenView DM Log Agent Manager + + + 7428 + udp + ovladmgr + OpenView DM Log Agent Manager + + + 7429 + tcp + opi-sock + OpenView DM rqt communication + + + 7429 + udp + opi-sock + OpenView DM rqt communication + + + 7430 + tcp + xmpv7 + OpenView DM xmpv7 api pipe + + + 7430 + udp + xmpv7 + OpenView DM xmpv7 api pipe + + + 7431 + tcp + pmd + OpenView DM ovc/xmpv3 api pipe + + + 7431 + udp + pmd + OpenView DM ovc/xmpv3 api pipe + + + 7437 + tcp + faximum + Faximum + + + 7437 + udp + faximum + Faximum + + + 7443 + tcp + oracleas-https + Oracle Application Server HTTPS + + + 7443 + udp + oracleas-https + Oracle Application Server HTTPS + + + 7471 + tcp + sttunnel + Stateless Transport Tunneling Protocol + + + 7471 + udp + record + Reserved + + + 7473 + tcp + rise + Rise: The Vieneo Province + + + 7473 + udp + rise + Rise: The Vieneo Province + + + 7474 + tcp + neo4j + Neo4j Graph Database + + + 7474 + udp + record + Reserved + + + 7478 + tcp + openit + IT Asset Management + + + 7478 + udp + record + Reserved + + + 7491 + tcp + telops-lmd + telops-lmd + + + 7491 + udp + telops-lmd + telops-lmd + + + 7500 + tcp + silhouette + Silhouette User + + + 7500 + udp + silhouette + Silhouette User + + + 7501 + tcp + ovbus + HP OpenView Bus Daemon + + + 7501 + udp + ovbus + HP OpenView Bus Daemon + + + 7508 + tcp + adcp + Automation Device Configuration Protocol + + + 7508 + udp + record + Reserved + + + 7509 + tcp + acplt + ACPLT - process automation service + + + 7509 + udp + record + Reserved + + + 7510 + tcp + ovhpas + HP OpenView Application Server + + + 7510 + udp + ovhpas + HP OpenView Application Server + + + 7511 + tcp + pafec-lm + pafec-lm + + + 7511 + udp + pafec-lm + pafec-lm + + + 7542 + tcp + saratoga + Saratoga Transfer Protocol + + + 7542 + udp + saratoga + Saratoga Transfer Protocol + + + 7543 + tcp + atul + atul server + + + 7543 + udp + atul + atul server + + + 7544 + tcp + nta-ds + FlowAnalyzer DisplayServer + + + 7544 + udp + nta-ds + FlowAnalyzer DisplayServer + + + 7545 + tcp + nta-us + FlowAnalyzer UtilityServer + + + 7545 + udp + nta-us + FlowAnalyzer UtilityServer + + + 7546 + tcp + cfs + Cisco Fabric service + + + 7546 + udp + cfs + Cisco Fabric service + + + 7547 + tcp + cwmp + Broadband Forum CWMP + + + 7547 + udp + cwmp + Broadband Forum CWMP + + + 7548 + tcp + tidp + Threat Information Distribution Protocol + + + 7548 + udp + tidp + Threat Information Distribution Protocol + + + 7549 + tcp + nls-tl + Network Layer Signaling Transport Layer + + + 7549 + udp + nls-tl + Network Layer Signaling Transport Layer + + + 7550 + tcp + record + Reserved + + + 7550 + udp + cloudsignaling + Cloud Signaling Service + + + 7551 + tcp + controlone-con + ControlONE Console signaling + + + 7551 + udp + record + Reserved + + + 7560 + tcp + sncp + Sniffer Command Protocol + + + 7560 + udp + sncp + Sniffer Command Protocol + + + 7563 + tcp + cfw + Control Framework + + + 7563 + udp + record + Reserved + + + 7566 + tcp + vsi-omega + VSI Omega + + + 7566 + udp + vsi-omega + VSI Omega + + + 7569 + tcp + dell-eql-asm + Dell EqualLogic Host Group Management + + + 7569 + udp + record + Reserved + + + 7570 + tcp + aries-kfinder + Aries Kfinder + + + 7570 + udp + aries-kfinder + Aries Kfinder + + + 7574 + tcp + coherence + Oracle Coherence Cluster Service + + + 7574 + udp + coherence-disc + Oracle Coherence Cluster discovery service + + + 7588 + tcp + sun-lm + Sun License Manager + + + 7588 + udp + sun-lm + Sun License Manager + + + 7606 + tcp + mipi-debug + MIPI Alliance Debug + + + 7606 + udp + mipi-debug + MIPI Alliance Debug + + + 7624 + tcp + indi + Instrument Neutral Distributed Interface + + + 7624 + udp + indi + Instrument Neutral Distributed Interface + + + 7626 + tcp + simco + SImple Middlebox COnfiguration (SIMCO) Server + + + 7626 + udp + record + De-registered + + + 7626 + sctp + simco + SImple Middlebox COnfiguration (SIMCO) + + + 7627 + tcp + soap-http + SOAP Service Port + + + 7627 + udp + soap-http + SOAP Service Port + + + 7628 + tcp + zen-pawn + Primary Agent Work Notification + + + 7628 + udp + zen-pawn + Primary Agent Work Notification + + + 7629 + tcp + xdas + OpenXDAS Wire Protocol + + + 7629 + udp + xdas + OpenXDAS Wire Protocol + + + 7630 + tcp + hawk + HA Web Konsole + + + 7630 + udp + record + Reserved + + + 7631 + tcp + tesla-sys-msg + TESLA System Messaging + + + 7631 + udp + record + Reserved + + + 7633 + tcp + pmdfmgt + PMDF Management + + + 7633 + udp + pmdfmgt + PMDF Management + + + 7648 + tcp + cuseeme + bonjour-cuseeme + + + 7648 + udp + cuseeme + bonjour-cuseeme + + + 7663 + tcp + rome + Proprietary immutable distributed data storage + + + 7663 + udp + rome + Proprietary immutable distributed data storage + + + 7672 + tcp + imqstomp + iMQ STOMP Server + + + 7672 + udp + record + Reserved + + + 7673 + tcp + imqstomps + iMQ STOMP Server over SSL + + + 7673 + udp + record + Reserved + + + 7674 + tcp + imqtunnels + iMQ SSL tunnel + + + 7674 + udp + imqtunnels + iMQ SSL tunnel + + + 7675 + tcp + imqtunnel + iMQ Tunnel + + + 7675 + udp + imqtunnel + iMQ Tunnel + + + 7676 + tcp + imqbrokerd + iMQ Broker Rendezvous + + + 7676 + udp + imqbrokerd + iMQ Broker Rendezvous + + + 7677 + tcp + sun-user-https + Sun App Server - HTTPS + + + 7677 + udp + sun-user-https + Sun App Server - HTTPS + + + 7680 + tcp + ms-do + Microsoft Delivery Optimization Peer-to-Peer + + + 7680 + udp + ms-do + Microsoft Delivery Optimization Peer-to-Peer + + + 7683 + tcp + dmt + Cleondris DMT + + + 7683 + udp + record + Reserved + + + 7687 + tcp + bolt + Bolt database connection + + + 7687 + udp + record + Reserved + + + 7689 + tcp + collaber + Collaber Network Service + + + 7689 + udp + collaber + Collaber Network Service + + + 7690 + tcp + sovd + Service-Oriented Vehicle Diagnostics + + + 7690 + udp + record + Reserved + + + 7697 + tcp + klio + KLIO communications + + + 7697 + udp + klio + KLIO communications + + + 7700 + tcp + em7-secom + EM7 Secure Communications + + + 7700 + udp + record + Reserved + + + 7701 + tcp + record + Reserved + + + 7701 + udp + record + Reserved + + + 7701 + sctp + nfapi + SCF nFAPI defining MAC/PHY split + + + 7707 + tcp + sync-em7 + EM7 Dynamic Updates + + + 7707 + udp + sync-em7 + EM7 Dynamic Updates + + + 7708 + tcp + scinet + scientia.net + + + 7708 + udp + scinet + scientia.net + + + 7720 + tcp + medimageportal + MedImage Portal + + + 7720 + udp + medimageportal + MedImage Portal + + + 7724 + tcp + nsdeepfreezectl + Novell Snap-in Deep Freeze Control + + + 7724 + udp + nsdeepfreezectl + Novell Snap-in Deep Freeze Control + + + 7725 + tcp + nitrogen + Nitrogen Service + + + 7725 + udp + nitrogen + Nitrogen Service + + + 7726 + tcp + freezexservice + FreezeX Console Service + + + 7726 + udp + freezexservice + FreezeX Console Service + + + 7727 + tcp + trident-data + Trident Systems Data + + + 7727 + udp + trident-data + Trident Systems Data + + + 7728 + tcp + osvr + Open-Source Virtual Reality + + + 7728 + udp + osvr + Open-Source Virtual Reality + + + 7728 + sctp + osvr + Open-Source Virtual Reality + + + 7734 + tcp + smip + Smith Protocol over IP + + + 7734 + udp + smip + Smith Protocol over IP + + + 7738 + tcp + aiagent + HP Enterprise Discovery Agent + + + 7738 + udp + aiagent + HP Enterprise Discovery Agent + + + 7741 + tcp + scriptview + ScriptView Network + + + 7741 + udp + scriptview + ScriptView Network + + + 7742 + tcp + msss + Mugginsoft Script Server Service + + + 7742 + udp + record + Reserved + + + 7743 + tcp + sstp-1 + Sakura Script Transfer Protocol + + + 7743 + udp + sstp-1 + Sakura Script Transfer Protocol + + + 7744 + tcp + raqmon-pdu + RAQMON PDU + + + 7744 + udp + raqmon-pdu + RAQMON PDU + + + 7747 + tcp + prgp + Put/Run/Get Protocol + + + 7747 + udp + prgp + Put/Run/Get Protocol + + + 7775 + tcp + inetfs + A File System using TLS over a wide area network + + + 7775 + udp + record + Reserved + + + 7777 + tcp + cbt + cbt + + + 7777 + udp + cbt + cbt + + + 7778 + tcp + interwise + Interwise + + + 7778 + udp + interwise + Interwise + + + 7779 + tcp + vstat + VSTAT + + + 7779 + udp + vstat + VSTAT + + + 7781 + tcp + accu-lmgr + accu-lmgr + + + 7781 + udp + accu-lmgr + accu-lmgr + + + 7784 + udp + s-bfd + Seamless Bidirectional Forwarding Detection (S-BFD) + + + 7784 + tcp + record + Reserved + + + 7786 + tcp + minivend + MINIVEND + + + 7786 + udp + minivend + MINIVEND + + + 7787 + tcp + popup-reminders + Popup Reminders Receive + + + 7787 + udp + popup-reminders + Popup Reminders Receive + + + 7789 + tcp + office-tools + Office Tools Pro Receive + + + 7789 + udp + office-tools + Office Tools Pro Receive + + + 7794 + tcp + q3ade + Q3ADE Cluster Service + + + 7794 + udp + q3ade + Q3ADE Cluster Service + + + 7797 + tcp + pnet-conn + Propel Connector port + + + 7797 + udp + pnet-conn + Propel Connector port + + + 7798 + tcp + pnet-enc + Propel Encoder port + + + 7798 + udp + pnet-enc + Propel Encoder port + + + 7799 + tcp + altbsdp + Alternate BSDP Service + + + 7799 + udp + altbsdp + Alternate BSDP Service + + + 7800 + tcp + asr + Apple Software Restore + + + 7800 + udp + asr + Apple Software Restore + + + 7801 + tcp + ssp-client + Secure Server Protocol - client + + + 7801 + udp + ssp-client + Secure Server Protocol - client + + + 7802 + udp + vns-tp + Virtualized Network Services Tunnel Protocol + + + 7802 + tcp + record + Reserved + + + 7810 + tcp + rbt-wanopt + Riverbed WAN Optimization Protocol + + + 7810 + udp + rbt-wanopt + Riverbed WAN Optimization Protocol + + + 7845 + tcp + apc-7845 + APC 7845 + + + 7845 + udp + apc-7845 + APC 7845 + + + 7846 + tcp + apc-7846 + APC 7846 + + + 7846 + udp + apc-7846 + APC 7846 + + + 7847 + tcp + csoauth + A product key authentication protocol made by CSO + + + 7847 + udp + record + Reserved + + + 7869 + tcp + mobileanalyzer + MobileAnalyzer& MobileMonitor + + + 7869 + udp + record + Reserved + + + 7870 + tcp + rbt-smc + Riverbed Steelhead Mobile Service + + + 7870 + udp + record + Reserved + + + 7871 + tcp + mdm + Mobile Device Management + + + 7871 + udp + record + Reserved + + + 7872 + tcp + record + Reserved + + + 7872 + udp + mipv6tls + TLS-based Mobile IPv6 Security + + + 7878 + tcp + owms + Opswise Message Service + + + 7878 + udp + record + Reserved + + + 7880 + tcp + pss + Pearson + + + 7880 + udp + pss + Pearson + + + 7887 + tcp + ubroker + Universal Broker + + + 7887 + udp + ubroker + Universal Broker + + + 7900 + tcp + mevent + Multicast Event + + + 7900 + udp + mevent + Multicast Event + + + 7901 + tcp + tnos-sp + TNOS Service Protocol + + + 7901 + udp + tnos-sp + TNOS Service Protocol + + + 7902 + tcp + tnos-dp + TNOS shell Protocol + + + 7902 + udp + tnos-dp + TNOS shell Protocol + + + 7903 + tcp + tnos-dps + TNOS Secure DiaguardProtocol + + + 7903 + udp + tnos-dps + TNOS Secure DiaguardProtocol + + + 7913 + tcp + qo-secure + QuickObjects secure port + + + 7913 + udp + qo-secure + QuickObjects secure port + + + 7932 + tcp + t2-drm + Tier 2 Data Resource Manager + + + 7932 + udp + t2-drm + Tier 2 Data Resource Manager + + + 7933 + tcp + t2-brm + Tier 2 Business Rules Manager + + + 7933 + udp + t2-brm + Tier 2 Business Rules Manager + + + 7962 + tcp + generalsync + Encrypted, extendable, general-purpose synchronization protocol + + + 7962 + udp + generalsync + Encrypted, extendable, general-purpose synchronization protocol + + + 7967 + tcp + supercell + Supercell + + + 7967 + udp + supercell + Supercell + + + 7979 + tcp + micromuse-ncps + Micromuse-ncps + + + 7979 + udp + micromuse-ncps + Micromuse-ncps + + + 7980 + tcp + quest-vista + Quest Vista + + + 7980 + udp + quest-vista + Quest Vista + + + 7981 + tcp + sossd-collect + Spotlight on SQL Server Desktop Collect + + + 7981 + udp + record + Reserved + + + 7982 + tcp + sossd-agent + Spotlight on SQL Server Desktop Agent + + + 7982 + udp + sossd-disc + Spotlight on SQL Server Desktop Agent Discovery + + + 7997 + tcp + pushns + PUSH Notification Service + + + 7997 + udp + record + Reserved + + + 7998 + tcp + record + Reserved + + + 7998 + udp + usicontentpush + USI Content Push Service + + + 7999 + tcp + irdmi2 + iRDMI2 + + + 7999 + udp + irdmi2 + iRDMI2 + + + 8000 + tcp + irdmi + iRDMI + + + 8000 + udp + irdmi + iRDMI + + + 8001 + tcp + vcom-tunnel + VCOM Tunnel + + + 8001 + udp + vcom-tunnel + VCOM Tunnel + + + 8002 + tcp + teradataordbms + Teradata ORDBMS + + + 8002 + udp + teradataordbms + Teradata ORDBMS + + + 8003 + tcp + mcreport + Mulberry Connect Reporting Service + + + 8003 + udp + mcreport + Mulberry Connect Reporting Service + + + 8004 + tcp + p2pevolvenet + Opensource Evolv Enterprise Platform P2P Network Node Connection Protocol + + + 8004 + udp + record + Reserved + + + 8005 + tcp + mxi + MXI Generation II for z/OS + + + 8005 + udp + mxi + MXI Generation II for z/OS + + + 8006 + tcp + wpl-analytics + World Programming analytics + + + 8006 + udp + wpl-disc + World Programming analytics discovery + + + 8007 + tcp + warppipe + I/O oriented cluster computing software + + + 8007 + udp + warppipe + I/O oriented cluster computing software + + + 8008 + tcp + http-alt + HTTP Alternate + + + 8008 + udp + http-alt + HTTP Alternate + + + 8009 + tcp + nvme-disc + NVMe over Fabrics Discovery Service + + + 8009 + udp + record + Reserved + + + 8015 + tcp + cfg-cloud + Configuration Cloud Service + + + 8015 + udp + record + Reserved + + + 8016 + tcp + ads-s + Beckhoff Automation Device Specification + + + 8016 + udp + record + Reserved + + + 8017 + tcp + record + Reserved + + + 8017 + udp + cisco-cloudsec + Cisco Cloudsec Dataplane Port Number + + + 8019 + tcp + qbdb + QB DB Dynamic Port + + + 8019 + udp + qbdb + QB DB Dynamic Port + + + 8020 + tcp + intu-ec-svcdisc + Intuit Entitlement Service and Discovery + + + 8020 + udp + intu-ec-svcdisc + Intuit Entitlement Service and Discovery + + + 8021 + tcp + intu-ec-client + Intuit Entitlement Client + + + 8021 + udp + intu-ec-client + Intuit Entitlement Client + + + 8022 + tcp + oa-system + oa-system + + + 8022 + udp + oa-system + oa-system + + + 8023 + tcp + arca-api + ARCATrust vault API + + + 8023 + udp + arca-api + ARCATrust vault API + + + 8025 + tcp + ca-audit-da + CA Audit Distribution Agent + + + 8025 + udp + ca-audit-da + CA Audit Distribution Agent + + + 8026 + tcp + ca-audit-ds + CA Audit Distribution Server + + + 8026 + udp + ca-audit-ds + CA Audit Distribution Server + + + 8027 + tcp + papachi-p2p-srv + peer tracker and data relay service + + + 8027 + udp + papachi-p2p-srv + peer tracker and data relay service + + + 8032 + tcp + pro-ed + ProEd + + + 8032 + udp + pro-ed + ProEd + + + 8033 + tcp + mindprint + MindPrint + + + 8033 + udp + mindprint + MindPrint + + + 8034 + tcp + vantronix-mgmt + .vantronix Management + + + 8034 + udp + vantronix-mgmt + .vantronix Management + + + 8040 + tcp + ampify + Ampify Messaging Protocol + + + 8040 + udp + ampify + Ampify Messaging Protocol + + + 8041 + tcp + enguity-xccetp + Xcorpeon ASIC Carrier Ethernet Transport + + + 8041 + udp + enguity-xccetp + Xcorpeon ASIC Carrier Ethernet Transport + + + 8042 + tcp + fs-agent + FireScope Agent + + + 8042 + udp + record + Reserved + + + 8043 + tcp + fs-server + FireScope Server + + + 8043 + udp + record + Reserved + + + 8044 + tcp + fs-mgmt + FireScope Management Interface + + + 8044 + udp + record + Reserved + + + 8051 + tcp + rocrail + Rocrail Client Service + + + 8051 + udp + record + Reserved + + + 8052 + tcp + senomix01 + Senomix Timesheets Server + + + 8052 + udp + senomix01 + Senomix Timesheets Server + + + 8053 + tcp + senomix02 + Senomix Timesheets Client [1 year assignment] + + + 8053 + udp + senomix02 + Senomix Timesheets Client [1 year assignment] + + + 8054 + tcp + senomix03 + Senomix Timesheets Server [1 year assignment] + + + 8054 + udp + senomix03 + Senomix Timesheets Server [1 year assignment] + + + 8055 + tcp + senomix04 + Senomix Timesheets Server [1 year assignment] + + + 8055 + udp + senomix04 + Senomix Timesheets Server [1 year assignment] + + + 8056 + tcp + senomix05 + Senomix Timesheets Server [1 year assignment] + + + 8056 + udp + senomix05 + Senomix Timesheets Server [1 year assignment] + + + 8057 + tcp + senomix06 + Senomix Timesheets Client [1 year assignment] + + + 8057 + udp + senomix06 + Senomix Timesheets Client [1 year assignment] + + + 8058 + tcp + senomix07 + Senomix Timesheets Client [1 year assignment] + + + 8058 + udp + senomix07 + Senomix Timesheets Client [1 year assignment] + + + 8059 + tcp + senomix08 + Senomix Timesheets Client [1 year assignment] + + + 8059 + udp + senomix08 + Senomix Timesheets Client [1 year assignment] + + + 8060 + tcp + record + Reserved + + + 8060 + udp + aero + Asymmetric Extended Route Optimization (AERO) + + + 8061 + tcp + nikatron-dev + Nikatron Device Protocol + + + 8061 + udp + record + Reserved + + + 8066 + tcp + toad-bi-appsrvr + Toad BI Application Server + + + 8066 + udp + record + Reserved + + + 8067 + tcp + infi-async + Infinidat async replication + + + 8067 + udp + record + Reserved + + + 8070 + tcp + ucs-isc + Oracle Unified Communication Suite's Indexed Search Converter + + + 8070 + udp + record + Reserved + + + 8074 + tcp + gadugadu + Gadu-Gadu + + + 8074 + udp + gadugadu + Gadu-Gadu + + + 8077 + tcp + + + Reserved + + + 8077 + udp + record + Reserved + + + 8080 + tcp + http-alt + HTTP Alternate (see port 80) + + + 8080 + udp + http-alt + HTTP Alternate (see port 80) + + + 8081 + tcp + sunproxyadmin + Sun Proxy Admin Service + + + 8081 + udp + sunproxyadmin + Sun Proxy Admin Service + + + 8082 + tcp + us-cli + Utilistor (Client) + + + 8082 + udp + us-cli + Utilistor (Client) + + + 8083 + tcp + us-srv + Utilistor (Server) + + + 8083 + udp + us-srv + Utilistor (Server) + + + 8084 + tcp + websnp + Snarl Network Protocol over HTTP + + + 8084 + udp + record + Reserved + + + 8086 + tcp + d-s-n + Distributed SCADA Networking Rendezvous Port + + + 8086 + udp + d-s-n + Distributed SCADA Networking Rendezvous Port + + + 8087 + tcp + simplifymedia + Simplify Media SPP Protocol + + + 8087 + udp + simplifymedia + Simplify Media SPP Protocol + + + 8088 + tcp + radan-http + Radan HTTP + + + 8088 + udp + radan-http + Radan HTTP + + + 8090 + tcp + opsmessaging + Vehicle to station messaging + + + 8090 + udp + record + Reserved + + + 8091 + tcp + jamlink + Jam Link Framework + + + 8091 + udp + record + Reserved + + + 8097 + tcp + sac + SAC Port Id + + + 8097 + udp + sac + SAC Port Id + + + 8100 + tcp + xprint-server + Xprint Server + + + 8100 + udp + xprint-server + Xprint Server + + + 8101 + tcp + ldoms-migr + Logical Domains Migration + + + 8101 + udp + record + Reserved + + + 8102 + tcp + kz-migr + Oracle Kernel zones migration server + + + 8102 + udp + record + Reserved + + + 8111 + tcp + record + Reserved + + + 8111 + udp + skynetflow + Skynetflow network services + + + 8115 + tcp + mtl8000-matrix + MTL8000 Matrix + + + 8115 + udp + mtl8000-matrix + MTL8000 Matrix + + + 8116 + tcp + cp-cluster + Check Point Clustering + + + 8116 + udp + cp-cluster + Check Point Clustering + + + 8117 + tcp + purityrpc + Purity replication clustering and remote management + + + 8117 + udp + record + Reserved + + + 8118 + tcp + privoxy + Privoxy HTTP proxy + + + 8118 + udp + privoxy + Privoxy HTTP proxy + + + 8121 + tcp + apollo-data + Apollo Data Port + + + 8121 + udp + apollo-data + Apollo Data Port + + + 8122 + tcp + apollo-admin + Apollo Admin Port + + + 8122 + udp + apollo-admin + Apollo Admin Port + + + 8128 + tcp + paycash-online + PayCash Online Protocol + + + 8128 + udp + paycash-online + PayCash Online Protocol + + + 8129 + tcp + paycash-wbp + PayCash Wallet-Browser + + + 8129 + udp + paycash-wbp + PayCash Wallet-Browser + + + 8130 + tcp + indigo-vrmi + INDIGO-VRMI + + + 8130 + udp + indigo-vrmi + INDIGO-VRMI + + + 8131 + tcp + indigo-vbcp + INDIGO-VBCP + + + 8131 + udp + indigo-vbcp + INDIGO-VBCP + + + 8132 + tcp + dbabble + dbabble + + + 8132 + udp + dbabble + dbabble + + + 8140 + tcp + puppet + The Puppet master service + + + 8140 + udp + record + Reserved + + + 8148 + tcp + isdd + i-SDD file transfer + + + 8148 + udp + isdd + i-SDD file transfer + + + 8149 + tcp + record + Reserved + + + 8149 + udp + eor-game + Edge of Reality game data + + + 8153 + tcp + quantastor + QuantaStor Management Interface + + + 8153 + udp + record + Reserved + + + 8160 + tcp + patrol + Patrol + + + 8160 + udp + patrol + Patrol + + + 8161 + tcp + patrol-snmp + Patrol SNMP + + + 8161 + udp + patrol-snmp + Patrol SNMP + + + 8162 + tcp + lpar2rrd + LPAR2RRD client server communication + + + 8162 + udp + record + Reserved + + + 8181 + tcp + intermapper + Intermapper network management system + + + 8181 + udp + record + Reserved + + + 8182 + tcp + vmware-fdm + VMware Fault Domain Manager + + + 8182 + udp + vmware-fdm + VMware Fault Domain Manager + + + 8183 + tcp + proremote + ProRemote + + + 8183 + udp + record + Reserved + + + 8184 + tcp + itach + Remote iTach Connection + + + 8184 + udp + itach + Remote iTach Connection + + + 8190 + tcp + gcp-rphy + Generic control plane for RPHY + + + 8190 + udp + record + Reserved + + + 8191 + tcp + limnerpressure + Limner Pressure + + + 8191 + udp + record + Reserved + + + 8192 + tcp + spytechphone + SpyTech Phone Service + + + 8192 + udp + spytechphone + SpyTech Phone Service + + + 8194 + tcp + blp1 + Bloomberg data API + + + 8194 + udp + blp1 + Bloomberg data API + + + 8195 + tcp + blp2 + Bloomberg feed + + + 8195 + udp + blp2 + Bloomberg feed + + + 8199 + tcp + vvr-data + VVR DATA + + + 8199 + udp + vvr-data + VVR DATA + + + 8200 + tcp + trivnet1 + TRIVNET + + + 8200 + udp + trivnet1 + TRIVNET + + + 8201 + tcp + trivnet2 + TRIVNET + + + 8201 + udp + trivnet2 + TRIVNET + + + 8202 + tcp + record + Reserved + + + 8202 + udp + aesop + Audio+Ethernet Standard Open Protocol + + + 8204 + tcp + lm-perfworks + LM Perfworks + + + 8204 + udp + lm-perfworks + LM Perfworks + + + 8205 + tcp + lm-instmgr + LM Instmgr + + + 8205 + udp + lm-instmgr + LM Instmgr + + + 8206 + tcp + lm-dta + LM Dta + + + 8206 + udp + lm-dta + LM Dta + + + 8207 + tcp + lm-sserver + LM SServer + + + 8207 + udp + lm-sserver + LM SServer + + + 8208 + tcp + lm-webwatcher + LM Webwatcher + + + 8208 + udp + lm-webwatcher + LM Webwatcher + + + 8211 + tcp + record + Reserved + + + 8211 + udp + aruba-papi + Aruba Networks AP management + + + 8230 + tcp + rexecj + RexecJ Server + + + 8230 + udp + rexecj + RexecJ Server + + + 8231 + tcp + record + Reserved + + + 8231 + udp + hncp-udp-port + HNCP + + + 8232 + tcp + record + Reserved + + + 8232 + udp + hncp-dtls-port + HNCP over DTLS + + + 8243 + tcp + synapse-nhttps + Synapse Non Blocking HTTPS + + + 8243 + udp + synapse-nhttps + Synapse Non Blocking HTTPS + + + 8266 + tcp + record + Reserved + + + 8266 + udp + espeasy-p2p + ESPeasy peer-2-peer communication + + + 8270 + tcp + robot-remote + Robot Framework Remote Library Interface + + + 8270 + udp + record + Reserved + + + 8276 + tcp + ms-mcc + Microsoft Connected Cache + + + 8276 + udp + ms-mcc + Microsoft Connected Cache + + + 8280 + tcp + synapse-nhttp + Synapse Non Blocking HTTP + + + 8280 + udp + synapse-nhttp + Synapse Non Blocking HTTP + + + 8282 + tcp + libelle + Libelle EnterpriseBus + + + 8282 + udp + libelle-disc + Libelle EnterpriseBus discovery + + + 8282 + sctp + record + Reserved + + + 8282 + dccp + record + Reserved + + + 8292 + tcp + blp3 + Bloomberg professional + + + 8292 + udp + blp3 + Bloomberg professional + + + 8293 + tcp + hiperscan-id + Hiperscan Identification Service + + + 8293 + udp + record + Reserved + + + 8294 + tcp + blp4 + Bloomberg intelligent client + + + 8294 + udp + blp4 + Bloomberg intelligent client + + + 8300 + tcp + tmi + Transport Management Interface + + + 8300 + udp + tmi + Transport Management Interface + + + 8301 + tcp + amberon + Amberon PPC/PPS + + + 8301 + udp + amberon + Amberon PPC/PPS + + + 8313 + tcp + hub-open-net + Hub Open Network + + + 8313 + udp + record + Reserved + + + 8320 + tcp + tnp-discover + Thin(ium) Network Protocol + + + 8320 + udp + tnp-discover + Thin(ium) Network Protocol + + + 8321 + tcp + tnp + Thin(ium) Network Protocol + + + 8321 + udp + tnp + Thin(ium) Network Protocol + + + 8322 + tcp + garmin-marine + Garmin Marine + + + 8322 + udp + garmin-marine + Garmin Marine + + + 8351 + tcp + server-find + Server Find + + + 8351 + udp + server-find + Server Find + + + 8376 + tcp + cruise-enum + Cruise ENUM + + + 8376 + udp + cruise-enum + Cruise ENUM + + + 8377 + tcp + cruise-swroute + Cruise SWROUTE + + + 8377 + udp + cruise-swroute + Cruise SWROUTE + + + 8378 + tcp + cruise-config + Cruise CONFIG + + + 8378 + udp + cruise-config + Cruise CONFIG + + + 8379 + tcp + cruise-diags + Cruise DIAGS + + + 8379 + udp + cruise-diags + Cruise DIAGS + + + 8380 + tcp + cruise-update + Cruise UPDATE + + + 8380 + udp + cruise-update + Cruise UPDATE + + + 8383 + tcp + m2mservices + M2m Services + + + 8383 + udp + m2mservices + M2m Services + + + 8384 + udp + marathontp + Marathon Transport Protocol + + + 8384 + tcp + record + Reserved + + + 8400 + tcp + cvd + cvd + + + 8400 + udp + cvd + cvd + + + 8401 + tcp + sabarsd + sabarsd + + + 8401 + udp + sabarsd + sabarsd + + + 8402 + tcp + abarsd + abarsd + + + 8402 + udp + abarsd + abarsd + + + 8403 + tcp + admind + admind + + + 8403 + udp + admind + admind + + + 8404 + tcp + svcloud + SuperVault Cloud + + + 8404 + udp + record + Reserved + + + 8405 + tcp + svbackup + SuperVault Backup + + + 8405 + udp + record + Reserved + + + 8415 + tcp + dlpx-sp + Delphix Session Protocol + + + 8415 + udp + record + Reserved + + + 8416 + tcp + espeech + eSpeech Session Protocol + + + 8416 + udp + espeech + eSpeech Session Protocol + + + 8417 + tcp + espeech-rtp + eSpeech RTP Protocol + + + 8417 + udp + espeech-rtp + eSpeech RTP Protocol + + + 8423 + tcp + aritts + Aristech text-to-speech server + + + 8423 + udp + record + Reserved + + + 8432 + tcp + pgbackrest + PostgreSQL Backup + + + 8432 + udp + record + Reserved + + + 8433 + tcp + record + Reserved + + + 8433 + udp + aws-as2 + Non Persistent Desktop and Application Streaming + + + 8442 + tcp + cybro-a-bus + CyBro A-bus Protocol + + + 8442 + udp + cybro-a-bus + CyBro A-bus Protocol + + + 8443 + tcp + pcsync-https + PCsync HTTPS + + + 8443 + udp + pcsync-https + PCsync HTTPS + + + 8444 + tcp + pcsync-http + PCsync HTTP + + + 8444 + udp + pcsync-http + PCsync HTTP + + + 8445 + tcp + copy + Port for copy peer sync feature + + + 8445 + udp + copy-disc + Port for copy discovery + + + 8448 + tcp + matrix-fed + Matrix Federation Protocol + + + 8448 + udp + record + Reserved + + + 8450 + tcp + npmp + npmp + + + 8450 + udp + npmp + npmp + + + 8457 + tcp + nexentamv + Nexenta Management GUI + + + 8457 + udp + record + Reserved + + + 8470 + tcp + cisco-avp + Cisco Address Validation Protocol + + + 8470 + udp + record + Reserved + + + 8471 + tcp + pim-port + PIM over Reliable Transport + + + 8471 + sctp + pim-port + PIM over Reliable Transport + + + 8471 + udp + record + Reserved + + + 8472 + tcp + otv + Overlay Transport Virtualization (OTV) + + + 8472 + udp + otv + Overlay Transport Virtualization (OTV) + + + 8473 + tcp + vp2p + Virtual Point to Point + + + 8473 + udp + vp2p + Virtual Point to Point + + + 8474 + tcp + noteshare + AquaMinds NoteShare + + + 8474 + udp + noteshare + AquaMinds NoteShare + + + 8500 + tcp + fmtp + Flight Message Transfer Protocol + + + 8500 + udp + fmtp + Flight Message Transfer Protocol + + + 8501 + tcp + cmtp-mgt + CYTEL Message Transfer Management + + + 8501 + udp + cmtp-av + CYTEL Message Transfer Audio and Video + + + 8502 + tcp + ftnmtp + FTN Message Transfer Protocol + + + 8502 + udp + record + Reserved + + + 8503 + udp + lsp-self-ping + MPLS LSP Self-Ping + + + 8503 + tcp + record + Reserved + + + 8554 + tcp + rtsp-alt + RTSP Alternate (see port 554) + + + 8554 + udp + rtsp-alt + RTSP Alternate (see port 554) + + + 8555 + tcp + d-fence + SYMAX D-FENCE + + + 8555 + udp + d-fence + SYMAX D-FENCE + + + 8567 + tcp + dof-tunnel + DOF Tunneling Protocol + + + 8567 + udp + dof-tunnel + DOF Tunneling Protocol + + + 8600 + tcp + asterix + Surveillance Data + + + 8600 + udp + asterix + Surveillance Data + + + 8609 + tcp + record + Reserved + + + 8609 + udp + canon-cpp-disc + Canon Compact Printer Protocol Discovery + + + 8610 + tcp + canon-mfnp + Canon MFNP Service + + + 8610 + udp + canon-mfnp + Canon MFNP Service + + + 8611 + tcp + canon-bjnp1 + Canon BJNP Port 1 + + + 8611 + udp + canon-bjnp1 + Canon BJNP Port 1 + + + 8612 + tcp + canon-bjnp2 + Canon BJNP Port 2 + + + 8612 + udp + canon-bjnp2 + Canon BJNP Port 2 + + + 8613 + tcp + canon-bjnp3 + Canon BJNP Port 3 + + + 8613 + udp + canon-bjnp3 + Canon BJNP Port 3 + + + 8614 + tcp + canon-bjnp4 + Canon BJNP Port 4 + + + 8614 + udp + canon-bjnp4 + Canon BJNP Port 4 + + + 8615 + tcp + imink + Imink Service Control + + + 8615 + udp + record + Reserved + + + 8665 + tcp + monetra + Monetra + + + 8665 + udp + record + Reserved + + + 8666 + tcp + monetra-admin + Monetra Administrative Access + + + 8666 + udp + record + Reserved + + + 8668 + tcp + spartan + Spartan management + + + 8668 + udp + record + Reserved + + + 8675 + tcp + msi-cps-rm + Motorola Solutions Customer Programming Software for Radio Management + + + 8675 + udp + msi-cps-rm-disc + Motorola Solutions Customer Programming Software for Radio Management Discovery + + + 8686 + tcp + sun-as-jmxrmi + Sun App Server - JMX/RMI + + + 8686 + udp + sun-as-jmxrmi + Sun App Server - JMX/RMI + + + 8688 + tcp + openremote-ctrl + OpenRemote Controller HTTP/REST + + + 8688 + udp + record + Reserved + + + 8699 + tcp + vnyx + VNYX Primary Port + + + 8699 + udp + record + Reserved + + + 8710 + tcp + semi-grpc + gRPC for SEMI Standards implementations + + + 8710 + udp + record + Reserved + + + 8711 + tcp + nvc + Nuance Voice Control + + + 8711 + udp + record + Reserved + + + 8732 + tcp + record + Reserved + + + 8732 + udp + dtp-net + DASGIP Net Services + + + 8733 + tcp + ibus + iBus + + + 8733 + udp + ibus + iBus + + + 8750 + tcp + dey-keyneg + DEY Storage Key Negotiation + + + 8750 + udp + record + Reserved + + + 8763 + tcp + mc-appserver + MC-APPSERVER + + + 8763 + udp + mc-appserver + MC-APPSERVER + + + 8764 + tcp + openqueue + OPENQUEUE + + + 8764 + udp + openqueue + OPENQUEUE + + + 8765 + tcp + ultraseek-http + Ultraseek HTTP + + + 8765 + udp + ultraseek-http + Ultraseek HTTP + + + 8766 + tcp + amcs + Agilent Connectivity Service + + + 8766 + udp + amcs + Agilent Connectivity Service + + + 8767 + tcp + core-of-source + Online mobile multiplayer game + + + 8767 + udp + record + Reserved + + + 8768 + tcp + sandpolis + Sandpolis Server + + + 8768 + udp + record + Reserved + + + 8769 + tcp + oktaauthenticat + Okta MultiPlatform Access Mgmt for Cloud Svcs + + + 8769 + udp + record + Reserved + + + 8770 + tcp + dpap + Digital Photo Access Protocol (iPhoto) + + + 8770 + udp + dpap + Digital Photo Access Protocol (iPhoto) + + + 8778 + tcp + uec + Stonebranch Universal Enterprise Controller + + + 8778 + udp + record + Reserved + + + 8786 + tcp + msgclnt + Message Client + + + 8786 + udp + msgclnt + Message Client + + + 8787 + tcp + msgsrvr + Message Server + + + 8787 + udp + msgsrvr + Message Server + + + 8793 + tcp + acd-pm + Accedian Performance Measurement + + + 8793 + udp + acd-pm + Accedian Performance Measurement + + + 8800 + tcp + sunwebadmin + Sun Web Server Admin Service + + + 8800 + udp + sunwebadmin + Sun Web Server Admin Service + + + 8804 + tcp + truecm + truecm + + + 8804 + udp + truecm + truecm + + + 8805 + tcp + record + Reserved + + + 8805 + udp + pfcp + Destination Port number for PFCP + + + 8807 + tcp + record + Reserved + + + 8807 + udp + hes-clip + HES-CLIP Interoperability protocol + + + 8808 + tcp + record + Reserved + + + 8808 + udp + ssports-bcast + STATSports Broadcast Service + + + 8809 + tcp + record + Reserved + + + 8809 + udp + 3gpp-monp + MCPTT Off-Network Protocol (MONP) + + + 8873 + tcp + dxspider + dxspider linking protocol + + + 8873 + udp + dxspider + dxspider linking protocol + + + 8880 + tcp + cddbp-alt + CDDBP + + + 8880 + udp + cddbp-alt + CDDBP + + + 8881 + tcp + galaxy4d + Galaxy4D Online Game Engine + + + 8881 + udp + record + Reserved + + + 8883 + tcp + secure-mqtt + Secure MQTT + + + 8883 + udp + secure-mqtt + Secure MQTT + + + 8888 + tcp + ddi-tcp-1 + NewsEDGE server TCP (TCP 1) + + + 8888 + udp + ddi-udp-1 + NewsEDGE server UDP (UDP 1) + + + 8889 + tcp + ddi-tcp-2 + Desktop Data TCP 1 + + + 8889 + udp + ddi-udp-2 + NewsEDGE server broadcast + + + 8890 + tcp + ddi-tcp-3 + Desktop Data TCP 2 + + + 8890 + udp + ddi-udp-3 + NewsEDGE client broadcast + + + 8891 + tcp + ddi-tcp-4 + Desktop Data TCP 3: NESS application + + + 8891 + udp + ddi-udp-4 + Desktop Data UDP 3: NESS application + + + 8892 + tcp + ddi-tcp-5 + Desktop Data TCP 4: FARM product + + + 8892 + udp + ddi-udp-5 + Desktop Data UDP 4: FARM product + + + 8893 + tcp + ddi-tcp-6 + Desktop Data TCP 5: NewsEDGE/Web application + + + 8893 + udp + ddi-udp-6 + Desktop Data UDP 5: NewsEDGE/Web application + + + 8894 + tcp + ddi-tcp-7 + Desktop Data TCP 6: COAL application + + + 8894 + udp + ddi-udp-7 + Desktop Data UDP 6: COAL application + + + 8899 + tcp + ospf-lite + ospf-lite + + + 8899 + udp + ospf-lite + ospf-lite + + + 8900 + tcp + jmb-cds1 + JMB-CDS 1 + + + 8900 + udp + jmb-cds1 + JMB-CDS 1 + + + 8901 + tcp + jmb-cds2 + JMB-CDS 2 + + + 8901 + udp + jmb-cds2 + JMB-CDS 2 + + + 8908 + tcp + dpp + WFA Device Provisioning Protocol + + + 8908 + udp + record + Reserved + + + 8910 + tcp + manyone-http + manyone-http + + + 8910 + udp + manyone-http + manyone-http + + + 8911 + tcp + manyone-xml + manyone-xml + + + 8911 + udp + manyone-xml + manyone-xml + + + 8912 + tcp + wcbackup + Windows Client Backup + + + 8912 + udp + wcbackup + Windows Client Backup + + + 8913 + tcp + dragonfly + Dragonfly System Service + + + 8913 + udp + dragonfly + Dragonfly System Service + + + 8937 + tcp + twds + Transaction Warehouse Data Service + + + 8937 + udp + record + Reserved + + + 8953 + tcp + ub-dns-control + unbound dns nameserver control + + + 8953 + udp + record + Reserved + + + 8954 + tcp + cumulus-admin + Cumulus Admin Port + + + 8954 + udp + cumulus-admin + Cumulus Admin Port + + + 8980 + tcp + nod-provider + Network of Devices Provider + + + 8980 + udp + nod-provider + Network of Devices Provider + + + 8981 + udp + nod-client + Network of Devices Client + + + 8981 + tcp + record + Reserved + + + 8989 + tcp + sunwebadmins + Sun Web Server SSL Admin Service + + + 8989 + udp + sunwebadmins + Sun Web Server SSL Admin Service + + + 8990 + tcp + http-wmap + webmail HTTP service + + + 8990 + udp + http-wmap + webmail HTTP service + + + 8991 + tcp + https-wmap + webmail HTTPS service + + + 8991 + udp + https-wmap + webmail HTTPS service + + + 8997 + tcp + oracle-ms-ens + Oracle Messaging Server Event Notification Service + + + 8997 + udp + record + Reserved + + + 8998 + tcp + canto-roboflow + Canto RoboFlow Control + + + 8998 + udp + record + Reserved + + + 8999 + tcp + bctp + Brodos Crypto Trade Protocol + + + 8999 + udp + bctp + Brodos Crypto Trade Protocol + + + 9000 + tcp + cslistener + CSlistener + + + 9000 + udp + cslistener + CSlistener + + + 9001 + tcp + etlservicemgr + ETL Service Manager + + + 9001 + udp + etlservicemgr + ETL Service Manager + + + 9002 + tcp + dynamid + DynamID authentication + + + 9002 + udp + dynamid + DynamID authentication + + + 9005 + tcp + golem + Golem Inter-System RPC + + + 9005 + udp + record + Reserved + + + 9007 + tcp + record + Reserved + + + 9007 + udp + ogs-client + Open Grid Services Client + + + 9008 + tcp + ogs-server + Open Grid Services Server + + + 9008 + udp + record + Reserved + + + 9009 + tcp + pichat + Pichat Server + + + 9009 + udp + pichat + Pichat Server + + + 9010 + tcp + sdr + Secure Data Replicator Protocol + + + 9010 + udp + record + Reserved + + + 9011 + tcp + record + Reserved + + + 9011 + udp + d-star + D-Star Routing digital voice+data for amateur radio + + + 9020 + tcp + tambora + TAMBORA + + + 9020 + udp + tambora + TAMBORA + + + 9021 + tcp + panagolin-ident + Pangolin Identification + + + 9021 + udp + panagolin-ident + Pangolin Identification + + + 9022 + tcp + paragent + PrivateArk Remote Agent + + + 9022 + udp + paragent + PrivateArk Remote Agent + + + 9023 + tcp + swa-1 + Secure Web Access - 1 + + + 9023 + udp + swa-1 + Secure Web Access - 1 + + + 9024 + tcp + swa-2 + Secure Web Access - 2 + + + 9024 + udp + swa-2 + Secure Web Access - 2 + + + 9025 + tcp + swa-3 + Secure Web Access - 3 + + + 9025 + udp + swa-3 + Secure Web Access - 3 + + + 9026 + tcp + swa-4 + Secure Web Access - 4 + + + 9026 + udp + swa-4 + Secure Web Access - 4 + + + 9050 + tcp + versiera + Versiera Agent Listener + + + 9050 + udp + record + Reserved + + + 9051 + tcp + fio-cmgmt + Fusion-io Central Manager Service + + + 9051 + udp + record + Reserved + + + 9060 + tcp + CardWeb-IO + CardWeb request-response I/O exchange + + + 9060 + udp + CardWeb-RT + CardWeb realtime device data + + + 9080 + tcp + glrpc + Groove GLRPC + + + 9080 + udp + glrpc + Groove GLRPC + + + 9081 + tcp + record + Reserved + + + 9081 + udp + cisco-aqos + Required for Adaptive Quality of Service + + + 9082 + sctp + lcs-ap + LCS Application Protocol + + + 9083 + tcp + emc-pp-mgmtsvc + EMC PowerPath Mgmt Service + + + 9083 + udp + record + Reserved + + + 9084 + tcp + aurora + IBM AURORA Performance Visualizer + + + 9084 + udp + aurora + IBM AURORA Performance Visualizer + + + 9084 + sctp + aurora + IBM AURORA Performance Visualizer + + + 9085 + tcp + ibm-rsyscon + IBM Remote System Console + + + 9085 + udp + ibm-rsyscon + IBM Remote System Console + + + 9086 + tcp + net2display + Vesa Net2Display + + + 9086 + udp + net2display + Vesa Net2Display + + + 9087 + tcp + classic + Classic Data Server + + + 9087 + udp + classic + Classic Data Server + + + 9088 + tcp + sqlexec + IBM Informix SQL Interface + + + 9088 + udp + sqlexec + IBM Informix SQL Interface + + + 9089 + tcp + sqlexec-ssl + IBM Informix SQL Interface - Encrypted + + + 9089 + udp + sqlexec-ssl + IBM Informix SQL Interface - Encrypted + + + 9090 + tcp + websm + WebSM + + + 9090 + udp + websm + WebSM + + + 9091 + tcp + xmltec-xmlmail + xmltec-xmlmail + + + 9091 + udp + xmltec-xmlmail + xmltec-xmlmail + + + 9092 + tcp + XmlIpcRegSvc + Xml-Ipc Server Reg + + + 9092 + udp + XmlIpcRegSvc + Xml-Ipc Server Reg + + + 9093 + tcp + copycat + Copycat database replication service + + + 9093 + udp + record + Reserved + + + 9100 + tcp + hp-pdl-datastr + PDL Data Streaming Port + + + 9100 + udp + hp-pdl-datastr + PDL Data Streaming Port + + + 9100 + tcp + pdl-datastream + Printer PDL Data Stream + + + 9100 + udp + pdl-datastream + Printer PDL Data Stream + + + 9101 + tcp + bacula-dir + Bacula Director + + + 9101 + udp + bacula-dir + Bacula Director + + + 9102 + tcp + bacula-fd + Bacula File Daemon + + + 9102 + udp + bacula-fd + Bacula File Daemon + + + 9103 + tcp + bacula-sd + Bacula Storage Daemon + + + 9103 + udp + bacula-sd + Bacula Storage Daemon + + + 9104 + tcp + peerwire + PeerWire + + + 9104 + udp + peerwire + PeerWire + + + 9105 + tcp + xadmin + Xadmin Control Service + + + 9105 + udp + xadmin + Xadmin Control Service + + + 9106 + tcp + astergate + Astergate Control Service + + + 9106 + udp + astergate-disc + Astergate Discovery Service + + + 9107 + tcp + astergatefax + AstergateFax Control Service + + + 9107 + udp + record + Reserved + + + 9111 + tcp + hexxorecore + Multiple Purpose, Distributed Message Bus + + + 9111 + udp + hexxorecore + Multiple Purpose, Distributed Message Bus + + + 9119 + tcp + mxit + MXit Instant Messaging + + + 9119 + udp + mxit + MXit Instant Messaging + + + 9122 + tcp + grcmp + Global Relay compliant mobile instant messaging protocol + + + 9122 + udp + record + Reserved + + + 9123 + tcp + grcp + Global Relay compliant instant messaging protocol + + + 9123 + udp + record + Reserved + + + 9131 + tcp + dddp + Dynamic Device Discovery + + + 9131 + udp + dddp + Dynamic Device Discovery + + + 9160 + tcp + apani1 + apani1 + + + 9160 + udp + apani1 + apani1 + + + 9161 + tcp + apani2 + apani2 + + + 9161 + udp + apani2 + apani2 + + + 9162 + tcp + apani3 + apani3 + + + 9162 + udp + apani3 + apani3 + + + 9163 + tcp + apani4 + apani4 + + + 9163 + udp + apani4 + apani4 + + + 9164 + tcp + apani5 + apani5 + + + 9164 + udp + apani5 + apani5 + + + 9191 + tcp + sun-as-jpda + Sun AppSvr JPDA + + + 9191 + udp + sun-as-jpda + Sun AppSvr JPDA + + + 9200 + tcp + wap-wsp + WAP connectionless session service + + + 9200 + udp + wap-wsp + WAP connectionless session service + + + 9201 + tcp + wap-wsp-wtp + WAP session service + + + 9201 + udp + wap-wsp-wtp + WAP session service + + + 9202 + tcp + wap-wsp-s + WAP secure connectionless session service + + + 9202 + udp + wap-wsp-s + WAP secure connectionless session service + + + 9203 + tcp + wap-wsp-wtp-s + WAP secure session service + + + 9203 + udp + wap-wsp-wtp-s + WAP secure session service + + + 9204 + tcp + wap-vcard + WAP vCard + + + 9204 + udp + wap-vcard + WAP vCard + + + 9205 + tcp + wap-vcal + WAP vCal + + + 9205 + udp + wap-vcal + WAP vCal + + + 9206 + tcp + wap-vcard-s + WAP vCard Secure + + + 9206 + udp + wap-vcard-s + WAP vCard Secure + + + 9207 + tcp + wap-vcal-s + WAP vCal Secure + + + 9207 + udp + wap-vcal-s + WAP vCal Secure + + + 9208 + tcp + rjcdb-vcards + rjcdb vCard + + + 9208 + udp + rjcdb-vcards + rjcdb vCard + + + 9209 + tcp + almobile-system + ALMobile System Service + + + 9209 + udp + almobile-system + ALMobile System Service + + + 9210 + tcp + oma-mlp + OMA Mobile Location Protocol + + + 9210 + udp + oma-mlp + OMA Mobile Location Protocol + + + 9211 + tcp + oma-mlp-s + OMA Mobile Location Protocol Secure + + + 9211 + udp + oma-mlp-s + OMA Mobile Location Protocol Secure + + + 9212 + tcp + serverviewdbms + Server View dbms access + + + 9212 + udp + serverviewdbms + Server View dbms access + + + 9213 + tcp + serverstart + ServerStart RemoteControl + + + 9213 + udp + serverstart + ServerStart RemoteControl + + + 9214 + tcp + ipdcesgbs + IPDC ESG BootstrapService + + + 9214 + udp + ipdcesgbs + IPDC ESG BootstrapService + + + 9215 + tcp + insis + Integrated Setup and Install Service + + + 9215 + udp + insis + Integrated Setup and Install Service + + + 9216 + tcp + acme + Aionex Communication Management Engine + + + 9216 + udp + acme + Aionex Communication Management Engine + + + 9217 + tcp + fsc-port + FSC Communication Port + + + 9217 + udp + fsc-port + FSC Communication Port + + + 9222 + tcp + teamcoherence + QSC Team Coherence + + + 9222 + udp + teamcoherence + QSC Team Coherence + + + 9255 + tcp + mon + Manager On Network + + + 9255 + udp + mon + Manager On Network + + + 9277 + udp + traingpsdata + GPS Data transmitted from train to ground network + + + 9277 + tcp + record + Reserved + + + 9278 + tcp + pegasus + Pegasus GPS Platform + + + 9278 + udp + pegasus + Pegasus GPS Platform + + + 9279 + tcp + pegasus-ctl + Pegaus GPS System Control Interface + + + 9279 + udp + pegasus-ctl + Pegaus GPS System Control Interface + + + 9280 + tcp + pgps + Predicted GPS + + + 9280 + udp + pgps + Predicted GPS + + + 9281 + tcp + swtp-port1 + SofaWare transport port 1 + + + 9281 + udp + swtp-port1 + SofaWare transport port 1 + + + 9282 + tcp + swtp-port2 + SofaWare transport port 2 + + + 9282 + udp + swtp-port2 + SofaWare transport port 2 + + + 9283 + tcp + callwaveiam + CallWaveIAM + + + 9283 + udp + callwaveiam + CallWaveIAM + + + 9284 + tcp + visd + VERITAS Information Serve + + + 9284 + udp + visd + VERITAS Information Serve + + + 9285 + tcp + n2h2server + N2H2 Filter Service Port + + + 9285 + udp + n2h2server + N2H2 Filter Service Port + + + 9286 + tcp + record + Reserved + + + 9286 + udp + n2receive + n2 monitoring receiver + + + 9287 + tcp + cumulus + Cumulus + + + 9287 + udp + cumulus + Cumulus + + + 9292 + tcp + armtechdaemon + ArmTech Daemon + + + 9292 + udp + armtechdaemon + ArmTech Daemon + + + 9293 + tcp + storview + StorView Client + + + 9293 + udp + storview + StorView Client + + + 9294 + tcp + armcenterhttp + ARMCenter http Service + + + 9294 + udp + armcenterhttp + ARMCenter http Service + + + 9295 + tcp + armcenterhttps + ARMCenter https Service + + + 9295 + udp + armcenterhttps + ARMCenter https Service + + + 9300 + tcp + vrace + Virtual Racing Service + + + 9300 + udp + vrace + Virtual Racing Service + + + 9306 + tcp + sphinxql + Sphinx search server (MySQL listener) + + + 9306 + udp + record + Reserved + + + 9310 + tcp + sapms + SAP Message Server + + + 9310 + udp + record + Reserved + + + 9312 + tcp + sphinxapi + Sphinx search server + + + 9312 + udp + record + Reserved + + + 9318 + tcp + secure-ts + PKIX TimeStamp over TLS + + + 9318 + udp + secure-ts + PKIX TimeStamp over TLS + + + 9321 + tcp + guibase + guibase + + + 9321 + udp + guibase + guibase + + + 9339 + tcp + gnmi-gnoi + gRPC Network Mgmt/Operations Interface + + + 9339 + udp + record + Reserved + + + 9340 + tcp + gribi + gRPC Routing Information Base Interface + + + 9340 + udp + record + Reserved + + + 9343 + tcp + mpidcmgr + MpIdcMgr + + + 9343 + udp + mpidcmgr + MpIdcMgr + + + 9344 + tcp + mphlpdmc + Mphlpdmc + + + 9344 + udp + mphlpdmc + Mphlpdmc + + + 9345 + tcp + rancher + Rancher Agent + + + 9345 + udp + record + Reserved + + + 9346 + tcp + ctechlicensing + C Tech Licensing + + + 9346 + udp + ctechlicensing + C Tech Licensing + + + 9374 + tcp + fjdmimgr + fjdmimgr + + + 9374 + udp + fjdmimgr + fjdmimgr + + + 9380 + tcp + boxp + Brivs! Open Extensible Protocol + + + 9380 + udp + boxp + Brivs! Open Extensible Protocol + + + 9387 + tcp + d2dconfig + D2D Configuration Service + + + 9387 + udp + record + Reserved + + + 9388 + tcp + d2ddatatrans + D2D Data Transfer Service + + + 9388 + udp + record + Reserved + + + 9389 + tcp + adws + Active Directory Web Services + + + 9389 + udp + record + Reserved + + + 9390 + tcp + otp + OpenVAS Transfer Protocol + + + 9390 + udp + record + Reserved + + + 9396 + tcp + fjinvmgr + fjinvmgr + + + 9396 + udp + fjinvmgr + fjinvmgr + + + 9397 + tcp + mpidcagt + MpIdcAgt + + + 9397 + udp + mpidcagt + MpIdcAgt + + + 9400 + tcp + sec-t4net-srv + Samsung Twain for Network Server + + + 9400 + udp + sec-t4net-srv + Samsung Twain for Network Server + + + 9401 + tcp + sec-t4net-clt + Samsung Twain for Network Client + + + 9401 + udp + sec-t4net-clt + Samsung Twain for Network Client + + + 9402 + tcp + sec-pc2fax-srv + Samsung PC2FAX for Network Server + + + 9402 + udp + sec-pc2fax-srv + Samsung PC2FAX for Network Server + + + 9418 + tcp + git + git pack transfer service + + + 9418 + udp + git + git pack transfer service + + + 9443 + tcp + tungsten-https + WSO2 Tungsten HTTPS + + + 9443 + udp + tungsten-https + WSO2 Tungsten HTTPS + + + 9444 + tcp + wso2esb-console + WSO2 ESB Administration Console HTTPS + + + 9444 + udp + wso2esb-console + WSO2 ESB Administration Console HTTPS + + + 9445 + tcp + mindarray-ca + MindArray Systems Console Agent + + + 9445 + udp + record + Reserved + + + 9450 + tcp + sntlkeyssrvr + Sentinel Keys Server + + + 9450 + udp + sntlkeyssrvr + Sentinel Keys Server + + + 9500 + tcp + ismserver + ismserver + + + 9500 + udp + ismserver + ismserver + + + 9522 + tcp + record + Reserved + + + 9522 + udp + sma-spw + SMA Speedwire + + + 9535 + tcp + mngsuite + Management Suite Remote Control + + + 9535 + udp + mngsuite + Management Suite Remote Control + + + 9536 + tcp + laes-bf + Surveillance buffering function + + + 9536 + udp + laes-bf + Surveillance buffering function + + + 9555 + tcp + trispen-sra + Trispen Secure Remote Access + + + 9555 + udp + trispen-sra + Trispen Secure Remote Access + + + 9559 + tcp + p4runtime + P4Runtime gRPC Service + + + 9559 + udp + record + Reserved + + + 9592 + tcp + ldgateway + LANDesk Gateway + + + 9592 + udp + ldgateway + LANDesk Gateway + + + 9593 + tcp + cba8 + LANDesk Management Agent (cba8) + + + 9593 + udp + cba8 + LANDesk Management Agent (cba8) + + + 9594 + tcp + msgsys + Message System + + + 9594 + udp + msgsys + Message System + + + 9595 + tcp + pds + Ping Discovery Service + + + 9595 + udp + pds + Ping Discovery Service + + + 9596 + tcp + mercury-disc + Mercury Discovery + + + 9596 + udp + mercury-disc + Mercury Discovery + + + 9597 + tcp + pd-admin + PD Administration + + + 9597 + udp + pd-admin + PD Administration + + + 9598 + tcp + vscp + Very Simple Ctrl Protocol + + + 9598 + udp + vscp + Very Simple Ctrl Protocol + + + 9599 + tcp + robix + Robix + + + 9599 + udp + robix + Robix + + + 9600 + tcp + micromuse-ncpw + MICROMUSE-NCPW + + + 9600 + udp + micromuse-ncpw + MICROMUSE-NCPW + + + 9612 + tcp + streamcomm-ds + StreamComm User Directory + + + 9612 + udp + streamcomm-ds + StreamComm User Directory + + + 9614 + tcp + iadt-tls + iADT Protocol over TLS + + + 9614 + udp + record + Reserved + + + 9616 + tcp + erunbook-agent + System.Xml.XmlElement + + + 9616 + tcp + erunbook_agent + eRunbook Agent + + + 9616 + udp + record + Reserved + + + 9617 + tcp + erunbook-server + System.Xml.XmlElement + + + 9617 + tcp + erunbook_server + eRunbook Server + + + 9617 + udp + record + Reserved + + + 9618 + tcp + condor + Condor Collector Service + + + 9618 + udp + condor + Condor Collector Service + + + 9628 + tcp + odbcpathway + ODBC Pathway Service + + + 9628 + udp + odbcpathway + ODBC Pathway Service + + + 9629 + tcp + uniport + UniPort SSO Controller + + + 9629 + udp + uniport + UniPort SSO Controller + + + 9630 + tcp + peoctlr + Peovica Controller + + + 9630 + udp + record + Reserved + + + 9631 + tcp + peocoll + Peovica Collector + + + 9631 + udp + record + Reserved + + + 9632 + tcp + record + Reserved + + + 9632 + udp + mc-comm + Mobile-C Communications + + + 9640 + tcp + pqsflows + ProQueSys Flows Service + + + 9640 + udp + record + Reserved + + + 9666 + tcp + zoomcp + Zoom Control Panel Game Server Management + + + 9666 + udp + record + Reserved + + + 9667 + tcp + xmms2 + Cross-platform Music Multiplexing System + + + 9667 + udp + xmms2 + Cross-platform Music Multiplexing System + + + 9668 + tcp + tec5-sdctp + tec5 Spectral Device Control Protocol + + + 9668 + udp + tec5-sdctp + tec5 Spectral Device Control Protocol + + + 9694 + tcp + client-wakeup + T-Mobile Client Wakeup Message + + + 9694 + udp + client-wakeup + T-Mobile Client Wakeup Message + + + 9695 + tcp + ccnx + Content Centric Networking + + + 9695 + udp + ccnx + Content Centric Networking + + + 9700 + tcp + board-roar + Board M.I.T. Service + + + 9700 + udp + board-roar + Board M.I.T. Service + + + 9747 + tcp + l5nas-parchan + L5NAS Parallel Channel + + + 9747 + udp + l5nas-parchan + L5NAS Parallel Channel + + + 9750 + tcp + board-voip + Board M.I.T. Synchronous Collaboration + + + 9750 + udp + board-voip + Board M.I.T. Synchronous Collaboration + + + 9753 + tcp + rasadv + rasadv + + + 9753 + udp + rasadv + rasadv + + + 9762 + tcp + tungsten-http + WSO2 Tungsten HTTP + + + 9762 + udp + tungsten-http + WSO2 Tungsten HTTP + + + 9800 + tcp + davsrc + WebDav Source Port + + + 9800 + udp + davsrc + WebDav Source Port + + + 9801 + tcp + sstp-2 + Sakura Script Transfer Protocol-2 + + + 9801 + udp + sstp-2 + Sakura Script Transfer Protocol-2 + + + 9802 + tcp + davsrcs + WebDAV Source TLS/SSL + + + 9802 + udp + davsrcs + WebDAV Source TLS/SSL + + + 9875 + tcp + sapv1 + Session Announcement v1 + + + 9875 + udp + sapv1 + Session Announcement v1 + + + 9876 + tcp + sd + Session Director + + + 9877 + tcp + x510 + The X.510 wrapper protocol + + + 9877 + udp + record + Reserved + + + 9878 + udp + kca-service + The KX509 Kerberized Certificate Issuance Protocol in Use in 2012 + + + 9878 + tcp + record + Reserved + + + 9888 + tcp + cyborg-systems + CYBORG Systems + + + 9888 + udp + cyborg-systems + CYBORG Systems + + + 9889 + tcp + gt-proxy + Port for Cable network related data proxy or repeater + + + 9889 + udp + gt-proxy + Port for Cable network related data proxy or repeater + + + 9898 + tcp + monkeycom + MonkeyCom + + + 9898 + udp + monkeycom + MonkeyCom + + + 9899 + tcp + record + Reserved + + + 9899 + udp + sctp-tunneling + SCTP TUNNELING + + + 9900 + tcp + iua + IUA + + + 9900 + udp + iua + IUA + + + 9900 + sctp + iua + IUA + + + 9901 + udp + enrp + enrp server channel + + + 9901 + sctp + enrp-sctp + enrp server channel + + + 9902 + sctp + enrp-sctp-tls + enrp/tls server channel + + + 9903 + tcp + record + Reserved + + + 9903 + udp + multicast-ping + Multicast Ping Protocol + + + 9909 + tcp + domaintime + domaintime + + + 9909 + udp + domaintime + domaintime + + + 9911 + tcp + sype-transport + SYPECom Transport Protocol + + + 9911 + udp + sype-transport + SYPECom Transport Protocol + + + 9925 + tcp + xybrid-cloud + XYBRID Cloud + + + 9925 + udp + record + Reserved + + + 9950 + tcp + apc-9950 + APC 9950 + + + 9950 + udp + apc-9950 + APC 9950 + + + 9951 + tcp + apc-9951 + APC 9951 + + + 9951 + udp + apc-9951 + APC 9951 + + + 9952 + tcp + apc-9952 + APC 9952 + + + 9952 + udp + apc-9952 + APC 9952 + + + 9953 + tcp + acis + 9953 + + + 9953 + udp + acis + 9953 + + + 9954 + tcp + hinp + HaloteC Instrument Network Protocol + + + 9954 + udp + record + Reserved + + + 9955 + tcp + alljoyn-stm + Contact Port for AllJoyn standard messaging + + + 9955 + udp + alljoyn-mcm + Contact Port for AllJoyn multiplexed constrained messaging + + + 9956 + tcp + record + Reserved + + + 9956 + udp + alljoyn + Alljoyn Name Service + + + 9966 + tcp + odnsp + OKI Data Network Setting Protocol + + + 9966 + udp + odnsp + OKI Data Network Setting Protocol + + + 9978 + tcp + xybrid-rt + XYBRID RT Server + + + 9978 + udp + record + Reserved + + + 9979 + tcp + visweather + Valley Information Systems Weather station data + + + 9979 + udp + record + Reserved + + + 9981 + tcp + pumpkindb + Event sourcing database engine with a built-in programming language + + + 9981 + udp + record + Reserved + + + 9987 + tcp + dsm-scm-target + DSM/SCM Target Interface + + + 9987 + udp + dsm-scm-target + DSM/SCM Target Interface + + + 9988 + tcp + nsesrvr + Software Essentials Secure HTTP server + + + 9988 + udp + record + Reserved + + + 9990 + tcp + osm-appsrvr + OSM Applet Server + + + 9990 + udp + osm-appsrvr + OSM Applet Server + + + 9991 + tcp + osm-oev + OSM Event Server + + + 9991 + udp + osm-oev + OSM Event Server + + + 9992 + tcp + palace-1 + OnLive-1 + + + 9992 + udp + palace-1 + OnLive-1 + + + 9993 + tcp + palace-2 + OnLive-2 + + + 9993 + udp + palace-2 + OnLive-2 + + + 9994 + tcp + palace-3 + OnLive-3 + + + 9994 + udp + palace-3 + OnLive-3 + + + 9995 + tcp + palace-4 + Palace-4 + + + 9995 + udp + palace-4 + Palace-4 + + + 9996 + tcp + palace-5 + Palace-5 + + + 9996 + udp + palace-5 + Palace-5 + + + 9997 + tcp + palace-6 + Palace-6 + + + 9997 + udp + palace-6 + Palace-6 + + + 9998 + tcp + distinct32 + Distinct32 + + + 9998 + udp + distinct32 + Distinct32 + + + 9999 + tcp + distinct + distinct + + + 9999 + udp + distinct + distinct + + + 10000 + tcp + ndmp + Network Data Management Protocol + + + 10000 + udp + ndmp + Network Data Management Protocol + + + 10001 + tcp + scp-config + SCP Configuration + + + 10001 + udp + scp-config + SCP Configuration + + + 10002 + tcp + documentum + EMC-Documentum Content Server Product + + + 10002 + udp + documentum + EMC-Documentum Content Server Product + + + 10003 + tcp + documentum-s + System.Xml.XmlElement + + + 10003 + tcp + documentum_s + EMC-Documentum Content Server Product + + + 10003 + udp + documentum-s + System.Xml.XmlElement + + + 10003 + udp + documentum_s + EMC-Documentum Content Server Product + + + 10004 + tcp + emcrmirccd + EMC Replication Manager Client + + + 10004 + udp + record + Reserved + + + 10005 + tcp + emcrmird + EMC Replication Manager Server + + + 10005 + udp + record + Reserved + + + 10006 + tcp + netapp-sync + Sync replication protocol among different NetApp platforms + + + 10006 + udp + record + Reserved + + + 10007 + tcp + mvs-capacity + MVS Capacity + + + 10007 + udp + mvs-capacity + MVS Capacity + + + 10008 + tcp + octopus + Octopus Multiplexer + + + 10008 + udp + octopus + Octopus Multiplexer + + + 10009 + tcp + swdtp-sv + Systemwalker Desktop Patrol + + + 10009 + udp + swdtp-sv + Systemwalker Desktop Patrol + + + 10010 + tcp + rxapi + ooRexx rxapi services + + + 10010 + udp + record + Reserved + + + 10020 + tcp + abb-hw + Hardware configuration and maintenance + + + 10020 + udp + record + Reserved + + + 10023 + udp + cefd-vmp + Comtech EF-Data's Vipersat Management Protocol + + + 10023 + tcp + record + Reserved + + + 10050 + tcp + zabbix-agent + Zabbix Agent + + + 10050 + udp + zabbix-agent + Zabbix Agent + + + 10051 + tcp + zabbix-trapper + Zabbix Trapper + + + 10051 + udp + zabbix-trapper + Zabbix Trapper + + + 10055 + tcp + qptlmd + Quantapoint FLEXlm Licensing Service + + + 10055 + udp + record + Reserved + + + 10080 + tcp + amanda + Amanda + + + 10080 + udp + amanda + Amanda + + + 10081 + tcp + famdc + FAM Archive Server + + + 10081 + udp + famdc + FAM Archive Server + + + 10100 + tcp + itap-ddtp + VERITAS ITAP DDTP + + + 10100 + udp + itap-ddtp + VERITAS ITAP DDTP + + + 10101 + tcp + ezmeeting-2 + eZmeeting + + + 10101 + udp + ezmeeting-2 + eZmeeting + + + 10102 + tcp + ezproxy-2 + eZproxy + + + 10102 + udp + ezproxy-2 + eZproxy + + + 10103 + tcp + ezrelay + eZrelay + + + 10103 + udp + ezrelay + eZrelay + + + 10104 + tcp + swdtp + Systemwalker Desktop Patrol + + + 10104 + udp + swdtp + Systemwalker Desktop Patrol + + + 10107 + tcp + bctp-server + VERITAS BCTP, server + + + 10107 + udp + bctp-server + VERITAS BCTP, server + + + 10110 + tcp + nmea-0183 + NMEA-0183 Navigational Data + + + 10110 + udp + nmea-0183 + NMEA-0183 Navigational Data + + + 10111 + tcp + record + Reserved + + + 10111 + udp + nmea-onenet + NMEA OneNet multicast messaging + + + 10113 + tcp + netiq-endpoint + NetIQ Endpoint + + + 10113 + udp + netiq-endpoint + NetIQ Endpoint + + + 10114 + tcp + netiq-qcheck + NetIQ Qcheck + + + 10114 + udp + netiq-qcheck + NetIQ Qcheck + + + 10115 + tcp + netiq-endpt + NetIQ Endpoint + + + 10115 + udp + netiq-endpt + NetIQ Endpoint + + + 10116 + tcp + netiq-voipa + NetIQ VoIP Assessor + + + 10116 + udp + netiq-voipa + NetIQ VoIP Assessor + + + 10117 + tcp + iqrm + NetIQ IQCResource Managament Svc + + + 10117 + udp + iqrm + NetIQ IQCResource Managament Svc + + + 10125 + tcp + cimple + HotLink CIMple REST API + + + 10125 + udp + record + Reserved + + + 10128 + tcp + bmc-perf-sd + BMC-PERFORM-SERVICE DAEMON + + + 10128 + udp + bmc-perf-sd + BMC-PERFORM-SERVICE DAEMON + + + 10129 + tcp + bmc-gms + BMC General Manager Server + + + 10129 + udp + record + Reserved + + + 10160 + tcp + qb-db-server + QB Database Server + + + 10160 + udp + qb-db-server + QB Database Server + + + 10161 + tcp + snmptls + SNMP-TLS + + + 10161 + udp + snmpdtls + SNMP-DTLS + + + 10162 + tcp + snmptls-trap + SNMP-Trap-TLS + + + 10162 + udp + snmpdtls-trap + SNMP-Trap-DTLS + + + 10200 + tcp + trisoap + Trigence AE Soap Service + + + 10200 + udp + trisoap + Trigence AE Soap Service + + + 10201 + tcp + rsms + Remote Server Management Service + + + 10201 + udp + rscs + Remote Server Control and Test Service + + + 10252 + tcp + apollo-relay + Apollo Relay Port + + + 10252 + udp + apollo-relay + Apollo Relay Port + + + 10253 + udp + eapol-relay + Relay of EAPOL frames + + + 10253 + tcp + record + Reserved + + + 10260 + tcp + axis-wimp-port + Axis WIMP Port + + + 10260 + udp + axis-wimp-port + Axis WIMP Port + + + 10261 + tcp + tile-ml + Tile remote machine learning + + + 10261 + udp + record + Reserved + + + 10288 + tcp + blocks + Blocks + + + 10288 + udp + blocks + Blocks + + + 10321 + tcp + record + Reserved + + + 10321 + udp + record + Reserved + + + 10439 + udp + bngsync + BalanceNG session table synchronization protocol + + + 10439 + tcp + record + Reserved + + + 10443 + tcp + cirrossp + CirrosSP Workstation Communication + + + 10443 + udp + record + Reserved + + + 10500 + tcp + record + Reserved + + + 10500 + udp + hip-nat-t + HIP NAT-Traversal + + + 10540 + tcp + MOS-lower + MOS Media Object Metadata Port + + + 10540 + udp + MOS-lower + MOS Media Object Metadata Port + + + 10541 + tcp + MOS-upper + MOS Running Order Port + + + 10541 + udp + MOS-upper + MOS Running Order Port + + + 10542 + tcp + MOS-aux + MOS Low Priority Port + + + 10542 + udp + MOS-aux + MOS Low Priority Port + + + 10543 + tcp + MOS-soap + MOS SOAP Default Port + + + 10543 + udp + MOS-soap + MOS SOAP Default Port + + + 10544 + tcp + MOS-soap-opt + MOS SOAP Optional Port + + + 10544 + udp + MOS-soap-opt + MOS SOAP Optional Port + + + 10548 + tcp + serverdocs + Apple Document Sharing Service + + + 10548 + udp + record + Reserved + + + 10631 + tcp + printopia + Printopia Serve + + + 10631 + udp + record + Reserved + + + 10800 + tcp + gap + Gestor de Acaparamiento para Pocket PCs + + + 10800 + udp + gap + Gestor de Acaparamiento para Pocket PCs + + + 10805 + tcp + lpdg + LUCIA Pareja Data Group + + + 10805 + udp + lpdg + LUCIA Pareja Data Group + + + 10809 + tcp + nbd + Linux Network Block Device + + + 10809 + udp + record + Reserved + + + 10810 + tcp + record + Reserved + + + 10810 + udp + nmc-disc + Nuance Mobile Care Discovery + + + 10860 + tcp + helix + Helix Client/Server + + + 10860 + udp + helix + Helix Client/Server + + + 10880 + tcp + bveapi + BVEssentials HTTP API + + + 10880 + udp + bveapi + BVEssentials HTTP API + + + 10933 + tcp + octopustentacle + Listen port used by the Octopus Deploy Tentacle deployment agent + + + 10933 + udp + record + Reserved + + + 10990 + tcp + rmiaux + Auxiliary RMI Port + + + 10990 + udp + rmiaux + Auxiliary RMI Port + + + 11000 + tcp + irisa + IRISA + + + 11000 + udp + irisa + IRISA + + + 11001 + tcp + metasys + Metasys + + + 11001 + udp + metasys + Metasys + + + 11095 + tcp + weave + Nest device-to-device and device-to-service application protocol + + + 11095 + udp + weave + Nest device-to-device and device-to-service application protocol + + + 11103 + tcp + origo-sync + OrigoDB Server Sync Interface + + + 11103 + udp + record + Reserved + + + 11104 + tcp + netapp-icmgmt + NetApp Intercluster Management + + + 11104 + udp + record + Reserved + + + 11105 + tcp + netapp-icdata + NetApp Intercluster Data + + + 11105 + udp + record + Reserved + + + 11106 + tcp + sgi-lk + SGI LK Licensing service + + + 11106 + udp + sgi-lk + SGI LK Licensing service + + + 11108 + udp + myq-termlink + Hardware Terminals Discovery and Low-Level Communication Protocol + + + 11108 + tcp + record + Reserved + + + 11109 + tcp + sgi-dmfmgr + Data migration facility Manager (DMF) is a browser based interface to DMF + + + 11109 + udp + record + Reserved + + + 11110 + tcp + sgi-soap + Data migration facility (DMF) SOAP is a web server protocol to support remote access to DMF + + + + 11110 + udp + record + Reserved + + + 11111 + tcp + vce + Viral Computing Environment (VCE) + + + 11111 + udp + vce + Viral Computing Environment (VCE) + + + 11112 + tcp + dicom + DICOM + + + 11112 + udp + dicom + DICOM + + + 11161 + tcp + suncacao-snmp + sun cacao snmp access point + + + 11161 + udp + suncacao-snmp + sun cacao snmp access point + + + 11162 + tcp + suncacao-jmxmp + sun cacao JMX-remoting access point + + + 11162 + udp + suncacao-jmxmp + sun cacao JMX-remoting access point + + + 11163 + tcp + suncacao-rmi + sun cacao rmi registry access point + + + 11163 + udp + suncacao-rmi + sun cacao rmi registry access point + + + 11164 + tcp + suncacao-csa + sun cacao command-streaming access point + + + 11164 + udp + suncacao-csa + sun cacao command-streaming access point + + + 11165 + tcp + suncacao-websvc + sun cacao web service access point + + + 11165 + udp + suncacao-websvc + sun cacao web service access point + + + 11171 + tcp + record + Reserved + + + 11171 + udp + snss + Surgical Notes Security Service Discovery (SNSS) + + + 11172 + tcp + oemcacao-jmxmp + OEM cacao JMX-remoting access point + + + 11172 + udp + record + Reserved + + + 11173 + tcp + t5-straton + Straton Runtime Programing + + + 11173 + udp + record + Reserved + + + 11174 + tcp + oemcacao-rmi + OEM cacao rmi registry access point + + + 11174 + udp + record + Reserved + + + 11175 + tcp + oemcacao-websvc + OEM cacao web service access point + + + 11175 + udp + record + Reserved + + + 11201 + tcp + smsqp + smsqp + + + 11201 + udp + smsqp + smsqp + + + 11202 + tcp + dcsl-backup + DCSL Network Backup Services + + + 11202 + udp + record + Reserved + + + 11208 + tcp + wifree + WiFree Service + + + 11208 + udp + wifree + WiFree Service + + + 11211 + tcp + memcache + Memory cache service + + + 11211 + udp + memcache + Memory cache service + + + 11235 + tcp + xcompute + numerical systems messaging + + + 11235 + udp + record + Reserved + + + 11235 + sctp + xcompute + numerical systems messaging + + + 11319 + tcp + imip + IMIP + + + 11319 + udp + imip + IMIP + + + 11320 + tcp + imip-channels + IMIP Channels Port + + + 11320 + udp + imip-channels + IMIP Channels Port + + + 11321 + tcp + arena-server + Arena Server Listen + + + 11321 + udp + arena-server + Arena Server Listen + + + 11367 + tcp + atm-uhas + ATM UHAS + + + 11367 + udp + atm-uhas + ATM UHAS + + + 11371 + tcp + hkp + OpenPGP HTTP Keyserver + + + 11371 + udp + hkp + OpenPGP HTTP Keyserver + + + 11430 + udp + lsdp + Lenbrook Service Discovery Protocol + + + 11430 + tcp + record + Reserved + + + 11489 + tcp + asgcypresstcps + ASG Cypress Secure Only + + + 11489 + udp + record + Reserved + + + 11600 + tcp + tempest-port + Tempest Protocol Port + + + 11600 + udp + tempest-port + Tempest Protocol Port + + + 11623 + tcp + emc-xsw-dconfig + EMC XtremSW distributed config + + + 11623 + udp + record + Reserved + + + 11720 + tcp + h323callsigalt + H.323 Call Control Signalling Alternate + + + 11720 + udp + h323callsigalt + H.323 Call Control Signalling Alternate + + + 11723 + tcp + emc-xsw-dcache + EMC XtremSW distributed cache + + + 11723 + udp + emc-xsw-dcache + EMC XtremSW distributed cache + + + 11751 + tcp + intrepid-ssl + Intrepid SSL + + + 11751 + udp + intrepid-ssl + Intrepid SSL + + + 11796 + tcp + lanschool + LanSchool + + + 11796 + udp + lanschool-mpt + Lanschool Multipoint + + + 11876 + tcp + xoraya + X2E Xoraya Multichannel protocol + + + 11876 + udp + xoraya + X2E Xoraya Multichannel protocol + + + 11877 + tcp + record + Reserved + + + 11877 + udp + x2e-disc + X2E service discovery protocol + + + 11967 + tcp + sysinfo-sp + SysInfo Service Protocol + + + 11967 + udp + sysinfo-sp + SysInfo Service Protocol + + + 11971 + tcp + tibsd + TiBS Service + + + 11971 + udp + record + Reserved + + + 11997 + sctp + wmereceiving + WorldMailExpress + + + 11998 + sctp + wmedistribution + WorldMailExpress + + + 11999 + sctp + wmereporting + WorldMailExpress + + + 12000 + tcp + entextxid + IBM Enterprise Extender SNA XID Exchange + + + 12000 + udp + entextxid + IBM Enterprise Extender SNA XID Exchange + + + 12001 + tcp + entextnetwk + IBM Enterprise Extender SNA COS Network Priority + + + 12001 + udp + entextnetwk + IBM Enterprise Extender SNA COS Network Priority + + + 12002 + tcp + entexthigh + IBM Enterprise Extender SNA COS High Priority + + + 12002 + udp + entexthigh + IBM Enterprise Extender SNA COS High Priority + + + 12003 + tcp + entextmed + IBM Enterprise Extender SNA COS Medium Priority + + + 12003 + udp + entextmed + IBM Enterprise Extender SNA COS Medium Priority + + + 12004 + tcp + entextlow + IBM Enterprise Extender SNA COS Low Priority + + + 12004 + udp + entextlow + IBM Enterprise Extender SNA COS Low Priority + + + 12005 + tcp + dbisamserver1 + DBISAM Database Server - Regular + + + 12005 + udp + dbisamserver1 + DBISAM Database Server - Regular + + + 12006 + tcp + dbisamserver2 + DBISAM Database Server - Admin + + + 12006 + udp + dbisamserver2 + DBISAM Database Server - Admin + + + 12007 + tcp + accuracer + Accuracer Database System Server + + + 12007 + udp + accuracer + Accuracer Database System Server + + + 12008 + tcp + accuracer-dbms + Accuracer Database System Admin + + + 12008 + udp + accuracer-dbms + Accuracer Database System Admin + + + 12009 + tcp + record + Reserved + + + 12009 + udp + ghvpn + Green Hills VPN + + + 12010 + tcp + edbsrvr + ElevateDB Server + + + 12010 + udp + record + Reserved + + + 12012 + tcp + vipera + Vipera Messaging Service + + + 12012 + udp + vipera + Vipera Messaging Service + + + 12013 + tcp + vipera-ssl + Vipera Messaging Service over SSL Communication + + + 12013 + udp + vipera-ssl + Vipera Messaging Service over SSL Communication + + + 12109 + tcp + rets-ssl + RETS over SSL + + + 12109 + udp + rets-ssl + RETS over SSL + + + 12121 + tcp + nupaper-ss + NuPaper Session Service + + + 12121 + udp + nupaper-ss + NuPaper Session Service + + + 12168 + tcp + cawas + CA Web Access Service + + + 12168 + udp + cawas + CA Web Access Service + + + 12172 + tcp + hivep + HiveP + + + 12172 + udp + hivep + HiveP + + + 12300 + tcp + linogridengine + LinoGrid Engine + + + 12300 + udp + linogridengine + LinoGrid Engine + + + 12302 + tcp + rads + Remote Administration Daemon (RAD) is a system service that offers secure, remote, programmatic + access to Solaris system configuration and run-time state + + + + 12302 + udp + record + Reserved + + + 12321 + tcp + warehouse-sss + Warehouse Monitoring Syst SSS + + + 12321 + udp + warehouse-sss + Warehouse Monitoring Syst SSS + + + 12322 + tcp + warehouse + Warehouse Monitoring Syst + + + 12322 + udp + warehouse + Warehouse Monitoring Syst + + + 12345 + tcp + italk + Italk Chat System + + + 12345 + udp + italk + Italk Chat System + + + 12546 + tcp + carb-repl-ctrl + Carbonite Server Replication Control + + + 12546 + udp + record + Reserved + + + 12753 + tcp + tsaf + tsaf port + + + 12753 + udp + tsaf + tsaf port + + + 12865 + tcp + netperf + control port for the netperf benchmark + + + 12865 + udp + record + Reserved + + + 13160 + tcp + i-zipqd + I-ZIPQD + + + 13160 + udp + i-zipqd + I-ZIPQD + + + 13216 + tcp + bcslogc + Black Crow Software application logging + + + 13216 + udp + bcslogc + Black Crow Software application logging + + + 13217 + tcp + rs-pias + R&S Proxy Installation Assistant Service + + + 13217 + udp + rs-pias + R&S Proxy Installation Assistant Service + + + 13218 + tcp + emc-vcas-tcp + EMC Virtual CAS Service + + + 13218 + udp + emc-vcas-udp + EMV Virtual CAS Service Discovery + + + 13223 + tcp + powwow-client + PowWow Client + + + 13223 + udp + powwow-client + PowWow Client + + + 13224 + tcp + powwow-server + PowWow Server + + + 13224 + udp + powwow-server + PowWow Server + + + 13400 + tcp + doip-data + DoIP Data + + + 13400 + udp + doip-disc + DoIP Discovery + + + 13720 + tcp + bprd + BPRD Protocol (VERITAS NetBackup) + + + 13720 + udp + bprd + BPRD Protocol (VERITAS NetBackup) + + + 13721 + tcp + bpdbm + BPDBM Protocol (VERITAS NetBackup) + + + 13721 + udp + bpdbm + BPDBM Protocol (VERITAS NetBackup) + + + 13722 + tcp + bpjava-msvc + BP Java MSVC Protocol + + + 13722 + udp + bpjava-msvc + BP Java MSVC Protocol + + + 13724 + tcp + vnetd + Veritas Network Utility + + + 13724 + udp + vnetd + Veritas Network Utility + + + 13782 + tcp + bpcd + VERITAS NetBackup + + + 13782 + udp + bpcd + VERITAS NetBackup + + + 13783 + tcp + vopied + VOPIED Protocol + + + 13783 + udp + vopied + VOPIED Protocol + + + 13785 + tcp + nbdb + NetBackup Database + + + 13785 + udp + nbdb + NetBackup Database + + + 13786 + tcp + nomdb + Veritas-nomdb + + + 13786 + udp + nomdb + Veritas-nomdb + + + 13818 + tcp + dsmcc-config + DSMCC Config + + + 13818 + udp + dsmcc-config + DSMCC Config + + + 13819 + tcp + dsmcc-session + DSMCC Session Messages + + + 13819 + udp + dsmcc-session + DSMCC Session Messages + + + 13820 + tcp + dsmcc-passthru + DSMCC Pass-Thru Messages + + + 13820 + udp + dsmcc-passthru + DSMCC Pass-Thru Messages + + + 13821 + tcp + dsmcc-download + DSMCC Download Protocol + + + 13821 + udp + dsmcc-download + DSMCC Download Protocol + + + 13822 + tcp + dsmcc-ccp + DSMCC Channel Change Protocol + + + 13822 + udp + dsmcc-ccp + DSMCC Channel Change Protocol + + + 13823 + tcp + bmdss + Blackmagic Design Streaming Server + + + 13823 + udp + record + Reserved + + + 13832 + tcp + a-trust-rpc + Certificate Management and Issuing + + + 13832 + udp + record + Reserved + + + 13894 + tcp + ucontrol + Ultimate Control communication protocol + + + 13894 + udp + ucontrol + Ultimate Control communication protocol + + + 13929 + tcp + dta-systems + D-TA SYSTEMS + + + 13929 + udp + dta-systems + D-TA SYSTEMS + + + 13930 + tcp + medevolve + MedEvolve Port Requester + + + 13930 + udp + record + Reserved + + + 14000 + tcp + scotty-ft + SCOTTY High-Speed Filetransfer + + + 14000 + udp + scotty-ft + SCOTTY High-Speed Filetransfer + + + 14001 + tcp + sua + SUA + + + 14001 + udp + sua + De-Registered + + + 14001 + sctp + sua + SUA + + + 14002 + udp + scotty-disc + Discovery of a SCOTTY hardware codec board + + + 14002 + tcp + record + Reserved + + + 14033 + tcp + sage-best-com1 + sage Best! Config Server 1 + + + 14033 + udp + sage-best-com1 + sage Best! Config Server 1 + + + 14034 + tcp + sage-best-com2 + sage Best! Config Server 2 + + + 14034 + udp + sage-best-com2 + sage Best! Config Server 2 + + + 14141 + tcp + vcs-app + VCS Application + + + 14141 + udp + vcs-app + VCS Application + + + 14142 + tcp + icpp + IceWall Cert Protocol + + + 14142 + udp + icpp + IceWall Cert Protocol + + + 14143 + tcp + icpps + IceWall Cert Protocol over TLS + + + 14143 + udp + record + Reserved + + + 14145 + tcp + gcm-app + GCM Application + + + 14145 + udp + gcm-app + GCM Application + + + 14149 + tcp + vrts-tdd + Veritas Traffic Director + + + 14149 + udp + vrts-tdd + Veritas Traffic Director + + + 14150 + tcp + vcscmd + Veritas Cluster Server Command Server + + + 14150 + udp + record + Reserved + + + 14154 + tcp + vad + Veritas Application Director + + + 14154 + udp + vad + Veritas Application Director + + + 14250 + tcp + cps + Fencing Server + + + 14250 + udp + cps + Fencing Server + + + 14414 + tcp + ca-web-update + CA eTrust Web Update Service + + + 14414 + udp + ca-web-update + CA eTrust Web Update Service + + + 14500 + tcp + xpra + xpra network protocol + + + 14500 + udp + record + Reserved + + + 14936 + tcp + hde-lcesrvr-1 + hde-lcesrvr-1 + + + 14936 + udp + hde-lcesrvr-1 + hde-lcesrvr-1 + + + 14937 + tcp + hde-lcesrvr-2 + hde-lcesrvr-2 + + + 14937 + udp + hde-lcesrvr-2 + hde-lcesrvr-2 + + + 15000 + tcp + hydap + Hypack Data Aquisition + + + 15000 + udp + hydap + Hypack Data Aquisition + + + 15002 + tcp + onep-tls + Open Network Environment TLS + + + 15002 + udp + record + Reserved + + + 15118 + tcp + record + Reserved + + + 15118 + udp + v2g-secc + v2g Supply Equipment Communication Controller Discovery Protocol + + + 15345 + tcp + xpilot + XPilot Contact Port + + + 15345 + udp + xpilot + XPilot Contact Port + + + 15363 + tcp + 3link + 3Link Negotiation + + + 15363 + udp + 3link + 3Link Negotiation + + + 15555 + tcp + cisco-snat + Cisco Stateful NAT + + + 15555 + udp + cisco-snat + Cisco Stateful NAT + + + 15660 + tcp + bex-xr + Backup Express Restore Server + + + 15660 + udp + bex-xr + Backup Express Restore Server + + + 15740 + tcp + ptp + Picture Transfer Protocol + + + 15740 + udp + ptp + Picture Transfer Protocol + + + 15998 + tcp + record + Reserved + + + 15998 + udp + 2ping + 2ping Bi-Directional Ping Service + + + 15999 + tcp + programmar + ProGrammar Enterprise + + + 15999 + udp + record + Reserved + + + 16000 + tcp + fmsas + Administration Server Access + + + 16000 + udp + record + Reserved + + + 16001 + tcp + fmsascon + Administration Server Connector + + + 16001 + udp + record + Reserved + + + 16002 + tcp + gsms + GoodSync Mediation Service + + + 16002 + udp + record + Reserved + + + 16003 + tcp + record + Reserved + + + 16003 + udp + alfin + Automation and Control by REGULACE.ORG + + + 16020 + tcp + jwpc + Filemaker Java Web Publishing Core + + + 16020 + udp + record + Reserved + + + 16021 + tcp + jwpc-bin + Filemaker Java Web Publishing Core Binary + + + 16021 + udp + record + Reserved + + + 16161 + tcp + sun-sea-port + Solaris SEA Port + + + 16161 + udp + sun-sea-port + Solaris SEA Port + + + 16162 + tcp + solaris-audit + Solaris Audit - secure remote audit log + + + 16162 + udp + record + Reserved + + + 16309 + tcp + etb4j + etb4j + + + 16309 + udp + etb4j + etb4j + + + 16310 + tcp + pduncs + Policy Distribute, Update Notification + + + 16310 + udp + pduncs + Policy Distribute, Update Notification + + + 16311 + tcp + pdefmns + Policy definition and update management + + + 16311 + udp + pdefmns + Policy definition and update management + + + 16360 + tcp + netserialext1 + Network Serial Extension Ports One + + + 16360 + udp + netserialext1 + Network Serial Extension Ports One + + + 16361 + tcp + netserialext2 + Network Serial Extension Ports Two + + + 16361 + udp + netserialext2 + Network Serial Extension Ports Two + + + 16367 + tcp + netserialext3 + Network Serial Extension Ports Three + + + 16367 + udp + netserialext3 + Network Serial Extension Ports Three + + + 16368 + tcp + netserialext4 + Network Serial Extension Ports Four + + + 16368 + udp + netserialext4 + Network Serial Extension Ports Four + + + 16384 + tcp + connected + Connected Corp + + + 16384 + udp + connected + Connected Corp + + + 16385 + tcp + rdgs + Reliable Datagram Sockets + + + 16385 + udp + record + Reserved + + + 16619 + tcp + xoms + X509 Objects Management Service + + + 16619 + udp + record + Reserved + + + 16665 + tcp + axon-tunnel + Reliable multipath data transport for high latencies + + + 16665 + udp + record + Reserved + + + 16666 + tcp + record + Reserved + + + 16666 + udp + vtp + Vidder Tunnel Protocol + + + 16789 + tcp + cadsisvr + This server provides callable services to mainframe External Security Managers from any TCP/IP + platform + + + + 16789 + udp + record + Reserved + + + 16900 + tcp + newbay-snc-mc + Newbay Mobile Client Update Service + + + 16900 + udp + newbay-snc-mc + Newbay Mobile Client Update Service + + + 16950 + tcp + sgcip + Simple Generic Client Interface Protocol + + + 16950 + udp + sgcip + Simple Generic Client Interface Protocol + + + 16991 + tcp + intel-rci-mp + INTEL-RCI-MP + + + 16991 + udp + intel-rci-mp + INTEL-RCI-MP + + + 16992 + tcp + amt-soap-http + Intel(R) AMT SOAP/HTTP + + + 16992 + udp + amt-soap-http + Intel(R) AMT SOAP/HTTP + + + 16993 + tcp + amt-soap-https + Intel(R) AMT SOAP/HTTPS + + + 16993 + udp + amt-soap-https + Intel(R) AMT SOAP/HTTPS + + + 16994 + tcp + amt-redir-tcp + Intel(R) AMT Redirection/TCP + + + 16994 + udp + amt-redir-tcp + Intel(R) AMT Redirection/TCP + + + 16995 + tcp + amt-redir-tls + Intel(R) AMT Redirection/TLS + + + 16995 + udp + amt-redir-tls + Intel(R) AMT Redirection/TLS + + + 17007 + tcp + isode-dua + + + + + 17007 + udp + isode-dua + + + + + 17010 + tcp + ncpu + Plan 9 cpu port + + + 17010 + udp + record + Reserved + + + 17184 + tcp + vestasdlp + Vestas Data Layer Protocol + + + 17184 + udp + record + Reserved + + + 17185 + tcp + soundsvirtual + Sounds Virtual + + + 17185 + udp + soundsvirtual + Sounds Virtual + + + 17219 + tcp + chipper + Chipper + + + 17219 + udp + chipper + Chipper + + + 17220 + tcp + avtp + IEEE 1722 Transport Protocol for Time Sensitive Applications + + + 17220 + udp + avtp + IEEE 1722 Transport Protocol for Time Sensitive Applications + + + 17221 + tcp + avdecc + IEEE 1722.1 AVB Discovery, Enumeration, Connection management, and Control + + + 17221 + udp + avdecc + IEEE 1722.1 AVB Discovery, Enumeration, Connection management, and Control + + + 17222 + tcp + record + Reserved + + + 17222 + udp + cpsp + Control Plane Synchronization Protocol (SPSP) + + + 17223 + tcp + isa100-gci + ISA100 GCI is a service utilizing a common interface between an ISA100 Wireless gateway and a + client application + + + + 17223 + udp + record + Reserved + + + 17224 + udp + trdp-pd + Train Realtime Data Protocol (TRDP) Process Data + + + 17224 + tcp + record + Reserved + + + 17225 + tcp + trdp-md + Train Realtime Data Protocol (TRDP) Message Data + + + 17225 + udp + trdp-md + Train Realtime Data Protocol (TRDP) Message Data + + + 17234 + tcp + integrius-stp + Integrius Secure Tunnel Protocol + + + 17234 + udp + integrius-stp + Integrius Secure Tunnel Protocol + + + 17235 + tcp + ssh-mgmt + SSH Tectia Manager + + + 17235 + udp + ssh-mgmt + SSH Tectia Manager + + + 17500 + tcp + db-lsp + Dropbox LanSync Protocol + + + 17500 + udp + db-lsp-disc + Dropbox LanSync Discovery + + + 17555 + tcp + ailith + Ailith management of routers + + + 17555 + udp + record + Reserved + + + 17729 + tcp + ea + Eclipse Aviation + + + 17729 + udp + ea + Eclipse Aviation + + + 17754 + tcp + zep + Encap. ZigBee Packets + + + 17754 + udp + zep + Encap. ZigBee Packets + + + 17755 + tcp + zigbee-ip + ZigBee IP Transport Service + + + 17755 + udp + zigbee-ip + ZigBee IP Transport Service + + + 17756 + tcp + zigbee-ips + ZigBee IP Transport Secure Service + + + 17756 + udp + zigbee-ips + ZigBee IP Transport Secure Service + + + 17777 + tcp + sw-orion + SolarWinds Orion + + + 17777 + udp + record + Reserved + + + 18000 + tcp + biimenu + Beckman Instruments, Inc. + + + 18000 + udp + biimenu + Beckman Instruments, Inc. + + + 18104 + tcp + radpdf + RAD PDF Service + + + 18104 + udp + record + Reserved + + + 18136 + tcp + racf + z/OS Resource Access Control Facility + + + 18136 + udp + record + Reserved + + + 18181 + tcp + opsec-cvp + OPSEC CVP + + + 18181 + udp + opsec-cvp + OPSEC CVP + + + 18182 + tcp + opsec-ufp + OPSEC UFP + + + 18182 + udp + opsec-ufp + OPSEC UFP + + + 18183 + tcp + opsec-sam + OPSEC SAM + + + 18183 + udp + opsec-sam + OPSEC SAM + + + 18184 + tcp + opsec-lea + OPSEC LEA + + + 18184 + udp + opsec-lea + OPSEC LEA + + + 18185 + tcp + opsec-omi + OPSEC OMI + + + 18185 + udp + opsec-omi + OPSEC OMI + + + 18186 + tcp + ohsc + Occupational Health SC + + + 18186 + udp + ohsc + Occupational Health Sc + + + 18187 + tcp + opsec-ela + OPSEC ELA + + + 18187 + udp + opsec-ela + OPSEC ELA + + + 18241 + tcp + checkpoint-rtm + Check Point RTM + + + 18241 + udp + checkpoint-rtm + Check Point RTM + + + 18242 + tcp + iclid + Checkpoint router monitoring + + + 18242 + udp + record + Reserved + + + 18243 + tcp + clusterxl + Checkpoint router state backup + + + 18243 + udp + record + Reserved + + + 18262 + tcp + gv-pf + GV NetConfig Service + + + 18262 + udp + gv-pf + GV NetConfig Service + + + 18463 + tcp + ac-cluster + AC Cluster + + + 18463 + udp + ac-cluster + AC Cluster + + + 18516 + tcp + record + Reserved + + + 18516 + udp + heythings + HeyThings Device communicate service + + + 18634 + tcp + rds-ib + Reliable Datagram Service + + + 18634 + udp + rds-ib + Reliable Datagram Service + + + 18635 + tcp + rds-ip + Reliable Datagram Service over IP + + + 18635 + udp + rds-ip + Reliable Datagram Service over IP + + + 18668 + tcp + vdmmesh + Manufacturing Execution Systems Mesh Communication + + + 18668 + udp + vdmmesh-disc + Manufacturing Execution Systems Mesh Communication + + + 18769 + tcp + ique + IQue Protocol + + + 18769 + udp + ique + IQue Protocol + + + 18881 + tcp + infotos + Infotos + + + 18881 + udp + infotos + Infotos + + + 18888 + tcp + apc-necmp + APCNECMP + + + 18888 + udp + apc-necmp + APCNECMP + + + 19000 + tcp + igrid + iGrid Server + + + 19000 + udp + igrid + iGrid Server + + + 19007 + tcp + scintilla + Scintilla protocol for device services + + + 19007 + udp + scintilla + Scintilla protocol for device services + + + 19020 + tcp + j-link + J-Link TCP/IP Protocol + + + 19020 + udp + record + Reserved + + + 19191 + tcp + opsec-uaa + OPSEC UAA + + + 19191 + udp + opsec-uaa + OPSEC UAA + + + 19194 + tcp + ua-secureagent + UserAuthority SecureAgent + + + 19194 + udp + ua-secureagent + UserAuthority SecureAgent + + + 19220 + tcp + cora + Client Connection Management and Data Exchange Service + + + 19220 + udp + cora-disc + Discovery for Client Connection Management and Data Exchange Service + + + 19283 + tcp + keysrvr + Key Server for SASSAFRAS + + + 19283 + udp + keysrvr + Key Server for SASSAFRAS + + + 19315 + tcp + keyshadow + Key Shadow for SASSAFRAS + + + 19315 + udp + keyshadow + Key Shadow for SASSAFRAS + + + 19398 + tcp + mtrgtrans + mtrgtrans + + + 19398 + udp + mtrgtrans + mtrgtrans + + + 19410 + tcp + hp-sco + hp-sco + + + 19410 + udp + hp-sco + hp-sco + + + 19411 + tcp + hp-sca + hp-sca + + + 19411 + udp + hp-sca + hp-sca + + + 19412 + tcp + hp-sessmon + HP-SESSMON + + + 19412 + udp + hp-sessmon + HP-SESSMON + + + 19539 + tcp + fxuptp + FXUPTP + + + 19539 + udp + fxuptp + FXUPTP + + + 19540 + tcp + sxuptp + SXUPTP + + + 19540 + udp + sxuptp + SXUPTP + + + 19541 + tcp + jcp + JCP Client + + + 19541 + udp + jcp + JCP Client + + + 19788 + udp + mle + Mesh Link Establishment + + + 19788 + tcp + record + Reserved + + + 19790 + tcp + faircom-db + FairCom Database + + + 19790 + udp + record + Reserved + + + 19998 + tcp + iec-104-sec + IEC 60870-5-104 process control - secure + + + 19998 + udp + record + Reserved + + + 19999 + tcp + dnp-sec + Distributed Network Protocol - Secure + + + 19999 + udp + dnp-sec + Distributed Network Protocol - Secure + + + 19999 + sctp + dnp-sec + Distributed Network Protocol - secured + + + 20000 + tcp + dnp + DNP + + + 20000 + udp + dnp + DNP + + + 20000 + sctp + dnp + Distributed Network Protocol + + + 20001 + tcp + microsan + MicroSAN + + + 20001 + udp + microsan + MicroSAN + + + 20002 + tcp + commtact-http + Commtact HTTP + + + 20002 + udp + commtact-http + Commtact HTTP + + + 20003 + tcp + commtact-https + Commtact HTTPS + + + 20003 + udp + commtact-https + Commtact HTTPS + + + 20005 + tcp + openwebnet + OpenWebNet protocol for electric network + + + 20005 + udp + openwebnet + OpenWebNet protocol for electric network + + + 20012 + tcp + record + Reserved + + + 20012 + udp + ss-idi-disc + Samsung Interdevice Interaction discovery + + + 20013 + tcp + ss-idi + Samsung Interdevice Interaction + + + 20013 + udp + record + Reserved + + + 20014 + tcp + opendeploy + OpenDeploy Listener + + + 20014 + udp + opendeploy + OpenDeploy Listener + + + 20034 + tcp + nburn-id + System.Xml.XmlElement + + + 20034 + tcp + nburn_id + NetBurner ID Port + + + 20034 + udp + nburn-id + System.Xml.XmlElement + + + 20034 + udp + nburn_id + NetBurner ID Port + + + 20046 + tcp + tmophl7mts + TMOP HL7 Message Transfer Service + + + 20046 + udp + tmophl7mts + TMOP HL7 Message Transfer Service + + + 20048 + tcp + mountd + NFS mount protocol + + + 20048 + udp + mountd + NFS mount protocol + + + 20049 + tcp + nfsrdma + Network File System (NFS) over RDMA + + + 20049 + udp + nfsrdma + Network File System (NFS) over RDMA + + + 20049 + sctp + nfsrdma + Network File System (NFS) over RDMA + + + 20057 + tcp + avesterra + AvesTerra Hypergraph Transfer Protocol (HGTP) + + + 20057 + udp + record + Reserved + + + 20167 + tcp + tolfab + TOLfab Data Change + + + 20167 + udp + tolfab + TOLfab Data Change + + + 20202 + tcp + ipdtp-port + IPD Tunneling Port + + + 20202 + udp + ipdtp-port + IPD Tunneling Port + + + 20222 + tcp + ipulse-ics + iPulse-ICS + + + 20222 + udp + ipulse-ics + iPulse-ICS + + + 20480 + tcp + emwavemsg + emWave Message Service + + + 20480 + udp + emwavemsg + emWave Message Service + + + 20670 + tcp + track + Track + + + 20670 + udp + track + Track + + + 20810 + tcp + crtech-nlm + CRTech NLM + + + 20810 + udp + record + Reserved + + + 20999 + tcp + athand-mmp + At Hand MMP + + + 20999 + udp + athand-mmp + AT Hand MMP + + + 21000 + tcp + irtrans + IRTrans Control + + + 21000 + udp + irtrans + IRTrans Control + + + 21010 + tcp + notezilla-lan + Notezilla.Lan Server + + + 21010 + udp + record + Reserved + + + 21212 + tcp + trinket-agent + Distributed artificial intelligence + + + 21212 + udp + record + Reserved + + + 21213 + tcp + cohesity-agent + Cohesity backup agents + + + 21213 + udp + record + Reserved + + + 21221 + tcp + aigairserver + Services for Air Server + + + 21221 + udp + record + Reserved + + + 21553 + tcp + rdm-tfs + Raima RDM TFS + + + 21553 + udp + record + Reserved + + + 21554 + tcp + dfserver + MineScape Design File Server + + + 21554 + udp + dfserver + MineScape Design File Server + + + 21590 + tcp + vofr-gateway + VoFR Gateway + + + 21590 + udp + vofr-gateway + VoFR Gateway + + + 21800 + tcp + tvpm + TVNC Pro Multiplexing + + + 21800 + udp + tvpm + TVNC Pro Multiplexing + + + 21801 + tcp + sal + Safe AutoLogon + + + 21845 + tcp + webphone + webphone + + + 21845 + udp + webphone + webphone + + + 21846 + tcp + netspeak-is + NetSpeak Corp. Directory Services + + + 21846 + udp + netspeak-is + NetSpeak Corp. Directory Services + + + 21847 + tcp + netspeak-cs + NetSpeak Corp. Connection Services + + + 21847 + udp + netspeak-cs + NetSpeak Corp. Connection Services + + + 21848 + tcp + netspeak-acd + NetSpeak Corp. Automatic Call Distribution + + + 21848 + udp + netspeak-acd + NetSpeak Corp. Automatic Call Distribution + + + 21849 + tcp + netspeak-cps + NetSpeak Corp. Credit Processing System + + + 21849 + udp + netspeak-cps + NetSpeak Corp. Credit Processing System + + + 22000 + tcp + snapenetio + SNAPenetIO + + + 22000 + udp + snapenetio + SNAPenetIO + + + 22001 + tcp + optocontrol + OptoControl + + + 22001 + udp + optocontrol + OptoControl + + + 22002 + tcp + optohost002 + Opto Host Port 2 + + + 22002 + udp + optohost002 + Opto Host Port 2 + + + 22003 + tcp + optohost003 + Opto Host Port 3 + + + 22003 + udp + optohost003 + Opto Host Port 3 + + + 22004 + tcp + optohost004 + Opto Host Port 4 + + + 22004 + udp + optohost004 + Opto Host Port 4 + + + 22005 + tcp + optohost004 + Opto Host Port 5 + + + 22005 + udp + optohost004 + Opto Host Port 5 + + + 22125 + tcp + dcap + dCache Access Protocol + + + 22125 + udp + record + Reserved + + + 22128 + tcp + gsidcap + GSI dCache Access Protocol + + + 22128 + udp + record + Reserved + + + 22222 + tcp + easyengine + EasyEngine is CLI tool to manage WordPress Sites on Nginx server + + + 22222 + udp + record + Reserved + + + 22273 + tcp + wnn6 + wnn6 + + + 22273 + udp + wnn6 + wnn6 + + + 22305 + tcp + cis + CompactIS Tunnel + + + 22305 + udp + cis + CompactIS Tunnel + + + 22333 + tcp + showcockpit-net + ShowCockpit Networking + + + 22333 + udp + showcockpit-net + ShowCockpit Networking + + + 22335 + tcp + shrewd-control + Initium Labs Security and Automation Control + + + 22335 + udp + shrewd-stream + Initium Labs Security and Automation Streaming + + + 22343 + tcp + cis-secure + CompactIS Secure Tunnel + + + 22343 + udp + cis-secure + CompactIS Secure Tunnel + + + 22347 + tcp + wibukey + WibuKey Standard WkLan + + + 22347 + udp + wibukey + WibuKey Standard WkLan + + + 22350 + tcp + codemeter + CodeMeter Standard + + + 22350 + udp + codemeter + CodeMeter Standard + + + 22351 + tcp + codemeter-cmwan + TPC/IP requests of copy protection software to a server + + + 22351 + udp + record + Reserved + + + 22537 + tcp + caldsoft-backup + CaldSoft Backup server file transfer + + + 22537 + udp + record + Reserved + + + 22555 + tcp + vocaltec-wconf + Vocaltec Web Conference + + + 22555 + udp + vocaltec-phone + Vocaltec Internet Phone + + + 22763 + tcp + talikaserver + Talika Main Server + + + 22763 + udp + talikaserver + Talika Main Server + + + 22800 + tcp + aws-brf + Telerate Information Platform LAN + + + 22800 + udp + aws-brf + Telerate Information Platform LAN + + + 22951 + tcp + brf-gw + Telerate Information Platform WAN + + + 22951 + udp + brf-gw + Telerate Information Platform WAN + + + 23000 + tcp + inovaport1 + Inova LightLink Server Type 1 + + + 23000 + udp + inovaport1 + Inova LightLink Server Type 1 + + + 23001 + tcp + inovaport2 + Inova LightLink Server Type 2 + + + 23001 + udp + inovaport2 + Inova LightLink Server Type 2 + + + 23002 + tcp + inovaport3 + Inova LightLink Server Type 3 + + + 23002 + udp + inovaport3 + Inova LightLink Server Type 3 + + + 23003 + tcp + inovaport4 + Inova LightLink Server Type 4 + + + 23003 + udp + inovaport4 + Inova LightLink Server Type 4 + + + 23004 + tcp + inovaport5 + Inova LightLink Server Type 5 + + + 23004 + udp + inovaport5 + Inova LightLink Server Type 5 + + + 23005 + tcp + inovaport6 + Inova LightLink Server Type 6 + + + 23005 + udp + inovaport6 + Inova LightLink Server Type 6 + + + 23053 + tcp + gntp + Generic Notification Transport Protocol + + + 23053 + udp + record + Reserved + + + 23272 + tcp + record + Reserved + + + 23272 + udp + s102 + S102 application + + + 23294 + tcp + 5afe-dir + 5AFE SDN Directory + + + 23294 + udp + 5afe-disc + 5AFE SDN Directory discovery + + + 23333 + tcp + elxmgmt + Emulex HBAnyware Remote Management + + + 23333 + udp + elxmgmt + Emulex HBAnyware Remote Management + + + 23400 + tcp + novar-dbase + Novar Data + + + 23400 + udp + novar-dbase + Novar Data + + + 23401 + tcp + novar-alarm + Novar Alarm + + + 23401 + udp + novar-alarm + Novar Alarm + + + 23402 + tcp + novar-global + Novar Global + + + 23402 + udp + novar-global + Novar Global + + + 23456 + tcp + aequus + Aequus Service + + + 23456 + udp + record + Reserved + + + 23457 + tcp + aequus-alt + Aequus Service Mgmt + + + 23457 + udp + record + Reserved + + + 23546 + tcp + areaguard-neo + AreaGuard Neo - WebServer + + + 23546 + udp + record + Reserved + + + 24000 + tcp + med-ltp + med-ltp + + + 24000 + udp + med-ltp + med-ltp + + + 24001 + tcp + med-fsp-rx + med-fsp-rx + + + 24001 + udp + med-fsp-rx + med-fsp-rx + + + 24002 + tcp + med-fsp-tx + med-fsp-tx + + + 24002 + udp + med-fsp-tx + med-fsp-tx + + + 24003 + tcp + med-supp + med-supp + + + 24003 + udp + med-supp + med-supp + + + 24004 + tcp + med-ovw + med-ovw + + + 24004 + udp + med-ovw + med-ovw + + + 24005 + tcp + med-ci + med-ci + + + 24005 + udp + med-ci + med-ci + + + 24006 + tcp + med-net-svc + med-net-svc + + + 24006 + udp + med-net-svc + med-net-svc + + + 24242 + tcp + filesphere + fileSphere + + + 24242 + udp + filesphere + fileSphere + + + 24249 + tcp + vista-4gl + Vista 4GL + + + 24249 + udp + vista-4gl + Vista 4GL + + + 24321 + tcp + ild + Isolv Local Directory + + + 24321 + udp + ild + Isolv Local Directory + + + 24322 + udp + hid + Transport of Human Interface Device data streams + + + 24322 + tcp + record + Reserved + + + 24323 + tcp + vrmg-ip + Verimag mobile class protocol over TCP + + + 24323 + udp + record + Reserved + + + 24386 + tcp + intel-rci + System.Xml.XmlElement + + + 24386 + tcp + intel_rci + Intel RCI + + + 24386 + udp + intel-rci + System.Xml.XmlElement + + + 24386 + udp + intel_rci + Intel RCI + + + 24465 + tcp + tonidods + Tonido Domain Server + + + 24465 + udp + tonidods + Tonido Domain Server + + + 24554 + tcp + binkp + BINKP + + + 24554 + udp + binkp + BINKP + + + 24577 + tcp + bilobit + bilobit Service + + + 24577 + udp + bilobit-update + bilobit Service Update + + + 24666 + tcp + sdtvwcam + Service used by SmarDTV to communicate between a CAM and a second screen application + + + 24666 + udp + record + Reserved + + + 24676 + tcp + canditv + Canditv Message Service + + + 24676 + udp + canditv + Canditv Message Service + + + 24677 + tcp + flashfiler + FlashFiler + + + 24677 + udp + flashfiler + FlashFiler + + + 24678 + tcp + proactivate + Turbopower Proactivate + + + 24678 + udp + proactivate + Turbopower Proactivate + + + 24680 + tcp + tcc-http + TCC User HTTP Service + + + 24680 + udp + tcc-http + TCC User HTTP Service + + + 24754 + tcp + cslg + Citrix StorageLink Gateway + + + 24754 + udp + record + Reserved + + + 24850 + tcp + record + Reserved + + + 24850 + udp + assoc-disc + Device Association Discovery + + + 24922 + tcp + find + Find Identification of Network Devices + + + 24922 + udp + find + Find Identification of Network Devices + + + 25000 + tcp + icl-twobase1 + icl-twobase1 + + + 25000 + udp + icl-twobase1 + icl-twobase1 + + + 25001 + tcp + icl-twobase2 + icl-twobase2 + + + 25001 + udp + icl-twobase2 + icl-twobase2 + + + 25002 + tcp + icl-twobase3 + icl-twobase3 + + + 25002 + udp + icl-twobase3 + icl-twobase3 + + + 25003 + tcp + icl-twobase4 + icl-twobase4 + + + 25003 + udp + icl-twobase4 + icl-twobase4 + + + 25004 + tcp + icl-twobase5 + icl-twobase5 + + + 25004 + udp + icl-twobase5 + icl-twobase5 + + + 25005 + tcp + icl-twobase6 + icl-twobase6 + + + 25005 + udp + icl-twobase6 + icl-twobase6 + + + 25006 + tcp + icl-twobase7 + icl-twobase7 + + + 25006 + udp + icl-twobase7 + icl-twobase7 + + + 25007 + tcp + icl-twobase8 + icl-twobase8 + + + 25007 + udp + icl-twobase8 + icl-twobase8 + + + 25008 + tcp + icl-twobase9 + icl-twobase9 + + + 25008 + udp + icl-twobase9 + icl-twobase9 + + + 25009 + tcp + icl-twobase10 + icl-twobase10 + + + 25009 + udp + icl-twobase10 + icl-twobase10 + + + 25100 + tcp + db2c-tls + IBM Db2 Client Interface - Encrypted + + + 25100 + udp + record + Reserved + + + 25471 + sctp + rna + RNSAP User Adaptation for Iurh + + + 25576 + tcp + sauterdongle + Sauter Dongle + + + 25576 + udp + record + Reserved + + + 25604 + tcp + idtp + Identifier Tracing Protocol + + + 25604 + udp + record + Reserved + + + 25793 + tcp + vocaltec-hos + Vocaltec Address Server + + + 25793 + udp + vocaltec-hos + Vocaltec Address Server + + + 25900 + tcp + tasp-net + TASP Network Comm + + + 25900 + udp + tasp-net + TASP Network Comm + + + 25901 + tcp + niobserver + NIObserver + + + 25901 + udp + niobserver + NIObserver + + + 25902 + tcp + nilinkanalyst + NILinkAnalyst + + + 25902 + udp + nilinkanalyst + NILinkAnalyst + + + 25903 + tcp + niprobe + NIProbe + + + 25903 + udp + niprobe + NIProbe + + + 25954 + udp + bf-game + Bitfighter game server + + + 25954 + tcp + record + Reserved + + + 25955 + udp + bf-master + Bitfighter master server + + + 25955 + tcp + record + Reserved + + + 26000 + tcp + quake + quake + + + 26000 + udp + quake + quake + + + 26133 + tcp + scscp + Symbolic Computation Software Composability Protocol + + + 26133 + udp + scscp + Symbolic Computation Software Composability Protocol + + + 26208 + tcp + wnn6-ds + wnn6-ds + + + 26208 + udp + wnn6-ds + wnn6-ds + + + 26257 + tcp + cockroach + CockroachDB + + + 26257 + udp + record + Reserved + + + 26260 + tcp + ezproxy + eZproxy + + + 26260 + udp + ezproxy + eZproxy + + + 26261 + tcp + ezmeeting + eZmeeting + + + 26261 + udp + ezmeeting + eZmeeting + + + 26262 + tcp + k3software-svr + K3 Software-Server + + + 26262 + udp + k3software-svr + K3 Software-Server + + + 26263 + tcp + k3software-cli + K3 Software-Client + + + 26263 + udp + k3software-cli + K3 Software-Client + + + 26486 + tcp + exoline-tcp + EXOline-TCP + + + 26486 + udp + exoline-udp + EXOline-UDP + + + 26487 + tcp + exoconfig + EXOconfig + + + 26487 + udp + exoconfig + EXOconfig + + + 26489 + tcp + exonet + EXOnet + + + 26489 + udp + exonet + EXOnet + + + 27010 + tcp + flex-lmadmin + A protocol for managing license services + + + 27010 + udp + record + Reserved + + + 27017 + tcp + mongodb + Mongo database system + + + 27017 + udp + record + Reserved + + + 27345 + tcp + imagepump + ImagePump + + + 27345 + udp + imagepump + ImagePump + + + 27442 + tcp + jesmsjc + Job controller service + + + 27442 + udp + jesmsjc + Job controller service + + + 27504 + tcp + kopek-httphead + Kopek HTTP Head Port + + + 27504 + udp + kopek-httphead + Kopek HTTP Head Port + + + 27782 + tcp + ars-vista + ARS VISTA Application + + + 27782 + udp + ars-vista + ARS VISTA Application + + + 27876 + tcp + astrolink + Astrolink Protocol + + + 27876 + udp + record + Reserved + + + 27999 + tcp + tw-auth-key + TW Authentication/Key Distribution and + + + 27999 + udp + tw-auth-key + Attribute Certificate Services + + + 28000 + tcp + nxlmd + NX License Manager + + + 28000 + udp + nxlmd + NX License Manager + + + 28001 + tcp + pqsp + PQ Service + + + 28001 + udp + record + Reserved + + + 28010 + tcp + gruber-cashreg + Gruber cash registry protocol + + + 28010 + udp + record + Reserved + + + 28080 + tcp + thor-engine + thor/server - ML engine + + + 28080 + udp + record + Reserved + + + 28119 + tcp + record + Reserved + + + 28119 + udp + a27-ran-ran + A27 cdma2000 RAN Management + + + 28200 + tcp + voxelstorm + VoxelStorm game server + + + 28200 + udp + voxelstorm + VoxelStorm game server + + + 28240 + tcp + siemensgsm + Siemens GSM + + + 28240 + udp + siemensgsm + Siemens GSM + + + 28589 + tcp + bosswave + Building operating system services wide area verified exchange + + + 28589 + udp + record + Reserved + + + 29000 + tcp + saltd-licensing + Siemens Licensing Server + + + 29000 + udp + record + Reserved + + + 29118 + tcp + record + Reserved + + + 29118 + udp + record + Reserved + + + 29118 + sctp + sgsap + SGsAP in 3GPP + + + 29167 + tcp + otmp + ObTools Message Protocol + + + 29167 + udp + otmp + ObTools Message Protocol + + + 29168 + tcp + record + Reserved + + + 29168 + udp + record + Reserved + + + 29168 + sctp + sbcap + SBcAP in 3GPP + + + 29169 + sctp + iuhsctpassoc + HNBAP and RUA Common Association + + + 29999 + tcp + bingbang + data exchange protocol for IEC61850 in wind power plants + + + 29999 + udp + record + Reserved + + + 30000 + tcp + ndmps + Secure Network Data Management Protocol + + + 30000 + udp + record + Reserved + + + 30001 + tcp + pago-services1 + Pago Services 1 + + + 30001 + udp + pago-services1 + Pago Services 1 + + + 30002 + tcp + pago-services2 + Pago Services 2 + + + 30002 + udp + pago-services2 + Pago Services 2 + + + 30003 + tcp + amicon-fpsu-ra + Amicon FPSU-IP Remote Administration + + + 30003 + udp + amicon-fpsu-ra + Amicon FPSU-IP Remote Administration + + + 30004 + udp + amicon-fpsu-s + Amicon FPSU-IP VPN + + + 30004 + tcp + record + Reserved + + + 30100 + tcp + rwp + Remote Window Protocol + + + 30100 + udp + record + Reserved + + + 30100 + sctp + rwp + Remote Window Protocol + + + 30260 + tcp + kingdomsonline + Kingdoms Online (CraigAvenue) + + + 30260 + udp + kingdomsonline + Kingdoms Online (CraigAvenue) + + + 30400 + tcp + gs-realtime + GroundStar RealTime System + + + 30400 + udp + record + Reserved + + + 30832 + udp + samsung-disc + Samsung Convergence Discovery Protocol + + + 30832 + tcp + record + Reserved + + + 30999 + tcp + ovobs + OpenView Service Desk Client + + + 30999 + udp + ovobs + OpenView Service Desk Client + + + 31016 + tcp + ka-sddp + Kollective Agent Secure Distributed Delivery Protocol + + + 31016 + udp + ka-kdp + Kollective Agent Kollective Delivery Protocol + + + 31020 + tcp + autotrac-acp + Autotrac ACP 245 + + + 31020 + udp + record + Reserved + + + 31029 + tcp + record + Reserved + + + 31029 + udp + yawn + YaWN - Yet Another Windows Notifier + + + 31337 + tcp + eldim + eldim is a secure file upload proxy + + + 31337 + udp + eldim + eldim is a secure file upload proxy + + + 31400 + tcp + pace-licensed + PACE license server + + + 31400 + udp + record + Reserved + + + 31416 + tcp + xqosd + XQoS network monitor + + + 31416 + udp + xqosd + XQoS network monitor + + + 31457 + tcp + tetrinet + TetriNET Protocol + + + 31457 + udp + tetrinet + TetriNET Protocol + + + 31620 + tcp + lm-mon + lm mon + + + 31620 + udp + lm-mon + lm mon + + + 31685 + tcp + dsx-monitor + System.Xml.XmlElement + + + 31685 + tcp + dsx_monitor + DS Expert Monitor + + + 31685 + udp + record + Reserved + + + 31765 + tcp + gamesmith-port + GameSmith Port + + + 31765 + udp + gamesmith-port + GameSmith Port + + + 31948 + tcp + iceedcp-tx + System.Xml.XmlElement + + + 31948 + tcp + iceedcp_tx + Embedded Device Configuration Protocol TX + + + 31948 + udp + iceedcp-tx + System.Xml.XmlElement + + + 31948 + udp + iceedcp_tx + Embedded Device Configuration Protocol TX + + + 31949 + tcp + iceedcp-rx + System.Xml.XmlElement + + + 31949 + tcp + iceedcp_rx + Embedded Device Configuration Protocol RX + + + 31949 + udp + iceedcp-rx + System.Xml.XmlElement + + + 31949 + udp + iceedcp_rx + Embedded Device Configuration Protocol RX + + + 32034 + tcp + iracinghelper + iRacing helper service + + + 32034 + udp + iracinghelper + iRacing helper service + + + 32249 + tcp + t1distproc60 + T1 Distributed Processor + + + 32249 + udp + t1distproc60 + T1 Distributed Processor + + + 32400 + tcp + plex + Plex multimedia + + + 32400 + udp + record + Reserved + + + 32483 + tcp + apm-link + Access Point Manager Link + + + 32483 + udp + apm-link + Access Point Manager Link + + + 32635 + tcp + sec-ntb-clnt + SecureNotebook-CLNT + + + 32635 + udp + sec-ntb-clnt + SecureNotebook-CLNT + + + 32636 + tcp + DMExpress + DMExpress + + + 32636 + udp + DMExpress + DMExpress + + + 32767 + tcp + filenet-powsrm + FileNet BPM WS-ReliableMessaging Client + + + 32767 + udp + filenet-powsrm + FileNet BPM WS-ReliableMessaging Client + + + 32768 + tcp + filenet-tms + Filenet TMS + + + 32768 + udp + filenet-tms + Filenet TMS + + + 32769 + tcp + filenet-rpc + Filenet RPC + + + 32769 + udp + filenet-rpc + Filenet RPC + + + 32770 + tcp + filenet-nch + Filenet NCH + + + 32770 + udp + filenet-nch + Filenet NCH + + + 32771 + tcp + filenet-rmi + FileNET RMI + + + 32771 + udp + filenet-rmi + FileNet RMI + + + 32772 + tcp + filenet-pa + FileNET Process Analyzer + + + 32772 + udp + filenet-pa + FileNET Process Analyzer + + + 32773 + tcp + filenet-cm + FileNET Component Manager + + + 32773 + udp + filenet-cm + FileNET Component Manager + + + 32774 + tcp + filenet-re + FileNET Rules Engine + + + 32774 + udp + filenet-re + FileNET Rules Engine + + + 32775 + tcp + filenet-pch + Performance Clearinghouse + + + 32775 + udp + filenet-pch + Performance Clearinghouse + + + 32776 + tcp + filenet-peior + FileNET BPM IOR + + + 32776 + udp + filenet-peior + FileNET BPM IOR + + + 32777 + tcp + filenet-obrok + FileNet BPM CORBA + + + 32777 + udp + filenet-obrok + FileNet BPM CORBA + + + 32801 + tcp + mlsn + Multiple Listing Service Network + + + 32801 + udp + mlsn + Multiple Listing Service Network + + + 32811 + tcp + retp + Real Estate Transport Protocol + + + 32811 + udp + record + Reserved + + + 32896 + tcp + idmgratm + Attachmate ID Manager + + + 32896 + udp + idmgratm + Attachmate ID Manager + + + 33000 + tcp + wg-endpt-comms + WatchGuard Endpoint Communications + + + 33000 + udp + record + Reserved + + + 33060 + tcp + mysqlx + MySQL Database Extended Interface + + + 33060 + udp + record + Reserved + + + 33123 + tcp + aurora-balaena + Aurora (Balaena Ltd) + + + 33123 + udp + aurora-balaena + Aurora (Balaena Ltd) + + + 33331 + tcp + diamondport + DiamondCentral Interface + + + 33331 + udp + diamondport + DiamondCentral Interface + + + 33333 + tcp + dgi-serv + Digital Gaslight Service + + + 33333 + udp + record + Reserved + + + 33334 + tcp + speedtrace + SpeedTrace TraceAgent + + + 33334 + udp + speedtrace-disc + SpeedTrace TraceAgent Discovery + + + 33434 + tcp + traceroute + traceroute use + + + 33434 + udp + traceroute + traceroute use + + + 33435 + tcp + record + Reserved + + + 33435 + udp + mtrace + IP Multicast Traceroute + + + 33656 + tcp + snip-slave + SNIP Slave + + + 33656 + udp + snip-slave + SNIP Slave + + + 33890 + tcp + digilent-adept + Adept IP protocol + + + 33890 + udp + record + Reserved + + + 34249 + tcp + turbonote-2 + TurboNote Relay Server Default Port + + + 34249 + udp + turbonote-2 + TurboNote Relay Server Default Port + + + 34378 + tcp + p-net-local + P-Net on IP local + + + 34378 + udp + p-net-local + P-Net on IP local + + + 34379 + tcp + p-net-remote + P-Net on IP remote + + + 34379 + udp + p-net-remote + P-Net on IP remote + + + 34567 + tcp + dhanalakshmi + dhanalakshmi.org EDI Service + + + 34567 + udp + edi_service + dhanalakshmi.org EDI Service + + + 34962 + tcp + profinet-rt + PROFInet RT Unicast + + + 34962 + udp + profinet-rt + PROFInet RT Unicast + + + 34963 + tcp + profinet-rtm + PROFInet RT Multicast + + + 34963 + udp + profinet-rtm + PROFInet RT Multicast + + + 34964 + tcp + profinet-cm + PROFInet Context Manager + + + 34964 + udp + profinet-cm + PROFInet Context Manager + + + 34980 + tcp + ethercat + EtherCAT Port + + + 34980 + udp + ethercat + EtherCAT Port + + + 35000 + tcp + heathview + HeathView + + + 35000 + udp + record + Reserved + + + 35001 + tcp + rt-viewer + ReadyTech Viewer + + + 35001 + udp + rt-viewer + ReadyTech Viewer + + + 35002 + tcp + rt-sound + ReadyTech Sound Server + + + 35002 + udp + record + Reserved + + + 35003 + tcp + rt-devicemapper + ReadyTech DeviceMapper Server + + + 35003 + udp + record + Reserved + + + 35004 + tcp + rt-classmanager + ReadyTech ClassManager + + + 35004 + udp + rt-classmanager + ReadyTech ClassManager + + + 35005 + tcp + rt-labtracker + ReadyTech LabTracker + + + 35005 + udp + record + Reserved + + + 35006 + tcp + rt-helper + ReadyTech Helper Service + + + 35006 + udp + record + Reserved + + + 35100 + tcp + axio-disc + Axiomatic discovery protocol + + + 35100 + udp + axio-disc + Axiomatic discovery protocol + + + 35354 + tcp + kitim + KIT Messenger + + + 35354 + udp + record + Reserved + + + 35355 + tcp + altova-lm + Altova License Management + + + 35355 + udp + altova-lm-disc + Altova License Management Discovery + + + 35356 + tcp + guttersnex + Gutters Note Exchange + + + 35356 + udp + record + Reserved + + + 35357 + tcp + openstack-id + OpenStack ID Service + + + 35357 + udp + record + Reserved + + + 36001 + tcp + allpeers + AllPeers Network + + + 36001 + udp + allpeers + AllPeers Network + + + 36411 + udp + wlcp + Wireless LAN Control plane Protocol (WLCP) + + + 36411 + tcp + record + Reserved + + + 36412 + tcp + record + Reserved + + + 36412 + udp + record + Reserved + + + 36412 + sctp + s1-control + S1-Control Plane (3GPP) + + + 36422 + tcp + record + Reserved + + + 36422 + udp + record + Reserved + + + 36422 + sctp + x2-control + X2-Control Plane (3GPP) + + + 36423 + sctp + slmap + SLm Interface Application Protocol + + + 36424 + sctp + nq-ap + Nq and Nq' Application Protocol + + + 36443 + sctp + m2ap + M2 Application Part + + + 36444 + sctp + m3ap + M3 Application Part + + + 36462 + tcp + record + Reserved + + + 36462 + udp + record + Reserved + + + 36462 + sctp + xw-control + Xw-Control Plane (3GPP) + + + 36524 + tcp + febooti-aw + Febooti Automation Workshop + + + 36524 + udp + record + Reserved + + + 36602 + tcp + observium-agent + Observium statistics collection agent + + + 36602 + udp + record + Reserved + + + 36700 + tcp + mapx + MapX communication + + + 36700 + udp + record + Reserved + + + 36865 + tcp + kastenxpipe + KastenX Pipe + + + 36865 + udp + kastenxpipe + KastenX Pipe + + + 37472 + tcp + record + Reserved + + + 37472 + udp + record + Reserved + + + 37472 + sctp + 3gpp-w1ap + W1 signalling transport + + + 37475 + tcp + neckar + science + computing's Venus Administration Port + + + 37475 + udp + neckar + science + computing's Venus Administration Port + + + 37483 + tcp + gdrive-sync + Google Drive Sync + + + 37483 + udp + record + Reserved + + + 37601 + tcp + eftp + Epipole File Transfer Protocol + + + 37601 + udp + record + Reserved + + + 37654 + tcp + unisys-eportal + Unisys ClearPath ePortal + + + 37654 + udp + unisys-eportal + Unisys ClearPath ePortal + + + 38000 + tcp + ivs-database + InfoVista Server Database + + + 38000 + udp + record + Reserved + + + 38001 + tcp + ivs-insertion + InfoVista Server Insertion + + + 38001 + udp + record + Reserved + + + 38002 + tcp + cresco-control + Cresco Controller + + + 38002 + udp + crescoctrl-disc + Cresco Controller Discovery + + + 38201 + tcp + galaxy7-data + Galaxy7 Data Tunnel + + + 38201 + udp + galaxy7-data + Galaxy7 Data Tunnel + + + 38202 + tcp + fairview + Fairview Message Service + + + 38202 + udp + fairview + Fairview Message Service + + + 38203 + tcp + agpolicy + AppGate Policy Server + + + 38203 + udp + agpolicy + AppGate Policy Server + + + 38412 + tcp + record + Reserved + + + 38412 + udp + record + Reserved + + + 38412 + sctp + ng-control + NG Control Plane (3GPP) + + + 38422 + tcp + record + Reserved + + + 38422 + udp + record + Reserved + + + 38422 + sctp + xn-control + Xn Control Plane (3GPP) + + + 38462 + tcp + record + Reserved + + + 38462 + udp + record + Reserved + + + 38462 + sctp + e1-interface + E1 signalling transport (3GPP) + + + 38472 + tcp + record + Reserved + + + 38472 + udp + record + Reserved + + + 38472 + sctp + f1-control + F1 Control Plane (3GPP) + + + 38638 + tcp + psqlmws + Premier SQL Middleware Server + + + 38638 + udp + record + Reserved + + + 38800 + tcp + sruth + Sruth is a service for the distribution of routinely- generated but arbitrary files based on a + publish/subscribe distribution model and implemented using a peer-to-peer transport mechanism + + + + 38800 + udp + record + Reserved + + + 38865 + tcp + secrmmsafecopya + Security approval process for use of the secRMM SafeCopy program + + + 38865 + udp + record + Reserved + + + 39063 + tcp + vroa + Children's hearing test/Telemedicine + + + 39063 + udp + record + Reserved + + + 39681 + tcp + turbonote-1 + TurboNote Default Port + + + 39681 + udp + turbonote-1 + TurboNote Default Port + + + 40000 + tcp + safetynetp + SafetyNET p + + + 40000 + udp + safetynetp + SafetyNET p + + + 40023 + tcp + record + Reserved + + + 40023 + udp + k-patentssensor + K-PatentsSensorInformation + + + 40404 + tcp + sptx + Simplify Printing TX + + + 40404 + udp + record + Reserved + + + 40841 + tcp + cscp + CSCP + + + 40841 + udp + cscp + CSCP + + + 40842 + tcp + csccredir + CSCCREDIR + + + 40842 + udp + csccredir + CSCCREDIR + + + 40843 + tcp + csccfirewall + CSCCFIREWALL + + + 40843 + udp + csccfirewall + CSCCFIREWALL + + + 40853 + tcp + record + Reserved + + + 40853 + udp + ortec-disc + ORTEC Service Discovery + + + 41111 + tcp + fs-qos + Foursticks QoS Protocol + + + 41111 + udp + fs-qos + Foursticks QoS Protocol + + + 41121 + tcp + tentacle + Tentacle Server + + + 41121 + udp + record + Reserved + + + 41230 + tcp + z-wave-s + Z-Wave Protocol over SSL/TLS + + + 41230 + udp + z-wave-s + Z-Wave Protocol over DTLS + + + 41794 + tcp + crestron-cip + Crestron Control Port + + + 41794 + udp + crestron-cip + Crestron Control Port + + + 41795 + tcp + crestron-ctp + Crestron Terminal Port + + + 41795 + udp + crestron-ctp + Crestron Terminal Port + + + 41796 + tcp + crestron-cips + Crestron Secure Control Port + + + 41796 + udp + record + Reserved + + + 41797 + tcp + crestron-ctps + Crestron Secure Terminal Port + + + 41797 + udp + record + Reserved + + + 42508 + tcp + candp + Computer Associates network discovery protocol + + + 42508 + udp + candp + Computer Associates network discovery protocol + + + 42509 + tcp + candrp + CA discovery response + + + 42509 + udp + candrp + CA discovery response + + + 42510 + tcp + caerpc + CA eTrust RPC + + + 42510 + udp + caerpc + CA eTrust RPC + + + 42999 + tcp + curiosity + API endpoint for search application + + + 42999 + udp + record + Reserved + + + 43000 + tcp + recvr-rc + Receiver Remote Control + + + 43000 + udp + recvr-rc-disc + Receiver Remote Control Discovery + + + 43188 + tcp + reachout + REACHOUT + + + 43188 + udp + reachout + REACHOUT + + + 43189 + tcp + ndm-agent-port + NDM-AGENT-PORT + + + 43189 + udp + ndm-agent-port + NDM-AGENT-PORT + + + 43190 + tcp + ip-provision + IP-PROVISION + + + 43190 + udp + ip-provision + IP-PROVISION + + + 43191 + tcp + noit-transport + Reconnoiter Agent Data Transport + + + 43191 + udp + record + Reserved + + + 43210 + tcp + shaperai + Shaper Automation Server Management + + + 43210 + udp + shaperai-disc + Shaper Automation Server Management Discovery + + + 43438 + tcp + record + Reserved + + + 43438 + udp + hmip-routing + HmIP LAN Routing + + + 43439 + tcp + eq3-update + EQ3 firmware update + + + 43439 + udp + eq3-config + EQ3 discovery and configuration + + + 43440 + tcp + ew-mgmt + Cisco EnergyWise Management + + + 43440 + udp + ew-disc-cmd + Cisco EnergyWise Discovery and Command Flooding + + + 43441 + tcp + ciscocsdb + Cisco NetMgmt DB Ports + + + 43441 + udp + ciscocsdb + Cisco NetMgmt DB Ports + + + 44123 + tcp + z-wave-tunnel + Z-Wave Secure Tunnel + + + 44123 + udp + record + Reserved + + + 44321 + tcp + pmcd + PCP server (pmcd) + + + 44321 + udp + pmcd + PCP server (pmcd) + + + 44322 + tcp + pmcdproxy + PCP server (pmcd) proxy + + + 44322 + udp + pmcdproxy + PCP server (pmcd) proxy + + + 44323 + tcp + pmwebapi + HTTP binding for Performance Co-Pilot client API + + + 44323 + udp + record + Unassigned + + + 44444 + tcp + cognex-dataman + Cognex DataMan Management Protocol + + + 44444 + udp + record + Reserved + + + 44445 + tcp + acronis-backup + Acronis Backup Gateway service port + + + 44445 + udp + record + Reserved + + + 44544 + tcp + record + Reserved + + + 44544 + udp + domiq + DOMIQ Building Automation + + + 44553 + tcp + rbr-debug + REALbasic Remote Debug + + + 44553 + udp + rbr-debug + REALbasic Remote Debug + + + 44600 + tcp + record + Reserved + + + 44600 + udp + asihpi + AudioScience HPI + + + 44818 + tcp + EtherNet-IP-2 + System.Xml.XmlElement + + + 44818 + tcp + EtherNet/IP-2 + EtherNet/IP messaging + + + 44818 + udp + EtherNet-IP-2 + System.Xml.XmlElement + + + 44818 + udp + EtherNet/IP-2 + EtherNet/IP messaging + + + 44900 + tcp + m3da + M3DA is used for efficient machine-to-machine communications + + + 44900 + udp + m3da-disc + M3DA Discovery is used for efficient machine-to-machine communications + + + 45000 + tcp + asmp + Nuance AutoStore Status Monitoring Protocol (data transfer) + + + 45000 + udp + asmp-mon + Nuance AutoStore Status Monitoring Protocol (device monitoring) + + + 45001 + tcp + asmps + Nuance AutoStore Status Monitoring Protocol (secure data transfer) + + + 45001 + udp + record + Reserved + + + 45002 + tcp + rs-status + Redspeed Status Monitor + + + 45002 + udp + record + Reserved + + + 45045 + tcp + synctest + Remote application control protocol + + + 45045 + udp + record + Reserved + + + 45054 + tcp + invision-ag + InVision AG + + + 45054 + udp + invision-ag + InVision AG + + + 45514 + tcp + cloudcheck + ASSIA CloudCheck WiFi Management System + + + 45514 + udp + cloudcheck-ping + ASSIA CloudCheck WiFi Management keepalive + + + 45678 + tcp + eba + EBA PRISE + + + 45678 + udp + eba + EBA PRISE + + + 45824 + tcp + dai-shell + Server for the DAI family of client-server products + + + 45824 + udp + record + Reserved + + + 45825 + tcp + qdb2service + Qpuncture Data Access Service + + + 45825 + udp + qdb2service + Qpuncture Data Access Service + + + 45966 + tcp + ssr-servermgr + SSRServerMgr + + + 45966 + udp + ssr-servermgr + SSRServerMgr + + + 46336 + tcp + inedo + Listen port used for Inedo agent communication + + + 46336 + udp + record + Reserved + + + 46998 + tcp + spremotetablet + Connection between a desktop computer or server and a signature tablet to capture handwritten + signatures + + + + 46998 + udp + record + Reserved + + + 46999 + tcp + mediabox + MediaBox Server + + + 46999 + udp + mediabox + MediaBox Server + + + 47000 + tcp + mbus + Message Bus + + + 47000 + udp + mbus + Message Bus + + + 47001 + tcp + winrm + Windows Remote Management Service + + + 47001 + udp + record + Reserved + + + 47100 + udp + jvl-mactalk + Configuration of motors connected to Industrial Ethernet + + + 47100 + tcp + record + Reserved + + + 47557 + tcp + dbbrowse + Databeam Corporation + + + 47557 + udp + dbbrowse + Databeam Corporation + + + 47624 + tcp + directplaysrvr + Direct Play Server + + + 47624 + udp + directplaysrvr + Direct Play Server + + + 47806 + tcp + ap + ALC Protocol + + + 47806 + udp + ap + ALC Protocol + + + 47808 + tcp + bacnet + Building Automation and Control Networks + + + 47808 + udp + bacnet + Building Automation and Control Networks + + + 47809 + udp + presonus-ucnet + PreSonus Universal Control Network Protocol + + + 47809 + tcp + record + Reserved + + + 48000 + tcp + nimcontroller + Nimbus Controller + + + 48000 + udp + nimcontroller + Nimbus Controller + + + 48001 + tcp + nimspooler + Nimbus Spooler + + + 48001 + udp + nimspooler + Nimbus Spooler + + + 48002 + tcp + nimhub + Nimbus Hub + + + 48002 + udp + nimhub + Nimbus Hub + + + 48003 + tcp + nimgtw + Nimbus Gateway + + + 48003 + udp + nimgtw + Nimbus Gateway + + + 48004 + tcp + nimbusdb + NimbusDB Connector + + + 48004 + udp + record + Reserved + + + 48005 + tcp + nimbusdbctrl + NimbusDB Control + + + 48005 + udp + record + Reserved + + + 48048 + tcp + juka + Juliar Programming Language Protocol + + + 48048 + udp + record + Reserved + + + 48049 + tcp + 3gpp-cbsp + 3GPP Cell Broadcast Service Protocol + + + 48049 + udp + record + Reserved + + + 48050 + tcp + weandsf + WeFi Access Network Discovery and Selection Function + + + 48050 + udp + record + Reserved + + + 48128 + tcp + isnetserv + Image Systems Network Services + + + 48128 + udp + isnetserv + Image Systems Network Services + + + 48129 + tcp + blp5 + Bloomberg locator + + + 48129 + udp + blp5 + Bloomberg locator + + + 48556 + tcp + com-bardac-dw + com-bardac-dw + + + 48556 + udp + com-bardac-dw + com-bardac-dw + + + 48619 + tcp + iqobject + iqobject + + + 48619 + udp + iqobject + iqobject + + + 48653 + tcp + robotraconteur + Robot Raconteur transport + + + 48653 + udp + robotraconteur + Robot Raconteur transport + + + 49000 + tcp + matahari + Matahari Broker + + + 49000 + udp + record + Reserved + + + 49001 + tcp + nusrp + Nuance Unity Service Request Protocol + + + 49001 + udp + nusdp-disc + Nuance Unity Service Discovery Protocol + + + 49150 + tcp + inspider + InSpider System + + + 49150 + udp + record + Reserved + \ No newline at end of file diff --git a/Source/NETworkManager.Models/Resources/WhoisServers.xml b/Source/NETworkManager.Models/Resources/WhoisServers.xml index 875c4305bf..e80f15a299 100644 --- a/Source/NETworkManager.Models/Resources/WhoisServers.xml +++ b/Source/NETworkManager.Models/Resources/WhoisServers.xml @@ -2,5988 +2,5988 @@ - - AAA - - - - - AARP - whois.nic.aarp - - - ABB - whois.nic.abb - - - ABBOTT - whois.nic.abbott - - - ABBVIE - whois.nic.abbvie - - - ABC - whois.nic.abc - - - ABLE - - - - - ABOGADO - whois.nic.abogado - - - ABUDHABI - whois.nic.abudhabi - - - AC - whois.nic.ac - - - ACADEMY - whois.nic.academy - - - ACCENTURE - whois.nic.accenture - - - ACCOUNTANT - whois.nic.accountant - - - ACCOUNTANTS - whois.nic.accountants - - - ACO - whois.nic.aco - - - ACTOR - whois.nic.actor - - - AD - - - - - ADS - whois.nic.google - - - ADULT - whois.nic.adult - - - AE - whois.aeda.net.ae - - - AEG - whois.nic.aeg - - - AERO - whois.aero - - - AETNA - - - - - AF - whois.nic.af - - - AFL - whois.nic.afl - - - AFRICA - whois.nic.africa - - - AG - whois.nic.ag - - - AGAKHAN - whois.nic.agakhan - - - AGENCY - whois.nic.agency - - - AI - whois.nic.ai - - - AIG - - - - - AIRBUS - whois.nic.airbus - - - AIRFORCE - whois.nic.airforce - - - AIRTEL - whois.nic.airtel - - - AKDN - whois.nic.akdn - - - AL - - - - - ALIBABA - whois.nic.alibaba - - - ALIPAY - whois.nic.alipay - - - ALLFINANZ - whois.nic.allfinanz - - - ALLSTATE - whois.nic.allstate - - - ALLY - whois.nic.ally - - - ALSACE - whois.nic.alsace - - - ALSTOM - whois.nic.alstom - - - AM - whois.amnic.net - - - AMAZON - whois.nic.amazon - - - AMERICANEXPRESS - - - - - AMERICANFAMILY - whois.nic.americanfamily - - - AMEX - - - - - AMFAM - whois.nic.amfam - - - AMICA - - - - - AMSTERDAM - whois.nic.amsterdam - - - ANALYTICS - - - - - ANDROID - whois.nic.google - - - ANQUAN - whois.teleinfo.cn - - - ANZ - whois.nic.anz - - - AO - - - - - AOL - whois.nic.aol - - - APARTMENTS - whois.nic.apartments - - - APP - whois.nic.google - - - APPLE - whois.nic.apple - - - AQ - - - - - AQUARELLE - whois.nic.aquarelle - - - AR - whois.nic.ar - - - ARAB - whois.nic.arab - - - ARAMCO - - - - - ARCHI - whois.nic.archi - - - ARMY - whois.nic.army - - - ARPA - whois.iana.org - - - ART - whois.nic.art - - - ARTE - whois.nic.arte - - - AS - whois.nic.as - - - ASDA - whois.nic.asda - - - ASIA - whois.nic.asia - - - ASSOCIATES - whois.nic.associates - - - AT - whois.nic.at - - - ATHLETA - - - - - ATTORNEY - whois.nic.attorney - - - AU - whois.auda.org.au - - - AUCTION - whois.nic.auction - - - AUDI - whois.nic.audi - - - AUDIBLE - whois.nic.audible - - - AUDIO - whois.nic.audio - - - AUSPOST - whois.nic.auspost - - - AUTHOR - whois.nic.author - - - AUTO - whois.nic.auto - - - AUTOS - whois.nic.autos - - - AW - whois.nic.aw - - - AWS - whois.nic.aws - - - AX - whois.ax - - - AXA - - - - - AZ - - - - - AZURE - whois.nic.azure - - - BA - - - - - BABY - whois.nic.baby - - - BAIDU - whois.gtld.knet.cn - - - BANAMEX - - - - - BAND - whois.nic.band - - - BANK - whois.nic.bank - - - BAR - whois.nic.bar - - - BARCELONA - whois.nic.barcelona - - - BARCLAYCARD - whois.nic.barclaycard - - - BARCLAYS - whois.nic.barclays - - - BAREFOOT - whois.nic.barefoot - - - BARGAINS - whois.nic.bargains - - - BASEBALL - whois.nic.baseball - - - BASKETBALL - whois.nic.basketball - - - BAUHAUS - whois.nic.bauhaus - - - BAYERN - whois.nic.bayern - - - BB - - - - - BBC - whois.nic.bbc - - - BBT - whois.nic.bbt - - - BBVA - whois.nic.bbva - - - BCG - whois.nic.bcg - - - BCN - whois.nic.bcn - - - BD - - - - - BE - whois.dns.be - - - BEATS - whois.nic.beats - - - BEAUTY - whois.nic.beauty - - - BEER - whois.nic.beer - - - BENTLEY - whois.nic.bentley - - - BERLIN - whois.nic.berlin - - - BEST - whois.nic.best - - - BESTBUY - whois.nic.bestbuy - - - BET - whois.nic.bet - - - BF - whois.registre.bf - - - BG - whois.register.bg - - - BH - whois.nic.bh - - - BHARTI - - - - - BI - whois1.nic.bi - - - BIBLE - whois.nic.bible - - - BID - whois.nic.bid - - - BIKE - whois.nic.bike - - - BING - whois.nic.bing - - - BINGO - whois.nic.bingo - - - BIO - whois.nic.bio - - - BIZ - whois.nic.biz - - - BJ - whois.nic.bj - - - BLACK - whois.nic.black - - - BLACKFRIDAY - whois.nic.blackfriday - - - BLOCKBUSTER - whois.nic.blockbuster - - - BLOG - whois.nic.blog - - - BLOOMBERG - whois.nic.bloomberg - - - BLUE - whois.nic.blue - - - BM - whois.nic.bm - - - BMS - whois.nic.bms - - - BMW - whois.nic.bmw - - - BN - whois.bnnic.bn - - - BNPPARIBAS - whois.nic.bnpparibas - - - BO - whois.nic.bo - - - BOATS - whois.nic.boats - - - BOEHRINGER - whois.nic.boehringer - - - BOFA - whois.nic.bofa - - - BOM - whois.gtlds.nic.br - - - BOND - whois.nic.bond - - - BOO - whois.nic.google - - - BOOK - whois.nic.book - - - BOOKING - - - - - BOSCH - whois.nic.bosch - - - BOSTIK - whois.nic.bostik - - - BOSTON - whois.nic.boston - - - BOT - whois.nic.bot - - - BOUTIQUE - whois.nic.boutique - - - BOX - whois.nic.box - - - BR - whois.registro.br - - - BRADESCO - whois.nic.bradesco - - - BRIDGESTONE - whois.nic.bridgestone - - - BROADWAY - whois.nic.broadway - - - BROKER - whois.nic.broker - - - BROTHER - whois.nic.brother - - - BRUSSELS - whois.nic.brussels - - - BS - - - - - BT - - - - - BUILD - whois.nic.build - - - BUILDERS - whois.nic.builders - - - BUSINESS - whois.nic.business - - - BUY - whois.nic.buy - - - BUZZ - whois.nic.buzz - - - BV - - - - - BW - whois.nic.net.bw - - - BY - whois.cctld.by - - - BZ - - - - - BZH - whois.nic.bzh - - - CA - whois.cira.ca - - - CAB - whois.nic.cab - - - CAFE - whois.nic.cafe - - - CAL - whois.nic.google - - - CALL - whois.nic.call - - - CALVINKLEIN - - - - - CAM - whois.nic.cam - - - CAMERA - whois.nic.camera - - - CAMP - whois.nic.camp - - - CANON - whois.nic.canon - - - CAPETOWN - whois.nic.capetown - - - CAPITAL - whois.nic.capital - - - CAPITALONE - whois.nic.capitalone - - - CAR - whois.nic.car - - - CARAVAN - - - - - CARDS - whois.nic.cards - - - CARE - whois.nic.care - - - CAREER - whois.nic.career - - - CAREERS - whois.nic.careers - - - CARS - whois.nic.cars - - - CASA - whois.nic.casa - - - CASE - whois.nic.case - - - CASH - whois.nic.cash - - - CASINO - whois.nic.casino - - - CAT - whois.nic.cat - - - CATERING - whois.nic.catering - - - CATHOLIC - whois.nic.catholic - - - CBA - whois.nic.cba - - - CBN - - - - - CBRE - - - - - CC - ccwhois.verisign-grs.com - - - CD - - - - - CENTER - whois.nic.center - - - CEO - whois.nic.ceo - - - CERN - whois.nic.cern - - - CF - whois.dot.cf - - - CFA - whois.nic.cfa - - - CFD - whois.nic.cfd - - - CG - - - - - CH - whois.nic.ch - - - CHANEL - whois.nic.chanel - - - CHANNEL - whois.nic.google - - - CHARITY - whois.nic.charity - - - CHASE - - - - - CHAT - whois.nic.chat - - - CHEAP - whois.nic.cheap - - - CHINTAI - whois.nic.chintai - - - CHRISTMAS - whois.nic.christmas - - - CHROME - whois.nic.google - - - CHURCH - whois.nic.church - - - CI - whois.nic.ci - - - CIPRIANI - whois.nic.cipriani - - - CIRCLE - whois.nic.circle - - - CISCO - - - - - CITADEL - whois.nic.citadel - - - CITI - - - - - CITIC - - - - - CITY - whois.nic.city - - - CK - - - - - CL - whois.nic.cl - - - CLAIMS - whois.nic.claims - - - CLEANING - whois.nic.cleaning - - - CLICK - whois.nic.click - - - CLINIC - whois.nic.clinic - - - CLINIQUE - whois.nic.clinique - - - CLOTHING - whois.nic.clothing - - - CLOUD - whois.nic.cloud - - - CLUB - whois.nic.club - - - CLUBMED - whois.nic.clubmed - - - CM - - - - - CN - whois.cnnic.cn - - - CO - whois.nic.co - - - COACH - whois.nic.coach - - - CODES - whois.nic.codes - - - COFFEE - whois.nic.coffee - - - COLLEGE - whois.nic.college - - - COLOGNE - whois.ryce-rsp.com - - - COM - whois.verisign-grs.com - - - COMMBANK - whois.nic.commbank - - - COMMUNITY - whois.nic.community - - - COMPANY - whois.nic.company - - - COMPARE - whois.nic.compare - - - COMPUTER - whois.nic.computer - - - COMSEC - whois.nic.comsec - - - CONDOS - whois.nic.condos - - - CONSTRUCTION - whois.nic.construction - - - CONSULTING - whois.nic.consulting - - - CONTACT - whois.nic.contact - - - CONTRACTORS - whois.nic.contractors - - - COOKING - whois.nic.cooking - - - COOL - whois.nic.cool - - - COOP - whois.nic.coop - - - CORSICA - whois.nic.corsica - - - COUNTRY - whois.nic.country - - - COUPON - - - - - COUPONS - whois.nic.coupons - - - COURSES - whois.nic.courses - - - CPA - whois.nic.cpa - - - CR - whois.nic.cr - - - CREDIT - whois.nic.credit - - - CREDITCARD - whois.nic.creditcard - - - CREDITUNION - whois.nic.creditunion - - - CRICKET - whois.nic.cricket - - - CROWN - whois.nic.crown - - - CRS - whois.nic.crs - - - CRUISE - whois.nic.cruise - - - CRUISES - whois.nic.cruises - - - CU - - - - - CUISINELLA - whois.nic.cuisinella - - - CV - whois.nic.cv - - - CW - - - - - CX - whois.nic.cx - - - CY - - - - - CYMRU - whois.nic.cymru - - - CYOU - whois.nic.cyou - - - CZ - whois.nic.cz - - - DABUR - whois.nic.dabur - - - DAD - whois.nic.google - - - DANCE - whois.nic.dance - - - DATA - whois.nic.data - - - DATE - whois.nic.date - - - DATING - whois.nic.dating - - - DATSUN - whois.nic.gmo - - - DAY - whois.nic.google - - - DCLK - whois.nic.google - - - DDS - whois.nic.dds - - - DE - whois.denic.de - - - DEAL - whois.nic.deal - - - DEALER - whois.nic.dealer - - - DEALS - whois.nic.deals - - - DEGREE - whois.nic.degree - - - DELIVERY - whois.nic.delivery - - - DELL - - - - - DELOITTE - whois.nic.deloitte - - - DELTA - whois.nic.delta - - - DEMOCRAT - whois.nic.democrat - - - DENTAL - whois.nic.dental - - - DENTIST - whois.nic.dentist - - - DESI - whois.nic.desi - - - DESIGN - whois.nic.design - - - DEV - whois.nic.google - - - DHL - - - - - DIAMONDS - whois.nic.diamonds - - - DIET - whois.nic.diet - - - DIGITAL - whois.nic.digital - - - DIRECT - whois.nic.direct - - - DIRECTORY - whois.nic.directory - - - DISCOUNT - whois.nic.discount - - - DISCOVER - - - - - DISH - whois.nic.dish - - - DIY - whois.nic.diy - - - DJ - - - - - DK - whois.punktum.dk - - - DM - whois.dmdomains.dm - - - DNP - whois.nic.dnp - - - DO - whois.nic.do - - - DOCS - whois.nic.google - - - DOCTOR - whois.nic.doctor - - - DOG - whois.nic.dog - - - DOMAINS - whois.nic.domains - - - DOT - whois.nic.dot - - - DOWNLOAD - whois.nic.download - - - DRIVE - whois.nic.google - - - DTV - whois.nic.dtv - - - DUBAI - whois.nic.dubai - - - DUNLOP - whois.nic.dunlop - - - DUPONT - - - - - DURBAN - whois.nic.durban - - - DVAG - whois.nic.dvag - - - DVR - whois.nic.dvr - - - DZ - whois.nic.dz - - - EARTH - whois.nic.earth - - - EAT - whois.nic.google - - - EC - whois.nic.ec - - - ECO - whois.nic.eco - - - EDEKA - whois.nic.edeka - - - EDU - whois.educause.edu - - - EDUCATION - whois.nic.education - - - EE - whois.tld.ee - - - EG - - - - - EMAIL - whois.nic.email - - - EMERCK - whois.nic.emerck - - - ENERGY - whois.nic.energy - - - ENGINEER - whois.nic.engineer - - - ENGINEERING - whois.nic.engineering - - - ENTERPRISES - whois.nic.enterprises - - - EPSON - whois.nic.epson - - - EQUIPMENT - whois.nic.equipment - - - ER - - - - - ERICSSON - whois.nic.ericsson - - - ERNI - whois.nic.erni - - - ES - whois.nic.es - - - ESQ - whois.nic.google - - - ESTATE - whois.nic.estate - - - ET - - - - - EU - whois.eu - - - EUROVISION - whois.nic.eurovision - - - EUS - whois.nic.eus - - - EVENTS - whois.nic.events - - - EXCHANGE - whois.nic.exchange - - - EXPERT - whois.nic.expert - - - EXPOSED - whois.nic.exposed - - - EXPRESS - whois.nic.express - - - EXTRASPACE - whois.nic.extraspace - - - FAGE - whois.nic.fage - - - FAIL - whois.nic.fail - - - FAIRWINDS - whois.nic.fairwinds - - - FAITH - whois.nic.faith - - - FAMILY - whois.nic.family - - - FAN - whois.nic.fan - - - FANS - whois.nic.fans - - - FARM - whois.nic.farm - - - FARMERS - - - - - FASHION - whois.nic.fashion - - - FAST - whois.nic.fast - - - FEDEX - whois.nic.fedex - - - FEEDBACK - whois.nic.feedback - - - FERRARI - whois.nic.ferrari - - - FERRERO - - - - - FI - whois.fi - - - FIDELITY - whois.nic.fidelity - - - FIDO - whois.nic.fido - - - FILM - whois.nic.film - - - FINAL - whois.gtlds.nic.br - - - FINANCE - whois.nic.finance - - - FINANCIAL - whois.nic.financial - - - FIRE - whois.nic.fire - - - FIRESTONE - whois.nic.firestone - - - FIRMDALE - whois.nic.firmdale - - - FISH - whois.nic.fish - - - FISHING - whois.nic.fishing - - - FIT - whois.nic.fit - - - FITNESS - whois.nic.fitness - - - FJ - www.whois.fj - - - FK - - - - - FLICKR - - - - - FLIGHTS - whois.nic.flights - - - FLIR - - - - - FLORIST - whois.nic.florist - - - FLOWERS - whois.nic.flowers - - - FLY - whois.nic.google - - - FM - whois.nic.fm - - - FO - whois.nic.fo - - - FOO - whois.nic.google - - - FOOD - - - - - FOOTBALL - whois.nic.football - - - FORD - - - - - FOREX - whois.nic.forex - - - FORSALE - whois.nic.forsale - - - FORUM - whois.nic.forum - - - FOUNDATION - whois.nic.foundation - - - FOX - whois.nic.fox - - - FR - whois.nic.fr - - - FREE - whois.nic.free - - - FRESENIUS - whois.nic.fresenius - - - FRL - whois.nic.frl - - - FROGANS - whois.nic.frogans - - - FRONTIER - - - - - FTR - - - - - FUJITSU - whois.nic.gmo - - - FUN - whois.nic.fun - - - FUND - whois.nic.fund - - - FURNITURE - whois.nic.furniture - - - FUTBOL - whois.nic.futbol - - - FYI - whois.nic.fyi - - - GA - - - - - GAL - whois.nic.gal - - - GALLERY - whois.nic.gallery - - - GALLO - whois.nic.gallo - - - GALLUP - whois.nic.gallup - - - GAME - whois.nic.game - - - GAMES - whois.nic.games - - - GAP - - - - - GARDEN - whois.nic.garden - - - GAY - whois.nic.gay - - - GB - - - - - GBIZ - whois.nic.google - - - GD - whois.nic.gd - - - GDN - whois.nic.gdn - - - GE - whois.nic.ge - - - GEA - whois.nic.gea - - - GENT - whois.nic.gent - - - GENTING - whois.nic.genting - - - GEORGE - whois.nic.george - - - GF - whois.mediaserv.net - - - GG - whois.gg - - - GGEE - whois.nic.ggee - - - GH - whois.nic.gh - - - GI - whois2.afilias-grs.net - - - GIFT - whois.uniregistry.net - - - GIFTS - whois.nic.gifts - - - GIVES - whois.nic.gives - - - GIVING - whois.nic.giving - - - GL - whois.nic.gl - - - GLASS - whois.nic.glass - - - GLE - whois.nic.google - - - GLOBAL - whois.nic.global - - - GLOBO - whois.gtlds.nic.br - - - GM - - - - - GMAIL - whois.nic.google - - - GMBH - whois.nic.gmbh - - - GMO - whois.nic.gmo - - - GMX - whois.nic.gmx - - - GN - whois.ande.gov.gn - - - GODADDY - whois.nic.godaddy - - - GOLD - whois.nic.gold - - - GOLDPOINT - whois.nic.goldpoint - - - GOLF - whois.nic.golf - - - GOO - whois.nic.gmo - - - GOODYEAR - whois.nic.goodyear - - - GOOG - whois.nic.google - - - GOOGLE - whois.nic.google - - - GOP - whois.nic.gop - - - GOT - whois.nic.got - - - GOV - whois.dotgov.gov - - - GP - whois.nic.gp - - - GQ - whois.dominio.gq - - - GR - - - - - GRAINGER - - - - - GRAPHICS - whois.nic.graphics - - - GRATIS - whois.nic.gratis - - - GREEN - whois.nic.green - - - GRIPE - whois.nic.gripe - - - GROCERY - whois.nic.grocery - - - GROUP - whois.nic.group - - - GS - whois.nic.gs - - - GT - - - - - GU - - - - - GUCCI - whois.nic.gucci - - - GUGE - whois.nic.google - - - GUIDE - whois.nic.guide - - - GUITARS - whois.nic.guitars - - - GURU - whois.nic.guru - - - GW - - - - - GY - whois.registry.gy - - - HAIR - whois.nic.hair - - - HAMBURG - whois.nic.hamburg - - - HANGOUT - whois.nic.google - - - HAUS - whois.nic.haus - - - HBO - - - - - HDFC - whois.nic.hdfc - - - HDFCBANK - whois.nic.hdfcbank - - - HEALTH - - - - - HEALTHCARE - whois.nic.healthcare - - - HELP - whois.nic.help - - - HELSINKI - whois.nic.helsinki - - - HERE - whois.nic.google - - - HERMES - whois.nic.hermes - - - HIPHOP - whois.nic.hiphop - - - HISAMITSU - whois.nic.gmo - - - HITACHI - whois.nic.gmo - - - HIV - whois.nic.hiv - - - HK - whois.hkirc.hk - - - HKT - whois.nic.hkt - - - HM - whois.registry.hm - - - HN - whois.nic.hn - - - HOCKEY - whois.nic.hockey - - - HOLDINGS - whois.nic.holdings - - - HOLIDAY - whois.nic.holiday - - - HOMEDEPOT - whois.nic.homedepot - - - HOMEGOODS - - - - - HOMES - whois.nic.homes - - - HOMESENSE - - - - - HONDA - whois.nic.honda - - - HORSE - whois.nic.horse - - - HOSPITAL - whois.nic.hospital - - - HOST - whois.nic.host - - - HOSTING - whois.nic.hosting - - - HOT - whois.nic.hot - - - HOTELS - whois.nic.hotels - - - HOTMAIL - whois.nic.hotmail - - - HOUSE - whois.nic.house - - - HOW - whois.nic.google - - - HR - whois.dns.hr - - - HSBC - - - - - HT - whois.nic.ht - - - HU - whois.nic.hu - - - HUGHES - whois.nic.hughes - - - HYATT - - - - - HYUNDAI - whois.nic.hyundai - - - IBM - whois.nic.ibm - - - ICBC - whois.nic.icbc - - - ICE - whois.nic.ice - - - ICU - whois.nic.icu - - - ID - whois.id - - - IE - whois.weare.ie - - - IEEE - - - - - IFM - whois.nic.ifm - - - IKANO - whois.nic.ikano - - - IL - whois.isoc.org.il - - - IM - whois.nic.im - - - IMAMAT - whois.nic.imamat - - - IMDB - whois.nic.imdb - - - IMMO - whois.nic.immo - - - IMMOBILIEN - whois.nic.immobilien - - - IN - whois.registry.in - - - INC - whois.nic.inc - - - INDUSTRIES - whois.nic.industries - - - INFINITI - whois.nic.gmo - - - INFO - whois.nic.info - - - ING - whois.nic.google - - - INK - whois.nic.ink - - - INSTITUTE - whois.nic.institute - - - INSURANCE - whois.nic.insurance - - - INSURE - whois.nic.insure - - - INT - whois.iana.org - - - INTERNATIONAL - whois.nic.international - - - INTUIT - - - - - INVESTMENTS - whois.nic.investments - - - IO - whois.nic.io - - - IPIRANGA - - - - - IQ - whois.cmc.iq - - - IR - whois.nic.ir - - - IRISH - whois.nic.irish - - - IS - whois.isnic.is - - - ISMAILI - whois.nic.ismaili - - - IST - whois.nic.ist - - - ISTANBUL - whois.nic.istanbul - - - IT - whois.nic.it - - - ITAU - - - - - ITV - whois.nic.itv - - - JAGUAR - whois.nic.jaguar - - - JAVA - whois.nic.java - - - JCB - whois.nic.gmo - - - JE - whois.je - - - JEEP - whois.nic.jeep - - - JETZT - whois.nic.jetzt - - - JEWELRY - whois.nic.jewelry - - - JIO - whois.nic.jio - - - JLL - whois.nic.jll - - - JM - - - - - JMP - - - - - JNJ - - - - - JO - - - - - JOBS - whois.nic.jobs - - - JOBURG - whois.nic.joburg - - - JOT - whois.nic.jot - - - JOY - whois.nic.joy - - - JP - whois.jprs.jp - - - JPMORGAN - - - - - JPRS - - - - - JUEGOS - whois.uniregistry.net - - - JUNIPER - whois.nic.juniper - - - KAUFEN - whois.nic.kaufen - - - KDDI - whois.nic.kddi - - - KE - whois.kenic.or.ke - - - KERRYHOTELS - whois.nic.kerryhotels - - - KERRYLOGISTICS - whois.nic.kerrylogistics - - - KERRYPROPERTIES - whois.nic.kerryproperties - - - KFH - whois.nic.kfh - - - KG - whois.kg - - - KH - - - - - KI - whois.nic.ki - - - KIA - whois.nic.kia - - - KIDS - whois.nic.kids - - - KIM - whois.nic.kim - - - KINDLE - whois.nic.kindle - - - KITCHEN - whois.nic.kitchen - - - KIWI - whois.nic.kiwi - - - KM - - - - - KN - whois.nic.kn - - - KOELN - whois.ryce-rsp.com - - - KOMATSU - whois.nic.komatsu - - - KOSHER - whois.nic.kosher - - - KP - - - - - KPMG - - - - - KPN - - - - - KR - whois.kr - - - KRD - whois.nic.krd - - - KRED - - - - - KUOKGROUP - whois.nic.kuokgroup - - - KW - - - - - KY - whois.kyregistry.ky - - - KYOTO - whois.nic.kyoto - - - KZ - whois.nic.kz - - - LA - whois.nic.la - - - LACAIXA - whois.nic.lacaixa - - - LAMBORGHINI - whois.nic.lamborghini - - - LAMER - whois.nic.lamer - - - LANCASTER - whois.nic.lancaster - - - LAND - whois.nic.land - - - LANDROVER - whois.nic.landrover - - - LANXESS - - - - - LASALLE - whois.nic.lasalle - - - LAT - whois.nic.lat - - - LATINO - whois.nic.latino - - - LATROBE - whois.nic.latrobe - - - LAW - whois.nic.law - - - LAWYER - whois.nic.lawyer - - - LB - whois.lbdr.org.lb - - - LC - - - - - LDS - whois.nic.lds - - - LEASE - whois.nic.lease - - - LECLERC - whois.nic.leclerc - - - LEFRAK - whois.nic.lefrak - - - LEGAL - whois.nic.legal - - - LEGO - whois.nic.lego - - - LEXUS - whois.nic.lexus - - - LGBT - whois.nic.lgbt - - - LI - whois.nic.li - - - LIDL - whois.nic.lidl - - - LIFE - whois.nic.life - - - LIFEINSURANCE - whois.nic.lifeinsurance - - - LIFESTYLE - whois.nic.lifestyle - - - LIGHTING - whois.nic.lighting - - - LIKE - whois.nic.like - - - LILLY - - - - - LIMITED - whois.nic.limited - - - LIMO - whois.nic.limo - - - LINCOLN - - - - - LINK - whois.uniregistry.net - - - LIPSY - whois.nic.lipsy - - - LIVE - whois.nic.live - - - LIVING - - - - - LK - - - - - LLC - whois.nic.llc - - - LLP - whois.nic.llp - - - LOAN - whois.nic.loan - - - LOANS - whois.nic.loans - - - LOCKER - whois.nic.locker - - - LOCUS - whois.nic.locus - - - LOL - whois.nic.lol - - - LONDON - whois.nic.london - - - LOTTE - whois.nic.lotte - - - LOTTO - whois.nic.lotto - - - LOVE - whois.nic.love - - - LPL - whois.nic.lpl - - - LPLFINANCIAL - whois.nic.lplfinancial - - - LR - - - - - LS - whois.nic.ls - - - LT - whois.domreg.lt - - - LTD - whois.nic.ltd - - - LTDA - whois.nic.ltda - - - LU - whois.dns.lu - - - LUNDBECK - whois.nic.lundbeck - - - LUXE - whois.nic.luxe - - - LUXURY - whois.nic.luxury - - - LV - whois.nic.lv - - - LY - whois.nic.ly - - - MA - whois.registre.ma - - - MADRID - whois.nic.madrid - - - MAIF - whois.nic.maif - - - MAISON - whois.nic.maison - - - MAKEUP - whois.nic.makeup - - - MAN - whois.nic.man - - - MANAGEMENT - whois.nic.management - - - MANGO - whois.nic.mango - - - MAP - whois.nic.google - - - MARKET - whois.nic.market - - - MARKETING - whois.nic.marketing - - - MARKETS - whois.nic.markets - - - MARRIOTT - whois.nic.marriott - - - MARSHALLS - - - - - MATTEL - - - - - MBA - whois.nic.mba - - - MC - - - - - MCKINSEY - whois.nic.mckinsey - - - MD - whois.nic.md - - - ME - whois.nic.me - - - MED - whois.nic.med - - - MEDIA - whois.nic.media - - - MEET - whois.nic.google - - - MELBOURNE - whois.nic.melbourne - - - MEME - whois.nic.google - - - MEMORIAL - whois.nic.memorial - - - MEN - whois.nic.men - - - MENU - whois.nic.menu - - - MERCKMSD - whois.nic.merckmsd - - - MG - whois.nic.mg - - - MH - - - - - MIAMI - whois.nic.miami - - - MICROSOFT - whois.nic.microsoft - - - MIL - - - - - MINI - whois.nic.mini - - - MINT - - - - - MIT - whois.nic.mit - - - MITSUBISHI - whois.nic.gmo - - - MK - whois.marnet.mk - - - ML - whois.nic.ml - - - MLB - - - - - MLS - whois.nic.mls - - - MM - whois.registry.gov.mm - - - MMA - whois.nic.mma - - - MN - whois.nic.mn - - - MO - whois.monic.mo - - - MOBI - whois.nic.mobi - - - MOBILE - whois.nic.mobile - - - MODA - whois.nic.moda - - - MOE - whois.nic.moe - - - MOI - whois.nic.moi - - - MOM - whois.nic.mom - - - MONASH - whois.nic.monash - - - MONEY - whois.nic.money - - - MONSTER - whois.nic.monster - - - MORMON - whois.nic.mormon - - - MORTGAGE - whois.nic.mortgage - - - MOSCOW - whois.nic.moscow - - - MOTO - whois.nic.moto - - - MOTORCYCLES - whois.nic.motorcycles - - - MOV - whois.nic.google - - - MOVIE - whois.nic.movie - - - MP - - - - - MQ - whois.mediaserv.net - - - MR - whois.nic.mr - - - MS - whois.nic.ms - - - MSD - whois.nic.msd - - - MT - - - - - MTN - whois.nic.mtn - - - MTR - whois.nic.mtr - - - MU - whois.nic.mu - - - MUSEUM - whois.nic.museum - - - MUSIC - whois.nic.music - - - MV - - - - - MW - whois.nic.mw - - - MX - whois.mx - - - MY - whois.mynic.my - - - MZ - whois.nic.mz - - - NA - whois.na-nic.com.na - - - NAB - whois.nic.nab - - - NAGOYA - whois.nic.nagoya - - - NAME - whois.nic.name - - - NATURA - whois.gtlds.nic.br - - - NAVY - whois.nic.navy - - - NBA - - - - - NC - whois.nc - - - NE - - - - - NEC - whois.nic.nec - - - NET - whois.verisign-grs.com - - - NETBANK - whois.nic.netbank - - - NETFLIX - - - - - NETWORK - whois.nic.network - - - NEUSTAR - - - - - NEW - whois.nic.google - - - NEWS - whois.nic.news - - - NEXT - whois.nic.next - - - NEXTDIRECT - whois.nic.nextdirect - - - NEXUS - whois.nic.google - - - NF - whois.nic.nf - - - NFL - - - - - NG - whois.nic.net.ng - - - NGO - whois.nic.ngo - - - NHK - whois.nic.nhk - - - NI - - - - - NICO - whois.nic.nico - - - NIKE - - - - - NIKON - whois.nic.nikon - - - NINJA - whois.nic.ninja - - - NISSAN - whois.nic.gmo - - - NISSAY - whois.nic.nissay - - - NL - whois.domain-registry.nl - - - NO - whois.norid.no - - - NOKIA - whois.nic.nokia - - - NORTON - whois.nic.norton - - - NOW - whois.nic.now - - - NOWRUZ - whois.nic.nowruz - - - NOWTV - whois.nic.nowtv - - - NP - - - - - NR - - - - - NRA - whois.nic.nra - - - NRW - whois.nic.nrw - - - NTT - - - - - NU - whois.iis.nu - - - NYC - whois.nic.nyc - - - NZ - whois.irs.net.nz - - - OBI - whois.nic.obi - - - OBSERVER - whois.nic.observer - - - OFFICE - whois.nic.office - - - OKINAWA - whois.nic.okinawa - - - OLAYAN - whois.nic.olayan - - - OLAYANGROUP - whois.nic.olayangroup - - - OLLO - whois.nic.ollo - - - OM - whois.registry.om - - - OMEGA - whois.nic.omega - - - ONE - whois.nic.one - - - ONG - whois.nic.ong - - - ONL - whois.nic.onl - - - ONLINE - whois.nic.online - - - OOO - whois.nic.ooo - - - OPEN - whois.nic.open - - - ORACLE - whois.nic.oracle - - - ORANGE - whois.nic.orange - - - ORG - whois.publicinterestregistry.org - - - ORGANIC - whois.nic.organic - - - ORIGINS - whois.nic.origins - - - OSAKA - whois.nic.osaka - - - OTSUKA - whois.nic.otsuka - - - OTT - whois.nic.ott - - - OVH - whois.nic.ovh - - - PA - - - - - PAGE - whois.nic.google - - - PANASONIC - whois.nic.gmo - - - PARIS - whois.nic.paris - - - PARS - whois.nic.pars - - - PARTNERS - whois.nic.partners - - - PARTS - whois.nic.parts - - - PARTY - whois.nic.party - - - PAY - whois.nic.pay - - - PCCW - whois.nic.pccw - - - PE - kero.yachay.pe - - - PET - whois.nic.pet - - - PF - whois.registry.pf - - - PFIZER - - - - - PG - - - - - PH - - - - - PHARMACY - whois.nic.pharmacy - - - PHD - whois.nic.google - - - PHILIPS - whois.nic.philips - - - PHONE - whois.nic.phone - - - PHOTO - whois.nic.photo - - - PHOTOGRAPHY - whois.nic.photography - - - PHOTOS - whois.nic.photos - - - PHYSIO - whois.nic.physio - - - PICS - whois.nic.pics - - - PICTET - whois.nic.pictet - - - PICTURES - whois.nic.pictures - - - PID - whois.nic.pid - - - PIN - whois.nic.pin - - - PING - whois.nic.ping - - - PINK - whois.nic.pink - - - PIONEER - whois.nic.pioneer - - - PIZZA - whois.nic.pizza - - - PK - whois.pknic.net.pk - - - PL - whois.dns.pl - - - PLACE - whois.nic.place - - - PLAY - whois.nic.google - - - PLAYSTATION - whois.nic.playstation - - - PLUMBING - whois.nic.plumbing - - - PLUS - whois.nic.plus - - - PM - whois.nic.pm - - - PN - - - - - PNC - whois.nic.pnc - - - POHL - whois.nic.pohl - - - POKER - whois.nic.poker - - - POLITIE - whois.nic.politie - - - PORN - whois.nic.porn - - - POST - whois.dotpostregistry.net - - - PR - whois.afilias-srs.net - - - PRAMERICA - - - - - PRAXI - - - - - PRESS - whois.nic.press - - - PRIME - whois.nic.prime - - - PRO - whois.nic.pro - - - PROD - whois.nic.google - - - PRODUCTIONS - whois.nic.productions - - - PROF - whois.nic.google - - - PROGRESSIVE - whois.nic.progressive - - - PROMO - whois.nic.promo - - - PROPERTIES - whois.nic.properties - - - PROPERTY - whois.nic.property - - - PROTECTION - whois.nic.protection - - - PRU - - - - - PRUDENTIAL - - - - - PS - - - - - PT - whois.dns.pt - - - PUB - whois.nic.pub - - - PW - whois.nic.pw - - - PWC - whois.nic.pwc - - - PY - - - - - QA - whois.registry.qa - - - QPON - whois.nic.qpon - - - QUEBEC - whois.nic.quebec - - - QUEST - whois.nic.quest - - - RACING - whois.nic.racing - - - RADIO - whois.nic.radio - - - RE - whois.nic.re - - - READ - whois.nic.read - - - REALESTATE - whois.nic.realestate - - - REALTOR - whois.nic.realtor - - - REALTY - whois.nic.realty - - - RECIPES - whois.nic.recipes - - - RED - whois.nic.red - - - REDSTONE - whois.nic.redstone - - - REDUMBRELLA - whois.nic.redumbrella - - - REHAB - whois.nic.rehab - - - REISE - whois.nic.reise - - - REISEN - whois.nic.reisen - - - REIT - whois.nic.reit - - - RELIANCE - whois.nic.reliance - - - REN - whois.nic.ren - - - RENT - whois.nic.rent - - - RENTALS - whois.nic.rentals - - - REPAIR - whois.nic.repair - - - REPORT - whois.nic.report - - - REPUBLICAN - whois.nic.republican - - - REST - whois.nic.rest - - - RESTAURANT - whois.nic.restaurant - - - REVIEW - whois.nic.review - - - REVIEWS - whois.nic.reviews - - - REXROTH - whois.nic.rexroth - - - RICH - whois.nic.rich - - - RICHARDLI - whois.nic.richardli - - - RICOH - whois.nic.ricoh - - - RIL - whois.nic.ril - - - RIO - whois.gtlds.nic.br - - - RIP - whois.nic.rip - - - RO - whois.rotld.ro - - - ROCKS - whois.nic.rocks - - - RODEO - whois.nic.rodeo - - - ROGERS - whois.nic.rogers - - - ROOM - whois.nic.room - - - RS - whois.rnids.rs - - - RSVP - whois.nic.google - - - RU - whois.tcinet.ru - - - RUGBY - whois.nic.rugby - - - RUHR - whois.nic.ruhr - - - RUN - whois.nic.run - - - RW - whois.ricta.org.rw - - - RWE - whois.nic.rwe - - - RYUKYU - whois.nic.ryukyu - - - SA - whois.nic.net.sa - - - SAARLAND - whois.nic.saarland - - - SAFE - whois.nic.safe - - - SAFETY - whois.nic.safety - - - SAKURA - - - - - SALE - whois.nic.sale - - - SALON - whois.nic.salon - - - SAMSCLUB - whois.nic.samsclub - - - SAMSUNG - whois.nic.samsung - - - SANDVIK - whois.nic.sandvik - - - SANDVIKCOROMANT - whois.nic.sandvikcoromant - - - SANOFI - whois.nic.sanofi - - - SAP - whois.nic.sap - - - SARL - whois.nic.sarl - - - SAS - - - - - SAVE - whois.nic.save - - - SAXO - whois.nic.saxo - - - SB - whois.nic.net.sb - - - SBI - whois.nic.sbi - - - SBS - whois.nic.sbs - - - SC - whois2.afilias-grs.net - - - SCB - whois.nic.scb - - - SCHAEFFLER - whois.afilias-srs.net - - - SCHMIDT - whois.nic.schmidt - - - SCHOLARSHIPS - whois.nic.scholarships - - - SCHOOL - whois.nic.school - - - SCHULE - whois.nic.schule - - - SCHWARZ - whois.nic.schwarz - - - SCIENCE - whois.nic.science - - - SCOT - whois.nic.scot - - - SD - whois.nic.sd - - - SE - whois.iis.se - - - SEARCH - whois.nic.google - - - SEAT - whois.nic.seat - - - SECURE - whois.nic.secure - - - SECURITY - whois.nic.security - - - SEEK - whois.nic.seek - - - SELECT - whois.nic.select - - - SENER - - - - - SERVICES - whois.nic.services - - - SEVEN - whois.nic.seven - - - SEW - whois.nic.sew - - - SEX - whois.nic.sex - - - SEXY - whois.nic.sexy - - - SFR - whois.nic.sfr - - - SG - whois.sgnic.sg - - - SH - whois.nic.sh - - - SHANGRILA - whois.nic.shangrila - - - SHARP - whois.nic.gmo - - - SHAW - whois.afilias-srs.net - - - SHELL - whois.nic.shell - - - SHIA - whois.nic.shia - - - SHIKSHA - whois.nic.shiksha - - - SHOES - whois.nic.shoes - - - SHOP - whois.nic.shop - - - SHOPPING - whois.nic.shopping - - - SHOUJI - whois.teleinfo.cn - - - SHOW - whois.nic.show - - - SI - whois.register.si - - - SILK - whois.nic.silk - - - SINA - whois.nic.sina - - - SINGLES - whois.nic.singles - - - SITE - whois.nic.site - - - SJ - - - - - SK - whois.sk-nic.sk - - - SKI - whois.nic.ski - - - SKIN - whois.nic.skin - - - SKY - whois.nic.sky - - - SKYPE - whois.nic.skype - - - SL - - - - - SLING - whois.nic.sling - - - SM - whois.nic.sm - - - SMART - whois.nic.smart - - - SMILE - whois.nic.smile - - - SN - whois.nic.sn - - - SNCF - whois.nic.sncf - - - SO - whois.nic.so - - - SOCCER - whois.nic.soccer - - - SOCIAL - whois.nic.social - - - SOFTBANK - whois.nic.softbank - - - SOFTWARE - whois.nic.software - - - SOHU - - - - - SOLAR - whois.nic.solar - - - SOLUTIONS - whois.nic.solutions - - - SONG - - - - - SONY - whois.nic.sony - - - SOY - whois.nic.google - - - SPA - whois.nic.spa - - - SPACE - whois.nic.space - - - SPORT - whois.nic.sport - - - SPOT - whois.nic.spot - - - SR - - - - - SRL - whois.nic.srl - - - SS - whois.nic.ss - - - ST - whois.nic.st - - - STADA - whois.nic.stada - - - STAPLES - - - - - STAR - whois.nic.star - - - STATEBANK - whois.nic.statebank - - - STATEFARM - - - - - STC - whois.nic.stc - - - STCGROUP - whois.nic.stcgroup - - - STOCKHOLM - whois.nic.stockholm - - - STORAGE - whois.nic.storage - - - STORE - whois.nic.store - - - STREAM - whois.nic.stream - - - STUDIO - whois.nic.studio - - - STUDY - whois.nic.study - - - STYLE - whois.nic.style - - - SU - whois.tcinet.ru - - - SUCKS - whois.nic.sucks - - - SUPPLIES - whois.nic.supplies - - - SUPPLY - whois.nic.supply - - - SUPPORT - whois.nic.support - - - SURF - whois.nic.surf - - - SURGERY - whois.nic.surgery - - - SUZUKI - whois.nic.suzuki - - - SV - - - - - SWATCH - whois.nic.swatch - - - SWISS - whois.nic.swiss - - - SX - whois.sx - - - SY - whois.tld.sy - - - SYDNEY - whois.nic.sydney - - - SYSTEMS - whois.nic.systems - - - SZ - - - - - TAB - whois.nic.tab - - - TAIPEI - whois.nic.taipei - - - TALK - whois.nic.talk - - - TAOBAO - whois.nic.taobao - - - TARGET - - - - - TATAMOTORS - whois.nic.tatamotors - - - TATAR - whois.nic.tatar - - - TATTOO - whois.nic.tattoo - - - TAX - whois.nic.tax - - - TAXI - whois.nic.taxi - - - TC - whois.nic.tc - - - TCI - whois.nic.tci - - - TD - whois.nic.td - - - TDK - whois.nic.tdk - - - TEAM - whois.nic.team - - - TECH - whois.nic.tech - - - TECHNOLOGY - whois.nic.technology - - - TEL - whois.nic.tel - - - TEMASEK - whois.nic.temasek - - - TENNIS - whois.nic.tennis - - - TEVA - whois.nic.teva - - - TF - whois.nic.tf - - - TG - whois.nic.tg - - - TH - whois.thnic.co.th - - - THD - whois.nic.thd - - - THEATER - whois.nic.theater - - - THEATRE - whois.nic.theatre - - - TIAA - whois.nic.tiaa - - - TICKETS - whois.nic.tickets - - - TIENDA - whois.nic.tienda - - - TIPS - whois.nic.tips - - - TIRES - whois.nic.tires - - - TIROL - whois.nic.tirol - - - TJ - - - - - TJMAXX - - - - - TJX - - - - - TK - whois.dot.tk - - - TKMAXX - - - - - TL - whois.nic.tl - - - TM - whois.nic.tm - - - TMALL - whois.nic.tmall - - - TN - whois.ati.tn - - - TO - whois.tonic.to - - - TODAY - whois.nic.today - - - TOKYO - whois.nic.tokyo - - - TOOLS - whois.nic.tools - - - TOP - whois.nic.top - - - TORAY - whois.nic.toray - - - TOSHIBA - whois.nic.toshiba - - - TOTAL - whois.nic.total - - - TOURS - whois.nic.tours - - - TOWN - whois.nic.town - - - TOYOTA - whois.nic.toyota - - - TOYS - whois.nic.toys - - - TR - whois.trabis.gov.tr - - - TRADE - whois.nic.trade - - - TRADING - whois.nic.trading - - - TRAINING - whois.nic.training - - - TRAVEL - whois.nic.travel - - - TRAVELERS - whois.nic.travelers - - - TRAVELERSINSURANCE - whois.nic.travelersinsurance - - - TRUST - whois.nic.trust - - - TRV - whois.nic.trv - - - TT - - - - - TUBE - whois.nic.tube - - - TUI - whois.nic.tui - - - TUNES - whois.nic.tunes - - - TUSHU - whois.nic.tushu - - - TV - whois.nic.tv - - - TVS - whois.nic.tvs - - - TW - whois.twnic.net.tw - - - TZ - whois.tznic.or.tz - - - UA - whois.ua - - - UBANK - whois.nic.ubank - - - UBS - whois.nic.ubs - - - UG - whois.co.ug - - - UK - whois.nic.uk - - - UNICOM - whois.nic.unicom - - - UNIVERSITY - whois.nic.university - - - UNO - whois.nic.uno - - - UOL - whois.gtlds.nic.br - - - UPS - whois.nic.ups - - - US - whois.nic.us - - - UY - whois.nic.org.uy - - - UZ - whois.cctld.uz - - - VA - - - - - VACATIONS - whois.nic.vacations - - - VANA - whois.nic.vana - - - VANGUARD - whois.nic.vanguard - - - VC - whois2.afilias-grs.net - - - VE - whois.nic.ve - - - VEGAS - whois.nic.vegas - - - VENTURES - whois.nic.ventures - - - VERISIGN - whois.nic.verisign - - - VERSICHERUNG - whois.nic.versicherung - - - VET - whois.nic.vet - - - VG - whois.nic.vg - - - VI - virgil.nic.vi - - - VIAJES - whois.nic.viajes - - - VIDEO - whois.nic.video - - - VIG - whois.nic.vig - - - VIKING - whois.nic.viking - - - VILLAS - whois.nic.villas - - - VIN - whois.nic.vin - - - VIP - whois.nic.vip - - - VIRGIN - whois.nic.virgin - - - VISA - whois.nic.visa - - - VISION - whois.nic.vision - - - VIVA - whois.nic.viva - - - VIVO - - - - - VLAANDEREN - whois.nic.vlaanderen - - - VN - - - - - VODKA - whois.nic.vodka - - - VOLVO - whois.nic.volvo - - - VOTE - whois.nic.vote - - - VOTING - whois.nic.voting - - - VOTO - whois.nic.voto - - - VOYAGE - whois.nic.voyage - - - VU - whois.dnrs.vu - - - WALES - whois.nic.wales - - - WALMART - whois.nic.walmart - - - WALTER - whois.nic.walter - - - WANG - whois.gtld.knet.cn - - - WANGGOU - whois.nic.wanggou - - - WATCH - whois.nic.watch - - - WATCHES - whois.nic.watches - - - WEATHER - - - - - WEATHERCHANNEL - - - - - WEBCAM - whois.nic.webcam - - - WEBER - whois.nic.weber - - - WEBSITE - whois.nic.website - - - WED - whois.nic.wed - - - WEDDING - whois.nic.wedding - - - WEIBO - whois.nic.weibo - - - WEIR - whois.nic.weir - - - WF - whois.nic.wf - - - WHOSWHO - whois.nic.whoswho - - - WIEN - whois.nic.wien - - - WIKI - whois.nic.wiki - - - WILLIAMHILL - - - - - WIN - whois.nic.win - - - WINDOWS - whois.nic.windows - - - WINE - whois.nic.wine - - - WINNERS - - - - - WME - whois.nic.wme - - - WOLTERSKLUWER - whois.nic.wolterskluwer - - - WOODSIDE - whois.nic.woodside - - - WORK - whois.nic.work - - - WORKS - whois.nic.works - - - WORLD - whois.nic.world - - - WOW - whois.nic.wow - - - WS - whois.website.ws - - - WTC - whois.nic.wtc - - - WTF - whois.nic.wtf - - - XBOX - whois.nic.xbox - - - XEROX - whois.nic.xerox - - - XIHUAN - whois.teleinfo.cn - - - XIN - whois.nic.xin - - - XN--11B4C3D - whois.nic.xn--11b4c3d - - - XN--1CK2E1B - - - - - XN--1QQW23A - whois.ngtld.cn - - - XN--2SCRJ9C - whois.registry.in - - - XN--30RR7Y - whois.gtld.knet.cn - - - XN--3BST00M - whois.gtld.knet.cn - - - XN--3DS443G - whois.teleinfo.cn - - - XN--3E0B707E - whois.kr - - - XN--3HCRJ9C - whois.registry.in - - - XN--3PXU8K - whois.nic.xn--3pxu8k - - - XN--42C2D9A - whois.nic.xn--42c2d9a - - - XN--45BR5CYL - whois.registry.in - - - XN--45BRJ9C - whois.registry.in - - - XN--45Q11C - whois.gtld.knet.cn - - - XN--4DBRK0CE - whois.isoc.org.il - - - XN--4GBRIM - whois.nic.xn--4gbrim - - - XN--54B7FTA0CC - - - - - XN--55QW42G - whois.conac.cn - - - XN--55QX5D - whois.ngtld.cn - - - XN--5SU34J936BGSG - whois.nic.xn--5su34j936bgsg - - - XN--5TZM5G - whois.nic.xn--5tzm5g - - - XN--6FRZ82G - whois.nic.xn--6frz82g - - - XN--6QQ986B3XL - whois.gtld.knet.cn - - - XN--80ADXHKS - whois.nic.xn--80adxhks - - - XN--80AO21A - whois.nic.kz - - - XN--80AQECDR1A - whois.nic.xn--80aqecdr1a - - - XN--80ASEHDB - whois.nic.xn--80asehdb - - - XN--80ASWG - whois.nic.xn--80aswg - - - XN--8Y0A063A - whois.nic.xn--8y0a063a - - - XN--90A3AC - whois.rnids.rs - - - XN--90AE - whois.imena.bg - - - XN--90AIS - whois.cctld.by - - - XN--9DBQ2A - whois.nic.xn--9dbq2a - - - XN--9ET52U - whois.gtld.knet.cn - - - XN--9KRT00A - whois.nic.xn--9krt00a - - - XN--B4W605FERD - whois.nic.xn--b4w605ferd - - - XN--BCK1B9A5DRE4C - - - - - XN--C1AVG - whois.nic.xn--c1avg - - - XN--C2BR7G - whois.nic.xn--c2br7g - - - XN--CCK2B3B - - - - - XN--CCKWCXETD - whois.nic.xn--cckwcxetd - - - XN--CG4BKI - whois.kr - - - XN--CLCHC0EA0B2G2A9GCD - whois.ta.sgnic.sg - - - XN--CZR694B - - - - - XN--CZRS0T - whois.nic.xn--czrs0t - - - XN--CZRU2D - whois.gtld.knet.cn - - - XN--D1ACJ3B - whois.nic.xn--d1acj3b - - - XN--D1ALF - whois.marnet.mk - - - XN--E1A4C - whois.eu - - - XN--ECKVDTC9D - - - - - XN--EFVY88H - whois.nic.xn--efvy88h - - - XN--FCT429K - - - - - XN--FHBEI - whois.nic.xn--fhbei - - - XN--FIQ228C5HS - whois.teleinfo.cn - - - XN--FIQ64B - whois.gtld.knet.cn - - - XN--FIQS8S - cwhois.cnnic.cn - - - XN--FIQZ9S - cwhois.cnnic.cn - - - XN--FJQ720A - whois.nic.xn--fjq720a - - - XN--FLW351E - whois.nic.google - - - XN--FPCRJ9C3D - whois.registry.in - - - XN--FZC2C9E2C - - - - - XN--FZYS8D69UVGM - whois.nic.xn--fzys8d69uvgm - - - XN--G2XX48C - - - - - XN--GCKR3F0F - - - - - XN--GECRJ9C - whois.registry.in - - - XN--GK3AT1E - - - - - XN--H2BREG3EVE - whois.registry.in - - - XN--H2BRJ9C - whois.registry.in - - - XN--H2BRJ9C8C - whois.registry.in - - - XN--HXT814E - whois.gtld.knet.cn - - - XN--I1B6B1A6A2E - whois.nic.xn--i1b6b1a6a2e - - - XN--IMR513N - - - - - XN--IO0A7I - whois.ngtld.cn - - - XN--J1AEF - whois.nic.xn--j1aef - - - XN--J1AMH - whois.dotukr.com - - - XN--J6W193G - whois.hkirc.hk - - - XN--JLQ480N2RG - whois.nic.xn--jlq480n2rg - - - XN--JVR189M - - - - - XN--KCRX77D1X4A - whois.nic.xn--kcrx77d1x4a - - - XN--KPRW13D - whois.twnic.net.tw - - - XN--KPRY57D - whois.twnic.net.tw - - - XN--KPUT3I - whois.nic.xn--kput3i - - - XN--L1ACC - - - - - XN--LGBBAT1AD8J - whois.nic.dz - - - XN--MGB9AWBF - whois.registry.om - - - XN--MGBA3A3EJT - - - - - XN--MGBA3A4F16A - whois.nic.ir - - - XN--MGBA7C0BBN0A - whois.nic.xn--mgba7c0bbn0a - - - XN--MGBAAM7A8H - whois.aeda.net.ae - - - XN--MGBAB2BD - whois.nic.xn--mgbab2bd - - - XN--MGBAH1A3HJKRD - whois.nic.mr - - - XN--MGBAI9AZGQP6J - - - - - XN--MGBAYH7GPA - - - - - XN--MGBBH1A - whois.registry.in - - - XN--MGBBH1A71E - whois.registry.in - - - XN--MGBC0A9AZCG - - - - - XN--MGBCA7DZDO - whois.nic.xn--mgbca7dzdo - - - XN--MGBCPQ6GPA1A - - - - - XN--MGBERP4A5D4AR - whois.nic.net.sa - - - XN--MGBGU82A - whois.registry.in - - - XN--MGBI4ECEXP - whois.nic.xn--mgbi4ecexp - - - XN--MGBPL2FH - - - - - XN--MGBT3DHD - whois.nic.xn--mgbt3dhd - - - XN--MGBTX2B - whois.cmc.iq - - - XN--MGBX4CD0AB - whois.mynic.my - - - XN--MIX891F - whois.monic.mo - - - XN--MK1BU44C - whois.nic.xn--mk1bu44c - - - XN--MXTQ1M - whois.nic.xn--mxtq1m - - - XN--NGBC5AZD - whois.nic.xn--ngbc5azd - - - XN--NGBE9E0A - whois.nic.xn--ngbe9e0a - - - XN--NGBRX - whois.nic.xn--ngbrx - - - XN--NODE - whois.itdc.ge - - - XN--NQV7F - whois.nic.xn--nqv7f - - - XN--NQV7FS00EMA - whois.nic.xn--nqv7fs00ema - - - XN--NYQY26A - - - - - XN--O3CW4H - whois.thnic.co.th - - - XN--OGBPF8FL - whois.tld.sy - - - XN--OTU796D - - - - - XN--P1ACF - whois.nic.xn--p1acf - - - XN--P1AI - whois.tcinet.ru - - - XN--PGBS0DH - whois.ati.tn - - - XN--PSSY2U - whois.nic.xn--pssy2u - - - XN--Q7CE6A - whois.nic.la - - - XN--Q9JYB4C - whois.nic.google - - - XN--QCKA1PMC - whois.nic.google - - - XN--QXA6A - whois.eu - - - XN--QXAM - - - - - XN--RHQV96G - - - - - XN--ROVU88B - - - - - XN--RVC1E0AM3E - whois.registry.in - - - XN--S9BRJ9C - whois.registry.in - - - XN--SES554G - whois.nic.xn--ses554g - - - XN--T60B56A - whois.nic.xn--t60b56a - - - XN--TCKWE - whois.nic.xn--tckwe - - - XN--TIQ49XQYJ - whois.nic.xn--tiq49xqyj - - - XN--UNUP4Y - whois.nic.xn--unup4y - - - XN--VERMGENSBERATER-CTB - whois.nic.xn--vermgensberater-ctb - - - XN--VERMGENSBERATUNG-PWB - whois.nic.xn--vermgensberatung-pwb - - - XN--VHQUV - whois.nic.xn--vhquv - - - XN--VUQ861B - whois.teleinfo.cn - - - XN--W4R85EL8FHU5DNRA - whois.nic.xn--w4r85el8fhu5dnra - - - XN--W4RS40L - whois.nic.xn--w4rs40l - - - XN--WGBH1C - - - - - XN--WGBL6A - whois.registry.qa - - - XN--XHQ521B - whois.ngtld.cn - - - XN--XKC2AL3HYE2A - - - - - XN--XKC2DL3A5EE0H - whois.registry.in - - - XN--Y9A3AQ - whois.amnic.net - - - XN--YFRO4I67O - whois.zh.sgnic.sg - - - XN--YGBI2AMMX - whois.pnina.ps - - - XN--ZFR164B - whois.conac.cn - - - XXX - whois.nic.xxx - - - XYZ - whois.nic.xyz - - - YACHTS - whois.nic.yachts - - - YAHOO - - - - - YAMAXUN - whois.nic.yamaxun - - - YANDEX - - - - - YE - whois.y.net.ye - - - YODOBASHI - whois.nic.gmo - - - YOGA - whois.nic.yoga - - - YOKOHAMA - whois.nic.yokohama - - - YOU - whois.nic.you - - - YOUTUBE - whois.nic.google - - - YT - whois.nic.yt - - - YUN - whois.teleinfo.cn - - - ZA - - - - - ZAPPOS - whois.nic.zappos - - - ZARA - whois.nic.zara - - - ZERO - - - - - ZIP - whois.nic.google - - - ZM - whois.zicta.zm - - - ZONE - whois.nic.zone - - - ZUERICH - whois.nic.zuerich - - - ZW - - - - - - - - - + + AAA + + + + + AARP + whois.nic.aarp + + + ABB + whois.nic.abb + + + ABBOTT + whois.nic.abbott + + + ABBVIE + whois.nic.abbvie + + + ABC + whois.nic.abc + + + ABLE + + + + + ABOGADO + whois.nic.abogado + + + ABUDHABI + whois.nic.abudhabi + + + AC + whois.nic.ac + + + ACADEMY + whois.nic.academy + + + ACCENTURE + whois.nic.accenture + + + ACCOUNTANT + whois.nic.accountant + + + ACCOUNTANTS + whois.nic.accountants + + + ACO + whois.nic.aco + + + ACTOR + whois.nic.actor + + + AD + + + + + ADS + whois.nic.google + + + ADULT + whois.nic.adult + + + AE + whois.aeda.net.ae + + + AEG + whois.nic.aeg + + + AERO + whois.aero + + + AETNA + + + + + AF + whois.nic.af + + + AFL + whois.nic.afl + + + AFRICA + whois.nic.africa + + + AG + whois.nic.ag + + + AGAKHAN + whois.nic.agakhan + + + AGENCY + whois.nic.agency + + + AI + whois.nic.ai + + + AIG + + + + + AIRBUS + whois.nic.airbus + + + AIRFORCE + whois.nic.airforce + + + AIRTEL + whois.nic.airtel + + + AKDN + whois.nic.akdn + + + AL + + + + + ALIBABA + whois.nic.alibaba + + + ALIPAY + whois.nic.alipay + + + ALLFINANZ + whois.nic.allfinanz + + + ALLSTATE + whois.nic.allstate + + + ALLY + whois.nic.ally + + + ALSACE + whois.nic.alsace + + + ALSTOM + whois.nic.alstom + + + AM + whois.amnic.net + + + AMAZON + whois.nic.amazon + + + AMERICANEXPRESS + + + + + AMERICANFAMILY + whois.nic.americanfamily + + + AMEX + + + + + AMFAM + whois.nic.amfam + + + AMICA + + + + + AMSTERDAM + whois.nic.amsterdam + + + ANALYTICS + + + + + ANDROID + whois.nic.google + + + ANQUAN + whois.teleinfo.cn + + + ANZ + whois.nic.anz + + + AO + + + + + AOL + whois.nic.aol + + + APARTMENTS + whois.nic.apartments + + + APP + whois.nic.google + + + APPLE + whois.nic.apple + + + AQ + + + + + AQUARELLE + whois.nic.aquarelle + + + AR + whois.nic.ar + + + ARAB + whois.nic.arab + + + ARAMCO + + + + + ARCHI + whois.nic.archi + + + ARMY + whois.nic.army + + + ARPA + whois.iana.org + + + ART + whois.nic.art + + + ARTE + whois.nic.arte + + + AS + whois.nic.as + + + ASDA + whois.nic.asda + + + ASIA + whois.nic.asia + + + ASSOCIATES + whois.nic.associates + + + AT + whois.nic.at + + + ATHLETA + + + + + ATTORNEY + whois.nic.attorney + + + AU + whois.auda.org.au + + + AUCTION + whois.nic.auction + + + AUDI + whois.nic.audi + + + AUDIBLE + whois.nic.audible + + + AUDIO + whois.nic.audio + + + AUSPOST + whois.nic.auspost + + + AUTHOR + whois.nic.author + + + AUTO + whois.nic.auto + + + AUTOS + whois.nic.autos + + + AW + whois.nic.aw + + + AWS + whois.nic.aws + + + AX + whois.ax + + + AXA + + + + + AZ + + + + + AZURE + whois.nic.azure + + + BA + + + + + BABY + whois.nic.baby + + + BAIDU + whois.gtld.knet.cn + + + BANAMEX + + + + + BAND + whois.nic.band + + + BANK + whois.nic.bank + + + BAR + whois.nic.bar + + + BARCELONA + whois.nic.barcelona + + + BARCLAYCARD + whois.nic.barclaycard + + + BARCLAYS + whois.nic.barclays + + + BAREFOOT + whois.nic.barefoot + + + BARGAINS + whois.nic.bargains + + + BASEBALL + whois.nic.baseball + + + BASKETBALL + whois.nic.basketball + + + BAUHAUS + whois.nic.bauhaus + + + BAYERN + whois.nic.bayern + + + BB + + + + + BBC + whois.nic.bbc + + + BBT + whois.nic.bbt + + + BBVA + whois.nic.bbva + + + BCG + whois.nic.bcg + + + BCN + whois.nic.bcn + + + BD + + + + + BE + whois.dns.be + + + BEATS + whois.nic.beats + + + BEAUTY + whois.nic.beauty + + + BEER + whois.nic.beer + + + BENTLEY + whois.nic.bentley + + + BERLIN + whois.nic.berlin + + + BEST + whois.nic.best + + + BESTBUY + whois.nic.bestbuy + + + BET + whois.nic.bet + + + BF + whois.registre.bf + + + BG + whois.register.bg + + + BH + whois.nic.bh + + + BHARTI + + + + + BI + whois1.nic.bi + + + BIBLE + whois.nic.bible + + + BID + whois.nic.bid + + + BIKE + whois.nic.bike + + + BING + whois.nic.bing + + + BINGO + whois.nic.bingo + + + BIO + whois.nic.bio + + + BIZ + whois.nic.biz + + + BJ + whois.nic.bj + + + BLACK + whois.nic.black + + + BLACKFRIDAY + whois.nic.blackfriday + + + BLOCKBUSTER + whois.nic.blockbuster + + + BLOG + whois.nic.blog + + + BLOOMBERG + whois.nic.bloomberg + + + BLUE + whois.nic.blue + + + BM + whois.nic.bm + + + BMS + whois.nic.bms + + + BMW + whois.nic.bmw + + + BN + whois.bnnic.bn + + + BNPPARIBAS + whois.nic.bnpparibas + + + BO + whois.nic.bo + + + BOATS + whois.nic.boats + + + BOEHRINGER + whois.nic.boehringer + + + BOFA + whois.nic.bofa + + + BOM + whois.gtlds.nic.br + + + BOND + whois.nic.bond + + + BOO + whois.nic.google + + + BOOK + whois.nic.book + + + BOOKING + + + + + BOSCH + whois.nic.bosch + + + BOSTIK + whois.nic.bostik + + + BOSTON + whois.nic.boston + + + BOT + whois.nic.bot + + + BOUTIQUE + whois.nic.boutique + + + BOX + whois.nic.box + + + BR + whois.registro.br + + + BRADESCO + whois.nic.bradesco + + + BRIDGESTONE + whois.nic.bridgestone + + + BROADWAY + whois.nic.broadway + + + BROKER + whois.nic.broker + + + BROTHER + whois.nic.brother + + + BRUSSELS + whois.nic.brussels + + + BS + + + + + BT + + + + + BUILD + whois.nic.build + + + BUILDERS + whois.nic.builders + + + BUSINESS + whois.nic.business + + + BUY + whois.nic.buy + + + BUZZ + whois.nic.buzz + + + BV + + + + + BW + whois.nic.net.bw + + + BY + whois.cctld.by + + + BZ + + + + + BZH + whois.nic.bzh + + + CA + whois.cira.ca + + + CAB + whois.nic.cab + + + CAFE + whois.nic.cafe + + + CAL + whois.nic.google + + + CALL + whois.nic.call + + + CALVINKLEIN + + + + + CAM + whois.nic.cam + + + CAMERA + whois.nic.camera + + + CAMP + whois.nic.camp + + + CANON + whois.nic.canon + + + CAPETOWN + whois.nic.capetown + + + CAPITAL + whois.nic.capital + + + CAPITALONE + whois.nic.capitalone + + + CAR + whois.nic.car + + + CARAVAN + + + + + CARDS + whois.nic.cards + + + CARE + whois.nic.care + + + CAREER + whois.nic.career + + + CAREERS + whois.nic.careers + + + CARS + whois.nic.cars + + + CASA + whois.nic.casa + + + CASE + whois.nic.case + + + CASH + whois.nic.cash + + + CASINO + whois.nic.casino + + + CAT + whois.nic.cat + + + CATERING + whois.nic.catering + + + CATHOLIC + whois.nic.catholic + + + CBA + whois.nic.cba + + + CBN + + + + + CBRE + + + + + CC + ccwhois.verisign-grs.com + + + CD + + + + + CENTER + whois.nic.center + + + CEO + whois.nic.ceo + + + CERN + whois.nic.cern + + + CF + whois.dot.cf + + + CFA + whois.nic.cfa + + + CFD + whois.nic.cfd + + + CG + + + + + CH + whois.nic.ch + + + CHANEL + whois.nic.chanel + + + CHANNEL + whois.nic.google + + + CHARITY + whois.nic.charity + + + CHASE + + + + + CHAT + whois.nic.chat + + + CHEAP + whois.nic.cheap + + + CHINTAI + whois.nic.chintai + + + CHRISTMAS + whois.nic.christmas + + + CHROME + whois.nic.google + + + CHURCH + whois.nic.church + + + CI + whois.nic.ci + + + CIPRIANI + whois.nic.cipriani + + + CIRCLE + whois.nic.circle + + + CISCO + + + + + CITADEL + whois.nic.citadel + + + CITI + + + + + CITIC + + + + + CITY + whois.nic.city + + + CK + + + + + CL + whois.nic.cl + + + CLAIMS + whois.nic.claims + + + CLEANING + whois.nic.cleaning + + + CLICK + whois.nic.click + + + CLINIC + whois.nic.clinic + + + CLINIQUE + whois.nic.clinique + + + CLOTHING + whois.nic.clothing + + + CLOUD + whois.nic.cloud + + + CLUB + whois.nic.club + + + CLUBMED + whois.nic.clubmed + + + CM + + + + + CN + whois.cnnic.cn + + + CO + whois.nic.co + + + COACH + whois.nic.coach + + + CODES + whois.nic.codes + + + COFFEE + whois.nic.coffee + + + COLLEGE + whois.nic.college + + + COLOGNE + whois.ryce-rsp.com + + + COM + whois.verisign-grs.com + + + COMMBANK + whois.nic.commbank + + + COMMUNITY + whois.nic.community + + + COMPANY + whois.nic.company + + + COMPARE + whois.nic.compare + + + COMPUTER + whois.nic.computer + + + COMSEC + whois.nic.comsec + + + CONDOS + whois.nic.condos + + + CONSTRUCTION + whois.nic.construction + + + CONSULTING + whois.nic.consulting + + + CONTACT + whois.nic.contact + + + CONTRACTORS + whois.nic.contractors + + + COOKING + whois.nic.cooking + + + COOL + whois.nic.cool + + + COOP + whois.nic.coop + + + CORSICA + whois.nic.corsica + + + COUNTRY + whois.nic.country + + + COUPON + + + + + COUPONS + whois.nic.coupons + + + COURSES + whois.nic.courses + + + CPA + whois.nic.cpa + + + CR + whois.nic.cr + + + CREDIT + whois.nic.credit + + + CREDITCARD + whois.nic.creditcard + + + CREDITUNION + whois.nic.creditunion + + + CRICKET + whois.nic.cricket + + + CROWN + whois.nic.crown + + + CRS + whois.nic.crs + + + CRUISE + whois.nic.cruise + + + CRUISES + whois.nic.cruises + + + CU + + + + + CUISINELLA + whois.nic.cuisinella + + + CV + whois.nic.cv + + + CW + + + + + CX + whois.nic.cx + + + CY + + + + + CYMRU + whois.nic.cymru + + + CYOU + whois.nic.cyou + + + CZ + whois.nic.cz + + + DABUR + whois.nic.dabur + + + DAD + whois.nic.google + + + DANCE + whois.nic.dance + + + DATA + whois.nic.data + + + DATE + whois.nic.date + + + DATING + whois.nic.dating + + + DATSUN + whois.nic.gmo + + + DAY + whois.nic.google + + + DCLK + whois.nic.google + + + DDS + whois.nic.dds + + + DE + whois.denic.de + + + DEAL + whois.nic.deal + + + DEALER + whois.nic.dealer + + + DEALS + whois.nic.deals + + + DEGREE + whois.nic.degree + + + DELIVERY + whois.nic.delivery + + + DELL + + + + + DELOITTE + whois.nic.deloitte + + + DELTA + whois.nic.delta + + + DEMOCRAT + whois.nic.democrat + + + DENTAL + whois.nic.dental + + + DENTIST + whois.nic.dentist + + + DESI + whois.nic.desi + + + DESIGN + whois.nic.design + + + DEV + whois.nic.google + + + DHL + + + + + DIAMONDS + whois.nic.diamonds + + + DIET + whois.nic.diet + + + DIGITAL + whois.nic.digital + + + DIRECT + whois.nic.direct + + + DIRECTORY + whois.nic.directory + + + DISCOUNT + whois.nic.discount + + + DISCOVER + + + + + DISH + whois.nic.dish + + + DIY + whois.nic.diy + + + DJ + + + + + DK + whois.punktum.dk + + + DM + whois.dmdomains.dm + + + DNP + whois.nic.dnp + + + DO + whois.nic.do + + + DOCS + whois.nic.google + + + DOCTOR + whois.nic.doctor + + + DOG + whois.nic.dog + + + DOMAINS + whois.nic.domains + + + DOT + whois.nic.dot + + + DOWNLOAD + whois.nic.download + + + DRIVE + whois.nic.google + + + DTV + whois.nic.dtv + + + DUBAI + whois.nic.dubai + + + DUNLOP + whois.nic.dunlop + + + DUPONT + + + + + DURBAN + whois.nic.durban + + + DVAG + whois.nic.dvag + + + DVR + whois.nic.dvr + + + DZ + whois.nic.dz + + + EARTH + whois.nic.earth + + + EAT + whois.nic.google + + + EC + whois.nic.ec + + + ECO + whois.nic.eco + + + EDEKA + whois.nic.edeka + + + EDU + whois.educause.edu + + + EDUCATION + whois.nic.education + + + EE + whois.tld.ee + + + EG + + + + + EMAIL + whois.nic.email + + + EMERCK + whois.nic.emerck + + + ENERGY + whois.nic.energy + + + ENGINEER + whois.nic.engineer + + + ENGINEERING + whois.nic.engineering + + + ENTERPRISES + whois.nic.enterprises + + + EPSON + whois.nic.epson + + + EQUIPMENT + whois.nic.equipment + + + ER + + + + + ERICSSON + whois.nic.ericsson + + + ERNI + whois.nic.erni + + + ES + whois.nic.es + + + ESQ + whois.nic.google + + + ESTATE + whois.nic.estate + + + ET + + + + + EU + whois.eu + + + EUROVISION + whois.nic.eurovision + + + EUS + whois.nic.eus + + + EVENTS + whois.nic.events + + + EXCHANGE + whois.nic.exchange + + + EXPERT + whois.nic.expert + + + EXPOSED + whois.nic.exposed + + + EXPRESS + whois.nic.express + + + EXTRASPACE + whois.nic.extraspace + + + FAGE + whois.nic.fage + + + FAIL + whois.nic.fail + + + FAIRWINDS + whois.nic.fairwinds + + + FAITH + whois.nic.faith + + + FAMILY + whois.nic.family + + + FAN + whois.nic.fan + + + FANS + whois.nic.fans + + + FARM + whois.nic.farm + + + FARMERS + + + + + FASHION + whois.nic.fashion + + + FAST + whois.nic.fast + + + FEDEX + whois.nic.fedex + + + FEEDBACK + whois.nic.feedback + + + FERRARI + whois.nic.ferrari + + + FERRERO + + + + + FI + whois.fi + + + FIDELITY + whois.nic.fidelity + + + FIDO + whois.nic.fido + + + FILM + whois.nic.film + + + FINAL + whois.gtlds.nic.br + + + FINANCE + whois.nic.finance + + + FINANCIAL + whois.nic.financial + + + FIRE + whois.nic.fire + + + FIRESTONE + whois.nic.firestone + + + FIRMDALE + whois.nic.firmdale + + + FISH + whois.nic.fish + + + FISHING + whois.nic.fishing + + + FIT + whois.nic.fit + + + FITNESS + whois.nic.fitness + + + FJ + www.whois.fj + + + FK + + + + + FLICKR + + + + + FLIGHTS + whois.nic.flights + + + FLIR + + + + + FLORIST + whois.nic.florist + + + FLOWERS + whois.nic.flowers + + + FLY + whois.nic.google + + + FM + whois.nic.fm + + + FO + whois.nic.fo + + + FOO + whois.nic.google + + + FOOD + + + + + FOOTBALL + whois.nic.football + + + FORD + + + + + FOREX + whois.nic.forex + + + FORSALE + whois.nic.forsale + + + FORUM + whois.nic.forum + + + FOUNDATION + whois.nic.foundation + + + FOX + whois.nic.fox + + + FR + whois.nic.fr + + + FREE + whois.nic.free + + + FRESENIUS + whois.nic.fresenius + + + FRL + whois.nic.frl + + + FROGANS + whois.nic.frogans + + + FRONTIER + + + + + FTR + + + + + FUJITSU + whois.nic.gmo + + + FUN + whois.nic.fun + + + FUND + whois.nic.fund + + + FURNITURE + whois.nic.furniture + + + FUTBOL + whois.nic.futbol + + + FYI + whois.nic.fyi + + + GA + + + + + GAL + whois.nic.gal + + + GALLERY + whois.nic.gallery + + + GALLO + whois.nic.gallo + + + GALLUP + whois.nic.gallup + + + GAME + whois.nic.game + + + GAMES + whois.nic.games + + + GAP + + + + + GARDEN + whois.nic.garden + + + GAY + whois.nic.gay + + + GB + + + + + GBIZ + whois.nic.google + + + GD + whois.nic.gd + + + GDN + whois.nic.gdn + + + GE + whois.nic.ge + + + GEA + whois.nic.gea + + + GENT + whois.nic.gent + + + GENTING + whois.nic.genting + + + GEORGE + whois.nic.george + + + GF + whois.mediaserv.net + + + GG + whois.gg + + + GGEE + whois.nic.ggee + + + GH + whois.nic.gh + + + GI + whois2.afilias-grs.net + + + GIFT + whois.uniregistry.net + + + GIFTS + whois.nic.gifts + + + GIVES + whois.nic.gives + + + GIVING + whois.nic.giving + + + GL + whois.nic.gl + + + GLASS + whois.nic.glass + + + GLE + whois.nic.google + + + GLOBAL + whois.nic.global + + + GLOBO + whois.gtlds.nic.br + + + GM + + + + + GMAIL + whois.nic.google + + + GMBH + whois.nic.gmbh + + + GMO + whois.nic.gmo + + + GMX + whois.nic.gmx + + + GN + whois.ande.gov.gn + + + GODADDY + whois.nic.godaddy + + + GOLD + whois.nic.gold + + + GOLDPOINT + whois.nic.goldpoint + + + GOLF + whois.nic.golf + + + GOO + whois.nic.gmo + + + GOODYEAR + whois.nic.goodyear + + + GOOG + whois.nic.google + + + GOOGLE + whois.nic.google + + + GOP + whois.nic.gop + + + GOT + whois.nic.got + + + GOV + whois.dotgov.gov + + + GP + whois.nic.gp + + + GQ + whois.dominio.gq + + + GR + + + + + GRAINGER + + + + + GRAPHICS + whois.nic.graphics + + + GRATIS + whois.nic.gratis + + + GREEN + whois.nic.green + + + GRIPE + whois.nic.gripe + + + GROCERY + whois.nic.grocery + + + GROUP + whois.nic.group + + + GS + whois.nic.gs + + + GT + + + + + GU + + + + + GUCCI + whois.nic.gucci + + + GUGE + whois.nic.google + + + GUIDE + whois.nic.guide + + + GUITARS + whois.nic.guitars + + + GURU + whois.nic.guru + + + GW + + + + + GY + whois.registry.gy + + + HAIR + whois.nic.hair + + + HAMBURG + whois.nic.hamburg + + + HANGOUT + whois.nic.google + + + HAUS + whois.nic.haus + + + HBO + + + + + HDFC + whois.nic.hdfc + + + HDFCBANK + whois.nic.hdfcbank + + + HEALTH + + + + + HEALTHCARE + whois.nic.healthcare + + + HELP + whois.nic.help + + + HELSINKI + whois.nic.helsinki + + + HERE + whois.nic.google + + + HERMES + whois.nic.hermes + + + HIPHOP + whois.nic.hiphop + + + HISAMITSU + whois.nic.gmo + + + HITACHI + whois.nic.gmo + + + HIV + whois.nic.hiv + + + HK + whois.hkirc.hk + + + HKT + whois.nic.hkt + + + HM + whois.registry.hm + + + HN + whois.nic.hn + + + HOCKEY + whois.nic.hockey + + + HOLDINGS + whois.nic.holdings + + + HOLIDAY + whois.nic.holiday + + + HOMEDEPOT + whois.nic.homedepot + + + HOMEGOODS + + + + + HOMES + whois.nic.homes + + + HOMESENSE + + + + + HONDA + whois.nic.honda + + + HORSE + whois.nic.horse + + + HOSPITAL + whois.nic.hospital + + + HOST + whois.nic.host + + + HOSTING + whois.nic.hosting + + + HOT + whois.nic.hot + + + HOTELS + whois.nic.hotels + + + HOTMAIL + whois.nic.hotmail + + + HOUSE + whois.nic.house + + + HOW + whois.nic.google + + + HR + whois.dns.hr + + + HSBC + + + + + HT + whois.nic.ht + + + HU + whois.nic.hu + + + HUGHES + whois.nic.hughes + + + HYATT + + + + + HYUNDAI + whois.nic.hyundai + + + IBM + whois.nic.ibm + + + ICBC + whois.nic.icbc + + + ICE + whois.nic.ice + + + ICU + whois.nic.icu + + + ID + whois.id + + + IE + whois.weare.ie + + + IEEE + + + + + IFM + whois.nic.ifm + + + IKANO + whois.nic.ikano + + + IL + whois.isoc.org.il + + + IM + whois.nic.im + + + IMAMAT + whois.nic.imamat + + + IMDB + whois.nic.imdb + + + IMMO + whois.nic.immo + + + IMMOBILIEN + whois.nic.immobilien + + + IN + whois.registry.in + + + INC + whois.nic.inc + + + INDUSTRIES + whois.nic.industries + + + INFINITI + whois.nic.gmo + + + INFO + whois.nic.info + + + ING + whois.nic.google + + + INK + whois.nic.ink + + + INSTITUTE + whois.nic.institute + + + INSURANCE + whois.nic.insurance + + + INSURE + whois.nic.insure + + + INT + whois.iana.org + + + INTERNATIONAL + whois.nic.international + + + INTUIT + + + + + INVESTMENTS + whois.nic.investments + + + IO + whois.nic.io + + + IPIRANGA + + + + + IQ + whois.cmc.iq + + + IR + whois.nic.ir + + + IRISH + whois.nic.irish + + + IS + whois.isnic.is + + + ISMAILI + whois.nic.ismaili + + + IST + whois.nic.ist + + + ISTANBUL + whois.nic.istanbul + + + IT + whois.nic.it + + + ITAU + + + + + ITV + whois.nic.itv + + + JAGUAR + whois.nic.jaguar + + + JAVA + whois.nic.java + + + JCB + whois.nic.gmo + + + JE + whois.je + + + JEEP + whois.nic.jeep + + + JETZT + whois.nic.jetzt + + + JEWELRY + whois.nic.jewelry + + + JIO + whois.nic.jio + + + JLL + whois.nic.jll + + + JM + + + + + JMP + + + + + JNJ + + + + + JO + + + + + JOBS + whois.nic.jobs + + + JOBURG + whois.nic.joburg + + + JOT + whois.nic.jot + + + JOY + whois.nic.joy + + + JP + whois.jprs.jp + + + JPMORGAN + + + + + JPRS + + + + + JUEGOS + whois.uniregistry.net + + + JUNIPER + whois.nic.juniper + + + KAUFEN + whois.nic.kaufen + + + KDDI + whois.nic.kddi + + + KE + whois.kenic.or.ke + + + KERRYHOTELS + whois.nic.kerryhotels + + + KERRYLOGISTICS + whois.nic.kerrylogistics + + + KERRYPROPERTIES + whois.nic.kerryproperties + + + KFH + whois.nic.kfh + + + KG + whois.kg + + + KH + + + + + KI + whois.nic.ki + + + KIA + whois.nic.kia + + + KIDS + whois.nic.kids + + + KIM + whois.nic.kim + + + KINDLE + whois.nic.kindle + + + KITCHEN + whois.nic.kitchen + + + KIWI + whois.nic.kiwi + + + KM + + + + + KN + whois.nic.kn + + + KOELN + whois.ryce-rsp.com + + + KOMATSU + whois.nic.komatsu + + + KOSHER + whois.nic.kosher + + + KP + + + + + KPMG + + + + + KPN + + + + + KR + whois.kr + + + KRD + whois.nic.krd + + + KRED + + + + + KUOKGROUP + whois.nic.kuokgroup + + + KW + + + + + KY + whois.kyregistry.ky + + + KYOTO + whois.nic.kyoto + + + KZ + whois.nic.kz + + + LA + whois.nic.la + + + LACAIXA + whois.nic.lacaixa + + + LAMBORGHINI + whois.nic.lamborghini + + + LAMER + whois.nic.lamer + + + LANCASTER + whois.nic.lancaster + + + LAND + whois.nic.land + + + LANDROVER + whois.nic.landrover + + + LANXESS + + + + + LASALLE + whois.nic.lasalle + + + LAT + whois.nic.lat + + + LATINO + whois.nic.latino + + + LATROBE + whois.nic.latrobe + + + LAW + whois.nic.law + + + LAWYER + whois.nic.lawyer + + + LB + whois.lbdr.org.lb + + + LC + + + + + LDS + whois.nic.lds + + + LEASE + whois.nic.lease + + + LECLERC + whois.nic.leclerc + + + LEFRAK + whois.nic.lefrak + + + LEGAL + whois.nic.legal + + + LEGO + whois.nic.lego + + + LEXUS + whois.nic.lexus + + + LGBT + whois.nic.lgbt + + + LI + whois.nic.li + + + LIDL + whois.nic.lidl + + + LIFE + whois.nic.life + + + LIFEINSURANCE + whois.nic.lifeinsurance + + + LIFESTYLE + whois.nic.lifestyle + + + LIGHTING + whois.nic.lighting + + + LIKE + whois.nic.like + + + LILLY + + + + + LIMITED + whois.nic.limited + + + LIMO + whois.nic.limo + + + LINCOLN + + + + + LINK + whois.uniregistry.net + + + LIPSY + whois.nic.lipsy + + + LIVE + whois.nic.live + + + LIVING + + + + + LK + + + + + LLC + whois.nic.llc + + + LLP + whois.nic.llp + + + LOAN + whois.nic.loan + + + LOANS + whois.nic.loans + + + LOCKER + whois.nic.locker + + + LOCUS + whois.nic.locus + + + LOL + whois.nic.lol + + + LONDON + whois.nic.london + + + LOTTE + whois.nic.lotte + + + LOTTO + whois.nic.lotto + + + LOVE + whois.nic.love + + + LPL + whois.nic.lpl + + + LPLFINANCIAL + whois.nic.lplfinancial + + + LR + + + + + LS + whois.nic.ls + + + LT + whois.domreg.lt + + + LTD + whois.nic.ltd + + + LTDA + whois.nic.ltda + + + LU + whois.dns.lu + + + LUNDBECK + whois.nic.lundbeck + + + LUXE + whois.nic.luxe + + + LUXURY + whois.nic.luxury + + + LV + whois.nic.lv + + + LY + whois.nic.ly + + + MA + whois.registre.ma + + + MADRID + whois.nic.madrid + + + MAIF + whois.nic.maif + + + MAISON + whois.nic.maison + + + MAKEUP + whois.nic.makeup + + + MAN + whois.nic.man + + + MANAGEMENT + whois.nic.management + + + MANGO + whois.nic.mango + + + MAP + whois.nic.google + + + MARKET + whois.nic.market + + + MARKETING + whois.nic.marketing + + + MARKETS + whois.nic.markets + + + MARRIOTT + whois.nic.marriott + + + MARSHALLS + + + + + MATTEL + + + + + MBA + whois.nic.mba + + + MC + + + + + MCKINSEY + whois.nic.mckinsey + + + MD + whois.nic.md + + + ME + whois.nic.me + + + MED + whois.nic.med + + + MEDIA + whois.nic.media + + + MEET + whois.nic.google + + + MELBOURNE + whois.nic.melbourne + + + MEME + whois.nic.google + + + MEMORIAL + whois.nic.memorial + + + MEN + whois.nic.men + + + MENU + whois.nic.menu + + + MERCKMSD + whois.nic.merckmsd + + + MG + whois.nic.mg + + + MH + + + + + MIAMI + whois.nic.miami + + + MICROSOFT + whois.nic.microsoft + + + MIL + + + + + MINI + whois.nic.mini + + + MINT + + + + + MIT + whois.nic.mit + + + MITSUBISHI + whois.nic.gmo + + + MK + whois.marnet.mk + + + ML + whois.nic.ml + + + MLB + + + + + MLS + whois.nic.mls + + + MM + whois.registry.gov.mm + + + MMA + whois.nic.mma + + + MN + whois.nic.mn + + + MO + whois.monic.mo + + + MOBI + whois.nic.mobi + + + MOBILE + whois.nic.mobile + + + MODA + whois.nic.moda + + + MOE + whois.nic.moe + + + MOI + whois.nic.moi + + + MOM + whois.nic.mom + + + MONASH + whois.nic.monash + + + MONEY + whois.nic.money + + + MONSTER + whois.nic.monster + + + MORMON + whois.nic.mormon + + + MORTGAGE + whois.nic.mortgage + + + MOSCOW + whois.nic.moscow + + + MOTO + whois.nic.moto + + + MOTORCYCLES + whois.nic.motorcycles + + + MOV + whois.nic.google + + + MOVIE + whois.nic.movie + + + MP + + + + + MQ + whois.mediaserv.net + + + MR + whois.nic.mr + + + MS + whois.nic.ms + + + MSD + whois.nic.msd + + + MT + + + + + MTN + whois.nic.mtn + + + MTR + whois.nic.mtr + + + MU + whois.nic.mu + + + MUSEUM + whois.nic.museum + + + MUSIC + whois.nic.music + + + MV + + + + + MW + whois.nic.mw + + + MX + whois.mx + + + MY + whois.mynic.my + + + MZ + whois.nic.mz + + + NA + whois.na-nic.com.na + + + NAB + whois.nic.nab + + + NAGOYA + whois.nic.nagoya + + + NAME + whois.nic.name + + + NATURA + whois.gtlds.nic.br + + + NAVY + whois.nic.navy + + + NBA + + + + + NC + whois.nc + + + NE + + + + + NEC + whois.nic.nec + + + NET + whois.verisign-grs.com + + + NETBANK + whois.nic.netbank + + + NETFLIX + + + + + NETWORK + whois.nic.network + + + NEUSTAR + + + + + NEW + whois.nic.google + + + NEWS + whois.nic.news + + + NEXT + whois.nic.next + + + NEXTDIRECT + whois.nic.nextdirect + + + NEXUS + whois.nic.google + + + NF + whois.nic.nf + + + NFL + + + + + NG + whois.nic.net.ng + + + NGO + whois.nic.ngo + + + NHK + whois.nic.nhk + + + NI + + + + + NICO + whois.nic.nico + + + NIKE + + + + + NIKON + whois.nic.nikon + + + NINJA + whois.nic.ninja + + + NISSAN + whois.nic.gmo + + + NISSAY + whois.nic.nissay + + + NL + whois.domain-registry.nl + + + NO + whois.norid.no + + + NOKIA + whois.nic.nokia + + + NORTON + whois.nic.norton + + + NOW + whois.nic.now + + + NOWRUZ + whois.nic.nowruz + + + NOWTV + whois.nic.nowtv + + + NP + + + + + NR + + + + + NRA + whois.nic.nra + + + NRW + whois.nic.nrw + + + NTT + + + + + NU + whois.iis.nu + + + NYC + whois.nic.nyc + + + NZ + whois.irs.net.nz + + + OBI + whois.nic.obi + + + OBSERVER + whois.nic.observer + + + OFFICE + whois.nic.office + + + OKINAWA + whois.nic.okinawa + + + OLAYAN + whois.nic.olayan + + + OLAYANGROUP + whois.nic.olayangroup + + + OLLO + whois.nic.ollo + + + OM + whois.registry.om + + + OMEGA + whois.nic.omega + + + ONE + whois.nic.one + + + ONG + whois.nic.ong + + + ONL + whois.nic.onl + + + ONLINE + whois.nic.online + + + OOO + whois.nic.ooo + + + OPEN + whois.nic.open + + + ORACLE + whois.nic.oracle + + + ORANGE + whois.nic.orange + + + ORG + whois.publicinterestregistry.org + + + ORGANIC + whois.nic.organic + + + ORIGINS + whois.nic.origins + + + OSAKA + whois.nic.osaka + + + OTSUKA + whois.nic.otsuka + + + OTT + whois.nic.ott + + + OVH + whois.nic.ovh + + + PA + + + + + PAGE + whois.nic.google + + + PANASONIC + whois.nic.gmo + + + PARIS + whois.nic.paris + + + PARS + whois.nic.pars + + + PARTNERS + whois.nic.partners + + + PARTS + whois.nic.parts + + + PARTY + whois.nic.party + + + PAY + whois.nic.pay + + + PCCW + whois.nic.pccw + + + PE + kero.yachay.pe + + + PET + whois.nic.pet + + + PF + whois.registry.pf + + + PFIZER + + + + + PG + + + + + PH + + + + + PHARMACY + whois.nic.pharmacy + + + PHD + whois.nic.google + + + PHILIPS + whois.nic.philips + + + PHONE + whois.nic.phone + + + PHOTO + whois.nic.photo + + + PHOTOGRAPHY + whois.nic.photography + + + PHOTOS + whois.nic.photos + + + PHYSIO + whois.nic.physio + + + PICS + whois.nic.pics + + + PICTET + whois.nic.pictet + + + PICTURES + whois.nic.pictures + + + PID + whois.nic.pid + + + PIN + whois.nic.pin + + + PING + whois.nic.ping + + + PINK + whois.nic.pink + + + PIONEER + whois.nic.pioneer + + + PIZZA + whois.nic.pizza + + + PK + whois.pknic.net.pk + + + PL + whois.dns.pl + + + PLACE + whois.nic.place + + + PLAY + whois.nic.google + + + PLAYSTATION + whois.nic.playstation + + + PLUMBING + whois.nic.plumbing + + + PLUS + whois.nic.plus + + + PM + whois.nic.pm + + + PN + + + + + PNC + whois.nic.pnc + + + POHL + whois.nic.pohl + + + POKER + whois.nic.poker + + + POLITIE + whois.nic.politie + + + PORN + whois.nic.porn + + + POST + whois.dotpostregistry.net + + + PR + whois.afilias-srs.net + + + PRAMERICA + + + + + PRAXI + + + + + PRESS + whois.nic.press + + + PRIME + whois.nic.prime + + + PRO + whois.nic.pro + + + PROD + whois.nic.google + + + PRODUCTIONS + whois.nic.productions + + + PROF + whois.nic.google + + + PROGRESSIVE + whois.nic.progressive + + + PROMO + whois.nic.promo + + + PROPERTIES + whois.nic.properties + + + PROPERTY + whois.nic.property + + + PROTECTION + whois.nic.protection + + + PRU + + + + + PRUDENTIAL + + + + + PS + + + + + PT + whois.dns.pt + + + PUB + whois.nic.pub + + + PW + whois.nic.pw + + + PWC + whois.nic.pwc + + + PY + + + + + QA + whois.registry.qa + + + QPON + whois.nic.qpon + + + QUEBEC + whois.nic.quebec + + + QUEST + whois.nic.quest + + + RACING + whois.nic.racing + + + RADIO + whois.nic.radio + + + RE + whois.nic.re + + + READ + whois.nic.read + + + REALESTATE + whois.nic.realestate + + + REALTOR + whois.nic.realtor + + + REALTY + whois.nic.realty + + + RECIPES + whois.nic.recipes + + + RED + whois.nic.red + + + REDSTONE + whois.nic.redstone + + + REDUMBRELLA + whois.nic.redumbrella + + + REHAB + whois.nic.rehab + + + REISE + whois.nic.reise + + + REISEN + whois.nic.reisen + + + REIT + whois.nic.reit + + + RELIANCE + whois.nic.reliance + + + REN + whois.nic.ren + + + RENT + whois.nic.rent + + + RENTALS + whois.nic.rentals + + + REPAIR + whois.nic.repair + + + REPORT + whois.nic.report + + + REPUBLICAN + whois.nic.republican + + + REST + whois.nic.rest + + + RESTAURANT + whois.nic.restaurant + + + REVIEW + whois.nic.review + + + REVIEWS + whois.nic.reviews + + + REXROTH + whois.nic.rexroth + + + RICH + whois.nic.rich + + + RICHARDLI + whois.nic.richardli + + + RICOH + whois.nic.ricoh + + + RIL + whois.nic.ril + + + RIO + whois.gtlds.nic.br + + + RIP + whois.nic.rip + + + RO + whois.rotld.ro + + + ROCKS + whois.nic.rocks + + + RODEO + whois.nic.rodeo + + + ROGERS + whois.nic.rogers + + + ROOM + whois.nic.room + + + RS + whois.rnids.rs + + + RSVP + whois.nic.google + + + RU + whois.tcinet.ru + + + RUGBY + whois.nic.rugby + + + RUHR + whois.nic.ruhr + + + RUN + whois.nic.run + + + RW + whois.ricta.org.rw + + + RWE + whois.nic.rwe + + + RYUKYU + whois.nic.ryukyu + + + SA + whois.nic.net.sa + + + SAARLAND + whois.nic.saarland + + + SAFE + whois.nic.safe + + + SAFETY + whois.nic.safety + + + SAKURA + + + + + SALE + whois.nic.sale + + + SALON + whois.nic.salon + + + SAMSCLUB + whois.nic.samsclub + + + SAMSUNG + whois.nic.samsung + + + SANDVIK + whois.nic.sandvik + + + SANDVIKCOROMANT + whois.nic.sandvikcoromant + + + SANOFI + whois.nic.sanofi + + + SAP + whois.nic.sap + + + SARL + whois.nic.sarl + + + SAS + + + + + SAVE + whois.nic.save + + + SAXO + whois.nic.saxo + + + SB + whois.nic.net.sb + + + SBI + whois.nic.sbi + + + SBS + whois.nic.sbs + + + SC + whois2.afilias-grs.net + + + SCB + whois.nic.scb + + + SCHAEFFLER + whois.afilias-srs.net + + + SCHMIDT + whois.nic.schmidt + + + SCHOLARSHIPS + whois.nic.scholarships + + + SCHOOL + whois.nic.school + + + SCHULE + whois.nic.schule + + + SCHWARZ + whois.nic.schwarz + + + SCIENCE + whois.nic.science + + + SCOT + whois.nic.scot + + + SD + whois.nic.sd + + + SE + whois.iis.se + + + SEARCH + whois.nic.google + + + SEAT + whois.nic.seat + + + SECURE + whois.nic.secure + + + SECURITY + whois.nic.security + + + SEEK + whois.nic.seek + + + SELECT + whois.nic.select + + + SENER + + + + + SERVICES + whois.nic.services + + + SEVEN + whois.nic.seven + + + SEW + whois.nic.sew + + + SEX + whois.nic.sex + + + SEXY + whois.nic.sexy + + + SFR + whois.nic.sfr + + + SG + whois.sgnic.sg + + + SH + whois.nic.sh + + + SHANGRILA + whois.nic.shangrila + + + SHARP + whois.nic.gmo + + + SHAW + whois.afilias-srs.net + + + SHELL + whois.nic.shell + + + SHIA + whois.nic.shia + + + SHIKSHA + whois.nic.shiksha + + + SHOES + whois.nic.shoes + + + SHOP + whois.nic.shop + + + SHOPPING + whois.nic.shopping + + + SHOUJI + whois.teleinfo.cn + + + SHOW + whois.nic.show + + + SI + whois.register.si + + + SILK + whois.nic.silk + + + SINA + whois.nic.sina + + + SINGLES + whois.nic.singles + + + SITE + whois.nic.site + + + SJ + + + + + SK + whois.sk-nic.sk + + + SKI + whois.nic.ski + + + SKIN + whois.nic.skin + + + SKY + whois.nic.sky + + + SKYPE + whois.nic.skype + + + SL + + + + + SLING + whois.nic.sling + + + SM + whois.nic.sm + + + SMART + whois.nic.smart + + + SMILE + whois.nic.smile + + + SN + whois.nic.sn + + + SNCF + whois.nic.sncf + + + SO + whois.nic.so + + + SOCCER + whois.nic.soccer + + + SOCIAL + whois.nic.social + + + SOFTBANK + whois.nic.softbank + + + SOFTWARE + whois.nic.software + + + SOHU + + + + + SOLAR + whois.nic.solar + + + SOLUTIONS + whois.nic.solutions + + + SONG + + + + + SONY + whois.nic.sony + + + SOY + whois.nic.google + + + SPA + whois.nic.spa + + + SPACE + whois.nic.space + + + SPORT + whois.nic.sport + + + SPOT + whois.nic.spot + + + SR + + + + + SRL + whois.nic.srl + + + SS + whois.nic.ss + + + ST + whois.nic.st + + + STADA + whois.nic.stada + + + STAPLES + + + + + STAR + whois.nic.star + + + STATEBANK + whois.nic.statebank + + + STATEFARM + + + + + STC + whois.nic.stc + + + STCGROUP + whois.nic.stcgroup + + + STOCKHOLM + whois.nic.stockholm + + + STORAGE + whois.nic.storage + + + STORE + whois.nic.store + + + STREAM + whois.nic.stream + + + STUDIO + whois.nic.studio + + + STUDY + whois.nic.study + + + STYLE + whois.nic.style + + + SU + whois.tcinet.ru + + + SUCKS + whois.nic.sucks + + + SUPPLIES + whois.nic.supplies + + + SUPPLY + whois.nic.supply + + + SUPPORT + whois.nic.support + + + SURF + whois.nic.surf + + + SURGERY + whois.nic.surgery + + + SUZUKI + whois.nic.suzuki + + + SV + + + + + SWATCH + whois.nic.swatch + + + SWISS + whois.nic.swiss + + + SX + whois.sx + + + SY + whois.tld.sy + + + SYDNEY + whois.nic.sydney + + + SYSTEMS + whois.nic.systems + + + SZ + + + + + TAB + whois.nic.tab + + + TAIPEI + whois.nic.taipei + + + TALK + whois.nic.talk + + + TAOBAO + whois.nic.taobao + + + TARGET + + + + + TATAMOTORS + whois.nic.tatamotors + + + TATAR + whois.nic.tatar + + + TATTOO + whois.nic.tattoo + + + TAX + whois.nic.tax + + + TAXI + whois.nic.taxi + + + TC + whois.nic.tc + + + TCI + whois.nic.tci + + + TD + whois.nic.td + + + TDK + whois.nic.tdk + + + TEAM + whois.nic.team + + + TECH + whois.nic.tech + + + TECHNOLOGY + whois.nic.technology + + + TEL + whois.nic.tel + + + TEMASEK + whois.nic.temasek + + + TENNIS + whois.nic.tennis + + + TEVA + whois.nic.teva + + + TF + whois.nic.tf + + + TG + whois.nic.tg + + + TH + whois.thnic.co.th + + + THD + whois.nic.thd + + + THEATER + whois.nic.theater + + + THEATRE + whois.nic.theatre + + + TIAA + whois.nic.tiaa + + + TICKETS + whois.nic.tickets + + + TIENDA + whois.nic.tienda + + + TIPS + whois.nic.tips + + + TIRES + whois.nic.tires + + + TIROL + whois.nic.tirol + + + TJ + + + + + TJMAXX + + + + + TJX + + + + + TK + whois.dot.tk + + + TKMAXX + + + + + TL + whois.nic.tl + + + TM + whois.nic.tm + + + TMALL + whois.nic.tmall + + + TN + whois.ati.tn + + + TO + whois.tonic.to + + + TODAY + whois.nic.today + + + TOKYO + whois.nic.tokyo + + + TOOLS + whois.nic.tools + + + TOP + whois.nic.top + + + TORAY + whois.nic.toray + + + TOSHIBA + whois.nic.toshiba + + + TOTAL + whois.nic.total + + + TOURS + whois.nic.tours + + + TOWN + whois.nic.town + + + TOYOTA + whois.nic.toyota + + + TOYS + whois.nic.toys + + + TR + whois.trabis.gov.tr + + + TRADE + whois.nic.trade + + + TRADING + whois.nic.trading + + + TRAINING + whois.nic.training + + + TRAVEL + whois.nic.travel + + + TRAVELERS + whois.nic.travelers + + + TRAVELERSINSURANCE + whois.nic.travelersinsurance + + + TRUST + whois.nic.trust + + + TRV + whois.nic.trv + + + TT + + + + + TUBE + whois.nic.tube + + + TUI + whois.nic.tui + + + TUNES + whois.nic.tunes + + + TUSHU + whois.nic.tushu + + + TV + whois.nic.tv + + + TVS + whois.nic.tvs + + + TW + whois.twnic.net.tw + + + TZ + whois.tznic.or.tz + + + UA + whois.ua + + + UBANK + whois.nic.ubank + + + UBS + whois.nic.ubs + + + UG + whois.co.ug + + + UK + whois.nic.uk + + + UNICOM + whois.nic.unicom + + + UNIVERSITY + whois.nic.university + + + UNO + whois.nic.uno + + + UOL + whois.gtlds.nic.br + + + UPS + whois.nic.ups + + + US + whois.nic.us + + + UY + whois.nic.org.uy + + + UZ + whois.cctld.uz + + + VA + + + + + VACATIONS + whois.nic.vacations + + + VANA + whois.nic.vana + + + VANGUARD + whois.nic.vanguard + + + VC + whois2.afilias-grs.net + + + VE + whois.nic.ve + + + VEGAS + whois.nic.vegas + + + VENTURES + whois.nic.ventures + + + VERISIGN + whois.nic.verisign + + + VERSICHERUNG + whois.nic.versicherung + + + VET + whois.nic.vet + + + VG + whois.nic.vg + + + VI + virgil.nic.vi + + + VIAJES + whois.nic.viajes + + + VIDEO + whois.nic.video + + + VIG + whois.nic.vig + + + VIKING + whois.nic.viking + + + VILLAS + whois.nic.villas + + + VIN + whois.nic.vin + + + VIP + whois.nic.vip + + + VIRGIN + whois.nic.virgin + + + VISA + whois.nic.visa + + + VISION + whois.nic.vision + + + VIVA + whois.nic.viva + + + VIVO + + + + + VLAANDEREN + whois.nic.vlaanderen + + + VN + + + + + VODKA + whois.nic.vodka + + + VOLVO + whois.nic.volvo + + + VOTE + whois.nic.vote + + + VOTING + whois.nic.voting + + + VOTO + whois.nic.voto + + + VOYAGE + whois.nic.voyage + + + VU + whois.dnrs.vu + + + WALES + whois.nic.wales + + + WALMART + whois.nic.walmart + + + WALTER + whois.nic.walter + + + WANG + whois.gtld.knet.cn + + + WANGGOU + whois.nic.wanggou + + + WATCH + whois.nic.watch + + + WATCHES + whois.nic.watches + + + WEATHER + + + + + WEATHERCHANNEL + + + + + WEBCAM + whois.nic.webcam + + + WEBER + whois.nic.weber + + + WEBSITE + whois.nic.website + + + WED + whois.nic.wed + + + WEDDING + whois.nic.wedding + + + WEIBO + whois.nic.weibo + + + WEIR + whois.nic.weir + + + WF + whois.nic.wf + + + WHOSWHO + whois.nic.whoswho + + + WIEN + whois.nic.wien + + + WIKI + whois.nic.wiki + + + WILLIAMHILL + + + + + WIN + whois.nic.win + + + WINDOWS + whois.nic.windows + + + WINE + whois.nic.wine + + + WINNERS + + + + + WME + whois.nic.wme + + + WOLTERSKLUWER + whois.nic.wolterskluwer + + + WOODSIDE + whois.nic.woodside + + + WORK + whois.nic.work + + + WORKS + whois.nic.works + + + WORLD + whois.nic.world + + + WOW + whois.nic.wow + + + WS + whois.website.ws + + + WTC + whois.nic.wtc + + + WTF + whois.nic.wtf + + + XBOX + whois.nic.xbox + + + XEROX + whois.nic.xerox + + + XIHUAN + whois.teleinfo.cn + + + XIN + whois.nic.xin + + + XN--11B4C3D + whois.nic.xn--11b4c3d + + + XN--1CK2E1B + + + + + XN--1QQW23A + whois.ngtld.cn + + + XN--2SCRJ9C + whois.registry.in + + + XN--30RR7Y + whois.gtld.knet.cn + + + XN--3BST00M + whois.gtld.knet.cn + + + XN--3DS443G + whois.teleinfo.cn + + + XN--3E0B707E + whois.kr + + + XN--3HCRJ9C + whois.registry.in + + + XN--3PXU8K + whois.nic.xn--3pxu8k + + + XN--42C2D9A + whois.nic.xn--42c2d9a + + + XN--45BR5CYL + whois.registry.in + + + XN--45BRJ9C + whois.registry.in + + + XN--45Q11C + whois.gtld.knet.cn + + + XN--4DBRK0CE + whois.isoc.org.il + + + XN--4GBRIM + whois.nic.xn--4gbrim + + + XN--54B7FTA0CC + + + + + XN--55QW42G + whois.conac.cn + + + XN--55QX5D + whois.ngtld.cn + + + XN--5SU34J936BGSG + whois.nic.xn--5su34j936bgsg + + + XN--5TZM5G + whois.nic.xn--5tzm5g + + + XN--6FRZ82G + whois.nic.xn--6frz82g + + + XN--6QQ986B3XL + whois.gtld.knet.cn + + + XN--80ADXHKS + whois.nic.xn--80adxhks + + + XN--80AO21A + whois.nic.kz + + + XN--80AQECDR1A + whois.nic.xn--80aqecdr1a + + + XN--80ASEHDB + whois.nic.xn--80asehdb + + + XN--80ASWG + whois.nic.xn--80aswg + + + XN--8Y0A063A + whois.nic.xn--8y0a063a + + + XN--90A3AC + whois.rnids.rs + + + XN--90AE + whois.imena.bg + + + XN--90AIS + whois.cctld.by + + + XN--9DBQ2A + whois.nic.xn--9dbq2a + + + XN--9ET52U + whois.gtld.knet.cn + + + XN--9KRT00A + whois.nic.xn--9krt00a + + + XN--B4W605FERD + whois.nic.xn--b4w605ferd + + + XN--BCK1B9A5DRE4C + + + + + XN--C1AVG + whois.nic.xn--c1avg + + + XN--C2BR7G + whois.nic.xn--c2br7g + + + XN--CCK2B3B + + + + + XN--CCKWCXETD + whois.nic.xn--cckwcxetd + + + XN--CG4BKI + whois.kr + + + XN--CLCHC0EA0B2G2A9GCD + whois.ta.sgnic.sg + + + XN--CZR694B + + + + + XN--CZRS0T + whois.nic.xn--czrs0t + + + XN--CZRU2D + whois.gtld.knet.cn + + + XN--D1ACJ3B + whois.nic.xn--d1acj3b + + + XN--D1ALF + whois.marnet.mk + + + XN--E1A4C + whois.eu + + + XN--ECKVDTC9D + + + + + XN--EFVY88H + whois.nic.xn--efvy88h + + + XN--FCT429K + + + + + XN--FHBEI + whois.nic.xn--fhbei + + + XN--FIQ228C5HS + whois.teleinfo.cn + + + XN--FIQ64B + whois.gtld.knet.cn + + + XN--FIQS8S + cwhois.cnnic.cn + + + XN--FIQZ9S + cwhois.cnnic.cn + + + XN--FJQ720A + whois.nic.xn--fjq720a + + + XN--FLW351E + whois.nic.google + + + XN--FPCRJ9C3D + whois.registry.in + + + XN--FZC2C9E2C + + + + + XN--FZYS8D69UVGM + whois.nic.xn--fzys8d69uvgm + + + XN--G2XX48C + + + + + XN--GCKR3F0F + + + + + XN--GECRJ9C + whois.registry.in + + + XN--GK3AT1E + + + + + XN--H2BREG3EVE + whois.registry.in + + + XN--H2BRJ9C + whois.registry.in + + + XN--H2BRJ9C8C + whois.registry.in + + + XN--HXT814E + whois.gtld.knet.cn + + + XN--I1B6B1A6A2E + whois.nic.xn--i1b6b1a6a2e + + + XN--IMR513N + + + + + XN--IO0A7I + whois.ngtld.cn + + + XN--J1AEF + whois.nic.xn--j1aef + + + XN--J1AMH + whois.dotukr.com + + + XN--J6W193G + whois.hkirc.hk + + + XN--JLQ480N2RG + whois.nic.xn--jlq480n2rg + + + XN--JVR189M + + + + + XN--KCRX77D1X4A + whois.nic.xn--kcrx77d1x4a + + + XN--KPRW13D + whois.twnic.net.tw + + + XN--KPRY57D + whois.twnic.net.tw + + + XN--KPUT3I + whois.nic.xn--kput3i + + + XN--L1ACC + + + + + XN--LGBBAT1AD8J + whois.nic.dz + + + XN--MGB9AWBF + whois.registry.om + + + XN--MGBA3A3EJT + + + + + XN--MGBA3A4F16A + whois.nic.ir + + + XN--MGBA7C0BBN0A + whois.nic.xn--mgba7c0bbn0a + + + XN--MGBAAM7A8H + whois.aeda.net.ae + + + XN--MGBAB2BD + whois.nic.xn--mgbab2bd + + + XN--MGBAH1A3HJKRD + whois.nic.mr + + + XN--MGBAI9AZGQP6J + + + + + XN--MGBAYH7GPA + + + + + XN--MGBBH1A + whois.registry.in + + + XN--MGBBH1A71E + whois.registry.in + + + XN--MGBC0A9AZCG + + + + + XN--MGBCA7DZDO + whois.nic.xn--mgbca7dzdo + + + XN--MGBCPQ6GPA1A + + + + + XN--MGBERP4A5D4AR + whois.nic.net.sa + + + XN--MGBGU82A + whois.registry.in + + + XN--MGBI4ECEXP + whois.nic.xn--mgbi4ecexp + + + XN--MGBPL2FH + + + + + XN--MGBT3DHD + whois.nic.xn--mgbt3dhd + + + XN--MGBTX2B + whois.cmc.iq + + + XN--MGBX4CD0AB + whois.mynic.my + + + XN--MIX891F + whois.monic.mo + + + XN--MK1BU44C + whois.nic.xn--mk1bu44c + + + XN--MXTQ1M + whois.nic.xn--mxtq1m + + + XN--NGBC5AZD + whois.nic.xn--ngbc5azd + + + XN--NGBE9E0A + whois.nic.xn--ngbe9e0a + + + XN--NGBRX + whois.nic.xn--ngbrx + + + XN--NODE + whois.itdc.ge + + + XN--NQV7F + whois.nic.xn--nqv7f + + + XN--NQV7FS00EMA + whois.nic.xn--nqv7fs00ema + + + XN--NYQY26A + + + + + XN--O3CW4H + whois.thnic.co.th + + + XN--OGBPF8FL + whois.tld.sy + + + XN--OTU796D + + + + + XN--P1ACF + whois.nic.xn--p1acf + + + XN--P1AI + whois.tcinet.ru + + + XN--PGBS0DH + whois.ati.tn + + + XN--PSSY2U + whois.nic.xn--pssy2u + + + XN--Q7CE6A + whois.nic.la + + + XN--Q9JYB4C + whois.nic.google + + + XN--QCKA1PMC + whois.nic.google + + + XN--QXA6A + whois.eu + + + XN--QXAM + + + + + XN--RHQV96G + + + + + XN--ROVU88B + + + + + XN--RVC1E0AM3E + whois.registry.in + + + XN--S9BRJ9C + whois.registry.in + + + XN--SES554G + whois.nic.xn--ses554g + + + XN--T60B56A + whois.nic.xn--t60b56a + + + XN--TCKWE + whois.nic.xn--tckwe + + + XN--TIQ49XQYJ + whois.nic.xn--tiq49xqyj + + + XN--UNUP4Y + whois.nic.xn--unup4y + + + XN--VERMGENSBERATER-CTB + whois.nic.xn--vermgensberater-ctb + + + XN--VERMGENSBERATUNG-PWB + whois.nic.xn--vermgensberatung-pwb + + + XN--VHQUV + whois.nic.xn--vhquv + + + XN--VUQ861B + whois.teleinfo.cn + + + XN--W4R85EL8FHU5DNRA + whois.nic.xn--w4r85el8fhu5dnra + + + XN--W4RS40L + whois.nic.xn--w4rs40l + + + XN--WGBH1C + + + + + XN--WGBL6A + whois.registry.qa + + + XN--XHQ521B + whois.ngtld.cn + + + XN--XKC2AL3HYE2A + + + + + XN--XKC2DL3A5EE0H + whois.registry.in + + + XN--Y9A3AQ + whois.amnic.net + + + XN--YFRO4I67O + whois.zh.sgnic.sg + + + XN--YGBI2AMMX + whois.pnina.ps + + + XN--ZFR164B + whois.conac.cn + + + XXX + whois.nic.xxx + + + XYZ + whois.nic.xyz + + + YACHTS + whois.nic.yachts + + + YAHOO + + + + + YAMAXUN + whois.nic.yamaxun + + + YANDEX + + + + + YE + whois.y.net.ye + + + YODOBASHI + whois.nic.gmo + + + YOGA + whois.nic.yoga + + + YOKOHAMA + whois.nic.yokohama + + + YOU + whois.nic.you + + + YOUTUBE + whois.nic.google + + + YT + whois.nic.yt + + + YUN + whois.teleinfo.cn + + + ZA + + + + + ZAPPOS + whois.nic.zappos + + + ZARA + whois.nic.zara + + + ZERO + + + + + ZIP + whois.nic.google + + + ZM + whois.zicta.zm + + + ZONE + whois.nic.zone + + + ZUERICH + whois.nic.zuerich + + + ZW + + + + + + + + + \ No newline at end of file diff --git a/Source/NETworkManager.Settings/ConfigurationInfo.cs b/Source/NETworkManager.Settings/ConfigurationInfo.cs index 4d818175cc..e93b1a4b69 100644 --- a/Source/NETworkManager.Settings/ConfigurationInfo.cs +++ b/Source/NETworkManager.Settings/ConfigurationInfo.cs @@ -1,5 +1,4 @@ -using System.Diagnostics; -using NETworkManager.Models; +using NETworkManager.Models; using NETworkManager.Utilities; namespace NETworkManager.Settings; @@ -69,6 +68,7 @@ public ConfigurationInfo(bool isAdmin, string executionPath, string applicationF public ApplicationName CurrentApplication { get; set; } = Models.ApplicationName.None; private int _ipScannerTabCount; + public int IPScannerTabCount { get => _ipScannerTabCount; @@ -83,6 +83,7 @@ public int IPScannerTabCount } private int _portScannerTabCount; + public int PortScannerTabCount { get => _portScannerTabCount; @@ -97,6 +98,7 @@ public int PortScannerTabCount } private int _tracerouteTabCount; + public int TracerouteTabCount { get => _tracerouteTabCount; @@ -111,6 +113,7 @@ public int TracerouteTabCount } private int _dnsLookupTabCount; + public int DNSLookupTabCount { get => _dnsLookupTabCount; @@ -125,6 +128,7 @@ public int DNSLookupTabCount } private int _remoteDesktopTabCount; + public int RemoteDesktopTabCount { get => _remoteDesktopTabCount; @@ -139,6 +143,7 @@ public int RemoteDesktopTabCount } private bool _isRemoteDesktopWindowDragging; + public bool IsRemoteDesktopWindowDragging { get => _isRemoteDesktopWindowDragging; @@ -153,6 +158,7 @@ public bool IsRemoteDesktopWindowDragging } private int _powerShellTabCount; + public int PowerShellTabCount { get => _powerShellTabCount; @@ -165,8 +171,9 @@ public int PowerShellTabCount OnPropertyChanged(); } } - + private bool _isPowerShellWindowDragging; + public bool IsPowerShellWindowDragging { get => _isPowerShellWindowDragging; @@ -181,6 +188,7 @@ public bool IsPowerShellWindowDragging } private int _puTTYTabCount; + public int PuTTYTabCount { get => _puTTYTabCount; @@ -195,6 +203,7 @@ public int PuTTYTabCount } private bool _isPuTTYWindowDragging; + public bool IsPuTTYWindowDragging { get => _isPuTTYWindowDragging; @@ -209,6 +218,7 @@ public bool IsPuTTYWindowDragging } private int _awsSessionManagerTabCount; + public int AWSSessionManagerTabCount { get => _awsSessionManagerTabCount; @@ -223,6 +233,7 @@ public int AWSSessionManagerTabCount } private bool _isAWSSessionManagerWindowDragging; + public bool IsAWSSessionManagerWindowDragging { get => _isAWSSessionManagerWindowDragging; @@ -237,6 +248,7 @@ public bool IsAWSSessionManagerWindowDragging } private int _tigerVNCTabCount; + public int TigerVNCTabCount { get => _tigerVNCTabCount; @@ -251,6 +263,7 @@ public int TigerVNCTabCount } private bool _isTigerVNCWindowDragging; + public bool IsTigerVNCWindowDragging { get => _isTigerVNCWindowDragging; @@ -265,6 +278,7 @@ public bool IsTigerVNCWindowDragging } private int _webConsoleTabCount; + public int WebConsoleTabCount { get => _webConsoleTabCount; @@ -279,6 +293,7 @@ public int WebConsoleTabCount } private bool _isWebConsoleWindowDragging; + public bool IsWebConsoleWindowDragging { get => _isWebConsoleWindowDragging; @@ -293,6 +308,7 @@ public bool IsWebConsoleWindowDragging } private int _snmpTabCount; + public int SNMPTabCount { get => _snmpTabCount; @@ -307,6 +323,7 @@ public int SNMPTabCount } private int _sntpLookupTabCount; + public int SNTPLookupTabCount { get => _sntpLookupTabCount; @@ -321,6 +338,7 @@ public int SNTPLookupTabCount } private int _whoisTabCount; + public int WhoisTabCount { get => _whoisTabCount; @@ -335,6 +353,7 @@ public int WhoisTabCount } private int _ipGeolocationTabCount; + public int IPGeolocationTabCount { get => _ipGeolocationTabCount; diff --git a/Source/NETworkManager.Settings/GlobalStaticConfiguration.cs b/Source/NETworkManager.Settings/GlobalStaticConfiguration.cs index cae075196a..3f5fc1fd14 100644 --- a/Source/NETworkManager.Settings/GlobalStaticConfiguration.cs +++ b/Source/NETworkManager.Settings/GlobalStaticConfiguration.cs @@ -222,7 +222,7 @@ public static class GlobalStaticConfiguration public static DiscoveryProtocol DiscoveryProtocol_Protocol => DiscoveryProtocol.LldpCdp; public static int DiscoveryProtocol_Duration => 60; public static ExportFileType DiscoveryProtocol_ExportFileType => ExportFileType.Csv; - + // Application: Wake on LAN public static int WakeOnLAN_Port => 9; diff --git a/Source/NETworkManager.Settings/SettingsInfo.cs b/Source/NETworkManager.Settings/SettingsInfo.cs index 0e5be3fe1f..ba0b7fa6af 100644 --- a/Source/NETworkManager.Settings/SettingsInfo.cs +++ b/Source/NETworkManager.Settings/SettingsInfo.cs @@ -67,19 +67,18 @@ public string Version #region General - // General - private ApplicationName _general_DefaultApplicationViewName = - GlobalStaticConfiguration.General_DefaultApplicationViewName; + // General + private ObservableSetCollection _general_ApplicationList = new(); - public ApplicationName General_DefaultApplicationViewName + public ObservableSetCollection General_ApplicationList { - get => _general_DefaultApplicationViewName; + get => _general_ApplicationList; set { - if (value == _general_DefaultApplicationViewName) + if (value == _general_ApplicationList) return; - _general_DefaultApplicationViewName = value; + _general_ApplicationList = value; OnPropertyChanged(); } } @@ -131,21 +130,6 @@ public int General_HistoryListEntries } } - private ObservableSetCollection _general_ApplicationList = new(); - - public ObservableSetCollection General_ApplicationList - { - get => _general_ApplicationList; - set - { - if (value == _general_ApplicationList) - return; - - _general_ApplicationList = value; - OnPropertyChanged(); - } - } - // Window private bool _window_ConfirmClose; @@ -770,6 +754,7 @@ public ExportFileType NetworkInterface_ExportFileType OnPropertyChanged(); } } + #endregion #region WiFi @@ -1288,7 +1273,7 @@ public int PortScanner_MaxPortThreads return; _portScanner_MaxPortThreads = value; - SettingsChanged = true; + OnPropertyChanged(); } } @@ -3708,7 +3693,8 @@ public string DiscoveryProtocol_ExportFilePath } } - private ExportFileType _discoveryProtocol_ExportFileType = GlobalStaticConfiguration.DiscoveryProtocol_ExportFileType; + private ExportFileType _discoveryProtocol_ExportFileType = + GlobalStaticConfiguration.DiscoveryProtocol_ExportFileType; public ExportFileType DiscoveryProtocol_ExportFileType { @@ -3722,6 +3708,7 @@ public ExportFileType DiscoveryProtocol_ExportFileType OnPropertyChanged(); } } + #endregion #region WakeOnLAN @@ -3958,6 +3945,7 @@ public ExportFileType IPGeolocation_ExportFileType OnPropertyChanged(); } } + #endregion #region Subnet Calculator @@ -4159,6 +4147,7 @@ public ExportFileType BitCalculator_ExportFileType OnPropertyChanged(); } } + #endregion #region Lookup diff --git a/Source/NETworkManager.Settings/SettingsManager.cs b/Source/NETworkManager.Settings/SettingsManager.cs index 3822d01ac5..269f39e2b2 100644 --- a/Source/NETworkManager.Settings/SettingsManager.cs +++ b/Source/NETworkManager.Settings/SettingsManager.cs @@ -212,7 +212,7 @@ private static void UpgradeTo_2022_12_20_0() // Add AWS Session Manager application Log.Info("Add new app \"AWSSessionManager\"..."); - Current.General_ApplicationList.Add(ApplicationManager.GetList() + Current.General_ApplicationList.Add(ApplicationManager.GetDefaultList() .First(x => x.Name == ApplicationName.AWSSessionManager)); var powerShellPath = ""; @@ -227,7 +227,7 @@ private static void UpgradeTo_2022_12_20_0() // Add Bit Calculator application Log.Info("Add new app \"BitCalculator\"..."); - Current.General_ApplicationList.Add(ApplicationManager.GetList() + Current.General_ApplicationList.Add(ApplicationManager.GetDefaultList() .First(x => x.Name == ApplicationName.BitCalculator)); } @@ -240,7 +240,7 @@ private static void UpgradeTo_2023_3_7_0() // Add NTP Lookup application Log.Info("Add new app \"SNTPLookup\"..."); - Current.General_ApplicationList.Add(ApplicationManager.GetList() + Current.General_ApplicationList.Add(ApplicationManager.GetDefaultList() .First(x => x.Name == ApplicationName.SNTPLookup)); Current.SNTPLookup_SNTPServers = new ObservableCollection(SNTPServer.GetDefaultList()); @@ -317,7 +317,7 @@ private static void UpgradeTo_2023_11_28_0() // Add IP geolocation application Log.Info("Add new app \"IP Geolocation\"..."); - Current.General_ApplicationList.Add(ApplicationManager.GetList() + Current.General_ApplicationList.Add(ApplicationManager.GetDefaultList() .First(x => x.Name == ApplicationName.IPGeolocation)); // Add DNS lookup profiles after refactoring diff --git a/Source/NETworkManager.Settings/SettingsViewManager.cs b/Source/NETworkManager.Settings/SettingsViewManager.cs index 1451b5ecee..6358376925 100644 --- a/Source/NETworkManager.Settings/SettingsViewManager.cs +++ b/Source/NETworkManager.Settings/SettingsViewManager.cs @@ -22,7 +22,8 @@ public static class SettingsViewManager SettingsGroup.General), new SettingsViewInfo(SettingsName.Status, new PackIconMaterial { Kind = PackIconMaterialKind.Pulse }, SettingsGroup.General), - new SettingsViewInfo(SettingsName.HotKeys, new PackIconFontAwesome { Kind = PackIconFontAwesomeKind.KeyboardRegular }, + new SettingsViewInfo(SettingsName.HotKeys, + new PackIconFontAwesome { Kind = PackIconFontAwesomeKind.KeyboardRegular }, SettingsGroup.General), new SettingsViewInfo(SettingsName.Autostart, new PackIconMaterial { Kind = PackIconMaterialKind.Power }, SettingsGroup.General), diff --git a/Source/NETworkManager.Setup/Components.wxs b/Source/NETworkManager.Setup/Components.wxs index 91c1592c10..56c011321a 100644 --- a/Source/NETworkManager.Setup/Components.wxs +++ b/Source/NETworkManager.Setup/Components.wxs @@ -1,35 +1,35 @@ - - - - - - - - + + + + + + + + - - - - - - - + + + + + + + - - - - - - - + + + + + + + diff --git a/Source/NETworkManager.Setup/Folders.wxs b/Source/NETworkManager.Setup/Folders.wxs index b0e90d039d..9ed4dd7432 100644 --- a/Source/NETworkManager.Setup/Folders.wxs +++ b/Source/NETworkManager.Setup/Folders.wxs @@ -1,7 +1,7 @@ - - - - - + + + + + diff --git a/Source/NETworkManager.Setup/NETworkManager.Setup.wixproj b/Source/NETworkManager.Setup/NETworkManager.Setup.wixproj index 9d156e10f9..eb0f19acfd 100644 --- a/Source/NETworkManager.Setup/NETworkManager.Setup.wixproj +++ b/Source/NETworkManager.Setup/NETworkManager.Setup.wixproj @@ -1,13 +1,13 @@  - - - - - - - - - - - + + + + + + + + + + + \ No newline at end of file diff --git a/Source/NETworkManager.Setup/Package.wxs b/Source/NETworkManager.Setup/Package.wxs index 11535a819d..94da282346 100644 --- a/Source/NETworkManager.Setup/Package.wxs +++ b/Source/NETworkManager.Setup/Package.wxs @@ -1,30 +1,30 @@ - - + + - - + - + UpgradeCode="e343d8ab-ed71-41d1-9784-6f6860bda078"> + - - - + + - - - - - + + + - - - - - + + + + + + + + + + + diff --git a/Source/NETworkManager.Utilities/ClipboardHelper.cs b/Source/NETworkManager.Utilities/ClipboardHelper.cs index 973b4b660c..a02958b7f9 100644 --- a/Source/NETworkManager.Utilities/ClipboardHelper.cs +++ b/Source/NETworkManager.Utilities/ClipboardHelper.cs @@ -10,18 +10,20 @@ namespace NETworkManager.Utilities; public static class ClipboardHelper { private static readonly ILog Log = LogManager.GetLogger(typeof(ClipboardHelper)); - + /// /// Methods to set a text to the clipboard. /// /// Some text... public static void SetClipboard(string text) { - try { + try + { Clipboard.SetDataObject(text, true); } - catch (Exception e) { + catch (Exception e) + { Log.Error($"Failed to set clipboard: {e.Message}"); } } -} +} \ No newline at end of file diff --git a/Source/NETworkManager.Utilities/IPAddressHelper.cs b/Source/NETworkManager.Utilities/IPAddressHelper.cs index 48e197ce09..0a7a1255de 100644 --- a/Source/NETworkManager.Utilities/IPAddressHelper.cs +++ b/Source/NETworkManager.Utilities/IPAddressHelper.cs @@ -1,6 +1,4 @@ -using System; -using System.Collections.Generic; -using System.Net; +using System.Net; namespace NETworkManager.Utilities; diff --git a/Source/NETworkManager.Utilities/NETworkManager.Utilities.csproj b/Source/NETworkManager.Utilities/NETworkManager.Utilities.csproj index 40ccdfe144..466f00c7ec 100644 --- a/Source/NETworkManager.Utilities/NETworkManager.Utilities.csproj +++ b/Source/NETworkManager.Utilities/NETworkManager.Utilities.csproj @@ -18,6 +18,6 @@ - + \ No newline at end of file diff --git a/Source/NETworkManager.Utilities/SubnetmaskHelper.cs b/Source/NETworkManager.Utilities/SubnetmaskHelper.cs index 2479dbb470..1a66a56aff 100644 --- a/Source/NETworkManager.Utilities/SubnetmaskHelper.cs +++ b/Source/NETworkManager.Utilities/SubnetmaskHelper.cs @@ -1,10 +1,5 @@ -using System; -using System.Collections.Generic; -using System.Net; - -namespace NETworkManager.Utilities; +namespace NETworkManager.Utilities; public static class SubnetmaskHelper { - } \ No newline at end of file diff --git a/Source/NETworkManager/Controls/AWSSessionManagerControl.xaml b/Source/NETworkManager/Controls/AWSSessionManagerControl.xaml index bb0f5ef0ff..836315518b 100644 --- a/Source/NETworkManager/Controls/AWSSessionManagerControl.xaml +++ b/Source/NETworkManager/Controls/AWSSessionManagerControl.xaml @@ -24,7 +24,9 @@ + + + + + - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - - - - - - - - - - + ToolTip="{x:Static localization:Strings.Close}" + Margin="0,0,10,0"> + + + + + + + + + + + + + + + + + + + @@ -744,7 +744,7 @@ + ClosingItemCallback="{Binding CloseItemCommand}"> diff --git a/Source/NETworkManager/Controls/DragablzTabHostWindow.xaml.cs b/Source/NETworkManager/Controls/DragablzTabHostWindow.xaml.cs index c3ba8662f9..28f715d080 100644 --- a/Source/NETworkManager/Controls/DragablzTabHostWindow.xaml.cs +++ b/Source/NETworkManager/Controls/DragablzTabHostWindow.xaml.cs @@ -21,6 +21,66 @@ namespace NETworkManager.Controls; public sealed partial class DragablzTabHostWindow : INotifyPropertyChanged { + #region Constructor + + public DragablzTabHostWindow(ApplicationName applicationName) + { + InitializeComponent(); + DataContext = this; + + ApplicationName = applicationName; + + InterTabClient = new DragablzInterTabClient(applicationName); + InterTabPartition = applicationName.ToString(); + + Title = + $"NETworkManager {AssemblyManager.Current.Version} - {ResourceTranslator.Translate(ResourceIdentifier.ApplicationName, applicationName)}"; + } + + #endregion + + #region Methods + + private async void FocusEmbeddedWindow() + { + // Delay the focus to prevent blocking the ui + // Detect if window is resizing + do + { + await Task.Delay(250); + } while (Control.MouseButtons == MouseButtons.Left); + + /* Don't continue if + - Header ContextMenu is opened + */ + if (HeaderContextMenuIsOpen) + return; + + // Return if the application is not an embedded window + if (!_embeddedWindowApplicationNames.Contains(ApplicationName)) + return; + + var window = Application.Current.Windows.OfType().FirstOrDefault(x => x.IsActive); + + if (window == null) + return; + + // Find all TabablzControl in the active window + foreach (var tabablzControl in VisualTreeHelper.FindVisualChildren(window)) + { + // Skip if no items + if (tabablzControl.Items.Count == 0) + continue; + + // Focus embedded window in the selected tab + (((DragablzTabItem)tabablzControl.SelectedItem)?.View as IEmbeddedWindow)?.FocusEmbeddedWindow(); + + break; + } + } + + #endregion + #region PropertyChangedEventHandler public event PropertyChangedEventHandler PropertyChanged; @@ -36,7 +96,7 @@ private void OnPropertyChanged([CallerMemberName] string propertyName = null) public IInterTabClient InterTabClient { get; } - private HashSet _embeddedWindowApplicationNames = + private readonly HashSet _embeddedWindowApplicationNames = [ ApplicationName.PowerShell, ApplicationName.PuTTY, @@ -90,24 +150,6 @@ public bool HeaderContextMenuIsOpen #endregion - #region Constructor - - public DragablzTabHostWindow(ApplicationName applicationName) - { - InitializeComponent(); - DataContext = this; - - ApplicationName = applicationName; - - InterTabClient = new DragablzInterTabClient(applicationName); - InterTabPartition = applicationName.ToString(); - - Title = - $"NETworkManager {AssemblyManager.Current.Version} - {ResourceTranslator.Translate(ResourceIdentifier.ApplicationName, applicationName)}"; - } - - #endregion - #region ICommand & Actions public ItemActionCallback CloseItemCommand => CloseItemAction; @@ -326,48 +368,6 @@ private void WebConsole_RefreshAction(object view) #endregion - #region Methods - - private async void FocusEmbeddedWindow() - { - // Delay the focus to prevent blocking the ui - // Detect if window is resizing - do - { - await Task.Delay(250); - } while (Control.MouseButtons == MouseButtons.Left); - - /* Don't continue if - - Header ContextMenu is opened - */ - if (HeaderContextMenuIsOpen) - return; - - // Return if the application is not an embedded window - if(!_embeddedWindowApplicationNames.Contains(ApplicationName)) - return; - - var window = Application.Current.Windows.OfType().FirstOrDefault(x => x.IsActive); - - if (window == null) - return; - - // Find all TabablzControl in the active window - foreach (var tabablzControl in VisualTreeHelper.FindVisualChildren(window)) - { - // Skip if no items - if (tabablzControl.Items.Count == 0) - continue; - - // Focus embedded window in the selected tab - (((DragablzTabItem)tabablzControl.SelectedItem)?.View as IEmbeddedWindow)?.FocusEmbeddedWindow(); - - break; - } - } - - #endregion - #region Events private void MetroWindow_Activated(object sender, EventArgs e) @@ -385,10 +385,8 @@ private void DragablzTabHostWindow_OnClosing(object sender, CancelEventArgs e) // Find all TabablzControl in the active window foreach (var tabablzControl in VisualTreeHelper.FindVisualChildren(window)) - { - foreach (var tabItem in tabablzControl.Items.OfType()) - ((IDragablzTabItem)tabItem.View).CloseTab(); - } + foreach (var tabItem in tabablzControl.Items.OfType()) + ((IDragablzTabItem)tabItem.View).CloseTab(); // Reset the dragging state switch (ApplicationName) diff --git a/Source/NETworkManager/Controls/DragablzTabItem.cs b/Source/NETworkManager/Controls/DragablzTabItem.cs index 6d7cedb4ff..9f3dcba6bc 100644 --- a/Source/NETworkManager/Controls/DragablzTabItem.cs +++ b/Source/NETworkManager/Controls/DragablzTabItem.cs @@ -11,7 +11,12 @@ namespace NETworkManager.Controls; public class DragablzTabItem : ViewModelBase { /// - /// Creates a new instance of the class. + /// Private field for the property. + /// + private string _header; + + /// + /// Creates a new instance of the class. /// /// Header of the tab. /// View of the tab. @@ -24,12 +29,7 @@ public DragablzTabItem(string header, UserControl view, Guid id) } /// - /// Private field for the property. - /// - private string _header; - - /// - /// Header of the tab. + /// Header of the tab. /// public string Header { @@ -45,19 +45,19 @@ private set } /// - /// View of the tab. + /// View of the tab. /// public UserControl View { get; } /// - /// Id of the tab. + /// Id of the tab. /// public Guid Id { get; } - + /// - /// Method to set the of a based on the - /// in the current by finding the tab item in all `s - /// via the . + /// Method to set the of a based on the + /// in the current by finding the tab item in all `s + /// via the . /// /// Id of the tab to set the header. /// New header to set. @@ -80,4 +80,4 @@ public static void SetTabHeader(Guid tabId, string header) break; } } -} +} \ No newline at end of file diff --git a/Source/NETworkManager/Controls/IDragablzTabItem.cs b/Source/NETworkManager/Controls/IDragablzTabItem.cs index 262685d2c9..51756a8592 100644 --- a/Source/NETworkManager/Controls/IDragablzTabItem.cs +++ b/Source/NETworkManager/Controls/IDragablzTabItem.cs @@ -3,15 +3,15 @@ namespace NETworkManager.Controls; /// -/// Interface for a user control that is a in a in a . +/// Interface for a user control that is a in a in a +/// . /// public interface IDragablzTabItem { /// - /// Method to close the tab. + /// Method to close the tab. /// public void CloseTab() { - } -} +} \ No newline at end of file diff --git a/Source/NETworkManager/Controls/IEmbeddedWindow.cs b/Source/NETworkManager/Controls/IEmbeddedWindow.cs index 0e0905bf02..66ecdf95f1 100644 --- a/Source/NETworkManager/Controls/IEmbeddedWindow.cs +++ b/Source/NETworkManager/Controls/IEmbeddedWindow.cs @@ -1,17 +1,15 @@ -using Dragablz; - -namespace NETworkManager.Controls; +namespace NETworkManager.Controls; /// -/// Interface for a user control that contains an embedded window like a or . +/// Interface for a user control that contains an embedded window like a or +/// . /// public interface IEmbeddedWindow { /// - /// Method to focus the embedded window. + /// Method to focus the embedded window. /// public void FocusEmbeddedWindow() { - } -} +} \ No newline at end of file diff --git a/Source/NETworkManager/Controls/PowerShellControl.xaml b/Source/NETworkManager/Controls/PowerShellControl.xaml index 4a28e00ac8..b9fc10e9c1 100644 --- a/Source/NETworkManager/Controls/PowerShellControl.xaml +++ b/Source/NETworkManager/Controls/PowerShellControl.xaml @@ -24,7 +24,9 @@ diff --git a/Source/NETworkManager/Controls/RemoteDesktopControl.xaml b/Source/NETworkManager/Controls/RemoteDesktopControl.xaml index 7fbeaa0d94..8b457bad50 100644 --- a/Source/NETworkManager/Controls/RemoteDesktopControl.xaml +++ b/Source/NETworkManager/Controls/RemoteDesktopControl.xaml @@ -24,7 +24,9 @@ - + - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/Source/NETworkManager/Views/AWSSessionManagerHostView.xaml.cs b/Source/NETworkManager/Views/AWSSessionManagerHostView.xaml.cs index 24c063649d..3faaf9c069 100644 --- a/Source/NETworkManager/Views/AWSSessionManagerHostView.xaml.cs +++ b/Source/NETworkManager/Views/AWSSessionManagerHostView.xaml.cs @@ -2,7 +2,6 @@ using System.Windows.Controls; using System.Windows.Input; using MahApps.Metro.Controls.Dialogs; -using NETworkManager.Models; using NETworkManager.ViewModels; namespace NETworkManager.Views; diff --git a/Source/NETworkManager/Views/BitCalculatorView.xaml b/Source/NETworkManager/Views/BitCalculatorView.xaml index c4fdd142c6..c3c5192674 100644 --- a/Source/NETworkManager/Views/BitCalculatorView.xaml +++ b/Source/NETworkManager/Views/BitCalculatorView.xaml @@ -195,8 +195,7 @@ HorizontalAlignment="Right"> + BasedOn="{StaticResource ResourceKey=ImageWithTextButton}" /> diff --git a/Source/NETworkManager/Views/DNSLookupHostView.xaml.cs b/Source/NETworkManager/Views/DNSLookupHostView.xaml.cs index 39e847c92b..0c17638b87 100644 --- a/Source/NETworkManager/Views/DNSLookupHostView.xaml.cs +++ b/Source/NETworkManager/Views/DNSLookupHostView.xaml.cs @@ -2,7 +2,6 @@ using System.Windows.Controls; using System.Windows.Input; using MahApps.Metro.Controls.Dialogs; -using NETworkManager.Models; using NETworkManager.ViewModels; namespace NETworkManager.Views; diff --git a/Source/NETworkManager/Views/DNSLookupView.xaml.cs b/Source/NETworkManager/Views/DNSLookupView.xaml.cs index 715ff11fc5..d6276cfc57 100644 --- a/Source/NETworkManager/Views/DNSLookupView.xaml.cs +++ b/Source/NETworkManager/Views/DNSLookupView.xaml.cs @@ -18,21 +18,21 @@ public DNSLookupView(Guid tabId, string host = null) _viewModel = new DNSLookupViewModel(DialogCoordinator.Instance, tabId, host); DataContext = _viewModel; - + Dispatcher.ShutdownStarted += Dispatcher_ShutdownStarted; } - private void UserControl_Loaded(object sender, RoutedEventArgs e) + public void CloseTab() { - _viewModel.OnLoaded(); + _viewModel.OnClose(); } - - private void Dispatcher_ShutdownStarted(object sender, EventArgs e) + + private void UserControl_Loaded(object sender, RoutedEventArgs e) { - _viewModel.OnClose(); + _viewModel.OnLoaded(); } - public void CloseTab() + private void Dispatcher_ShutdownStarted(object sender, EventArgs e) { _viewModel.OnClose(); } diff --git a/Source/NETworkManager/Views/DiscoveryProtocolView.xaml b/Source/NETworkManager/Views/DiscoveryProtocolView.xaml index 17d85f298a..9d6dd66e72 100644 --- a/Source/NETworkManager/Views/DiscoveryProtocolView.xaml +++ b/Source/NETworkManager/Views/DiscoveryProtocolView.xaml @@ -212,8 +212,7 @@ HorizontalAlignment="Right"> + BasedOn="{StaticResource ResourceKey=ImageWithTextButton}" /> diff --git a/Source/NETworkManager/Views/GroupDialog.xaml b/Source/NETworkManager/Views/GroupDialog.xaml index 5f3cda8fd5..30a20af1ab 100644 --- a/Source/NETworkManager/Views/GroupDialog.xaml +++ b/Source/NETworkManager/Views/GroupDialog.xaml @@ -44,7 +44,8 @@ - + diff --git a/Source/NETworkManager/Views/IPGeolocationHostView.xaml b/Source/NETworkManager/Views/IPGeolocationHostView.xaml index 57f9d4e996..3859932f6e 100644 --- a/Source/NETworkManager/Views/IPGeolocationHostView.xaml +++ b/Source/NETworkManager/Views/IPGeolocationHostView.xaml @@ -53,34 +53,34 @@ Partition="{Binding InterTabPartition}" MoveWindowWithSolitaryTabs="False" /> - - - - - - - + + + + + + + diff --git a/Source/NETworkManager/Views/IPGeolocationHostView.xaml.cs b/Source/NETworkManager/Views/IPGeolocationHostView.xaml.cs index ec94a092ca..ddf693ce7e 100644 --- a/Source/NETworkManager/Views/IPGeolocationHostView.xaml.cs +++ b/Source/NETworkManager/Views/IPGeolocationHostView.xaml.cs @@ -2,7 +2,6 @@ using System.Windows.Controls; using System.Windows.Input; using MahApps.Metro.Controls.Dialogs; -using NETworkManager.Models; using NETworkManager.ViewModels; namespace NETworkManager.Views; diff --git a/Source/NETworkManager/Views/IPGeolocationView.xaml b/Source/NETworkManager/Views/IPGeolocationView.xaml index 19bca972d3..2741a2859e 100644 --- a/Source/NETworkManager/Views/IPGeolocationView.xaml +++ b/Source/NETworkManager/Views/IPGeolocationView.xaml @@ -124,174 +124,173 @@ Style="{DynamicResource StatusMessageTextBlock}" Margin="0,10,0,0" /> + Visibility="{Binding IsResultVisible, Converter={StaticResource BooleanToVisibilityCollapsedConverter}}"> - - - + + + - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + - + - + - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - - + - + - diff --git a/Source/NETworkManager/Views/IPScannerView.xaml.cs b/Source/NETworkManager/Views/IPScannerView.xaml.cs index 67376f4d6b..816e4ec8b2 100644 --- a/Source/NETworkManager/Views/IPScannerView.xaml.cs +++ b/Source/NETworkManager/Views/IPScannerView.xaml.cs @@ -29,17 +29,17 @@ public IPScannerView(Guid tabId, string hostOrIPRange = null) Dispatcher.ShutdownStarted += Dispatcher_ShutdownStarted; } - private void UserControl_Loaded(object sender, RoutedEventArgs e) + public void CloseTab() { - _viewModel.OnLoaded(); + _viewModel.OnClose(); } - private void Dispatcher_ShutdownStarted(object sender, EventArgs e) + private void UserControl_Loaded(object sender, RoutedEventArgs e) { - _viewModel.OnClose(); + _viewModel.OnLoaded(); } - public void CloseTab() + private void Dispatcher_ShutdownStarted(object sender, EventArgs e) { _viewModel.OnClose(); } diff --git a/Source/NETworkManager/Views/NetworkInterfaceView.xaml b/Source/NETworkManager/Views/NetworkInterfaceView.xaml index 3617d2909b..79dee8fcc2 100644 --- a/Source/NETworkManager/Views/NetworkInterfaceView.xaml +++ b/Source/NETworkManager/Views/NetworkInterfaceView.xaml @@ -446,12 +446,10 @@ - - - - - - - - - - - + + + + + + + + + + + + + + + + + @@ -345,12 +353,14 @@ @@ -460,7 +470,8 @@ Visual="{iconPacks:Modern Kind=Edit}" /> - @@ -621,7 +636,8 @@ - + @@ -648,7 +664,8 @@ - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/Source/NETworkManager/Views/PuTTYHostView.xaml.cs b/Source/NETworkManager/Views/PuTTYHostView.xaml.cs index c818de1f97..37a98f516c 100644 --- a/Source/NETworkManager/Views/PuTTYHostView.xaml.cs +++ b/Source/NETworkManager/Views/PuTTYHostView.xaml.cs @@ -3,7 +3,6 @@ using System.Windows.Controls; using System.Windows.Input; using MahApps.Metro.Controls.Dialogs; -using NETworkManager.Models; using NETworkManager.ViewModels; namespace NETworkManager.Views; diff --git a/Source/NETworkManager/Views/RemoteDesktopHostView.xaml b/Source/NETworkManager/Views/RemoteDesktopHostView.xaml index e8d31d82b6..354f3f88a4 100644 --- a/Source/NETworkManager/Views/RemoteDesktopHostView.xaml +++ b/Source/NETworkManager/Views/RemoteDesktopHostView.xaml @@ -39,140 +39,140 @@ Partition="{Binding InterTabPartition}"> - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + @@ -187,7 +187,7 @@ - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - + - - - - - - + + + - - - - + + + + + + + diff --git a/Source/NETworkManager/Views/WhoisHostView.xaml.cs b/Source/NETworkManager/Views/WhoisHostView.xaml.cs index ba327aa810..dc53f0cd45 100644 --- a/Source/NETworkManager/Views/WhoisHostView.xaml.cs +++ b/Source/NETworkManager/Views/WhoisHostView.xaml.cs @@ -2,7 +2,6 @@ using System.Windows.Controls; using System.Windows.Input; using MahApps.Metro.Controls.Dialogs; -using NETworkManager.Models; using NETworkManager.ViewModels; namespace NETworkManager.Views; diff --git a/Source/NETworkManager/Views/WhoisView.xaml.cs b/Source/NETworkManager/Views/WhoisView.xaml.cs index f6bc5bfa24..5ff0086d6a 100644 --- a/Source/NETworkManager/Views/WhoisView.xaml.cs +++ b/Source/NETworkManager/Views/WhoisView.xaml.cs @@ -17,10 +17,15 @@ public WhoisView(Guid tabId, string domain = null) _viewModel = new WhoisViewModel(DialogCoordinator.Instance, tabId, domain); DataContext = _viewModel; - + Dispatcher.ShutdownStarted += Dispatcher_ShutdownStarted; } + public void CloseTab() + { + _viewModel.OnClose(); + } + private void UserControl_OnLoaded(object sender, RoutedEventArgs e) { _viewModel.OnLoaded(); @@ -30,9 +35,4 @@ private void Dispatcher_ShutdownStarted(object sender, EventArgs e) { _viewModel.OnClose(); } - - public void CloseTab() - { - _viewModel.OnClose(); - } } \ No newline at end of file diff --git a/Website/docs/application/wifi.md b/Website/docs/application/wifi.md index 136be68062..d0b36e940e 100644 --- a/Website/docs/application/wifi.md +++ b/Website/docs/application/wifi.md @@ -12,7 +12,7 @@ Hidden wireless networks are displayed as `Hidden Network`. On the **WiFi** tab, you can select which wireless network adapter is used to scan for wireless networks. Wireless networks can be filtered by 2.4 Ghz, 5 Ghz and the SSID. -Right-clicking on a wireless network opens a context menu with the following options: +Right-click on a wireless network opens a context menu with the following options: - **Connect...**: Opens a dialog to connect to the selected wireless network. - **Disconnect**: Disconnect from the selected wireless network. diff --git a/Website/docs/changelog/next-release.md b/Website/docs/changelog/next-release.md index 0648a67320..48819ec39c 100644 --- a/Website/docs/changelog/next-release.md +++ b/Website/docs/changelog/next-release.md @@ -19,8 +19,15 @@ Release date: **xx.xx.2024** ## What's new? +- Applications can now be sorted via drag & drop in the application sidebar or in the settings under `Settings > General > Applications`. [#2781](https://github.com/BornToBeRoot/NETworkManager/pull/2781) + ## Improvements +- Applications settings under `Settings > General > Applications` redesigned and context menu added (Right-click) [#2781](https://github.com/BornToBeRoot/NETworkManager/pull/2781) + - `Set default` added (Set the startup application - available if not set) + - `Show` added (Shows the application in the main window - available if hidden) + - `Hide` added (Hides the application from the main window - available if shown) + ## Bugfixes - TextBox content not centered because of ScrollViewer issue. [#2763](https://github.com/BornToBeRoot/NETworkManager/pull/2763) diff --git a/Website/docs/settings/general.md b/Website/docs/settings/general.md index 33627a9819..6ededce12c 100644 --- a/Website/docs/settings/general.md +++ b/Website/docs/settings/general.md @@ -4,29 +4,25 @@ sidebar_position: 0 # General -### Show the following application on startup: +### Applications -Default application that is displayed when the application is launched. +Applications that are displayed in the main window in the sidebar. -Type: `NETworkManager.Models.ApplicationName` - -Default: `Dashboard` - -### Visible applications - -Applications that are displayed in the bar. - -Type: `NETworkManager.Models.ApplicationName` +Type: `NETworkManager.Models.ApplicationInfo` Default: `All` -### Hidden applications +:::note + +Applications can be sorted via drag & drop. -Applications that are not displayed in the bar. +Right-click on an application opens a context menu with the following options: -Type: `NETworkManager.Models.ApplicationName` +- `Set default` (Set the default application that is launched on startup - available if not set) +- `Show` (Shows the application in the main window - available if hidden) +- `Hide` (Hides the application from the main window - available if shown) -Default: `None` +::: ### Run background job every x-minutes