Add vnc firewall rule for redhat
This commit is contained in:
@@ -257,6 +257,11 @@ node /compute/ {
|
|||||||
notify => Service["nova-compute"],
|
notify => Service["nova-compute"],
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
firewall { '001 vnc listen incomming':
|
||||||
|
proto => 'tcp',
|
||||||
|
dport => ['6080'],
|
||||||
|
action => 'accept',
|
||||||
|
}
|
||||||
firewall { '001 volume incomming':
|
firewall { '001 volume incomming':
|
||||||
proto => 'tcp',
|
proto => 'tcp',
|
||||||
dport => ['3260'],
|
dport => ['3260'],
|
||||||
|
|||||||
Reference in New Issue
Block a user