Dieser Beitrag wurde bereits 1 mal editiert, zuletzt von »PPsniper« (09.02.2006, 15:17)
Quellcode |
|
1 |
sudo passwd |
Zitat
Original von PPsniper
PS: Blöde Frage ich weis aber was ist eigentlich das Standartpasswort von dem Benutzer " root " ?
( hab schon root : root ausprobiert und so des Standartzeug aber ging alles nicht )
Zitat
Original von chieps
Trag die Karte fest in der /etc/network/interfaces mit den Werten für DHCP ein.. Dann sollte normalerweise die Karte beim Einstecken die entsprechende Konfiguration mitkriegen..
Quellcode |
|
1 2 3 4 5 6 7 8 9 10 |
# 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 iface eth0 inet dhcp auto eth0 |
Zitat
# The loopback network interface
auto lo
iface lo inet loopback
# This is a list of hotpluggable network interfaces.
# They will be activated automatically by the hotplug subsystem.
mapping hotplug
script grep
map eth0
# The primary network interface
auto eth0
iface eth0 inet dhcp
Dieser Beitrag wurde bereits 1 mal editiert, zuletzt von »epikur« (14.02.2006, 15:55)