MONUMETRIC Video mmt-volt

Collapse

Addins: dealing with company proxy

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • jbenoit44
    French Moderator
    • December 7, 2010
    • 1381
    • Nantes, France

    Addins: dealing with company proxy

    Hi,

    I'm looking for some help with Revit connecting to Internet.

    My company as a proxy to link the intranet to the internet. Fine. But where can I tell Revit to connect thru this proxy? IE does, why not Revit?

    I asked for some help to the Factory by chat, and until know it's like screaming in Space.....

    I need to connect mainly for addins that needs Internet connection for registering, or activating, or...working.

    And I also need that for Vasari plugins.

    FYI, I had this issue with Tekla Bimsight, and get it fixed by editing a simple xml file.


    Any help will be welcomed.
    Julien
    "Au royaume des aveugles, les borgnes sont mal vus!"
    P. DAC
    Follow me on Twitter @Jbenoit44 - Blog: http://aecuandme.wordpress.com/
  • ikinks
    Senior Member
    • March 10, 2011
    • 163
    • the Netherlands

    #2
    Same problem here. The proxy (from Sophos, don't know if that matters) blocks all traffic from programs other than internet browsers. IT department say they can't do squat about it, so it should be solved within the program itself. Strange thing is that since the Autodesk 2010 versions the activation works 'flawless' (in my case by logging into the network, again), but as the OP states plugins do not work.
    Arjan Ikink, BIM-engineer at PHB Deventer
    LinkedIn

    Comment

    • Alex Cunningham
      Moderator
      "RFO 2012 Spelling Bee Champion"
      • December 8, 2010
      • 3594
      • Northern California

      #3
      If your IT department is telling you they can't do squat they are either lazy or they are idiots. IT is like GOD when it comes to technology at work. They can do anything!!! It's just a matter of getting management to tell IT what needs to happen. They are in the service department. They serve you. They also don't make the company any money, thus your billable time is valuable and if they are preventing you from completing your job there will be problems with management.

      They are able to temporally "unlock" the proxy filter or provide a tunnel for your computer to use for activations. This will take a lot of screaming and complaining. At some point though it's easier for them to just do it then listen to you complain.
      -Alex Cunningham

      Comment

      • mdradvies
        Moderator
        "Mark Twain"
        • December 16, 2010
        • 4564
        • Boxtel, Netherlands

        #4
        Threaten them to use your mobile phone internet connection with USB-tethering to go completely unprotected into the www... Let's see how they like that :bb:
        Martijn de Riet
        Professional Revit Consultant | Revit API Developer
        MdR Advies
        Planta1 Revit Online Consulting

        Comment

        • jbenoit44
          French Moderator
          • December 7, 2010
          • 1381
          • Nantes, France

          #5
          Originally posted by mdradvies
          Threaten them to use your mobile phone internet connection with USB-tethering to go completely unprotected into the www... Let's see how they like that :bb:
          Ahahah, you got me Martijn. I did that already....;-)
          But imagine the first section of the HowTo-using Revit addins:
          1-buy an Iphone
          2- jailbreak it
          3- connect your laptop to Internet using your phone.....
          It would match if we were a startup, but we're not....AEC business only.
          Julien
          "Au royaume des aveugles, les borgnes sont mal vus!"
          P. DAC
          Follow me on Twitter @Jbenoit44 - Blog: http://aecuandme.wordpress.com/

          Comment

          • Matt Siebert
            Junior Member
            • August 24, 2011
            • 11

            #6
            Generally speaking, .NET apps (i.e. Revit Add-Ins) should automatically detect proxy settings, but I suppose it depends on the code and how the proxy is configured.

            I'm no expert with proxies, but I've been told that you could try adding the following to your Revit.exe.config file:

            Code:
            <configuration>
              <system.net>
                <defaultProxy enabled="true">
                  <proxy usesystemdefault="True" />
                </defaultProxy>
              </system.net>
            </configuration>

            Comment

            • ikinks
              Senior Member
              • March 10, 2011
              • 163
              • the Netherlands

              #7
              Tried to find a decent solution the last few weeks for this proxy issue, and although I don't have a working solution, I'm now for a 99% sure were to look for it.

              Turns out the proxy indeed seems to be the problem, more specific when this proxy uses NTLM authentification. 3rd party programs (other than M$) usually don't have a working solution implemented, besides the Autodesk products I also notice the same non-behavior for i.e. Dropbox, Teamview. Weird thing is that Autodesk 123D Catch works flawless on the company system.

              So, in my opinion, three things can be done:
              1. force the software houses to implement code so that the NTLM handshake protocol works within the programs;
              2. throw that old company proxy out of the penthouse window and get a new, decent one;
              3. use NTLMaps, a Python script based program that fakes the protocol. Haven't got this thing working for Revit, though.
              Arjan Ikink, BIM-engineer at PHB Deventer
              LinkedIn

              Comment

              • MPwuzhere
                R.I.P.
                • December 14, 2010
                • 4882
                • Las Vegas, NV

                #8
                I used to have this issue when I was working with ISA Server...I would temporarily connect my computer to the DMZ to gain access to what I needed then plug back into the local network. But blocking all programs from accessing the internet screams "USING UNLICENSED/PIRATED SOFTWARE".
                Michael "MP" Patrick (Deceased - R.I.P)

                Comment

                • ikinks
                  Senior Member
                  • March 10, 2011
                  • 163
                  • the Netherlands

                  #9
                  Well, I can confirm that the Autodesk software we use ain't unlicensed or a pirate copy. We've got 5 Revit seats for 5 workstations, so that shouldn't be it. After all, Dropbox (which I believe is a free or freeware program) came up with the idea that our corporate network uses NTLM for it's proxy server.
                  Arjan Ikink, BIM-engineer at PHB Deventer
                  LinkedIn

                  Comment

                  Related Topics

                  Collapse

                  Working...