Jump to content

remote commands to windows server from linux server

- - - - -

This topic has been archived. This means that you cannot reply to this topic.
2 replies to this topic

#1
centsinger

centsinger

    Newbie

  • Members
  • Pip
  • 2 posts
I am trying to find a way to use my linux server to give a command to my windows 2003 server. I need a script that I can run on a linux server that will remotely bind and unbind ip addresses on a windows 2003 server. I have several windows servers that I manually bind their ips locally for each, each day. I'm looking for a way to bind and unbind all of those win boxes from one central location, My linux box. Thanks.

#2
Alexander

Alexander

    It's Science!

  • Moderators
  • 4,124 posts
Why can you not set a Windows scheduler task to rebind the IP each day? Otherwise you can make an extremely simple authenticated REST implementation to manually do it yourself. SSH is an obvious choice as well, the scope of this question falls out of PHP.

#3
centsinger

centsinger

    Newbie

  • Members
  • Pip
  • 2 posts

Nullw0rm said:

Why can you not set a Windows scheduler task to rebind the IP each day? Otherwise you can make an extremely simple authenticated REST implementation to manually do it yourself. SSH is an obvious choice as well, the scope of this question falls out of PHP.

This is really important for me, that I can do it from linux. Where would you suggest I go to find some help?