diff options
| author | Michael Biebl <biebl@teco.edu> | 2006-08-12 15:37:12 +0000 |
|---|---|---|
| committer | Michael Biebl <biebl@teco.edu> | 2006-08-12 15:37:12 +0000 |
| commit | 911c1f8ef6f9eb7f52f5bdf7c973f8f528549726 (patch) | |
| tree | 2d04339fda22497f33cb38232b963521a648b997 /debian/README.Debian | |
| parent | 0d83a8843f0157a1fba8753d4cef1a10e69e4f8b (diff) | |
Improve the dial-up configuration handling:
- Display the provider name instead of a cryptic number - Check the return value of ifupdown - Add a new section to README.Debian about how to set up a dial-up connection git-svn-id: svn+ssh://svn.debian.org/svn/pkg-utopia/packages/unstable/networkmanager@927 ceb527fc-18e6-0310-9fe2-813c157c29e7
Diffstat (limited to 'debian/README.Debian')
| -rw-r--r-- | debian/README.Debian | 20 |
1 files changed, 18 insertions, 2 deletions
diff --git a/debian/README.Debian b/debian/README.Debian index 59a789e4..621518cd 100644 --- a/debian/README.Debian +++ b/debian/README.Debian @@ -10,8 +10,8 @@ group "netdev". If you want to add a user to group "netdev" use the command "adduser username netdev" or one of the graphical user management frontends. After that you have to reload D-Bus with the command "/etc/init.d/dbus reload". -Configuration -~~~~~~~~~~~~~ +Configuration of wireless and ethernet interfaces +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Only devices that are *not* listed in /etc/network/interfaces or which have been configured "auto" and "dhcp" (with no other options) are managed by NM. @@ -51,3 +51,19 @@ iface eth0 inet static 5.) Device is not listed in /etc/network/interfaces. -> Device is managed by NM. + +Dial-up configuration +~~~~~~~~~~~~~~~~~~~~~ +After configuring your PPP interface (either manually or by using a tool like +"pppconfig") to work with a peer called "myisp" you should edit +/etc/network/interfaces and add a stanza like this: + +iface ppp0 inet ppp + provider myisp + +NM will then make it possible to dial this connection. +If you want to set up multiple internet service providers simply create a new +stanza as listed above specifying the provider and a different iface, e.g. ppp1. + +Please read the "Debian Reference Manual", section 10.6.1.4 or the "interfaces" +man page for further information. |