Skip to content

Commit f477711

Browse files
author
jvazquez-r7
committed
Provide more information about installing IPv6
1 parent 43badfa commit f477711

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

modules/post/windows/manage/portproxy.rb

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,9 +97,10 @@ def check_ipv6
9797
return true
9898
elsif not datastore['IPV6_XP']
9999
print_error("IPv6 is not installed. You need IPv6 to use portproxy.")
100+
print_status("IPv6 can be installed with \"netsh interface ipv6 install\"")
100101
return false
101102
else
102-
print_status("Installing IPv6 ...")
103+
print_status("Installing IPv6... can take a little long")
103104
cmd_exec("netsh","interface ipv6 install",120)
104105
if not ipv6_installed
105106
print_error("IPv6 was not successfully installed. Run it again.")

0 commit comments

Comments
 (0)