Mac Firewall is Blocking BES Traffic (OS X 10.5)
Log In or Register to download the BES file, and more.

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

ID230
TitleMac Firewall is Blocking BES Traffic (OS X 10.5)
CategorySupport
Download Size0
SourceBigFix
Source ID<Unspecified>
Source SeverityImportant
Source Release Date3/12/2009 12:00:00 AM
KeywordsBES TABLE TBODY Mac Firewall
Added by on 10/17/2012 1:14:36 PM
Last Modified by on 10/17/2012 1:14:36 PM
Counters 4317 Views / 4 Downloads
User Rating 1 star 2 star 3 star 4 star 5 star * Average over 0 ratings. ** Log In or Register to add your rating.

Relevance

Used in 221 fixlets   * Results in a true/false
Show indented relevance
(if exists property "in proxy agent context" then ( not in proxy agent context ) else true )
Used in 92 fixlets and 24 analyses   * Results in a true/false
Show indented relevance
version of client >= "5.1"
Used in 12 fixlets   * Results in a true/false
Show indented relevance
(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
Show indented relevance
(it >= "10.5" AND it < "10.6") of system version
Used in 2 fixlets   * Results in a true/false
Show indented relevance
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
Show indented relevance
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"?>
appendfile 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
appendfile "1.0">LabelBES_ipfw_firewallProgramArguments/Library/BESAgent/BES_ipfw_firewall.shRunAtLoadUserNamerootGroupNamewheel
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:
Share this page on Yammer

Comments

Log In or Register to leave comments!