Changes
New page: To open port e.g.:22 Windows XP firewall, you have to execute the following: netsh firewall add portopening TCP 20 SSH enable subnet It is enough to execute it only once, as it will sur...
To open port e.g.:22 Windows XP firewall, you have to execute the following:
netsh firewall add portopening TCP 20 SSH enable subnet
It is enough to execute it only once, as it will survive the reboot, so you may use execute="once".
On packages.xml you should add line like below:
<source lang="xml">
<package
id="open-port-22"
name="Open port 22 on windows firewall"
revision="1"
reboot="false"
notify="false"
priority="2">
<install cmd='netsh firewall add portopening TCP 20 SSH enable subnet' />
</package>
</source>
[[Category: Silent Installers]]
[[Category: Changing Windows settings]]
netsh firewall add portopening TCP 20 SSH enable subnet
It is enough to execute it only once, as it will survive the reboot, so you may use execute="once".
On packages.xml you should add line like below:
<source lang="xml">
<package
id="open-port-22"
name="Open port 22 on windows firewall"
revision="1"
reboot="false"
notify="false"
priority="2">
<install cmd='netsh firewall add portopening TCP 20 SSH enable subnet' />
</package>
</source>
[[Category: Silent Installers]]
[[Category: Changing Windows settings]]