ubuntuusers.de

Taomon Netzwerk

Autor:
Taomon
Datum:
23. Oktober 2020 14:33
Code:
 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
alex@Guilmon:~$ ifconfig -a
eth0: flags=4163<UP,BROADCAST,RUNNING,MULTICAST>  mtu 1500
        inet 192.168.178.27  netmask 255.255.255.0  broadcast 192.168.178.255
        inet6 fe80::368c:4bb3:2b1e:d2a0  prefixlen 64  scopeid 0x20<link>
        inet6 2001:16b8:a031:600:d3dc:84ce:5557:3249  prefixlen 64  scopeid 0x0<global>
        ether 00:21:cc:ce:85:21  txqueuelen 1000  (Ethernet)
        RX packets 9079  bytes 2898129 (2.8 MB)
        RX errors 0  dropped 3387  overruns 0  frame 0
        TX packets 3602  bytes 455864 (455.8 KB)
        TX errors 0  dropped 0 overruns 0  carrier 0  collisions 0
        device interrupt 20  memory 0xf2500000-f2520000  

lo: flags=73<UP,LOOPBACK,RUNNING>  mtu 65536
        inet 127.0.0.1  netmask 255.0.0.0
        loop  txqueuelen 1000  (Lokale Schleife)
        RX packets 3448  bytes 315933 (315.9 KB)
        RX errors 0  dropped 0  overruns 0  frame 0
        TX packets 3448  bytes 315933 (315.9 KB)
        TX errors 0  dropped 0 overruns 0  carrier 0  collisions 0

wlan0: flags=4163<UP,BROADCAST,RUNNING,MULTICAST>  mtu 1500
        inet 192.168.43.70  netmask 255.255.255.0  broadcast 192.168.43.255
        ether 60:67:20:6d:70:b0  txqueuelen 1000  (Ethernet)
        RX packets 103546  bytes 129616364 (129.6 MB)
        RX errors 0  dropped 0  overruns 0  frame 0
        TX packets 60579  bytes 5891318 (5.8 MB)
        TX errors 0  dropped 0 overruns 0  carrier 0  collisions 0

alex@Guilmon:~$ 
lex@Guilmon:~$ route -n
Kernel-IP-Routentabelle
Ziel            Router          Genmask         Flags Metric Ref    Use Iface
0.0.0.0         192.168.178.1   0.0.0.0         UG    100    0        0 eth0
0.0.0.0         192.168.43.1    0.0.0.0         UG    600    0        0 wlan0
192.168.43.0    0.0.0.0         255.255.255.0   U     600    0        0 wlan0
192.168.178.0   0.0.0.0         255.255.255.0   U     100    0        0 eth0
alex@Guilmon:~$