Ports used in windows client

Hi
I know that this questions have been raised many times. But again
is there a way to limit skype to use all sorts of ports. All other application
are not so hungry. I mean it is a security issue.
I would appreciate an answer.
Thank you very much
Heinrixx

Hi,
Check this out: http://www.cisco.com/en/US/docs/net_mgmt/ciscoworks_lan_management_solution/3.2/install/guide1/prereq.html

Similar Messages

  • In time capsule, can ethernet ports used for windows pc as a LAN?

    in time capsule, can ethernet ports used for windows pc as a LAN?

    i am connecting my windows pc to the time capsule ethernet prots but those pcs are not shown in my macbook or those windows pc also can not see my macbook pro. i am facing the problem...

  • Port used by HFM Client

    Hey All,
    Can you please tell me What is the default port used by HFM "WINDOWS" client to connect to Server ?

    HFM uses DCOM. The connection is initially made from the HFM client to the HFM Application server on the RPC mapper port 135. After initial connection a dynamically allocated range of ports are used, it is not a fixed range by default. If you need to fix the range you will need to do this on each HFM application server using the DCOMCNFG tool.
    Have a look here from the msdn docs.
    http://msdn.microsoft.com/library/default.asp?url=/library/en-us/dndcom/html/msdn_dcomfirewall.asp
    If you need to deal with firewalls you will need to allow traffic from the client to the server on port 135, and you will need to fix the DCOM port range.

  • SSH to Mac using a Windows Client

    I was just wondering if anyone knew of an easy (GUI) client program for a Windows XP/Vista computer to SSH into a Mac for file sharing?
    Also is there a SSH client program for Windows that will broadcast the Bonjour services that are found on the host (kind of like AlmostVPN, but for a Windows client)?
    Thanks
    John

    OK Great. I'll give it a try. Do you know if Putty supports Bonjour over SSH?
    I am not sure however you could install bonjour for windows and try it out.

  • Port used by JMS Client

    HI All,
    We have one JMS Client which sends the TextMessage to Weblogic server.
    How can I get the port number used by this code to send JMS Message?
    Is there any ways to fix the port in the below code?
    The partial Code is given below:
    <CODE>
    System.out.println("Enter ConnectionFactory name:");
    String factoryName = reader.readLine();
    System.out.println("Enter Destination name:");
    String destinationName = reader.readLine();
    //Look up administered objects
    Properties prop = new Properties();
                   prop.put(Context.INITIAL_CONTEXT_FACTORY,"weblogic.jndi.WLInitialContextFactory");
              prop.put(Context.PROVIDER_URL, "t3://localhost:7001");
    InitialContext initContext = new InitialContext(prop);
    ConnectionFactory factory =
    (ConnectionFactory) initContext.lookup(factoryName);
    Destination destination = (Destination) initContext.lookup(destinationName);
    initContext.close();
    //Create JMS objects
    Connection connection = factory.createConnection();
    Session session =connection.createSession(false, Session.AUTO_ACKNOWLEDGE);
    MessageProducer sender = session.createProducer(destination);
    String messageText = reader.readLine();
                   TextMessage message = session.createTextMessage(messageText);
    sender.send(message);
    </CODE>
    Please help me to resolve this issue.
    Thanks in Advance.
    Manoj

    Hi,
    Thanks for reply.
    The actual problem we have is that we have Weblogic installed on some different machine.
    prop.put(Context.PROVIDER_URL, "t3://localhost:7001");
    This is not localhost in our scenario.
    We know that machine on which Web logic is installed is using 7001.
    When we are establishing the connection to this Weblogic server, our client code use certain port for establishing the connection.
    We need to activate this port on our client machine, for connectivity to the web logic server.
    If it uses any of the available port for establishing connection, then we need to fix this port, so client can connect to weblogic server from specified port only.
    I hope I have cleared actual problem.
    Thanks in advance.
    Manoj

  • Data corruption using a Windows client

    Hi, i have installed the MAC MINI with OS X Server Snow Leopard V10.6.8.
    My clients machines are all IMACS (all Leopards) with Parallels 6.0 installed to be able to work with my accounting software which is a Win application.
    both AFP and SMB are Services installed...
    2 problems...  first of all i noticed, the access is much slower compared to a Windows Server and i have no idea how to speed up the access to the data.
    The second problem is that quite often while using my Accounting Software the databases become corrupted and everytime we reopen the database, the software has to recuperate the data. Sometimes it takes more time up to 1 hour and sometimes a couple of seconds...
    Can we do something cause or else, no matter how much i have paid for the Mac Mini, i will put it aside and go back to my Windows server that i had before.
    I appreciate your help guys
    Thanks
    William!

    OK Great. I'll give it a try. Do you know if Putty supports Bonjour over SSH?
    I am not sure however you could install bonjour for windows and try it out.

  • Installing and using the instant client

    Hi, we are having some troubles with understanding how to use the instant client.
    We are using a windows client, connection to our Oracle database via odbc, so we can make some staticstics.
    We used to use the full oracle client 8 install, but when that gave us some troubles, so we wantedto switch to a newer release, and saw that there was an instant client. Thinking that i didnt need to install the full oracle client i downloaded the basic package and the odbc addon.
    I unzipped the two archieves in c:\oracleodbc on a clean computer.
    I added the c:\oracleodbc path to the %path%
    I added TNS_ADMIN system variable pointing to c:\oracleodbc
    i ran the odbc_install.exe program.
    I would now think that i could access the oracle database via odbc without having to install the full oracleclient, but it does not work.
    When i try to add a odbc connection in microsoft odbc manager i get the following error when i choose the oracle odbc driver:
    "The setup routines for the Oracle in instantclient10_2 ODBC driver could not be loaded due to system error code 126"
    When i click ok to that i get a new error window with the title: "Driver's ConfigDSN, ConfigDriver, or ConfigTranslator failed" and the error text:
    "Could not load the setup or translator library"
    I was not planning to use any TNS files, but just use the quickconnect string, to connect to the right oracle service.
    Do i still need to install the full client for it to work or what ?
    Hope someone can help out.
    Thanks in advance.

    I'm replying to an old thread, but did any of you ever got this resolved?
    I've got a fresh Windows 2003 Server install, from which I'd need to establish an ODBC connection to an Oracle database.
    I've downloaded Instant Client Basic and ODBC add-on, unzipped them into D:\oracle\instantclient10_2\ , added the path into PATH, TNS_ADMIN and ORACLE_HOME environment variables and run the odbc_install.exe successfully.
    Trying to create an ODBC connection (System DSN) results in "The setup routines for the Oracle in instantclient10_2 ODBC driver could not be loaded due to system error code 126".
    I don't have MFC71 on the server and I couldn't figure out where to get those - I won't install MS Visual .NET just for this. MFC42 appears to be included in the OS.
    Where can I get an older version of Instant Client instead?

  • Using different port number in RDP Client

    I was successfully able to change the RDP port for my windows server 2012 R2 following this: http://support2.microsoft.com/kb/306759
    I am also able to RDP to from windows (XP, Windows , etc) default RDP client by providing <ipAddress>:<portNumber>.
    My issue is when I open my clients in front of others they can easily see the port number I am using for RDP. How can I change the settings in my RDP client so that I don't have to provide port number and it knows that it has to connect to this different
    port to RDP?

    Easiest way 
    Install Remote Desktop Connection Manager and configure the servername with portnumber (This is onetime configuration).
    Download RDConnection Manager from : http://www.microsoft.com/en-us/download/details.aspx?id=21101
    OR 
    You can save thie RDP shortcut icon for a respective server.
    Open RDP console,Click on show options,
    Enter the name of remote computer name with portnumber
    If required specify username, 
    Click on Save As,
    Save it on Desktop or as per your convenience.
    Whenever if you want to connect to the server, Just double click on RDP icon where you have saved. it will not show you portnumber, it will prompt for username / password.
    Regards,
    Manjunath Sullad

  • Ports used by SAP BO Client tools

    Hi Team ,
    We  are planning to put our BO Landscape( BO 4.0 SP7 patch 2 ) to be accessible by SAP to trouble shoot. We needs a list of ports we may need to open the from out network to SAP. Could you please tell which all ports are used by BO Client tools to connect to the BO platform , in case SAP may need to connect via client tools.
    Regards ,
    Abhinav

    Hello,
    as per default the following Ports need to be open bi- directional on your Firewall as TCP:
    6400
    8080
    8443 (in case you use HTTPS)
    But this is not sufficient enough. You also need to narrow down the IFRS and OFRS and open these ports aswell.
    I recommend you check the Chapter 7.15 from the BI 4.0 Admin Guide - there is everything explained. And when you start configuring your Firewall, never forget the local Windows Firewall (when your BI deployment is on Windows).
    Regards
    -Seb.

  • Using iChat Server with Windows clients in an integrated Active Directory/Open Directory environment

    A co-worker (Super Brent) and I were working on using iChat as an internal IM server after having used Openfire for a couple days. The reason for switching was basically that we had a Mac Mini Server that was available so we decided to take this on.
    First problem: Knowing whether or not Kerberos was needed for AD/OD integration. We spent a ton of time on this, not knowing a huge amount about AD and with our server administrator on courses, we just kept poking at it and removed Kerberos.
    For the AD/OD integration, we first bound the Mac Mini to our Active Directory server. We shut off LDAPv3 support as we only wanted to use the AD functionality. Additionally, we ensured that the search policy in Directory Utility only used Active Directory. Then we created an Open Directory master in the Open Directory service. We enabled a self-signed certificate and trusted it locally. After creating the iChat service, ensure that you use the self-signed SSL Certificate and set authentication to Standard. (no kerberos).
    Second problem: Once this was complete, we started to test clients out. We were unable to successfully login using our AD credentials using Spark IM and Pandium IM. After trying nearly 100 different variations of server configs, we decided to try a new client. I installed Miranda IM on my Windows XP machine and tried a few different setups. It turned out that the magic potion was to make sure that the "resource" field was set to "Home" and use SSL for encryption. This resource setting was the deal breaker for the other IM clients as many of them such as Spark and Pandium do not have this as a login option.
    We ended up using Pidgin IM as the Windows client of choice as it did have the resource variable and it's interface was the best suited for our environment and users.
    I hope this helps someone out there as we spent days looking all over the internet trying to figure this out.
    Cheers,
    Frenchy and Super Brent

    Hi,
    iChat Server is not something that I know a great deal about.
    I tend to point people to the OS  X Server Communities and to look out for posts by Tim Harris.
    Thanks for taking the time to post this.
    9:58 PM      Friday; February 10, 2012
    Please, if posting Logs, do not post any Log info after the line "Binary Images for iChat"
      iMac 2.5Ghz 5i 2011 (Lion 10.7.3)
     G4/1GhzDual MDD (Leopard 10.5.8)
     MacBookPro 2Gb (Snow Leopard 10.6.8)
     Mac OS X (10.6.8),
    "Limit the Logs to the Bits above Binary Images."  No, Seriously

  • I use an email client that notify's you when a new email arrives in your inbox. On IE a window pop's up to let you know whith a chime. In Firefox the window opens but with no chime. Is there an extention or add on that will do this?

    I use an email client that notify's you when a new email arrives in your inbox. On IE a window pop's up with a chime that lets you know of new mail in your inbox. In Firefox the window pops up but with no sound. Is there an add on or extention that will do this?
    == User Agent ==
    Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; NISSC; .NET CLR 1.0.3705; .NET CLR 2.0.50727; InfoPath.1)

    Is the notifier part of the email program? Is it an independent program like poptray? If it is separate from Firefox, it really shouldn't matter which browser you are using. Unless the notification is within IE.

  • File Transfer From Unix server to Windows Client System Using WebUtil

    Hi all,
    I want to Transfer a File from Unix Server to Window Client System using Webutil. But below mention code is not working.
    DECLARE
         V_Server_Path VARCHAR2(500) := Null;
         V_Client_Path VARCHAR2(500) := Null;
    BEGIN
         V_Server_Path := '/proj/oraapps/viper/dev/reports/cache/Saveauftr.txt';
         V_Client_Path := 'C:\Migration\EU_Applications\Lima\OAS_WorkArea\Client\Saveauftr.txt';
         IF WebUtil_File_Transfer.Is_AS_Readable(V_Server_Path) THEN
         IF WebUtil_File_Transfer.AS_To_Client(V_Client_Path,V_Server_Path) THEN
              Message('Downloading the File ..... .... ... .. .');
              Message('Downloading Was Successfull ...');
              Message('File Transfer from Server Was Successfull ...');
         END IF;
    END IF;
    END;
    Can anyone suggest me,Why the above code is not working and what to do for solve the Problem.
    Regards
    Gany

    Hello,
    You have more chances to get an answer in the Oracle Forms OTN Forum :
    Forms
    Regards

  • Font smoothing settings doesn't consistently work for every login on Windows 2008 R2 when using a RDP client

    I'm trying to use the MSTSC client on a Windows 8.1 machine to connect to a Windows 2008 R2 server. In the MSTSC experience tab I checked the font smoothing option. Font smoothing works some times and doesn't work the other times. I don't see a pattern here.
    any kind of help is much appreciated.
    Thanks,
    Prasanna

    Hi Prasanna,
    Thank you for posting in Windows Server Forum.
    As you have Server 2008 R2, there is GPO setting available to specify whether font smoothing is allowed for remote connections.
    Computer Configuration\Policies\Administrative Templates\Windows Components\Remote Desktop Services\Remote Desktop Session Host\Remote Session Environment
    Do not allow font smoothing
    If you disable or do not configure this policy setting, font smoothing is allowed for remote connections.
    You can configure font smoothing on the Experience tab in Remote Desktop Connection (RDC) or by using the {allow font smoothing:i:1} setting in a Remote Desktop Protocol (.rdp) file.
    Hope it helps!
    Thanks.
    Dharmesh Solanki
    TechNet Community Support
    Please remember to mark the replies as answers if they help and unmark them if they provide no help. If you have feedback for TechNet Support, contact [email protected]

  • Want to use only DAC client on Windows machine

    Hi,
    I want to use only DAC client from my windows machine. I have all other components on UNIX machine. Now my question is,
    1.
    Do we need to install all OBIEE components & then Oracle BI Apps on windows machine to use DAC client? Or just copying DAC folder from some different windows machine onto my machine will be fine to use DAC client?
    2. If it is must to install OBIEE for installaing Oracle BI Apps(As DAC is part of BI Apps), What are the minimum components of OBIEE that i need to install?
    Thanks,
    Prasad

    The supported way to do this is to install everything on Windows. However as you have see by installing the software on UNIX the file copy approach works. You can try it just make sure you have the proper path of folders. Since you will not actually have BI EE installed you still have to create an "OracleBI" folder because some DAC files look to that folder hierarchy. Also make sure you have the Java in path with no spaces.
    Let us know how it works out.

  • Windows Client MP is using the default action account to write to the Data Warehouse

    Hi,
    I have recently installed SCOM 2012R2, and am in the process of migrating everthing from SCOM 2007R2.
    Just after I installed the Windows Client MP (version 6.0.7250.0), I started getting this Event 11852:
    OleDb Module encountered a failure 0x80004005 during execution and will post it as output data item. Unspecified error
    : Cannot open database "OperationsManagerDW" requested by the login. The login failed.
    Workflow name: Microsoft.Windows.Client.Win7.ComputerGroup.MemoryTrendsRAM
    Instance name: Microsoft System Center Data Warehouse
    Instance ID: {16781F33-F72D-033C-1DF4-65A2AFF32CA3}
    Management group: 2012SCOMDEV
    This is happening every 7 days and only happening on the Win7 Management pack. I checked the DW logs and found that it was using the default action acount (SCOM ACTION)to send to the DW.  This account doesn't have access to the DW DB.
    I assume it should be using the Data Warehouse action account.  This is how the acount is setup
    Can anyone tell me where I'm going wrong here?  I have not had to touch the permissions for any of the other Management packs.  the rest of them just work.

    For this issue, you can check below link
    http://blog.metasplo.it/2014/01/scom-2012-oledb-module-0x80004005.html
    Please remember, if you see a post that helped you please click "Vote As Helpful" and if it answered your question, please click "Mark As Answer"Mai Ali | My blog:
    Technical | Twitter:
    Mai Ali

