Kod: Zaznacz cały
dmesg | grep -E '^eth*'
Wyjmij kartę i sprawdź, może jest naklejka z MAC...
Kod: Zaznacz cały
dmesg | grep -E '^eth*'
Kod: Zaznacz cały
apt-get install net-tools
ifconfig -a
leszek@utumno:~$ /sbin/ifconfig
eth0 Link encap:Ethernet HWaddr 00:1f:xx:xx:xx:xx
inet6 addr: fe80::21f:c6ff:fe73:800d/64 Scope:Link
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:111160 errors:0 dropped:0 overruns:0 frame:0
TX packets:87525 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:110343765 (105.2 MiB) TX bytes:35702414 (34.0 MiB)
Interrupt:250 Base address:0x8000
Kod: Zaznacz cały
apt-get install net-tools
ifconfig -a
Wpisałem potem:czytanie listy pakietów ... gotowe
odczyt informacji o stanie ... gotowe
net-tools jest juz w najnowszej wersji
Kod: Zaznacz cały
ifconfig -a
Tutaj masz moje maki. Jeśli na palce ciśnie Ci się 'nie mam tego' to nie ma wyjścia. Zaloguj się na konto roota i zrób coś takiego:lis6502@Nexus:~$ su
Hasło:
Nexus:/home/lis6502# ifconfig -a
ath0 Link encap:Ethernet HWaddr xx:xx:xx:xx:xx:xx
inet addr:192.168.2.103 Bcast:192.168.2.255 Mask:255.255.255.0
inet6 addr: fe80::219:e0ff:fe84:f4d/64 Scope:Link
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:84282 errors:0 dropped:0 overruns:0 frame:0
TX packets:41160 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:0
RX bytes:48890110 (46.6 MiB) TX bytes:4605847 (4.3 MiB)
eth0 Link encap:Ethernet HWaddr xx:xx:xx:xx:xx:xx
inet addr:160.64.0.1 Bcast:160.64.0.255 Mask:255.255.255.0
UP BROADCAST MULTICAST MTU:1500 Metric:1
RX packets:0 errors:0 dropped:0 overruns:0 frame:0
TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:0 (0.0 B) TX bytes:0 (0.0 B)
Interrupt:220 Base address:0xc000
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:15460 errors:0 dropped:0 overruns:0 frame:0
TX packets:15460 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:0
RX bytes:1261450 (1.2 MiB) TX bytes:1261450 (1.2 MiB)
wifi0 Link encap:UNSPEC HWaddr xx-xx-xx-xx-xx-xx-xx-xx-00-00-00-00-00-00-00-00
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:446783 errors:0 dropped:0 overruns:0 frame:21868
TX packets:42208 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:280
RX bytes:67934231 (64.7 MiB) TX bytes:5555113 (5.2 MiB)
Interrupt:11
Kod: Zaznacz cały
ifconfig -a 2>&1>plik.txt
Kod: Zaznacz cały
tajwan@debian:~$ su
Hasło:
debian:/home/tajwan# ifconfig
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:28 errors:0 dropped:0 overruns:0 frame:0
TX packets:28 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:0
RX bytes:1880 (1.8 KiB) TX bytes:1880 (1.8 KiB)
Kod: Zaznacz cały
debian:/home/tajwan# ifconfig -a
eth0 Link encap:Ethernet HWaddr 52:xx:xx:xx:xx:xx
BROADCAST MULTICAST MTU:1500 Metric:1
RX packets:0 errors:0 dropped:0 overruns:0 frame:0
TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:0 (0.0 B) TX bytes:0 (0.0 B)
Interrupt:10 Base address:0xdf00
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:28 errors:0 dropped:0 overruns:0 frame:0
TX packets:28 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:0
RX bytes:1880 (1.8 KiB) TX bytes:1880 (1.8 KiB)
Kod: Zaznacz cały
debian:/home/tajwan# apt-cache search net-tools
net-tools - The NET-3 networking toolkit
iproute - networking and traffic control tools
Kod: Zaznacz cały
debian:/home/tajwan# apt-get install net-tools
Czytanie list pakietów... Gotowe
Budowanie drzewa zależności
Odczyt informacji o stanie... Gotowe
net-tools jest już w najnowszej wersji.
0 aktualizowanych, 0 nowo instalowanych, 0 usuwanych i 0 nieaktualizowanych.
Kod: Zaznacz cały
debian:/home/tajwan# ifconfig -a
eth0 Link encap:Ethernet HWaddr 52:xx:xx:xx:xx:xx
BROADCAST MULTICAST MTU:1500 Metric:1
RX packets:0 errors:0 dropped:0 overruns:0 frame:0
TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:0 (0.0 B) TX bytes:0 (0.0 B)
Interrupt:10 Base address:0xdf00
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:28 errors:0 dropped:0 overruns:0 frame:0
TX packets:28 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:0
RX bytes:1880 (1.8 KiB) TX bytes:1880 (1.8 KiB)
Kod: Zaznacz cały
/etc/udev/rules.d/70-persistent-net.rules
Kod: Zaznacz cały
/etc/udev/rules.d/70-persistent-net.rules