IP: 192.168.67.25
OS: Ubuntu (Docker host)
Status: Active
Role: Docker host, rsync orchestrator, SSH MCP endpoint for the 192.168.67.0/24 subnet
pulsedocker is the primary Linux host on the Filmworks/Pulse network. It serves as the Docker environment for Pulse-side services and as the SSH MCP gateway for RPC tooling to reach devices on the .67.x subnet.
The .67.x subnet is not directly reachable from the RPC home lab (.11.x). All access goes via multi-hop SSH:
RPC (.11.x) → 192.168.11.89 (jump host) → 192.168.67.25 (pulsedocker) → target
From Claude Desktop, this is handled by the ssh-server MCP configured for pulsedocker.
Direct SSH from .89:
ssh claudessh@192.168.67.25
pulsedocker hosts the SSH MCP server for the Pulse-side network:
{
"ssh-server": {
"command": "mcp-remote",
"args": ["http://192.168.67.25:PORT/mcp", "--transport", "http-only"]
}
}
pulsedocker was the original rsync orchestrator for the 44TB PFW archive migration, before the approach was changed to run rsync scripts directly on Theia2 to avoid nested SSH quoting issues.
See: PFW Archive - Lessons Learned