Jump to content

This is the support site for Andrews & Arnold Ltd, a UK Internet provider. Information on these pages is generally for our customers but may be useful to others, enjoy!

L2TP Client: OSX: Difference between revisions

Added section about IPv6
(Added section about IPv6)
(One intermediate revision by the same user not shown)
__NOTOC__<indicator name="L2TP">[[File:Menu-L2TP.svg|link=:Category:Incoming_L2TP|30px|Back up to the Incoming L2TP Category]]</indicator>
[[Category:Incoming_L2TP]]
==Apple OSXMac OS X==
An Apple computer can be used to create an L2TP connection in to AAISP, here's how:
 
 
To undo this change delete the /etc/ppp/options file.
 
 
===IPv6===
 
IPv6 does not seem to work on an L2TP interface when configured using the GUI, even with 'Configure IPv6' set to 'Manually'.
 
It can be made to work by entering commands on the command line, after the tunnel is connected:
 
/sbin/ifconfig ppp0 inet6 add 2001:8b0:XXXX::1/64
route add -inet6 default -interface ppp0
 
It should be possible to automate this by creating an /etc/ppp/auth-up script.
57

edits