Today I am out-of-office and have to use my iPhone's tethering abilities to get my MacBook Pro online.
I have an online backup utility, CrashPlan, that immediately noticed that I had connectivity, and started backing up.
Since the data plan on my phone does not include unlimited data (at least not without having to pay extra per MB at some point), I stopped it immediately.
Is there a way for me to configure my MBP so that when I connect to the iPhone's WIFI hotspot, some applications are denied bandwidth, either built-in or through 3rd party applications?
ipfw deny ip from 129.1.3.0/8 {this is CrashPlan's IP is required; just ping them, you can set a range or a specific IP} to me in {you can bind it to a specific port or leave it blank and block it from your entire computer} via fw0 {this is the interface}). The only thing is you would just need your Mac to connect with a different interface. If not, you'd have to fire up ipfw manually before you tether. More on ipfw: bit.ly/kWLR0D – cksum Nov 16 '11 at 8:56