This app works GREAT, and is worth the few steps below to get working...kpfriedberg wrote:... I have Apple routers (and all iPhones/iPod Touches), has anyone had any success with getting this to consistently work...
I just installed the plugin and had the same question. The answer was discussed earlier in this thread, but here it is in a nutshell for Lion(10.7.2):
Set syslogd to accept messaging from other hosts (this differs on Lion - see http://hints.macworld.com/article.php?s ... 4103552640 but make sure you read the last comment before you start).
Then, (as root, or using sudo) edit /etc/syslog.conf and change
local0.* /var/log/appfirewall.log
to
local0.* @127.0.0.1:1514
(Of course, if you use the app firewall and want to see its log, you may not want to do this). In my case,
/var/log/appfirewall.log didn't even exist. Once you make this change, all app firewall, and any local0, messages will go to Smartphone Radar.)
Finally, do these 2 commands:
sudo launchctl unload /System/Library/LaunchDaemons/com.apple.syslogd.plist
sudo launchctl load /System/Library/LaunchDaemons/com.apple.syslogd.plist