Change the listening port for SSH on IDS

Should what command I use to change the listening port on an IDS 4200 series? I listen on another port, and when I applied the S189/S190 update, it changed SSH port 22.

Just out of curiosity, too, no one knows what else S189/S190 updates change?

Thank you

Jim

Cisco supports only configurations using the CLI interface. The ssh port cannot be changed through the CLI. Modifying the files in config system via the service account is not a good idea and not supported.

Tags: Cisco Security

Similar Questions

  • Change the listening port

    I am running Oracle 10.2 on Solaris. I want to change the listening port of 1521 to 2690. I've read that I'm supposed to change /opt/oracle/product/10.2.0/db_1/network/admin/listener.ora and restart the receiver. Here's my listener.ora:

    OPENVIEWLISTENER =
    (DESCRIPTION =
    (ADDRESS_LIST =
    ((ADDRESS = (PROTOCOL = tcp (PORT = 2690))(HOST=flare)))
    SID_LIST_OPENVIEWLISTENER =
    (SID_LIST =
    (SID_DESC =
    (GLOBAL_DBNAME = openview)
    (ORACLE_HOME=/opt/oracle/product/10.2.0/db_1)
    (SID_NAME = OpenView))
    )


    After the reboot, it is still the 1521:

    bash-beginning of lsnrctl $ 3.00

    LSNRCTL for Solaris: Version 10.2.0.1.0 - Production on 24-AUG-2008 16:53:33

    Copyright (c) 1991, 2005, Oracle. All rights reserved.

    From /opt/oracle/product/10.2.0/db_1/bin/tnslsnr: Please wait...

    TNSLSNR for Solaris: Version 10.2.0.1.0 - Production
    System settings file is /opt/oracle/product/10.2.0/db_1/network/admin/listener.ora
    Log messages written to /opt/oracle/product/10.2.0/db_1/network/log/listener.log
    Listen on: (DESCRIPTION = (ADDRESS = (PROTOCOL = tcp)(HOST=flare.halcyoninc.com) (PORT = 1521)))

    Connection to (ADDRESS = (PROTOCOL = tcp)(HOST=) (PORT = 1521))
    STATUS of the LISTENER
    -----
    Alias LISTENER
    For Solaris TNSLSNR version: Version 10.2.0.1.0 - Production
    Departure date 24-AUG-2008 16:53:34
    Uptime 0 days 0 h 0 min 0 sec
    Draw level off
    Security ON: OS Local Authentication
    SNMP OFF
    Parameter Listener of the /opt/oracle/product/10.2.0/db_1/network/admin/listener.ora file
    The listener log file /opt/Oracle/product/10.2.0/Db_1/network/log/listener.log
    Summary of endpoints listening...
    (DESCRIPTION = (ADDRESS = (PROTOCOL = tcp)(HOST=flare.halcyoninc.com) (PORT = 1521)))
    The listener supports no services
    The command completed successfully

    What I am doing wrong? :(

    user527462 wrote:
    I am running Oracle 10.2 on Solaris. I want to change the listening port of 1521 to 2690. I've read that I'm supposed to change /opt/oracle/product/10.2.0/db_1/network/admin/listener.ora and restart the receiver. Here's my listener.ora:

    OPENVIEWLISTENER =
    (DESCRIPTION =
    (ADDRESS_LIST =
    ((ADDRESS = (PROTOCOL = tcp (PORT = 2690))(HOST=flare)))
    SID_LIST_OPENVIEWLISTENER =
    (SID_LIST =
    (SID_DESC =
    (GLOBAL_DBNAME = openview)
    (ORACLE_HOME=/opt/oracle/product/10.2.0/db_1)
    (SID_NAME = OpenView))
    )

    After the reboot, it is still the 1521:

    bash-beginning of lsnrctl $ 3.00

    LSNRCTL for Solaris: Version 10.2.0.1.0 - Production on 24-AUG-2008 16:53:33

    Copyright (c) 1991, 2005, Oracle. All rights reserved.

    From /opt/oracle/product/10.2.0/db_1/bin/tnslsnr: Please wait...

    TNSLSNR for Solaris: Version 10.2.0.1.0 - Production
    System settings file is /opt/oracle/product/10.2.0/db_1/network/admin/listener.ora
    Log messages written to /opt/oracle/product/10.2.0/db_1/network/log/listener.log
    Listen on: (DESCRIPTION = (ADDRESS = (PROTOCOL = tcp)(HOST=flare.halcyoninc.com) (PORT = 1521)))

    Connection to (ADDRESS = (PROTOCOL = tcp)(HOST=) (PORT = 1521))
    STATUS of the LISTENER
    -----
    Alias LISTENER
    For Solaris TNSLSNR version: Version 10.2.0.1.0 - Production
    Departure date 24-AUG-2008 16:53:34
    Uptime 0 days 0 h 0 min 0 sec
    Draw level off
    Security ON: OS Local Authentication
    SNMP OFF
    Parameter Listener of the /opt/oracle/product/10.2.0/db_1/network/admin/listener.ora file
    The listener log file /opt/Oracle/product/10.2.0/Db_1/network/log/listener.log
    Summary of endpoints listening...
    (DESCRIPTION = (ADDRESS = (PROTOCOL = tcp)(HOST=flare.halcyoninc.com) (PORT = 1521)))
    The listener supports no services
    The command completed successfully

    What I am doing wrong? :(

    Your listener.ora sets a listener named OPENVIEWLISTENER. You have not specified the name of the listener when starting it and so he went with the default values (name of the LISTENER listener and so on). The command you are looking for is lsnrctl start OPENVIEWLISTENER

    concerning

    Niall Litchfield
    http://www.orawin.info/

  • Change the default ports for http and https

    Hello

    I'm trying to change the default ports for http and https

    I have a 506th PIX (which does NOT of NAT)

    I have the following: -.

    static (inside, outside) tcp 192.168.10.2 601 192.168.10.2 http netmask 255.255.255.255 0 0

    static (inside, outside) tcp 192.168.10.2 602 192.168.10.2 443 netmask 255.255.255.255 0 0

    access-list acl permit tcp any 192.168.10.2 eq 601

    access-list acl permit tcp any 192.168.10.2 eq 602

    Access-group acl in interface outside

    where 601 and 602 are the http port and https to be redirect to respectively.

    I changed the webserver accordingly

    I get the error message

    "No group of translation not found for tcp src outside:189.x.x.x/50232 dst inside:192.x.x.x/80" (trying to access port 80)

    "I also have ' fixup protocol http 601.

    I had access to the internal and external web server before attempting to change the default ports

    Any ideas where I'm wrong?

    See you soon.

    I apologise for not thinking correctly.

    the static method must be:

    static (inside, outside) tcp 192.168.10.2 80 192.168.10.2 601 netmask 255.255.255.255 0 0

    static (inside, outside) 192.168.10.2 tcp 443 192.168.10.2 602 netmask 255.255.255.255 0 0

  • After the upgrade to 6, security server does not change the listening Port

    Came across a weird situation where after upgrading a server security 6.1.0 - 2509221, it does not change the listening SSL port during the upgrade, it was not on the standard SSL port.

    It was initially configured to listen on 444 before the upgrade, after the upgrade, I tried to go back to 443 and a netstat-ban shows that it is listening on port 444.

    I double checked the config.properties file and there is no entry for serverPort, and configuration shows 443 in the admin View handler.

    -Re-apply the configuration via the web page does no change, always tuned to 444.

    -Don't restart the service of security server no change, still plays on 444.

    -Restart of the server, no change, still plays on 444.

    -Statically placed serverPort = 443 in the config.properties, always tuned to 444.

    All ports are verified open, 443, 444 and so I think I could have hit a bug. Someone else has security servers that listen on non-standard ports SSL?

    A complete reinstallation of the Security server is provided, changing the port to listen 443, shouldn't have to do that well.

    You checked config.properties, but did you check in locked.properties for the port setting see if it's been moved there before and during the upgrade? Locked.Properties replaces all the configuration settings.

  • change the com port assigned to the fax and scan

    I used fax and scanning for once.  I had to move my external modem to a different port.

    I don't know how to change the windows fax and scan com port manually.

    the wizard does NOT start, I guess because the fax is installed and worked until I had to change the number of COM port...  I need to change the number of pot with hundreds of research, it seems that no one knows how to change manually the Compote in windows fax and scan, unless they use the wizard.

    my assistant does not start. I guess I'm 'old school' I don't need an Assistant, I need to manually change the fax uses com port.

    :-), it's frustrating because help said only: click "fax" in the lower left corner, and they all assume the installation wizard starts and everything will be fine. :-(

    the wizard does not start. :-(

    I am desperate to get my fax work and need to know how to set the correct port number in a system that is installed and running, such as the wizard never starts.

    for anyone who goes out at the end of questions and ideas, I have a fax application stand alone who is working with the new port setting. It's just not a good app for my needs

    Please?

    Thank you

    John

    Post proposed by the moderator of the appropriate forum category

    Hi John,.

    You can follow the steps below to change the COM port for a modem:

    1. search the Device Manager.

    2 look for the Modem device, right-click on it, and then click Properties.

    • If the change settings button is present, you must click on it to make changes to the appliance. If the user account control dialog box appears, confirm that the displayed action corresponds to what you want, and then click continue.
    • If the change settings button is not present, the modem does not support the ability to change the modem settings. Refer to the documentation provided by the vendor of your modem.

    3. on the Advanced tab, click Advanced port settings.

    • If this option is not displayed, the modem does not support the ability to change the assigned COM port. Refer to the documentation provided by the vendor of your modem.

    If the same persists, we suggest that you post your query in Microsoft TechNet so that their support team will provide you in-depth assistance.

    Kind regards.

  • Select < of the Listener Port number > in which_table?

    I am writing a SQL script which, among other things, disconnects from Oracle and then reconnects to the same instance under a different name. I'm able to query v$ database and v$ instance to get most of the information I need (host, name of service, etc.) for the part of reconnect. The only part that miss me is the listener port number. I could hardcode it 1521, but it's not very flexible. Currently, I am asking the user (who is usually me) for the listening port number in the SQL script, but that just seems a little lame. So my question is this: is there a view or a table somewhere in the schema sys that I could use to display the configuration of the earpiece? I work mainly with the gr 10, 2 + databases.

    No, I don't think that that is maintained in one of the views and is not soemthing that you should believe would keep have changed (if the implementation of the network people are good). In order to check once and you should be fine.

    Aman...

  • Configuring services on the listening port

    Hi s/n,.

    I use a TEST database on a server with port 1521. I created a database over the same DEV server manually.

    Now, I was to set up the new DEV with the listener. My current file Listener and TNSname file is attached. Please help me for new DEV that I put in listener.ora and tnsnames.ora database entries.

    My name of the listener's TEST. I also need to use the same port for the two DBs as single port 1521 is open from the firewall.

    ------------------------------------------- Listener.ora ------------------------------------------------------

    TEST =
    (ADDRESS_LIST =
    (ADDRESS = (PROTOCOL = CIP)(KEY= EXTPROCTEST))
    (ADDRESS = (PROTOCOL = TCP)(Host= localhost) (Port = 1521))
    )

    SID_LIST_TES =
    (SID_LIST =
    (SID_DESC =
    (ORACLE_HOME = u01/app/oracle/product/10.2.0)
    (SID_NAME = TEST)
    )
    (SID_DESC =
    (SID_NAME = PLSExtProc)
    (ORACLE_HOME = u01/app/oracle/product/10.2.0)
    (= Extproc PROGRAM)
    )
    )

    STARTUP_WAIT_TIME_TEST = 0
    CONNECT_TIMEOUT_TEST = 10
    TRACE_LEVEL_TEST = OFF

    LOG_DIRECTORY_TEST = /u01/app/oracle/product/10.2.0/network/admin
    LOG_FILE_TEST = TEST
    TRACE_DIRECTORY_TEST = /u01/app/oracle/product/10.2.0/network/admin
    TRACE_FILE_TEST = TEST
    ADMIN_RESTRICTIONS_TEST = OFF

    ---------------------------------------- tnsnames.ora ------------------------------------------------

    TEST =
    (DESCRIPTION =
    (ADDRESS = (PROTOCOL = tcp)(HOST=localhost) (PORT = 1521))
    (CONNECT_DATA =
    (SERVICE_NAME = TEST)
    (INSTANCE_NAME = TEST)
    )
    )


    --------------------------------------------------------------------------------------------------------------


    Please help this settings.

    Thank you
    -Samar-

    Nome02 wrote:
    Hi s/n,.

    I use a TEST database on a server with port 1521. I created a database over the same DEV server manually.

    Now, I was to set up the new DEV with the listener. My current file Listener and TNSname file is attached. Please help me for new DEV that I put in listener.ora and tnsnames.ora database entries.

    My name of the listener's TEST. I also need to use the same port for the two DBs as single port 1521 is open from the firewall.

    ------------------------------------------- Listener.ora ------------------------------------------------------

    TEST =
    (ADDRESS_LIST =
    (ADDRESS = (PROTOCOL = CIP)(KEY= EXTPROCTEST))
    (ADDRESS = (PROTOCOL = TCP)(Host= localhost) (Port = 1521))
    )

    SID_LIST_TES =
    (SID_LIST =
    (SID_DESC =
    (ORACLE_HOME = u01/app/oracle/product/10.2.0)
    (SID_NAME = TEST)
    )
    (SID_DESC =
    (SID_NAME = PLSExtProc)
    (ORACLE_HOME = u01/app/oracle/product/10.2.0)
    (= Extproc PROGRAM)
    )
    )

    STARTUP_WAIT_TIME_TEST = 0
    CONNECT_TIMEOUT_TEST = 10
    TRACE_LEVEL_TEST = OFF

    LOG_DIRECTORY_TEST = /u01/app/oracle/product/10.2.0/network/admin
    LOG_FILE_TEST = TEST
    TRACE_DIRECTORY_TEST = /u01/app/oracle/product/10.2.0/network/admin
    TRACE_FILE_TEST = TEST
    ADMIN_RESTRICTIONS_TEST = OFF

    ---------------------------------------- tnsnames.ora ------------------------------------------------

    TEST =
    (DESCRIPTION =
    (ADDRESS = (PROTOCOL = tcp)(HOST=localhost) (PORT = 1521))
    (CONNECT_DATA =
    (SERVICE_NAME = TEST)
    (INSTANCE_NAME = TEST)
    )
    )

    --------------------------------------------------------------------------------------------------------------

    Please help this settings.

    Thank you
    -Samar-

    First of all, I wouldn't name my interlocutor 'TEST '. Use the default name of the LISTENING port. Why complicate your life? The auditor is the auditor for all the db on this box. Do not confuse the issue by appointing him as if he was linked to a specific database. It must become more obvious now that you add additional databases.

    Second, a listener can serve several databases and simply to a port to do. This port 1521 is used by the listener to listen for requests to the databases all this services. It has nothing to do with the databases themselves. They care what port listening on the listening port. The actual connection between the client and the database do not use this port.

    Thirdly, remember that tnsnames.ora is used by the CLIENT process. Listener.ora is used by the listener on the host: it's a conifiguration host-side. The answers of others that you don't need to worry tnsnames - you only need to set ORACLE_SID - applies only to client processes running on the same box as the db. Remote clients do necessary relevant tnsnames entry.

    Fourth, you ask what to put in your listener.ora. Review the file. You see the section named SID_LIST_TES (which looks like a typo to me), and under that, you have two entries SID_DESC? Don't you see that one of these entries SID_DESC is for your existing TEST database? If you don't feel comfortable that copy to an another SID_DESC and edit it accordingly (from so that you have an entry SID_DESC for TEST and another for DEV) then just fire upward the netca utility in your ORACLE_HOME and let him help you add.

    Fifth, you ask what to put in your tnsnames.ora. Review the file. You see a clearly delimited input for TEST? If you feel able to make a copy of this entry and change it to DEV, then simply run the netca utility in your ORACLE_HOME and let it help you add.

    Sixthly, in your tnsnames file really useless both SERVICE_NAME as INSTANCE_NAME. Drop the INSTANCE_NAME.

  • Highway X8.2.2, Changing default SIP Port for B2B calls is not possible

    Much of community support.

    I 10.5.1 (SU1) of CUCM and X8.2.2 Expressway.

    I have configured without VPN Jabber and B2B based on the Document calls "CVD-CollabEdgeUsingBE6000 - Apr14.pdf.

    everything worked fine for months, but after the upgrade of the X8.2.2 Express way B2B calls are no more work.

    After troubleshooting, I found the following:

    the DSF Guide tells me to change the default Port to 5061 to 5560 B2B calls because 5061 is also used for the integration of Jabber.

    When I look at my record of wirekshark I see cucm tries to connect to the port 5560 expressway, but after sending a SYN packet, cucm receives a RST packet.

    When I change back to the port of 5560 to 5061, everything works well again for B2B, but of course encrypted calls Jabber connection is not possible more.

    for me, it looks like a bug, but I found nothing on the 'Bug search' tool.

    I also tried to disable all Protection rules and I also have a firewall rule for Port 5560. I also tried to change the TCP Port to something different, 3999 for example. All this without success.

    Just a little look in the guide.

    Two caveats. First thing the guide explains unencrypted SIP - TCP connections, if you want to be aware that both sides use TCP or TLS. If you are using TLS certificates must be good as well.

    5560 isn't a port on the highway, this is the port for the trunk on CUCM.

    What do you see CUCM sending to Highway: 5560 Setup is not ok.

    The port of the highway will not be changed.

    If you look at page 30, he 5560 port is used for the "incoming Port *" and the bottom of page 31

    You can see that it uses the Expressway IP with port 5060.

    On the highway, you configure the area to port 5560 (page 34)

    And of course the firewall should also be ok.

    Please note messages posted under the stars below and set the thread if it's an answer!

  • need to set the com port for adapter Series USB Belkin need com 1 or 2 default to com8

    I have a belkin Windows serial adapter 7 puts on com8 and I have equipment that does not download that on port com 1 or 2 How can I change the Compote?  I can't change my gear to any other comport com just 1 or 2.  There is nothing assigned to com 1 or 2 on my pc I can find in the hardware configuration.

    Check the documentation that came with the device or on the Belkin support website.  How to change the COM port is specific to the device and its drivers, nothing in Windows that can force this change for you.

  • Change the default port

    Can someone point me to a document that describes the steps to change the default port (8080) to another port on an existing Foglight environment?

    The Foglight Management Server (FMS) port is configured in FMSHOME/config/server.config:

    # These options are required, they must be configured for the server starts

    #

    Server.http.port = "8080";

    Server.HTTPS.port = "8443";

    You can change them by modifying the config file and restart the FMS.

    BUT:

    Remember that all Management Agent Foglight (FglAMs) use this port to send data to the FMS.

    Foglight users may have bookmarked FMS URLs with the original port number.

    Under Unix, a process must have permissions root a low numbered path (if you thought to change port 80)

    To make the seemless transition, you should consider implementing some sort of system (for example with an Apache web server) port forwarding so that agents and users who use the original port will not break.

    Kind regards

    Brian Wheeldon

  • I am not able to change the video quality for you tube. There are only two options 360 and Auto. Please help me.

    Hi I am experiencing strange problem for 15 to 20 days and I am not able to change the video quality for you tube. There are only two options 360 and Auto. Help me please if you can because I have a slow internet connection and I want to play video at 240, as it was before. Thanks in advance for your help.

    Could check you whether YouTube is to serve its HTML5 player or the player based on Flash? If you right click on the drive, short a context menu should appear. If the full Firefox context menu is displayed, press and release the ALT key to erase that. The last line of the menu short usually indicates which player he is.

    I'll assume HTML5 because...

    On Windows 7, Firefox should show a wide range of formats in the HTML5 player. However, if some of the features of media are disabled, preventing video MP4 decoding, then YouTube offers only 360 p (with WebM coding).

    If you have intentionally disabled Media Foundation and/or DirectShow in topic: config, then perhaps you would prefer to use the YouTube Flash Player? There are a few Add-ons that can force YouTube to serve you a Flash drive. Either of them will do, you don't need both:

  • I want to change the default printer for Firefox how can I do this?

    When I choose to print in Firefox it uses my printer copier not my default printer. So how can I change the default printer for Firefox?

    In Firefox 'by default' is the last used printer. If you switch to a different printer, Firefox to remember that a new 'default' - unless you have disabled this setting in all: config. Print.save_print_settings

  • How can I change the default zoom for the new tab only?

    The new tab in Firefox 33 zoom is too high to see all 12 of my thumb nail. I changed it using ctrl - but the next time I opened a new tab, the zoom is 100%. How can I change the default zoom for the new tab only?

    I posted a style rule to shrink the tiles, which allows several of them on the page, but naturally reduces their legibility. You can experiment with the dimensions to find a look that works for you.

    https://userstyles.org/styles/106326/shrink-new-tab-thumbnails

    I use the Stylish extension to experiment because of its preview function that allows me to see the effect quickly. You can install it from the site of modules, then after restart of Firefox while searching for his "S" icon in the toolbar to manage Styles so you can edit and experiment.

    https://addons.Mozilla.org/firefox/addon/stylish/

  • How can I change the background color for the bar 'help file edit view history bookmark tools' in Firefox 29,0

    How can I change the background color for the bar 'help file edit view history bookmark tools' in Firefox 29,0

    You can add a theme of solid color to change the color of the top of the browser window, which contains the Menu bar.

    https://addons.Mozilla.org/en-us/Firefox/themes/solid

  • How can I change the default language for the spell checker? -solved, somehow...

    As the previous thread was closed without a real resolution - https://support.mozilla.org/en-US/questions/941350?esab=a & s = & r = 0 & as = s

    I managed to solve this problem on my end by reinstalling just firefox using the location of the language of the dictionary by default that I wanted to leave here - http://www.mozilla.org/en-US/firefox/all/

    A shame that the main download page does not select the relevant location for you and still more for changing the default language for the spell checker built is so much kak. Well.

    Right-click web page

    • [x] check spelling

    Language > choose language for spell check...

Maybe you are looking for

  • Need drivers XP for Satellite M305-S4848

    Hello! I have a very big problem... I bought the Toshiba Satellite M305 S4848 and installed Windows XP but I can not find drivers for XP... Windows Vista is everywere... What can I do? : () ( Please help me.Sorry for my English.

  • Why do no response to this forum for an answer to my problem urgent and disabling?

  • Why windows media player is not find my device

    I have a HTC Sensations XE and when I have it connected to my laptop, Windows Media Player is not finding the device for me to sync music to my playlist. I couldn't already sync music to my HTC Wildfire.Should Windows Media Player automatically recog

  • problem with keyboard on sony vaio vgn-cs26g

    Remember - this is a public forum so never post private information such as numbers of mail or telephone! Ideas: i installed windows 7 n as my keyboard on my sony vaio notebook went now by using the on-screen keyboard. someone help me. How to get a k

  • Upgrade processor R60e

    Hello, this is my first post here, just joined! I have a R60e with Intel Core Duo T2300E @ 1.66 GHz (667 MHz) with Chipset: Intel i945GM. I intend to upgrade the 512 MB RAM to 3 GB of RAM very soon.  But what I want to know is: 1. What is the process