Router6to4_Start_IPHelper_Service

Router6to4_Start_IPHelper_Service (Task)

This task can be used to start the IP Helper service when it is in stop state. IP Helper service is critical to the proper functioning of the 6to4 Router

Knowledge Base article:

Summary

Use this task to start the IP Helper service if for some reason it stops or crashes

Element properties:

TargetRouter_6to4_Class
AccessibilityPublic
CategoryMaintenance
EnabledTrue
RemotableFalse
Timeout300

Member Modules:

ID Module Type TypeId RunAs 
PA WriteAction System.CommandExecuter Default

Source Code:

<Task ID="Router6to4_Start_IPHelper_Service" Accessibility="Public" Enabled="true" Target="Router_6to4_Class" Timeout="300" Remotable="true">
<Category>Maintenance</Category>
<WriteAction ID="PA" TypeID="System!System.CommandExecuter">
<ApplicationName>%WINDIR%\System32\sc.exe</ApplicationName>
<WorkingDirectory/>
<CommandLine>start "iphlpsvc"</CommandLine>
<TimeoutSeconds>15</TimeoutSeconds>
<RequireOutput>true</RequireOutput>
</WriteAction>
</Task>