Closed
Bug 1342461
Opened 9 years ago
Closed 9 years ago
Add Firewall support to OpenCloudConfig for hardware Windows 7
Categories
(Infrastructure & Operations :: RelOps: General, task)
Infrastructure & Operations
RelOps: General
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: markco, Assigned: markco)
References
Details
No description provided.
| Assignee | ||
Comment 1•9 years ago
|
||
Currently there are 2 known exception needed. One is for SSH which is included in the MDT with the installation of KTS. The other is VNC which will land with: https://github.com/mozilla-releng/OpenCloudConfig/pull/49 (Bug 1338324).
Status: NEW → RESOLVED
Closed: 9 years ago
Resolution: --- → FIXED
| Assignee | ||
Comment 2•9 years ago
|
||
{
"ComponentName": "UltraVnc",
"ComponentType": "FirewallRule",
"Protocol": "TCP",
"LocalPort": 5900,
"Direction": "Inbound",
"Action": "Allow"
},
{
You need to log in
before you can comment on or make changes to this bug.
Description
•