
		     elho desktop system configuration

		   Copyright (C) 2010-2012 Elmar Hoffmann


UMTS configuration
==================

To use a wireless modem with Vodafone Germany add a stanza like this to
/etc/network/interfaces:

iface umts inet ppp
    provider Vodafone.de

To automatically use a previously configured OpenVPN tunnel, use a stanza
like this:

iface umts inet ppp
    provider Vodafone.de
    up waitreachable $(openvpn-remote foo) && service openvpn start foo
    down service openvpn stop foo && sleep 1

To use o2 Germany, use "o2-de" as provider name instead of "Vodafone.de".
