Hallo,
habe den UMTS Stick eingesteckt und beim ifconfig -a entdeckt, dass es ein neues Netzwerkinterface gibt, allerdings angehalten.
# ifconfig -a hso0
hso0: flags=4240<POINTOPOINT,NOARP,MULTICAST> mtu 1486
unspec 00-00-00-00-00-00-00-00-00-00-00-00-00-00-00-00 txqueuelen 10 (UNSPEC)
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
Beim Versuch das Interface zu starten erhalte ich eine seltsame Fehlermeldung
# ifup hso0
ifup: unknown interface hso0
Das Interface wird doch bei ifconfig -a erkannt, wieso ist das unknown?
Andere Versuche mit ip (bin mit ip nicht vertraut und probiere Tipps aus einem Linux wiki)
# ip addr show hso0
8: hso0: <POINTOPOINT,MULTICAST,NOARP> mtu 1486 qdisc noop state DOWN group default qlen 10
link/none
# ip -4 link set hso0 up
# ip -4 addr show hso0
# ip addr show hso0
8: hso0: <POINTOPOINT,MULTICAST,NOARP,UP,LOWER_UP> mtu 1486 qdisc pfifo_fast state UNKNOWN group default qlen 10
link/none
inet6 fe80::1366:1546:d7c1:81fc/64 scope link flags 800
valid_lft forever preferred_lft forever
# ifconfig hso0
hso0: flags=4305<UP,POINTOPOINT,RUNNING,NOARP,MULTICAST> mtu 1486
inet6 fe80::1366:1546:d7c1:81fc prefixlen 64 scopeid 0x20<link>
unspec 00-00-00-00-00-00-00-00-00-00-00-00-00-00-00-00 txqueuelen 10 (UNSPEC)
RX packets 0 bytes 0 (0.0 B)
RX errors 0 dropped 0 overruns 0 frame 0
TX packets 13 bytes 624 (624.0 B)
TX errors 0 dropped 0 overruns 0 carrier 0 collisions 0
Display More
Mit ip -4 sollte eigentlich keine IPv6 Adresse angelegt werden .
Mit der IPv6 Adresse bekomme ich keine UMTS Verbindung und im Moment gehen mir die Ideen aus.
Hat jemand einen rettenden Einfall?
Grüße
Radius