Maybe you are looking for

  • Error in the installation - ORACLE 10g on SUSE LES 9

    Hi folks, I am installing ORACLE 10g on a SUSE LES 9 . While I launch the Installer I get the following error: Preparing to launch Oracle Universal Installer from /tmp/OraInstall2007-09-26_07-11-46AM. Please wait ...oracle@mucsapt2:/home/lrougkal/Ora

  • Facebook Export issue - session key validity?

    Love the new feature to upload to Facebook/Flickr - however, everything has been working fine until this morning, went to upload a jpg to Facebook and I get the following error message: "Bridge encountered and error while exporting: Session key inval

  • Email received by Windows Outlook crashes outlook when they hit reply

    I'm getting frustrated responses from the recipients of emails I send them from mac. mail. They say that when they hit reply their Outlook application crashes. If they copy and past the contents of my mail message into a new email and send that to me

  • Display bug in the Flash update (10.0.2)

    So I installed the Flash CS4 update that was released in May and for the most part I'm happy with the changes.  There's at least one huge bug, though: the display doesn't update correctly when the start frame is changed on a graphic symbol via any me

  • Original media and documentation

    Hello, I just purchased an iMac PowerPC G3 333 MHz CRT model from a friend (by the way, I'm new to Mac). I've always wanted to migrate to a Mac and thought It would be better to start slow before purchasing something bigger. The computer came install