How can I open Jitsi or Pidgin for use in TMG.

Hello Folks.
How can I use Jitsi and Pidgin in a network that use TMG as firewall? 
Cheers.

Hi,
You may need to find all the ports and protocols that need to be allowed by TMG. You could use these softwares on a client, then monitor TMG logs to find them, create rules to allow them.
Best Regards,
Joyce
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 Subscriber Support, contact [email protected]

Similar Messages

  • How can I open and close private browsing using an IPAD mini in IOS 7?

    How can I open and close private browsing using an iPad mini in ios7?

    Tap the '+' to the right of the URL field to open a new tab, and at the bottom left of the screen there should be a 'Private' button - tap that and you can then go to the site that you want to go to

  • How can i open an itunes account for a minor ?

    I would like to open an account for my granddaughter who is a minor, and fund it. How can I do this. It won't let me open an account  as she does not make the age requirement. Any help appreciated.

    If you no longer have the computer(s) you want to deauthorise,
    Log in to iTunes,  go to "view your account info" on the itunes store,  deauthorise all five, (Please Note: this can only be done Once every 12 months)  and then re-authorize your current Computer(s) one at a time.
    Authorise / Deauthorise About
    http://support.apple.com/kb/HT1420

  • How can I open another iCloud account for each devices with the same apple id

    my family has 2 iPhones 1 iPad 1 Macbook and 1 iMac. I had all the devices set up with one iCloud under 1 Apple ID. Now things are getting so mixed up with pictures, videos, calendar, notes and reminders etc. 1 iPhone is also unable to sync due to not having enough storage for all our devices. Someone from Genius Bar said we can have iCloud for each device under 1 Apple ID. I backed up all pics. videos notes important docs to my iMac and MacBook then I turned off all iCloud in all of the devices now I need help to create a new iCloud account at least for my 3 mobile devices to end all the confusion. every time I try to click the button "set up iCloud on this device" I always go back to apple site with step by step by step instruction but I keep going around in a loop. Please help

    I'm not sure what they told your at the Apple store, but each Apple ID can only create a single iCloud account.  If you want separate accounts for all these devices, they will have to be created using separate IDs.  Note: you can do this and still share the same ID for other services such as your iTunes store account.  The iCloud ID does not need to be the same as the ID used for other services.
    To create an account, go to Settings>iCloud and sign in with a different Apple ID.  If you want to migrate a copy of the current iCloud data to the different accounts, start by saving any photo stream photos that you want to keep to your camera roll (unless already there) by opening your my photo stream album, tapping Select, tapping the photos, tap the share icon (box with upward facing arrow), then tapping Save to Camera Roll.  If you are syncing notes with iCloud that you want to keep, you'll need to open each of your notes and email them to yourself so you can later copy and paste the text into new notes created in your new account.  Then go to Settings>iCloud, tap Delete Account (which only deletes it from this device, not from iCloud; the devices keeping the current account will not be effected by this), provide the password to turn off Find My iDevice and choose Keep on My iDevice when prompted.  Then sign back in with a different Apple ID to create your new account and choose Merge to upload your data.

  • How can I open the iTunes libraries for my computer and my iPod at the same time?

    Before a recent upgrade I was able to have my iPod music library and computer music library open at the same time in order to check and see what songs I wanted to manually sync. Now I can't figure out how to do it - either one is open or the other, but nt both at the same time.

    In iTunes 11, Apple removed opening of multiple/separate windows.

  • How can I open a new window for a (calculated) PDF?

    Hi,
    I have a BSP application with MVC. The start page is a HTML/HTMLB page with some buttons. If you click on the buttons, you get a PDF document in the same browser window. I generated the PDF over smart forms from table/Cluster data.
    I call the controller in the OnInputProcessing event handler of the page and give it the parameters.
    The problem: if you are on the PDF you cannot come back to the start page. I think, it is better, if the PDF gets a new window. The user can open on this way many PDF docs.
    I tryed with navigation->next_page(...) or call_view etc. but all this dosn't work. Only the PDF will be show and in the same window!
    Do I have to separe the application in two applications and use the CALL_APPLICATION method?
    Or does anyone know a better way?
    Thank you!
    Regards
    Patrizia

    HI Thomas,
    I send you a fragment of the code. It does work well.
    Thank you for the links!
    The data are read, convert into a otf, then in pdf
    CALL METHOD me->print_otf_2_pdf
          EXPORTING
            otfdata    = model->otf
            response   = response
            navigation = navigation.
    METHOD print_otf_2_pdf .
    generated result: PDF format
      DATA: l_pdf_xstring  TYPE xstring,
            linetab        TYPE tlinetab,
            l_pdf_len      TYPE i.
    Conversion of output format OTF into PDF format
    now convert the final document (OTF format) into PDF format
      CALL FUNCTION 'CONVERT_OTF'
           EXPORTING
             format                      = 'PDF'
           MAX_LINEWIDTH               = 132
           ARCHIVE_INDEX               = ' '
           COPYNUMBER                  = 0
           IMPORTING
             bin_filesize                = l_pdf_len
             bin_file                    = l_pdf_xstring       " binary file
           TABLES
             otf                         = otfdata
             lines                       = linetab
           EXCEPTIONS
             err_max_linewidth           = 1
             err_format                  = 2
             err_conv_not_possible       = 3
             err_bad_otf                 = 4
             OTHERS                      = 5
      IF sy-subrc <> 0.
      ENDIF.
      CALL METHOD me->open_pdf
        EXPORTING
          pdf_xstring = l_pdf_xstring
          pdf_len     = l_pdf_len.
    ENDMETHOD.
    METHOD open_pdf .
      DATA: l_pdf_len  TYPE i,
            runtime    type ref to if_bsp_runtime,
            filename   type string,
            guid       type guid_32.
      response->set_header_field( name  = 'content-type'
                                value = 'application/pdf' ).
      response->set_header_field(
                        name  = 'cache-control'
                        value = 'max-age=0' ).
       l_pdf_len = XSTRLEN( pdf_xstring ).
      response->set_data( data   = pdf_xstring
                          length = l_pdf_len ).
      navigation->response_complete( ).
    ENDMETHOD.
    Regards
    Patrizia

  • How can I establish an enum typedef for use with state machines and action engines?

    Hey all--
    I have an action engine with several instances.  Any time that I add a method to the engine, I have to modify all of the calling code to update the constant that determines the method being called.  There must be a smarter way to address this problem but my LV experience is insufficient to identify it.  Can any of you wiz-bangs tell me if it is possible to make a type def (I can do this) and use it with each instance of the action engine call so that changing any instance also updates the typedef?
    Thanks.

    Take your enumerator.  If it is not a control (ie constant), change it to a control.
    Under File Menu, select New > Custom Control.
    Move (or copy) your Enum Control to the Custom Control.  Change the Control to Strict Type Def (the selection to the right of the wrench).  Save it.
    (EDIT: ** OOps, the picture shows the wrong one.. sorry**)
    Copy that new Strict Type Def control to your code.
    See images below.
    OR.. If you're using LV8.x, and using a project, I would recomment that you do it from within your project explorer.  Simply insert a new "Control".  The rest of the steps are similar, except that you can insert it from your project. 
    R
    Message Edited by JoeLabView on 07-08-2008 06:47 PM
    Attachments:
    TypeDef.PNG ‏33 KB

  • How can i convert an excel file for use in an ipad mini?

    I have 3 or 4 Excel files on my PC that I would like to keep for reference on my iPad Mini.  I would have to update the files on a weekly basis.  What's the best solution for this?
    Thank you.

    go to the app store on the ipad and in the search area type in Excel and you will get several apps that will alow you to do this

  • How can I open an Apple App account for downloading free apps?  I will not let me open a new account without a sim card.

    I just bought a used 1st Generation Apple iPad 64 GB, 3G. How can I open an Apple App account?  I am trying to download a free app and it says I have to have an account, however, everytime I try to set up a new account I can fill only fill out some of the information but then the screen goes black and I cannot proceed with the account.  At one point it said "no sim card" and I am not sure where one would go if I had one.  Do you need a sim card to download free apps?  Why won't it let me set up an Apple Account?  Any suggestions?

    I can think of no reason at all why you need a sim card to creat an Apple ID. Try this first - reboot the iPad and reset the memory.
    Reboot the iPad by holding down on the sleep and home buttons at the same time for about 10-15 seconds until the Apple Logo appears - ignore the red slider - let go of the buttons.
    Afte the iPad starts up again, follow the directions in this support article - exactly - to creat the account without a credit card.
    http://support.apple.com/kb/HT2534
    IF ... You are signed into another Apple ID on the iPad you will have to sign out of that ID in order to create a new one. Settings>Store - you can sign out there.
    You MUST try to download a free app in order to start the process off correctly. If you were using an email address with another ID that you already created, you will have to have another email address to associate the new ID with.

  • After I downloaded the new version of iTunes 11.0.1 and i try to open it it says: ''There is no application set to open the document ''iTunes 11.0.1.dmg.part''. How can i install this without paying for an app to do it?

    After I downloaded the new version of iTunes 11.0.1 and i try to open it it says: ''There is no application set to open the document ''iTunes 11.0.1.dmg.part''. How can i install this without paying for an app to do it? What apps can i download to do this type of work.

    .dmg.part is not a complete file..  It usually indicates that the entire file has not been downloaded yet.  Are you sure you downloaded the entire file?   (i recommend updating itunes through  > Software Update
    Alternatively, you can download it from here: http://support.apple.com/kb/DL1614

  • How can I open a file in a seperate window. for example how can"D:\asd.doc"

    how can I open a file in a separate window. for example how can I view "D:\asd.doc" in ms words window ??

    Check out the Desktop class.
    Edited by: pbrockway2 on Aug 23, 2008 2:20 PM
    There's a detailed example in Sun's Tutorial.

  • How can I open PDF files?  The usual procedures don't work for me.  Thanks.

    How can I open PDF files?  Until a couple of months ago, I had no problem.  Now I can open none of them.  I have Adobe Reader X.  Yesterday I uninstalled Adobe X, restarted the computer, and then reinstalled Adobe X.  No success.  Thanks.

    What happens if you open Reader first then use File>Open like Bernd suggested?
    Are you sure you are opening them in Reader and not a text editor or MS Word? I ask because Reader will not prompt you for a language.

  • I forgot the passcode for my i pad how can i open it?

    My daughter forgot the passcode that she put for her mini i pad how can i open it?

    http://www.wikihow.com/Reset-a-Forgotten-Password-for-an-iOS-Device

  • I'm trying to open the photoshop and it's asking for a serial number  how can i gent a serial number for photoshop, i buy it here

    i'm trying to open the photoshop and it's asking for a serial number  how can i gent a serial number for photoshop, i buy the photoshop here

    What version of Photoshop are you using?
    Did you purchase it outright, or do you have a subscription?
    Gene

  • Ipod is disabled for 22,849,620 minutes how can I open ipod with this message?

    Ipod is disabled for 22,849,620 minutes how can I open ipod with this message?

    Disabled
    Place the iOS device in Recovery Mode and then connect to your computer and restore via iTunes. The iPod will be erased.
    iOS: Wrong passcode results in red disabled screen                         
    If recovery mode does not work try DFU mode.                        
    How to put iPod touch / iPhone into DFU mode « Karthik's scribblings        
    For how to restore:
    iTunes: Restoring iOS software
    To restore from backup see:
    iOS: How to back up     
    If you restore from iCloud backup the apps will be automatically downloaded. If you restore from iTunes backup the apps and music have to be in the iTunes library since synced media like apps and music are not included in the backup of the iOS device that iTunes makes.
    You can redownload most iTunes purchases by:
    Downloading past purchases from the App Store, iBookstore, and iTunes Store        

Maybe you are looking for

  • On windows 7 I receive this error while installing  error: "You do not have sufficient privileges to

    error: "You do not have sufficient privileges to perform the requested action." The resolution on the other thread did not work for me. What could be wrong? I have installed Adobe Flash Media Live before without an issue but after I reformatted my PC

  • Satellite P100 - choppy sound from DVD and CD

    When playing a dvd or cd, the sound is choppy. When playing mp3, the sound is perfect. When playing a game, the sound is fine. What could this be from? I'm using a P-100 with WXP Home edition. Thanks for any suggestions!

  • Can't Sync Photos from iPhoto

    Since I got my iPod last December, I have not been able to sync photos from iPhoto 4.0.3. When I select iPhoto in the Photos preferences of my iPod, none of my albums show up and when I try to update it, I get a message: "An unknown error occurred (-

  • Dynamic Servlet reload activation in Weblogic 6.0 using web applications

    Dynamic Servlet reload activation in Weblogic 6.0 using web applications           Add the next lines to your web.xml file           <context-param>           <param-name>weblogic.httpd.servlet.reloadCheckSecs</param-name>           <param-value>0</p

  • Macbook pro software update problems

    when i try to update my software on my macbook pro 17in. it times out and i get a message saying it was unable to update and it may be corrupted. Any reason why that would be or how i can fix it?