Skip to main content
Question

Using a ThunderBolt Bridge with a explicit proxy

  • September 14, 2014
  • 0 replies
  • 4 views

Forum|alt.badge.img+1

Hello,

Im trying to create a new service via unix command for the mac. Essentially, a what I'm looking for is when a user plugs into a thunderbolt bridge that service is already created and the explict proxy has already been set.

This is where I'm at .. can't seem to figure it out:

sudo networksetup -createnetworkservice “Thunderbolt Bridge” “bridge1”

sleep 20

sudo networksetup -setwebproxy "Thunderbolt Bridge" xx
sudo networksetup -setftpproxy "Thunderbolt Bridge" xx
sudo networksetup -setsecurewebproxy "Thunderbolt Bridge" xx
sudo networksetup -setstreamingproxy "Thunderbolt Bridge" xx

Any advice?