Mam trochę dziwny problem bo w pliku /etc/network/interfaces mam:
Kod: Zaznacz cały
# 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 eth0
iface eth0 inet dhcp
A muszę mieć:
Kod: Zaznacz cały
# 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
auto eth1
iface eth1 inet static
address 192.168.1.1
netmask 255.255.255.0
Niby prosta sprawa kopiuj, wklej ale jest problem bo plik /etc/network/interfaces jest tylko do odczytu i co z tym zrobić?
Podkreślam, że to mój pierwszy raz z Linuksem, więc, proszę tłumaczyć jak dziecku.
Pozdrawiam.
Odpowiedzi na takie pytania i podobne znajdziesz w dziale dla początkujących i w ,,Debian Reference''.
http://debian.linux.pl/threads/13294-Al ... #post84983
http://debian.linux.pl/threads/12771-Za ... #post81406
fnmirk