<div>Hello everybody,</div><div><br></div><div>I'm needing a little help with a VPN using strongSwan.</div><div><br></div><div>I have two sites running perfectly with strongSwan, but recently we started to use (in both sites) Mac computers (with Snow Leopard)... Then some problems came up.</div>
<div><br></div><div>Some applications and / or protocols do not work properly, such as Bonjour, iChat, Remote Desktop (VNC) (for Macs only), buddylist, etc...</div><div><br></div><div>Everything about PC Computers and Windows works without problems... but these problems with Mac OSs are driving me crazy.</div>
<div><br></div><div>Am I missing something? Do I need to configure something extra in the StrongSwan configs to make this work? Any tips?</div><div><br></div><div>Thanks in advance!</div><div><br></div><div>PS: This is the ipsec.conf I'm using:</div>
<div><br></div><div>config setup</div><div>        charonstart=yes</div><div>        plutostart=yes</div><div>        keep_alive=10s</div><div><br></div><div>conn %default</div><div>        keyingtries=%forever</div><div>
        dpdaction=restart</div><div>        dpddelay=60s</div><div><br></div><div>conn vpnaxs</div><div>        keyexchange=ikev1</div><div>        ike=aes256-sha1-modp1024</div><div>        pfs=yes</div><div>        pfsgroup=modp1024</div>
<div>        ikelifetime=86400s</div><div>        esp=aes256-sha1</div><div>        compress=no</div><div>        authby=secret</div><div>        left=x.x.x.x</div><div>        leftid=x.x.x.x</div><div>        leftsubnet=<a href="http://192.168.1.0/24">192.168.1.0/24</a></div>
<div>        leftfirewall=yes</div><div>        lefthostaccess=yes</div><div>        right=y.y.y.y</div><div>        rightid=y.y.y.y</div><div>        rightsubnet=<a href="http://0.0.0.0/0">0.0.0.0/0</a></div><div>        auto=start</div>
<div><br></div><div><br></div>-- <br>Tica ;-)<br><br>