We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 43badfa commit f477711Copy full SHA for f477711
modules/post/windows/manage/portproxy.rb
@@ -97,9 +97,10 @@ def check_ipv6
97
return true
98
elsif not datastore['IPV6_XP']
99
print_error("IPv6 is not installed. You need IPv6 to use portproxy.")
100
+ print_status("IPv6 can be installed with \"netsh interface ipv6 install\"")
101
return false
102
else
- print_status("Installing IPv6 ...")
103
+ print_status("Installing IPv6... can take a little long")
104
cmd_exec("netsh","interface ipv6 install",120)
105
if not ipv6_installed
106
print_error("IPv6 was not successfully installed. Run it again.")
0 commit comments