Strona 2 z 2

: 20 grudnia 2008, 18:23
autor: bullseye
Pewnie zle napisalem, wczesniejsze wpisy wygladaja nastepujaco: (te powyzej to przerobione przeze mnie juz)

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

Kod: Zaznacz cały

# This file was automatically generated by the /lib/udev/write_net_rules
# program, probably run by the persistent-net-generator.rules rules file.
#
# You can modify it, as long as you keep each rule on a single line.
# MAC addresses must be written in lowercase.

# PCI device 0x1106:0x3106 (via-rhine) (Linksys w PC)
SUBSYSTEM=="net", DRIVERS=="?*", ATTRS{address}=="00:0f:3d:c2:64:ad", NAME="eth0"

# PCI device 0x8086:0x2449 (e100) (Wbudowana w chpset serwera)
SUBSYSTEM=="net", DRIVERS=="?*", ATTRS{address}=="00:01:80:0a:c2:0a", NAME="eth1"
Wiec wyglada to na to ze SSH nasluchuje na adresie mac karty ktorej juz fizycznie nie ma, i nie wiem gdzie to przestawic. Alr to tylko moje rozmyslenia :)

: 20 grudnia 2008, 18:58
autor: tomii
A może tak:

Kod: Zaznacz cały

auto eth0
iface eth0 inet dhcp
auto eth1
iface eth1 inet dhcp

: 20 grudnia 2008, 19:14
autor: bullseye
Po zmianach, które pokazałem powyżej SSH działa, po prostu zagapiłem się i zapomniałem, że odinstalowałem SSH. Ale wstyd :)
Dziękuję za pomoc :)