Linux Wiseman 4.10.0-37-generic #41-Ubuntu SMP Fri Oct 6 20:20:00 UTC 2017 i686 athlon i686 GNU/Linux
Bus 001 Device 004: ID 12d1:140c Huawei Technologies Co., Ltd. E180v
Bus 001 Device 002: ID 05e3:0608 Genesys Logic, Inc. Hub
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 002 Device 002: ID 046d:c01a Logitech, Inc. M-BQ85 Optical Wheel Mouse
Bus 002 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
myriam@Wiseman:~$ cat /etc/network/interfaces
# interfaces(5) file used by ifup(8) and ifdown(8)
auto lo
iface lo inet loopback
myriam@Wiseman:~$ cat /etc/resolv.conf
# Dynamic resolv.conf(5) file for glibc resolver(3) generated by resolvconf(8)
# DO NOT EDIT THIS FILE BY HAND -- YOUR CHANGES WILL BE OVERWRITTEN
# 127.0.0.53 is the systemd-resolved stub resolver.
# run "systemd-resolve --status" to see details about the actual nameservers.
nameserver 127.0.0.53
myriam@Wiseman:~$ cat /etc/hosts
127.0.0.1 localhost
127.0.1.1 Wiseman
# The following lines are desirable for IPv6 capable hosts
::1 ip6-localhost ip6-loopback
fe00::0 ip6-localnet
ff00::0 ip6-mcastprefix
ff02::1 ip6-allnodes
ff02::2 ip6-allrouters
myriam@Wiseman:~$ ifconfig -a
enp0s7: flags=4099<UP,BROADCAST,MULTICAST> mtu 1500
ether e0:cb:4e:ff:ab:9f txqueuelen 1000 (Ethernet)
RX packets 0 bytes 0 (0.0 B)
RX errors 0 dropped 0 overruns 0 frame 0
TX packets 0 bytes 0 (0.0 B)
TX errors 0 dropped 0 overruns 0 carrier 0 collisions 0
lo: flags=73<UP,LOOPBACK,RUNNING> mtu 65536
inet 127.0.0.1 netmask 255.0.0.0
inet6 ::1 prefixlen 128 scopeid 0x10<host>
loop txqueuelen 1000 (Lokale Schleife)
RX packets 372 bytes 27120 (27.1 KB)
RX errors 0 dropped 0 overruns 0 frame 0
TX packets 372 bytes 27120 (27.1 KB)
TX errors 0 dropped 0 overruns 0 carrier 0 collisions 0
ppp0: flags=4305<UP,POINTOPOINT,RUNNING,NOARP,MULTICAST> mtu 1500
inet 10.132.38.160 netmask 255.255.255.255 destination 0.0.0.0
ppp txqueuelen 3 (Punkt-zu-Punkt-Verbindung)
RX packets 5 bytes 62 (62.0 B)
RX errors 0 dropped 0 overruns 0 frame 0
TX packets 16 bytes 241 (241.0 B)
TX errors 0 dropped 0 overruns 0 carrier 0 collisions 0
myriam@Wiseman:~$ iwconfig
ppp0 no wireless extensions.
lo no wireless extensions.
enp0s7 no wireless extensions.
myriam@Wiseman:~$ route -n
Kernel-IP-Routentabelle
Ziel Router Genmask Flags Metric Ref Use Iface
0.0.0.0 0.0.0.0 0.0.0.0 U 700 0 0 ppp0
169.254.0.0 0.0.0.0 255.255.0.0 U 1000 0 0 ppp0
myriam@Wiseman:~$ arp -av
Einträge: 0 Ignoriert: 0 Gefunden: 0
myriam@Wiseman:~$ cat /var/lib/NetworkManager/NetworkManager.state
[main]
NetworkingEnabled=true
WirelessEnabled=true
WWANEnabled=true
myriam@Wiseman:~$ cat /etc/NetworkManager/NetworkManager.conf
[main]
plugins=ifupdown,keyfile
[ifupdown]
managed=false
myriam@Wiseman:~$ cat /etc/udev/rules.d/70-persistent-net.rules | egrep -i 'device|sub' -A3
cat: /etc/udev/rules.d/70-persistent-net.rules: Datei oder Verzeichnis nicht gefunden
myriam@Wiseman:~$ ping -c 2 www.ubuntuusers.de
ping: www.ubuntuusers.de: Der Name oder der Dienst ist nicht bekannt
myriam@Wiseman:~$ ping -c 2 213.95.41.4
PING 213.95.41.4 (213.95.41.4) 56(84) bytes of data.
64 bytes from 213.95.41.4: icmp_seq=1 ttl=52 time=768 ms
64 bytes from 213.95.41.4: icmp_seq=2 ttl=52 time=427 ms
--- 213.95.41.4 ping statistics ---
2 packets transmitted, 2 received, 0% packet loss, time 1000ms
rtt min/avg/max/mdev = 427.643/597.873/768.103/170.230 ms
Bearbeitet von praseodym:
Bitte verwende in Zukunft Codeblöcke, um die Übersicht im Forum zu verbessern, Danke.