Mac Firewall is Blocking BES Traffic (OS X 10.4)
| 0 Votes |
Description
| The firewall on relevant computers is blocking BES network traffic. Deploy this fixlet to allow the client to communicate through the firewall. |
Property Details
| 614 | |
| Mac Firewall is Blocking BES Traffic (OS X 10.4) | |
| Support | |
| 0 | |
| BigFix | |
| <Unspecified> | |
| Important | |
| 5/29/2007 12:00:00 AM | |
| BES TABLE TBODY Mac Firewall | |
| besSupport on 10/17/2012 1:16:26 PM | |
| danielheth on 10/17/2012 1:16:26 PM | |
| 6183 Views / 2 Downloads | |
* Average over 0 ratings.
** Log In or Register to add your rating.
|
Relevance
| Used in 223 fixlets | * Results in a true/false |
(if exists property "in proxy agent context" then ( not in proxy agent context ) else true )
version of client >= "5.1"
| Used in 12 fixlets | * Results in a true/false |
(if (version of client >= "8.0") then (mac of it) else (name of it starts with "Mac OS X")) of operating system
| Used in 1 fixlet | * Results in a true/false |
(it >= "10.4" AND it < "10.5") of system version
| Used in 1 fixlet | * Results in a true/false |
exist file "com.apple.sharing.firewall.plist" whose (exists dictionary whose (boolean "state" of it) of it AND exist dictionary "firewall" of dictionary of it) of folder "/Library/Preferences/" AND not exists dictionaries (keys of it) whose (exists integer "enable" whose (it = 1) of it AND exists array "udpport" whose (exists string 0 whose (it = "52311") of it) of it) of dictionary "firewall" of dictionary of file "com.apple.sharing.firewall.plist" of folder "/Library/Preferences/"
Actions
Action 1
Action Link Click
here to deploy this fixlet.
Script Type
BigFix Action Script
wait defaults write /Library/Preferences/com.apple.sharing.firewall alludpports -array-add 52311
wait defaults write /Library/Preferences/com.apple.sharing.firewall firewall -dict-add "BES" "" editable 1 enable 1 port row {maximum of integers "row" of dictionaries (keys of it) of dictionary "firewall" of dictionary of file "com.apple.sharing.firewall.plist" of folder "/Library/Preferences/" + 1} udpport 52311
wait defaults write /Library/Preferences/com.apple.sharing.firewall state -bool true
wait chmod 744 /Library/Preferences/com.apple.sharing.firewall.plist
wait /usr/libexec/FirewallTool
Success Criteria
This action will be considered successful when the applicability relevance evaluates to false.
Sharing
| Social Media: |

