95
Chapter 6: Secure SSH Tunneling & SDT Connector
6.5 SDT Connector OoB Connection
SDT ConnectorcanalsobesetuptoconnecttotheConsoleServerviaout-of-band(OoB).OoBaccessusesanalternatepath
forconnectingtotheConsoleServer(i.e.nottheoneusedforregulardatatrafc).OoBaccessisusefulwhentheprimarylink
into the gateway is unavailable or unreliable.
TypicallyaConsoleServer'sprimarylinkisabroadbandInternetconnectionorInternetconnectionviaaLANorVPN,andthe
secondaryout-of-bandconnectivityisprovidedbyadial-uporwirelessmodemdirectlyattachedtothegateway.Soout-of-
bandaccessenablesyoutoaccessthehostsandserialdevicesonthenetwork,diagnoseanyconnectivityissues,andrestore
the gateway's primary link.
In SDT Connector,OoBaccessisconguredbyprovidingthesecondaryIPaddressofthegateway,andtellingSDTConnector
howtostartandstoptheOoBconnection.StartinganOoBconnectionmaybeachievedbyinitiatingadial-upconnection,or
adding an alternate route to the gateway. SDT Connectorallowsformaximumexibilitybyallowingyoutoprovideyourown
scriptsorcommandsforstartingandstoppingtheOoBconnection.
To configure SDT ConnectorforOoBaccess:
• Whenaddinganewgatewayoreditinganexistinggateway,selecttheOut Of Band tab
• EnterthesecondaryOoBIPaddressforthegateway(e.g.theIPaddresstobeusedwhendialingindirectly).Youmayalso
modify the gateway's SSH port if it's not using the default of 22
• EnterthecommandorpathtoascripttostarttheOoBconnectioninStart Command
o Toinitiateapre-congureddial-upconnectionunderWindows,usethefollowingStartCommand:
cmd /c start "Starting Out of Band Connection" /wait /min rasdial network_connection login password
The network_connection in the above is the name of the network connection as displayed in Control Panel ->
Network Connections. Loginisthedial-inusername,andpasswordisthedial-inpasswordfortheconnection.
o Toinitiateapre-congureddial-upconnectionunderLinux,usethefollowingStartCommand:
pon network_connection
The network_connection in the above is the name of the connection.
• EnterthecommandorpathtoascripttostoptheOoBconnectioninStop Command
o Tostopapre-congureddial-upconnectionunderWindows,usethefollowingStopCommand:
cmd /c start "Stopping Out of Band Connection" /wait /min rasdial network_connection /disconnect
The network_connection in the above is the name of the network connection as displayed in Control Panel ->
Network Connections.
o Tostopapre-congureddial-upconnectionunderLinux,usethefollowingStopCommand:
poff network_connection