On Dec 14, 2006, at 7:07 PM, Michael Biebl wrote:
Could you please send me the version of network-manager and attach
your
/etc/network/interfaces.
Here's the interfaces file that works for me now. It's based on what
the installer creates when I tell it not to use DHCP during the
initial network discovery phase of the install.
debian:~# cat /etc/network/interfaces
# This file describes the network interfaces available on your system
# and how to activate them. For more information, see interfaces(5).
# The loopback network interface
auto lo
iface lo inet loopback
# The primary network interface
allow-hotplug eth1
iface eth1 inet static
address 192.168.1.188
netmask 255.255.255.0
network 192.168.1.0
broadcast 192.168.1.255
gateway 192.168.1.254
# dns-* options are implemented by the resolvconf package,
if installed
dns-nameservers 192.168.1.118 192.168.1.138 192.168.1.254
dns-search rcthomas.org rutgers.edu
Here's the interfaces file as I received it from the debian-installer.
debian:~# cat /etc/network/interfaces.ORIG
# This file describes the network interfaces available on your system
# and how to activate them. For more information, see interfaces(5).
# The loopback network interface
auto lo
iface lo inet loopback
# The primary network interface
allow-hotplug eth1
iface eth1 inet dhcp
And here's the skinny on the network-manager package.
debian:~# aptitude show network-manager
Package: network-manager
State: installed
Automatically installed: yes
Version: 0.6.4-6
Priority: optional
Section: net
Maintainer: Riccardo Setti <[EMAIL PROTECTED]>
Uncompressed Size: 623k
Depends: libc6 (>= 2.3.5-1), libdbus-1-3 (>= 0.94), libdbus-
glib-1-2 (>= 0.71), libgcrypt11 (>= 1.2.2),
libglib2.0-0 (>= 2.12.0), libgpg-error0 (>= 1.4), libhal1
(>= 0.5), libiw28 (>= 28), libnl1-pre6,
libnm-util0, iproute, iputils-arping, dhcdbd (>= 1.12-2),
lsb-base (>= 2.0-6), wpasupplicant (>=
0.4.8), dbus (>= 0.60), hal (>= 0.5.7.1), ifupdown, adduser
Description: network management framework daemon
NetworkManager attempts to keep an active network connection
available at all times. It is intended only
for the desktop use-case, and is not intended for usage on servers.
The point of NetworkManager is to make
networking configuration and setup as painless and automatic as
possible. If using DHCP, NetworkManager i
_intended_ to replace default routes, obtain IP addresses from a
DHCP server, and change nameservers
whenever it sees fit.
This package provides the userspace daemons.
Homepage: http://www.gnome.org/projects/NetworkManager/
Tags: role::program
Hope it helps!
Rick
PS: This machine is dedicated to testing Debian and the debian-
installer. It has no other purpose. So feel free to ask me to try
anything (non-destructive) on it.
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]