Mac Firewall is Blocking BES Traffic (OS X 10.5)
| 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
| 230 | |
| Mac Firewall is Blocking BES Traffic (OS X 10.5) | |
| Support | |
| 0 | |
| BigFix | |
| <Unspecified> | |
| Important | |
| 3/12/2009 12:00:00 AM | |
| BES TABLE TBODY Mac Firewall | |
| besSupport on 10/17/2012 1:14:36 PM | |
| danielheth on 10/17/2012 1:14:36 PM | |
| 4893 Views / 4 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.5" AND it < "10.6") of system version
| Used in 2 fixlets | * Results in a true/false |
not exists lines whose (it contains "com.bigfix.BESAgent")of file "com.apple.alf.plist" of folder "/Library/Preferences"
| Used in 2 fixlets | * Results in a true/false |
not exists file "/Library/LaunchDaemons/BES_ipfw_firewall.plist"
Actions
Action 1
Action Link Click
here to deploy this fixlet.
Script Type
BigFix Action Script
delete __appendfile
appendfile #!/bin/sh
appendfile IPFW=/sbin/ipfw
appendfile $IPFW add 00100 allow all from any to any 52311
delete /Library/BESAgent/BES_ipfw_firewall.sh
copy __appendfile /Library/BESAgent/BES_ipfw_firewall.sh
wait chmod 744 /Library/BESAgent/BES_ipfw_firewall.sh
delete __appendfile
appendfile "1.0" encoding="UTF-8"?> "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
appendfile"1.0"> Label BES_ipfw_firewall ProgramArguments /Library/BESAgent/BES_ipfw_firewall.sh RunAtLoad UserName root GroupName wheel
delete /Library/LaunchDaemons/BES_ipfw_firewall.plist
copy __appendfile /Library/LaunchDaemons/BES_ipfw_firewall.plist
wait chmod 744 /Library/LaunchDaemons/BES_ipfw_firewall.plist
wait launchctl unload /Library/LaunchDaemons/BES_ipfw_firewall.plist
wait launchctl load /Library/LaunchDaemons/BES_ipfw_firewall.plist
Success Criteria
This action will be considered successful when the applicability relevance evaluates to false.
Sharing
| Social Media: |

