this small howto leads you through setting up the M$vpn pptp connection as used in the students' hostel, fantoft, bergen, norway. it is derived from the howtos found at uib.no, focuses on debian systems and tries to be easy to follow. if you encounter problems with this howto, feel free to submit corrections to felix aet salfelder doht org.

now do ifup eth0=uib to switch on and ifdown eth0 to switch off the interface.

if you use ifplugd (which you want!), you add

	test1 peer address 10.10.80.1 source MY_IP_ADDRESS mac 00:0f:f7:e0:3b:00 
to the stanza in your interfaces, where MY_IP_ADDRESS is the address obtained from dhcp (which is fixed to the mac of your interface). The ifup and ifdown commands are then executed on inserting/removing the cable.


good luck