Rafael wrote:
Package: network-manager-kde
Version: 1:0.2.2-1

####### MY /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
address 127.0.0.1
netmask 255.0.0.0

# The primary network interface
allow-hotplug eth1
iface eth1 inet dhcp

auto eth1

iface eth0 inet static
address 192.168.0.1
netmask 255.255.255.0

auto eth0
######### END ##################

If you want your connections to be managed by NetworkManager, please comment out the eth0/eth1 configuration
See also
/usr/share/doc/network-manager/README.Debian


I can't run the command:

$ NetworkManager --no-daemon
bash: NetworkManager: command not found

You have to run those commands as root.
Also make sure, to stop the running NetworkManager daemon first
# /etc/init.d/network-manager stop
# NetworkManager --no-daemon

Cheers,
Michael

--
Why is it that all of the instruments seeking intelligent life in the
universe are pointed away from Earth?

Attachment: signature.asc
Description: OpenPGP digital signature

Reply via email to