Hi,<br><br>I'm trying to use Blink in a very specific but most likely not unsual setup<br>and encounter a problem.<br>Our company is running an Asterisk VoIP PBX in our company<br>LAN. I access this LAN via Tunnelblick VPN client from my Mac.<br>

Working in my home-office in my own local area network this<br>leads to a conflict:<br>A 10.10.64.103 IP address (within a class c net) is assigned to <br>my Macbook in this local network.<br>The roadwarrior VPN-configuration (host-network) brings up another tun0<br>

device with a different IP 10.42.x.x as part of the VPN<br>which connects my notebook to our company LAN (10.3.X.X) including<br>the Asterisk.<br><br>So network, routing is setup and everything works fine - except for the<br>

Blink - Asterisk connection.<br><br>It looks like Blink binds itself to the en0 interface of the notebook<br>with its IP. This leads to some issues in the communication with the<br>Asterisk:<br>Allthough the SIP-Headers of the registration packages sent<br>
to the Asterisk include the en0 (10.10.64.103) IP the Asterisk<br>wants to talk to the VPN IP 10.42.x.x. So we end up in a kind<br>of deadlock in this registration process, because Blink won't<br>answer to any packets received on the tun0 interface (10.42.x.x).<br>
<br>So my question:<br>Is it possible (e.g. via config file) to bind Blink to the tun0 IP<br>or generally to another IP/interface than en0? <br>I'd like to do so because I wouldn't need to bother with NAT<br>or whatever in such a setup.<br>
<br><br>Setup:<br>Mac OS X 10.6.4<br>Tunnelblick 3.0<br>Blink 0.18.2<br><br>Regards,<br><br>Fred<br><br>P.S.: Blink is an amazing client. I really like it.<br>