The PPTP client works well.
So the following lines were added in /etc/network/interfaces to enable the tunnel at system startup :
auto tunnel
iface tunnel inet ppp
provider myTunnel
according to HowTo Debian : PPTP Client
but the vpn remain unreachable until I restart the network with :
/etc/init.d/networking restart
Did I miss anything ?