Strona 2 z 2

: 27 marca 2011, 21:10
autor: Skeniol
Usunąłem wszystkie swoje wpisy i zostawiłem wersję bezpośrednią po instalacji, identyczne mam w innym systemie operacyjnym w tej samej sieci.

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 eth1
iface eth1 inet loopback
Tak btw. wynik ifconfig z innego kompa w tej samej sieci:

Kod: Zaznacz cały

eth0      Link encap:Ethernet  HWaddr xx:xx:xx:xx:xx:xx  
          inet addr:192.168.1.102  Bcast:192.168.1.255  Mask:255.255.255.0
          inet6 addr: fe80::223:32ff:fec7:5ec/64 Scope:Link
          UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
          RX packets:27 errors:0 dropped:0 overruns:0 frame:0
          TX packets:46 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:1000 
          RX bytes:3375 (3.3 KB)  TX bytes:7941 (7.9 KB)
          Interrupt:42 Base address:0x4000 

eth1      Link encap:Ethernet  HWaddr zz:zz:zz:zz:zz:zz  
          inet addr:10.42.43.1  Bcast:10.42.43.255  Mask:255.255.255.0
          inet6 addr: fe80::223:6cff:fe7f:687f/64 Scope:Link
          UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
          RX packets:0 errors:0 dropped:0 overruns:0 frame:931
          TX packets:11 errors:16 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:1000 
          RX bytes:0 (0.0 B)  TX bytes:2765 (2.7 KB)
          Interrupt:23 

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:56 errors:0 dropped:0 overruns:0 frame:0
          TX packets:56 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:0 
          RX bytes:4080 (4.0 KB)  TX bytes:4080 (4.0 KB)
A co do ifup:

Kod: Zaznacz cały

interface eth1 already configured
A co do adresów MAC to nic nie zeskrobałem. Wkleiłem wszystko to co zwróciło polecenie.

Ale ja to zrobiłem bo to jest w Twoim interesie.
fnmirk

: 27 marca 2011, 21:17
autor: DaVidoSS
I jak to ma działać?

W swoim pliku interfaces wywal wszystko i wklej to:

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
#
allow-hotplug eth0
iface eth0 inet dhcp
#
auto eth1
iface eth1 inet dhcp
allow-hotplug eth1
#



Po edycji i zapisaniu zmian przekładasz kabelek i wykonujesz polecenia :

Kod: Zaznacz cały

su
/etc/init.d/networking stop
/etc/init.d/networking start
ifdown eth0
ifdown eth1
ifup eth1
exit

: 27 marca 2011, 21:39
autor: Skeniol
Wykonałem restart i działa! Bardzo dziękuję.

: 27 marca 2011, 21:42
autor: DaVidoSS
No.. I teraz w ramach dziękczynienia zajrzyj do

http://people.debian.org/~osamu/pub/get ... 05.en.html

by sobie i nam pomóc.

: 27 marca 2011, 22:38
autor: fnmirk