11.1 Installation Requirements

Successful installation of an OT/IT network segmentation system begins with thorough site preparation. The installation environment must meet specific physical, electrical, and environmental requirements to ensure reliable long-term operation. The photograph below shows a compliant installation in progress, illustrating the key requirements: proper clearance space, color-coded cable routing, grounding, environmental monitoring, and the presence of safety equipment. These requirements apply to all industrial environments, with additional considerations for hazardous areas (ATEX/IECEx zones).

Industrial DMZ Cabinet Installation Requirements in Control Room

Figure 11.1: Installation Requirements — A technician in blue safety vest and hard hat installing an industrial DMZ cabinet (blue) in a modern control room. Key installation elements visible: color-coded cables (blue/orange/yellow) routed through wall cable management, green/yellow grounding cable connected to building ground bus, 600mm clearance zones marked with yellow tape, temperature/humidity monitor (22°C/45%RH), ESD mat, fire suppression system, and SCADA workstations in background. All installation requirements are demonstrated in a real industrial control room environment.

Requirement Category Parameter Specification Measurement Method
EnvironmentalOperating Temperature0°C to +50°C (industrial grade); 10°C to 40°C (standard)Calibrated thermometer
Relative Humidity5% to 95% non-condensingCalibrated hygrometer
Altitude0 to 2000m (standard); derate above 2000mGPS/altimeter
VibrationIEC 60068-2-6: 5–150Hz, 1g (DIN rail); 0.5g (rack)Vibration meter during installation
ElectricalPower Supply100–240VAC ±10%, 47–63Hz; or 24VDC ±20% (DIN rail)Multimeter
GroundingProtective earth <1Ω to building ground busMultimeter (resistance mode)
Power RedundancyDual PSU with independent feeds from different UPS circuitsVisual inspection + failover test
Physical SpaceFront ClearanceMinimum 600mm (IEC 60950)Tape measure
Rear ClearanceMinimum 600mm for cable managementTape measure
Side ClearanceMinimum 100mm for airflowTape measure
Cable RoutingIT/OT SeparationSeparate cable trays for IT (blue), OT (orange), Management (yellow)Visual inspection
Fiber Bend RadiusMinimum 30mm (OS2 SM fiber)Visual inspection
Cable LengthCat6: max 100m; OM3 fiber: max 300m; OS2 fiber: max 10kmCable tester / OTDR

11.2 Commissioning Sequence

The commissioning sequence must be followed in strict order to ensure that each layer of the system is verified before the next layer is configured. Skipping steps or commissioning out of sequence is a common cause of commissioning failures and security misconfigurations. The sequence below reflects the correct order for a standard Industrial DMZ deployment with HA firewalls and managed switches.

Step Activity Verification Estimated Duration
1Physical installation: rack mounting, cable routing, groundingVisual inspection, cable test, grounding test4–8 hours
2Power-on and initial hardware verification: all LEDs, console accessConsole login, hardware status check1–2 hours
3Baseline configuration: hostname, management IP, NTP, syslog, SNMPPing management IP, verify NTP sync, verify syslog receipt2–4 hours
4VLAN and switching configuration: VLANs, trunk ports, access ports, STPVLAN membership test, STP topology verification2–4 hours
5Firewall zone and interface configuration: zones, interfaces, routingInterface status, routing table verification2–4 hours
6Firewall security policy configuration: zone rules, NAT, application control, DPIPolicy test (permit/deny), application identification test4–8 hours
7DMZ service configuration: historian relay, file gateway, syslog collector, NTP relayEnd-to-end service test for each DMZ service4–8 hours
8HA configuration and failover testing: HA pairing, sync verification, failover testHA sync status, failover time measurement (<30s)2–4 hours
9Remote access configuration: VPN, MFA, PAM, bastion hostEnd-to-end remote access test with MFA, session recording verification4–8 hours
10OT IDS deployment and baseline: sensor placement, traffic capture, baseline learningIDS alert generation for test events, baseline period (7–14 days)1–2 days
11Full acceptance testing per Chapter 10 checklistAll acceptance test phases pass1–2 days
12Documentation completion: as-built diagrams, configuration backup, handoverDocumentation review and sign-off4–8 hours

11.3 Common Commissioning Issues and Troubleshooting

The following table documents the most frequently encountered commissioning issues, their root causes, and the recommended troubleshooting steps. This reference is intended for use by commissioning engineers during the installation and debugging phase. Each issue is categorized by the commissioning step in which it typically occurs, enabling rapid diagnosis.

Issue Symptom Root Cause Troubleshooting Steps
OT device cannot reach historian relayHistorian data not updating; OT device shows connection timeoutFirewall rule missing or incorrect destination IP/port1. Check firewall policy log for denied traffic. 2. Verify source/destination IP and port. 3. Check routing table on OT switch. 4. Verify historian relay service is running.
HA failover takes >30 secondsTraffic interruption during failover test exceeds 30sHA heartbeat interface not on dedicated link; session sync not configured1. Verify HA heartbeat on dedicated interface (not data interface). 2. Enable session synchronization. 3. Reduce HA hello interval. 4. Re-run failover test.
OT IDS generating excessive false positivesIDS alert storm; SOC overwhelmed with low-priority alertsIDS not tuned to OT environment; baseline not completed1. Verify IDS baseline period completed (7+ days). 2. Review and suppress known-good OT protocol patterns. 3. Tune alert thresholds for OT-specific protocols. 4. Engage IDS vendor for OT profile tuning.
Remote access VPN connects but cannot reach OT systemsVPN tunnel established; ping to OT devices failsSplit tunneling misconfiguration; firewall rule missing for VPN source IP1. Check VPN client routing table. 2. Verify firewall rule permits VPN source IP to bastion host. 3. Verify bastion host can reach target OT systems. 4. Check PAM access policy.
NTP synchronization failing on OT devicesOT devices showing incorrect time; SIEM event timestamps misalignedNTP relay in DMZ not reachable from OT devices; firewall blocking UDP 1231. Verify firewall permits UDP 123 from OT devices to DMZ NTP relay. 2. Verify DMZ NTP relay is synchronized to upstream NTP. 3. Check OT device NTP configuration (correct server IP).