Looks like no one’s replied in a while. To start the conversation again, simply ask a new question.

iVPN listening on en1

just installed iVPN, and by default it seems to listen on en0.

I want it to listen on en1.

Looking through several dozen posts, it seemed that I needed to add some data to com.apple.RemoteAccessServers.plist which I did as follows:


<key>ActiveServers</key>
<array>
<string>com.apple.ppp.l2tp</string>
</array>
<key>Servers</key>
<dict>
<key>com.apple.ppp.l2tp</key>
<dict>
<key>Addresses</key>
<dict>
<key>Addresses</key>
<string>192.168.1.6</string>
</dict>
<key>DNS</key>
<dict>
<key>OfferedSearchDomains</key>
<array/>
<key>OfferedServerAddresses</key>
<array>
<string>192.168.1.1</string>
<string>192.168.1.9</string>
</array>
</dict>


I want iVPN to listen on 192.168.1.6 (en1)
The change I made above don't seem to make any difference.

Any ideas on how to make iVPN listen on a different interface?

MacPro 1,1, Mac OS X (10.6.6)

Posted on Mar 7, 2011 9:26 AM

Reply
4 replies

iVPN listening on en1

Welcome to Apple Support Community
A forum where Apple customers help each other with their products. Get started with your Apple ID.