brak sieci przy starcie systemu

Masz problemy z siecią bądź internetem? Zapytaj tu
hellhax
Posty: 13
Rejestracja: 08 czerwca 2007, 01:22

brak sieci przy starcie systemu

Post autor: hellhax »

Witam

mam nastepujacy problem: jakis czas temu laptop byl w serwisie i wymienili min plyte glowna. Po powrocie z serwisu nie dzialal mi internet (dhcp). Troche pogrzebalem i sie okazalo ze plik /etc/network/interfaces mial postac:

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 eth1
iface eth1 inet dhcp
zmieniliem na:

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 eth1
iface eth1 inet dhcp
i po wpisaniu jako root w konsole dhclient internet wstaje...tylko ze jest taki problem ze teraz musze po kazdym wlaczeniu kompa logowac sie jako root i wpisywac dhclient
jak zrobic zeby siec wstawala automatycznie?

z góry thx
jaSS
Beginner
Posty: 388
Rejestracja: 02 czerwca 2006, 08:57

Post autor: jaSS »

A że tak się zapytam na jakim interfejsie "wstaje" Ci ten internet?
hellhax
Posty: 13
Rejestracja: 08 czerwca 2007, 01:22

Post autor: hellhax »

hmmm wedlug ifcongig na eth2: (tak sądze :) )

Kod: Zaznacz cały

homelands:/home/hellhax# ifconfig
eth2      Link encap:Ethernet  HWaddr 00:03:0D:4B:B0:2F
          inet addr:192.168.0.104  Bcast:192.168.0.255  Mask:255.255.255.0
          inet6 addr: fe80::203:dff:fe4b:b02f/64 Scope:Link
          UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
          RX packets:39870 errors:0 dropped:0 overruns:0 frame:0
          TX packets:34602 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:1000
          RX bytes:50420551 (48.0 MiB)  TX bytes:3583293 (3.4 MiB)
          Interrupt:177 Base address:0xa000

eth3      Link encap:UNSPEC  HWaddr 00-03-0D-49-50-01-DD-42-00-00-00-00-00-00-00-00
          UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
          RX packets:0 errors:0 dropped:0 overruns:0 frame:0
          TX packets:0 errors:116 dropped:116 overruns:0 carrier:0
          collisions:0 txqueuelen:1000
          RX bytes:0 (0.0 b)  TX bytes:0 (0.0 b)

lo        Link encap:Local Loopback
          inet addr:127.0.0.1  Mask:255.0.0.0
          inet6 addr: ::1/128 Scope:Host
          UP LOOPBACK RUNNING  MTU:16436  Metric:1
          RX packets:193 errors:0 dropped:0 overruns:0 frame:0
          TX packets:193 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:0
          RX bytes:12104 (11.8 KiB)  TX bytes:12104 (11.8 KiB)
jaSS
Beginner
Posty: 388
Rejestracja: 02 czerwca 2006, 08:57

Post autor: jaSS »

No to może trzeba dodać wpis dotyczący eth2 albo zmienić numerki w /etc/udev/rules.d/z25_persistent-net.rules
hellhax
Posty: 13
Rejestracja: 08 czerwca 2007, 01:22

Post autor: hellhax »

pomogło dzięki :)
ODPOWIEDZ