application of non-standard port

I was asked to open the ports 135, 63000 and 65100 for TCP traffic. What are these ports commonly used for?

See the document RFC 1700:

http://www.FAQs.org/RFCs/rfc1700.html

TCP 135 is a windows service:

Loc - srv 135/tcp Location Service

Used for WINS, DNS, and DHCP Manager

TCP 63000 is higher than the well known so it could be any application configured ports (plus large 1024):

http://www.google.ca/search?hl=en&q=TCP%5C63000&btnG=Google+Search&Meta=

65100 TCP:

http://www.google.ca/search?hl=en&q=TCP%5C63100&btnG=Search&Meta=

sincerely

Patrick

Tags: Cisco Security

Similar Questions

  • vMA vCenter 4.1 and non-standard port

    I just implemented the vMA 4.1, everything works obtained auth fine AD, even work.  However, when I try to run a command as a user of the AD, I get this:

    [vi-admin@vma01 ~] [vcenter01] $ esxcfg-mpath - l - vihost esxhost4.globalivewireless.local
    Enter the user name: domain\domainadminacct
    Enter the password:
    Error to connect to the server " " https://vcenter01/sdk/webService': Connection refused

    Don't see much in the newspapers.

    However, if I try to connect to this URL, it will fail - it's because we connect to vCenter using 30443.  The vifp addtarget with - port_number specified work (does not work without the specified port), but it seems standard commands always try to use 443.

    Is it possible to change the nature of the non-use of to our non standard port 443?

    This is more than a concept vCLI, vMA. Think of vMA as just a camera vCLI, instead of having to install the vCLI yourself, vMA is delivered pre-packaged is a Linux device.

    Have a look here for info - http://pubs.vmware.com/vsphere-50/index.jsp?topic=/com.vmware.vcli.examples.doc_50/cli_overviews.3.8.html

    Basically, for each global option such as username, password, server, etc. that you can specify in a file, then instead of typing on each option, you can simply use the – config [fichier_config] that includes your options.

  • AnyConnect on non-standard port (for example, 444)

    Hello

    Hoping that someone may be able to help because I am confused. I'm trying to implement Anyconnect on an ASA 5505 running 9.0 software (1) / ASDM version 7.1 (1) 52.

    I followed various guides online (all about the same) using the wizard. The only difference in my case, it's that I can't use port 443 as it is already in use for ActiveSync. So I want to use instead the 444.

    To achieve this I ran the anyconnect VPN wizard according to the instructions and then go to Setup > remote access VPN > and change the port settings here (https and dtls in 444 443 ports).

    What then happens client-side:

    I can browse the router/site: for example https://123.123.123.1:444 and it makes up the login/password screen, it accepts the credentials as it should be and going through the procedure of download client. All fine so far. When the anyconnect client tries to connect it emits a warning about the certificate (which is ok that I've used self-signed for now) so I have the ability to connect in any case that I chose. He then proceeds to try to connect and just sits there before finally crashing to the customer.

    On the side of the ASA of things then I looked at the newspaper so that what is happening and it goes through the following steps:

    1 he initiated the handshake, then I see there is an accumulation of my port 444 IP tcp connection, immediately followed by disassembly. The buildup/disassembly continues to repeat until the client blocks.

    So in summary, I can get as far as the SAA (to enter the credentials, download the client etc.). The customer can go as far as to acknowledge that the cert is not reliable, I can acknoweldge and move from, and he starts the authentication but just stop there.

    I am lost on where to go from here. I wonder if it's something to do with the fact Im not using 443. I also tried installing the client as an installation program independent on another pc and enter the address with the port 444 after (for example 123.123.123.1:444), same result. Tested on windows 7 and 8.1.

    Any help is greatly appreciated!

    Thank you

    Do not do this through the "Assistant", but after doing this through the command one line works on a 9.1 (3) running 5505 - I use port 8086.

    The lines for ssh

    WebVPN
    no activation outside
    port 8086
    allow outside
    AnyConnect enable
    tunnel-group-list activate

    Note that you must first disable all enable her ' not out ' before changing the port.

  • How to send queries dns to non-standard port in windows 8

    I want to send queries dns to nonstandard port (other then 53). I found this article that describes how do (in the windows registry to add HKEY_LOCAL_MACHINE\System\CurrentControlSet\Services\DNS\Parameters   SendOnNonDnsPort parameter of type dword with the value of the port desired). Unfortunately I could not find this path in the registry of Windows 8 (he has only HKEY_LOCAL_MACHINE\System\CurrentControlSet\Services\) and creation, it did not help. So, how can I can change this port, without having to install any additional software?

    Hi Edward,.

    The question you posted would be better suited in the TechNet Forums. I would recommend posting your query in the link below.

    http://social.technet.Microsoft.com/forums/en/category/w8itpro

    Good day!

  • Alerts emails to a non-standard SMTP port

    Is it possible to configure LiveCycle ES 8.2 to send e-mails to alert to a SMTP server on a non-standard port?  In the /AdminUI there is a field for the server, but not for the port.

    Thank you

    Hi Jon

    The ability to configure a nonstandard port in the /AdminUI has been added in the ES2.

    There is a work around that you can use the 8.2.1.

    Depending on the process under the management of the process, open the process called Notification by Email.

    You will see 3 services:

    1. don't send no attachments

    2 send mail

    3. send with map of attachments

    On the properties of each service on the connection settings tab, locate the SMTP Port number.

    You will notice that it is hardcoded at 25.

    Change it to some port that you need for your SMTP server.

    Your task Notifications will now be transmitted using this port.

    Diana

  • Tips for the TCP wait of asynchronous Messages with non-standard expression tanks

    Hi all

    I have a PITA instrument that I need to communicate with in a system of greater control.  This instrument communicates via RS232 to a server running on the PC OEM application.  In order to communicate with the instrument, I have to use the TCP protocol on a specific port on Localhost - So far so good as long the protcol is answer command.

    The problem is that the instrument sends several messages asynchronously of different sizes with a double newline as a tank of termination (there are many CR/LFS all these messages so that they cannot be a MOE) and I am struggling to find a way to manage receive asynchronous messages of variable length with a cusom CHARACTER term. without having simply a fast dedicated for TCP loop reads trying to catch these asynchronous status messages.

    I wish the functions VISA TCP has worked with the local host, given that the properties that can be set to change the chariot of non-standard term.

    Open to suggestions-

    Thank you

    Ronin

    Yes, I'll be streaming in my own string buffer and then to choose the messages out of the buffer when you find the stop character.

    A technique to improve performance, rather than reading a single byte at a time is to use the "immediate" on reading TCP mode and use a high value for the "bytes read" - in this way, it will return all of the data that is there without waiting for all the specified bytes or the time-out. He will wait only the full timeout if 0 bytes are received (which you can ignore) - set to a low value such as 100ms.

  • PIM and "non-standard properties." RIM; JDE 4.3.0

    Hello community!

    I'm introducing some non-standard properties in the VCALENDAR from my Blackberry. Even if I think I have to comply with the RFC 2445, sect 4.8.8.1, my application will not work. I guess the menthod 'commit()' kill everything I put in. Is there another way to bypass the call 'commit() '?

    Code:
    -----------------------------------------------------------------------------------------------------------
    import java. IO;
    Import Java.util;

    Javax.microedition.pim import. *;

    Net.rim.device.api.ui import. *;
    Net.rim.device.api.ui.component import. *;

    .
    .
    .

    Get the PIM Instance
    PIM pim = PIM.getInstance ();

    Download EventList in RW mode
    EventList el = (EventList) pim.openPIMList (PIM. EVENT_LIST, PIM. READ_WRITE);

    Get elements of EventList
    Enumeration e = el.items ();

    simplified recovery of the first event.
    Any of the proofs advanced, I know that there is one in there
    Event c = (Event) e.nextElement ();

    Get the serialized event
    ByteArrayOutputStream output = new ByteArrayOutputStream();
    String [] dataFormats = pim.supportedSerialFormats (PIM. EVENT_LIST);
    pim.toSerialFormat (c, output, "UTF8", dataFormats [0]);

    serialized event to Convert to a string
    String serialEvent = output.toString ();

    view the content on-screen
    Add (new SeparatorField());
    Rtf RichTextField = new RichTextField();
    rtf.setText (serialEvent);
    Add (new SeparatorField());

    //
    In order to see if the changes I make are actually applid
    at the event in the PIM, I change the "DESCRIPTION:" field. He
    contains the text "this is a Note."
    //

    TEMP and target String
    String _tmp;
    _New string;

    changing the text in ' DESCRIPTION:'. I put a '-' in front of it
    _Pos int = serialEvent.indexOf ("he is a");
    _TMP = serialEvent.substring (0, _pos) + "-" + serialEvent.substring (_pos, serialEvent.length ());

    end of search for VCALENDAR statement...
    _Pos = _tmp.indexOf("END:VCALENDAR");

    ... and insert the X property according to the RFC 2445 4.8.8.1 sect.
    _new = _tmp.substring (0, _pos) + 'X-XXX-XXX; XXXTYPE-XXX-X = XXX:MyType "+"\r\n"+ _tmp.substring (_pos, _tmp.length ());

    Change is made. Check the on-screen
    RichTextField rtf_4 = new RichTextField();
    rtf_4.SetText (_new);
    Add (rtf_4);
    Add (new SeparatorField());

    //
    Change seems good. Now, put it to the PIM
    //

    kill the original event
    el.removeEvent (c);

    prepare the flow
    Bais ByteArrayInputStream = new ByteArrayInputStream (_new.getBytes ());

    Create PIM Item _new String (as amended)
    PI [] PIMItem = pim.fromSerialFormat (chestnut, "UTF8");

    create a new element of PIM event
    Event newEv = el.importEvent ((Event) IP [0]);

    and now commit event to PIM
    newEv.commit ();

    Close EventList
    El.Close ();
    -----------------------------------------------------------------------------------------------------------

    As indicated in the comments of the modified code serialized event seems ok. The transition to the event in the DESCRIPTION: field was resumed and is visible in the normal case in the calendar on the phone app. If the data changes and the commit() stuff works. But the X property is filtered and not applied. What I see when I run my application a second time and check the VCALENDAR entry serialized on the screen.

    I'm not sure the correct location of the X property. I tried it immediately before the ' END: VEVENT ", as well as before" END: VCALENDAR ". None of them works.

    Someone who knows how to successfully add X-properties?

    BlackBerry JDE 4.3.0

    Thanks for your time!

    Kind regards

    Carsten

    The set of BlackBerry API does not support the addition of custom in the PIMItems fields.

  • Member for years non-standard in the dimension of the planning years

    We have a non-standard (planning) the dimension member years called 'No year '. In order to add it to the start, I had to go to the back end of the schedule (tables HSP_OBJECT and HSP_UNIQUE_NAMES) and edit the members there. It was version 9. The order of the years members was then FY95 through FY14, then came year no., then FY15. It worked for our years of start and end in the planning, as our school was FY09 and our end of the year was the year of no., allowing us to the regime through FY14 and entry year no data specific to year n on the forms. It also allowed us to omit 'Year No' of our scripts using a range of FY09:FY14 years (using substitution variables). Now that the year overturned (and, incidentally, we have upgraded to version 11) and our years of planning are FY10 thanks FY15, I would move no. year after FY15. However, I do not seem to be able to do in updating underlying tables above. I make the changes for the two tables, but it is not reflected in the schedule (they appear in the order), and if I try to change it or the other of the two members in the planning (year or FY15), it gives me an error indicating that the Member already exists. Anyone know how I can do to move the No. year Member? I need to not only this year, but to have a process my client can follow each year, moving from that Member within the outline to be directly after the last year of planning.

    Thank you

    Sabrina

    If you want to go on the tables of piracy and changing the order of 'No year '.

    If you run the SQL on your planning application

    Select * from hsp_object where type_objet = 38

    You can see the column in position and will have values like 1000000 = first place, 1000010 = Second Place and so on.

    To change the position you have to raise the value of position of 'No year' and 'FY15.

    setting a day of position set hsp_object = '1000070'
    where type_objet = 38 and object_name = 'No year '.

    setting a day of position set hsp_object = '1000080'
    where type_objet = 38 and object_name = 'FY14.

    Restart planning. Now all this is done at your own risk, and when you app goes boom don't blame me :)
    If 'No year' has been added in the right direction when you add the year, he must always remain as the last position.

    Planning rights object between adjustment ranges ID holders, the normal year (FY..) values are 50002 go
    No year is out of this range for example 50412
    When no. year is added correctly then planning will add a new to the normal range of values for the year (the year last value + 1) and then changes it the order of position

    See you soon

    John
    http://John-Goodwin.blogspot.com/

  • iCloud Drive on my mac stops the synchronization of non-standard files

    In my iCloud account, I created two folders (individuals and businesses) in addition to standard folders.  Standards are iMovie, Keynote, Numbers, etc.  On my MacBook Pro (OSX Yosemite V10.10.5), these non-standard files synchronizes any more.

    A solution is to disable iCloud drive, and then restart, but the problem is recurring.  In addition, it is a lot of your time, because whenever I turn it on, it deletes all of my computer and you should download again on restart.

    Is there a solution to this?  Non standard folders are not supported?

    BTW: The iCloud drive on my Windows PC works perfectly...  Hmmm

    Have you tried the signature to iCloud and then reconnect?

  • Non-standard window?

    Hello

    Is it possible to have a non-standard window? to be able to shape the top level for a custom shape window.

    The example uses the Windows SDK functions - if you do not have this example then I guess that you do not have the SDK of the CVI version. In this case, the files attached may not be of great use to you.

    JR

  • BUG? Digital command resets all other entries with non-standard display format

    I found what I think it's a bug with a digital command on a non-standard display format.  I have the display format '% dW' value (an integer followed by the letter W).  When I enter a number, it works, but if I then pull together the same number, the digital command resets to 0.  This continues to alternate as long as I have to enter the same value - a single entry will be right, the other resets to 0.  LabVIEW 2009 SP1.  The VI didn't even need to run to see this behavior.  If I use a value change event I also see this - the 'New' value will be alternately 0 even if not what I entered.

    I had someone contact me about this today.  Just as a follow-up, this CAR has been set in 2011.

  • M177FW MFP non-standard paper sizes

    Hi all

    I use libreoffice on windows and linux (Mint ubuntu and debian testing) and sometimes I have to print on formats very non standard: 102 * 333 mm

    It's a huge pain decent print on such a document: y at - it an easy solution, especially for linux?

    yesterday, I noticed that, after some 50 prints on such a format, printer stop before each draw for cool, even if it didn't work or was turned off for minutes: is this normal?

    Thank you

    Hi Carlo85,

    Your welcome. I meant Linux support forums. They would have more information on this operating system.

    This is a support page for Linux that you can take a look at.

    Frequently asked questions about Linux (FAQ).

    Thank you.

  • DMS 5.4 Lab (demo) non Standard installation

    OBJECTIVE:

    Install 5.4 on the available laboratory equipment.

    CURRENT SITUATION:

    I have the software for v.5.4 (iso images, with demo licenses, here are the exact versions).

    • DMM - 5.3.0.244.iso
    • DMS-UPG-later - 5.4.0.736.iso

    IDEAL & UNLIKELY SOLUTION:

    Install ESXi and then create a virtual computer, and then install on the virtual machine, or use something like that.

    POTENTIAL COMPROMISE:

    I was advised to try to "Trick" the installation program and install directly on bare metal.

    QUESTIONS RELATING TO THE:

    1. Can anyone here advise me on what to try everything first, the best options and last ditch effort?
    2. I could potentially get this install on naked, non-standard extra material metal (I've got 2 boxes sitting around, the two are FIRST-NCS-APL-K9)
    3. Additional advice or reference URL/Docs, you can offer?

    REFERRING URL:

    Hi Paul,.

    You can not achieve what you're trying to do with standard DMS software. Which can be installed on hardware support.

    You must purchase the software Virtual DMM EGGS if you want to deploy a DMM as a virtual machine on custom hardware.

    Kind regards

    Marco

  • Color with a non-standard lens correction

    Hey community!

    I was invited to correct the colors of photos about 1,500 scientific for my wife's work. All these pictures are taken in the same lighting conditions. All are JPEG directly from the camera. Not VINTAGE. And each of them a color target - unfortunately, a non standard. This is a crop of an image of the sample:

    fish-bad-target.jpg

    If the target was a ColorChecker or similar, I would have done a profile using Adobe DNG Converter to make a custom profile. However, I don't know the values of the target company. Yet.

    I have have access to the camera and the target as well. My question is, how you guys would get a reasonable color of these photos without too much effort?

    Is there a way to correct the colors, specific values? As a profile so I know that the correct values in this graph - analog to the DNG workflow?

    How would try to solve this task?

    Your recommendations are welcome!

    Sebastian

    I had a similar problem, as seen in the two samples in the top row. (The difference in yellow is more immediately apparent). Try this:

    After the shooting at the current target with Passport, creating the corrected version (Fig 1) (and convert to jpg to accompany the rest of your files), put the lower than corrected uncorrected version and hide the version corrected, as shown in the lower left image. The result may look like the image below on the right. I found as a black & white adjustment layer (set to luminosity) has established an acceptable match. Is not perfect. In my case, close enough even if only your level has been adjusted. You can choose a different adjustment related to the color balance, for example layer. This adjustment layer, you drag over each of your files should make the correction you want.

    Something more: it may be necessary to use curves to match the gray scales before starting to process colors.

  • When I drag photos to the timeline, they are non-standard in the program monitor.

    When I drag photos to the timeline, they are non-standard in the program monitor. So I spend a lot of time to readjust them to the frame. Can you guide me on a faster method? Thanks in advance. Here are pictures of the IMG

    Sabu Singh

    Thank you for your advice. The problem is resolved.

    Concerning

Maybe you are looking for