How to configure windows service account to access networkNetwork Service account accessing a folder...

Does the Linux kernel need a file system to run?

Which Article Helped Get Rid of Technobabble in RPGs?

Quoting Keynes in a lecture

Does "he squandered his car on drink" sound natural?

What is going on with gets(stdin) on the site coderbyte?

Review your own paper in Mathematics

How to make money from a browser who sees 5 seconds into the future of any web page?

Multiplicative persistence

Delete multiple columns using awk or sed

Why is so much work done on numerical verification of the Riemann Hypothesis?

Why does AES have exactly 10 rounds for a 128-bit key, 12 for 192 bits and 14 for a 256-bit key size?

What are some good ways to treat frozen vegetables such that they behave like fresh vegetables when stir frying them?

How to get directions in deep space?

Which was the first story featuring espers?

C++ check if statement can be evaluated constexpr

"It doesn't matter" or "it won't matter"?

Shouldn’t conservatives embrace universal basic income?

Is there any evidence that Cleopatra and Caesarion considered fleeing to India to escape the Romans?

Can you use Vicious Mockery to win an argument or gain favours?

US tourist/student visa

What (the heck) is a Super Worm Equinox Moon?

What's the name of the logical fallacy where a debater extends a statement far beyond the original statement to make it true?

The IT department bottlenecks progress, how should I handle this?

How to explain what's wrong with this application of the chain rule?



How to configure windows service account to access network


Network Service account accessing a folder shareProblem with Windows Service and network printersRunning a Windows service under a domain user accountHow to grant network access to LocalSystem account?Why can't service account such as Local Service, Network Service, or Local System be managed on a domain level?How can I tell what user account is being used by a service to access a network share on a Windows 2008 server?Using GPEdit to lock down a local account on Windows XPCan a windows service running with network service or local system account, updated active directory container?Setting a Windows Non-Interactive User AccountWhich user samba4-AD account for service on windows server













0















I'm developing an application that runs as a windows service. The application runs a REST API backend using an embedded http server (namely Flask). I've created a user account in AD Users and Computers / Managed Service Accounts and configured the service to run as this named account. The service works fine when it runs on 127.0.0.1 but cannot run on the outside facing network interface. I've tried adding the service user account to be a domain admin group but that didn't help.



The computer is a Windows 2012 domain controller.



Could you please help me how can I configure this service account to be allowed to work on the network?



Thanks in advance!










share|improve this question







New contributor




Peter is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.

























    0















    I'm developing an application that runs as a windows service. The application runs a REST API backend using an embedded http server (namely Flask). I've created a user account in AD Users and Computers / Managed Service Accounts and configured the service to run as this named account. The service works fine when it runs on 127.0.0.1 but cannot run on the outside facing network interface. I've tried adding the service user account to be a domain admin group but that didn't help.



    The computer is a Windows 2012 domain controller.



    Could you please help me how can I configure this service account to be allowed to work on the network?



    Thanks in advance!










    share|improve this question







    New contributor




    Peter is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
    Check out our Code of Conduct.























      0












      0








      0








      I'm developing an application that runs as a windows service. The application runs a REST API backend using an embedded http server (namely Flask). I've created a user account in AD Users and Computers / Managed Service Accounts and configured the service to run as this named account. The service works fine when it runs on 127.0.0.1 but cannot run on the outside facing network interface. I've tried adding the service user account to be a domain admin group but that didn't help.



      The computer is a Windows 2012 domain controller.



      Could you please help me how can I configure this service account to be allowed to work on the network?



      Thanks in advance!










      share|improve this question







      New contributor




      Peter is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
      Check out our Code of Conduct.












      I'm developing an application that runs as a windows service. The application runs a REST API backend using an embedded http server (namely Flask). I've created a user account in AD Users and Computers / Managed Service Accounts and configured the service to run as this named account. The service works fine when it runs on 127.0.0.1 but cannot run on the outside facing network interface. I've tried adding the service user account to be a domain admin group but that didn't help.



      The computer is a Windows 2012 domain controller.



      Could you please help me how can I configure this service account to be allowed to work on the network?



      Thanks in advance!







      windows networking domain-controller windows-service user-permissions






      share|improve this question







      New contributor




      Peter is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
      Check out our Code of Conduct.











      share|improve this question







      New contributor




      Peter is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
      Check out our Code of Conduct.









      share|improve this question




      share|improve this question






      New contributor




      Peter is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
      Check out our Code of Conduct.









      asked 1 hour ago









      PeterPeter

      1




      1




      New contributor




      Peter is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
      Check out our Code of Conduct.





      New contributor





      Peter is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
      Check out our Code of Conduct.






      Peter is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
      Check out our Code of Conduct.






















          0






          active

          oldest

          votes











          Your Answer








          StackExchange.ready(function() {
          var channelOptions = {
          tags: "".split(" "),
          id: "2"
          };
          initTagRenderer("".split(" "), "".split(" "), channelOptions);

          StackExchange.using("externalEditor", function() {
          // Have to fire editor after snippets, if snippets enabled
          if (StackExchange.settings.snippets.snippetsEnabled) {
          StackExchange.using("snippets", function() {
          createEditor();
          });
          }
          else {
          createEditor();
          }
          });

          function createEditor() {
          StackExchange.prepareEditor({
          heartbeatType: 'answer',
          autoActivateHeartbeat: false,
          convertImagesToLinks: true,
          noModals: true,
          showLowRepImageUploadWarning: true,
          reputationToPostImages: 10,
          bindNavPrevention: true,
          postfix: "",
          imageUploader: {
          brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
          contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
          allowUrls: true
          },
          onDemand: true,
          discardSelector: ".discard-answer"
          ,immediatelyShowMarkdownHelp:true
          });


          }
          });






          Peter is a new contributor. Be nice, and check out our Code of Conduct.










          draft saved

          draft discarded


















          StackExchange.ready(
          function () {
          StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fserverfault.com%2fquestions%2f959432%2fhow-to-configure-windows-service-account-to-access-network%23new-answer', 'question_page');
          }
          );

          Post as a guest















          Required, but never shown

























          0






          active

          oldest

          votes








          0






          active

          oldest

          votes









          active

          oldest

          votes






          active

          oldest

          votes








          Peter is a new contributor. Be nice, and check out our Code of Conduct.










          draft saved

          draft discarded


















          Peter is a new contributor. Be nice, and check out our Code of Conduct.













          Peter is a new contributor. Be nice, and check out our Code of Conduct.












          Peter is a new contributor. Be nice, and check out our Code of Conduct.
















          Thanks for contributing an answer to Server Fault!


          • Please be sure to answer the question. Provide details and share your research!

          But avoid



          • Asking for help, clarification, or responding to other answers.

          • Making statements based on opinion; back them up with references or personal experience.


          To learn more, see our tips on writing great answers.




          draft saved


          draft discarded














          StackExchange.ready(
          function () {
          StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fserverfault.com%2fquestions%2f959432%2fhow-to-configure-windows-service-account-to-access-network%23new-answer', 'question_page');
          }
          );

          Post as a guest















          Required, but never shown





















































          Required, but never shown














          Required, but never shown












          Required, but never shown







          Required, but never shown

































          Required, but never shown














          Required, but never shown












          Required, but never shown







          Required, but never shown







          Popular posts from this blog

          117736 Шеррод Примітки | Див. також | Посилання | Навігаційне...

          As a Security Precaution, the user account has been locked The Next CEO of Stack OverflowMS...

          Маріан Котлеба Зміст Життєпис | Політичні погляди |...