-
Notifications
You must be signed in to change notification settings - Fork 5.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
windows minion firewall #53143
Comments
@Dtengfei Could you clarify this request? Are you talking about the state module here? Or the execution module? What is not supported and where? Please provide a full Versions Report. |
很抱歉上次没有表达清楚我的意思,咱们现在的模块只是支持localport,但是我想要remoteport,请问一下咱们有其他方法满足我的需求嘛?我想要限制本地访问目标的指定端口。我用的是咱们的执行模块:salt.modules.win_firewall.add_rule(name, localport, protocol='tcp', action='allow', dir='in', remoteip='any') |
I am sorry that I didn't express my meaning last time. Our current module only supports localport, but I want remoteport. Do you have other methods to meet my needs? I want to limit the specified port of the local access target. I use our execution module: salt.modules.win_firewall.add_rule(name, localport, protocol='tcp', action='allow', dir='in', remoteip='any') modules url:https://docs.saltstack.com/en/latest/ref/modules/all/salt.modules.win_firewall.html#salt.modules.win_firewall.add_rule |
OK. I have marked this as a Feature request. It should be a pretty easy add so I also marked it as Low Hanging Fruit. |
ok.thanks
…------------------ Original ------------------
From: Shane Lee <[email protected]>
Date: Thu,May 23,2019 0:12 AM
To: saltstack/salt <[email protected]>
Cc: Dtengfei <[email protected]>, Mention <[email protected]>
Subject: Re: [saltstack/salt] windows minion firewall (#53143)
OK. I have marked this as a Feature request. It should be a pretty easy add so I also marked it as Low Hanging Fruit.
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub, or mute the thread.
|
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. If this issue is closed prematurely, please leave a comment and we will gladly reopen the issue. |
Thank you for updating this issue. It is no longer marked as stale. |
Has there been any development regarding adding a 'remoteport' parameter? |
I can tackle this issue. I reviewed the code in the module and think I know what needs to be changed. My question is around testing. Since this is adding a new command line parameter to the module, would I:
|
Description of Issue/Question
Why haven't we updated the salt. states. win_firewall. add_rule module all the time? We only have local ports that can't be set remotely.
Setup
(Please provide relevant configs and/or SLS files (Be sure to remove sensitive info).)
Steps to Reproduce Issue
(Include debug logs if possible and relevant.)
Versions Report
master and minion version 2019.2.0
The text was updated successfully, but these errors were encountered: