wie muss ich vorgehen wenn ich meine ip einstellungen zu ändern?
ich habe den kde 3.2 und benütze woody...vielen dank für eure antworten!!!
Ändern der Netzwerkeinstellungen
Ändern der Netzwerkeinstellungen
dumm ist man nur wenn man nicht fragt!
sudo vi /etc/network/interfaces
man pages lesen editieren und dann /etc/init.d/networking restart
man pages lesen editieren und dann /etc/init.d/networking restart
Running Debian GNU/lLinux - Testing (for life:-))
Core 2 Duo E6400
4GB Ram
Asus P5B
Asus Geforce 7300 GT
750GB 32MB Cache Seagate SATA II NCQ
500GB 16MB Cache Seagate SATA II NCQ
Terratect Cinergy DVB-C
Core 2 Duo E6400
4GB Ram
Asus P5B
Asus Geforce 7300 GT
750GB 32MB Cache Seagate SATA II NCQ
500GB 16MB Cache Seagate SATA II NCQ
Terratect Cinergy DVB-C
keine ahnung wie ich unter dem vi editiere
folgender text kommt wenn ich wie beschrieben das viele öffne
# 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
auto eth0
iface eth0 inet dhcp
~
......
# 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
auto eth0
iface eth0 inet dhcp
~
......
dumm ist man nur wenn man nicht fragt!
Re: keine ahnung wie ich unter dem vi editiere
...also manpage lesenice_p9 hat geschrieben: # and how to activate them. For more information, see interfaces(5).
Code: Alles auswählen
man interfaces
May the source be with you...