View Single Post
Old 11-14-2021, 10:16 AM   #11
jollyblondgiant
Member
jollyblondgiant began at the beginning.
 
Posts: 24
Karma: 10
Join Date: Jun 2021
Device: Kindle Touch K5
I'm trying to implement your suggestion:

from my pc, with kindle directly attached:
Code:
ags=4099<UP,BROADCAST,MULTICAST>  mtu 1500
        inet 172.18.0.1  netmask 255.255.0.0  broadcast 172.18.255.255
        ether 02:42:61:9b:93:39  txqueuelen 0  (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

docker0: flags=4099<UP,BROADCAST,MULTICAST>  mtu 1500
        inet 172.17.0.1  netmask 255.255.0.0  broadcast 172.17.255.255
        ether 02:42:f0:31:a3:c7  txqueuelen 0  (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

enp8s0: flags=4099<UP,BROADCAST,MULTICAST>  mtu 1500
        ether 70:85:c2:96:38:17  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  (Local Loopback)
        RX packets 545  bytes 65756 (65.7 KB)
        RX errors 0  dropped 0  overruns 0  frame 0
        TX packets 545  bytes 65756 (65.7 KB)
        TX errors 0  dropped 0 overruns 0  carrier 0  collisions 0

usb0: flags=4163<UP,BROADCAST,RUNNING,MULTICAST>  mtu 1500
        ether b6:02:cb:b6:ff:fa  txqueuelen 1000  (Ethernet)
        RX packets 0  bytes 0 (0.0 B)
        RX errors 0  dropped 0  overruns 0  frame 0
        TX packets 121  bytes 18952 (18.9 KB)
        TX errors 0  dropped 0 overruns 0  carrier 0  collisions 0

wlp7s0: flags=4163<UP,BROADCAST,RUNNING,MULTICAST>  mtu 1500
        inet 192.168.10.192  netmask 255.255.255.0  broadcast 192.168.10.255
        inet6 fe80::9770:c562:1e7:aa14  prefixlen 64  scopeid 0x20<link>
        ether 78:2b:46:bd:98:fe  txqueuelen 1000  (Ethernet)
        RX packets 49136  bytes 72412979 (72.4 MB)
        RX errors 0  dropped 0  overruns 0  frame 0
        TX packets 4954  bytes 715637 (715.6 KB)
        TX errors 0  dropped 0 overruns 0  carrier 0  collisions 0

$ sudo ifconfig usb0 192.168.15.201
$ ping 192.168.15.244
PING 192.168.15.244 (192.168.15.244) 56(84) bytes of data.
64 bytes from 192.168.15.244: icmp_seq=1 ttl=64 time=1.44 ms
64 bytes from 192.168.15.244: icmp_seq=2 ttl=64 time=0.395 ms
64 bytes from 192.168.15.244: icmp_seq=3 ttl=64 time=0.506 ms
64 bytes from 192.168.15.244: icmp_seq=4 ttl=64 time=0.407 ms
64 bytes from 192.168.15.244: icmp_seq=5 ttl=64 time=0.252 ms
^C
--- 192.168.15.244 ping statistics ---
5 packets transmitted, 5 received, 0% packet loss, time 4070ms
rtt min/avg/max/mdev = 0.252/0.600/1.442/0.428 ms

$ ssh root@192.168.15.244
here the code hangs but I get "activation of network connection failed" alerts from ubuntu
jollyblondgiant is offline   Reply With Quote