no internet connection / tty connection

176 views
Skip to first unread message

TCH

unread,
Oct 21, 2021, 4:00:40 PM10/21/21
to ClusterHAT
Hey,
i have a pi4b with a CNAT buster full image and 4 raspberrypi0's
i had a connection via ssh and via tty (minicom p1).
i installed the following:
docker on every pi
added all raspberry pi 0 to swarm with the raspberrypi 4 as master

after a while i cannot ssh into the pi's and minicom gives the following error:
minicom: cannot open /dev/ttypi1: No such file or directory

when i type ls /dev/ttypi*  the output is:
ls: cannot access '/dev/ttypi*': No such file or directory

does anyone have tips for me?

some info:
ifconfig on cnat:
br0: flags=4099<UP,BROADCAST,MULTICAST>  mtu 1500
        ether dc:a6:32:41:62:36  txqueuelen 1000  (Ethernet)
        RX packets 0  bytes 0 (0.0 B)
        RX errors 0  dropped 0  overruns 0  frame 0
        TX packets 7  bytes 961 (961.0 B)
        TX errors 0  dropped 0 overruns 0  carrier 0  collisions 0

br-9952ccac4855: flags=4163<UP,BROADCAST,RUNNING,MULTICAST>  mtu 1500
        inet 172.20.0.1  netmask 255.255.0.0  broadcast 172.20.255.255
        inet6 fe80::42:7dff:fe8b:c79d  prefixlen 64  scopeid 0x20<link>
        ether 02:42:7d:8b:c7:9d  txqueuelen 0  (Ethernet)
        RX packets 249  bytes 20621 (20.1 KiB)
        RX errors 0  dropped 0  overruns 0  frame 0
        TX packets 94  bytes 8185 (7.9 KiB)
        TX errors 0  dropped 0 overruns 0  carrier 0  collisions 0

brint: flags=4163<UP,BROADCAST,RUNNING,MULTICAST>  mtu 1500
        inet 172.19.180.254  netmask 255.255.255.0  broadcast 172.19.180.255
        inet6 fe80::d88a:ebff:fe32:e07f  prefixlen 64  scopeid 0x20<link>
        ether da:8a:eb:32:e0:7f  txqueuelen 1000  (Ethernet)
        RX packets 0  bytes 0 (0.0 B)
        RX errors 0  dropped 0  overruns 0  frame 0
        TX packets 62  bytes 7010 (6.8 KiB)
        TX errors 0  dropped 0 overruns 0  carrier 0  collisions 0

docker0: flags=4163<UP,BROADCAST,RUNNING,MULTICAST>  mtu 1500
        inet 172.17.0.1  netmask 255.255.0.0  broadcast 172.17.255.255
        inet6 fe80::42:85ff:febc:5e27  prefixlen 64  scopeid 0x20<link>
        ether 02:42:85:bc:5e:27  txqueuelen 0  (Ethernet)
        RX packets 9  bytes 1129 (1.1 KiB)
        RX errors 0  dropped 0  overruns 0  frame 0
        TX packets 43  bytes 5471 (5.3 KiB)
        TX errors 0  dropped 0 overruns 0  carrier 0  collisions 0

docker_gwbridge: flags=4163<UP,BROADCAST,RUNNING,MULTICAST>  mtu 1500
        inet 172.18.0.1  netmask 255.255.0.0  broadcast 172.18.255.255
        inet6 fe80::42:84ff:feb8:750a  prefixlen 64  scopeid 0x20<link>
        ether 02:42:84:b8:75:0a  txqueuelen 0  (Ethernet)
        RX packets 4  bytes 627 (627.0 B)
        RX errors 0  dropped 0  overruns 0  frame 0
        TX packets 38  bytes 4913 (4.7 KiB)
        TX errors 0  dropped 0 overruns 0  carrier 0  collisions 0

eth0: flags=4163<UP,BROADCAST,RUNNING,MULTICAST>  mtu 1500
        inet 192.168.1.52  netmask 255.255.255.0  broadcast 192.168.1.255
        inet6 fe80::1a87:19bb:4a8c:aa7e  prefixlen 64  scopeid 0x20<link>
        ether dc:a6:32:41:62:36  txqueuelen 1000  (Ethernet)
        RX packets 536  bytes 44877 (43.8 KiB)
        RX errors 0  dropped 0  overruns 0  frame 0
        TX packets 1278  bytes 216888 (211.8 KiB)
        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 2932  bytes 284004 (277.3 KiB)
        RX errors 0  dropped 0  overruns 0  frame 0
        TX packets 2932  bytes 284004 (277.3 KiB)
        TX errors 0  dropped 0 overruns 0  carrier 0  collisions 0

veth8238330: flags=4163<UP,BROADCAST,RUNNING,MULTICAST>  mtu 1500
        inet 169.254.205.166  netmask 255.255.0.0  broadcast 169.254.255.255
        inet6 fe80::8247:8246:b0dc:6853  prefixlen 64  scopeid 0x20<link>
        ether 8a:ea:94:68:7f:63  txqueuelen 0  (Ethernet)
        RX packets 9  bytes 1255 (1.2 KiB)
        RX errors 0  dropped 0  overruns 0  frame 0
        TX packets 126  bytes 22678 (22.1 KiB)
        TX errors 0  dropped 0 overruns 0  carrier 0  collisions 0

veth9003381: flags=4163<UP,BROADCAST,RUNNING,MULTICAST>  mtu 1500
        inet 169.254.73.36  netmask 255.255.0.0  broadcast 169.254.255.255
        inet6 fe80::fb52:6756:fe77:6a44  prefixlen 64  scopeid 0x20<link>
        ether aa:50:cd:cb:78:58  txqueuelen 0  (Ethernet)
        RX packets 10  bytes 1362 (1.3 KiB)
        RX errors 0  dropped 0  overruns 0  frame 0
        TX packets 228  bytes 36240 (35.3 KiB)
        TX errors 0  dropped 0 overruns 0  carrier 0  collisions 0

veth225d1e9: flags=4163<UP,BROADCAST,RUNNING,MULTICAST>  mtu 1500
        inet 169.254.177.104  netmask 255.255.0.0  broadcast 169.254.255.255
        inet6 fe80::12be:2ae9:5402:63e3  prefixlen 64  scopeid 0x20<link>
        ether 26:d2:4e:c3:14:04  txqueuelen 0  (Ethernet)
        RX packets 4  bytes 683 (683.0 B)
        RX errors 0  dropped 0  overruns 0  frame 0
        TX packets 113  bytes 21111 (20.6 KiB)
        TX errors 0  dropped 1 overruns 0  carrier 0  collisions 0

veth5c853a3: flags=4163<UP,BROADCAST,RUNNING,MULTICAST>  mtu 1500
        inet 169.254.79.113  netmask 255.255.0.0  broadcast 169.254.255.255
        inet6 fe80::94ef:19ff:fea9:f321  prefixlen 64  scopeid 0x20<link>
        inet6 fe80::61c2:a165:b5df:377  prefixlen 64  scopeid 0x20<link>
        ether 96:ef:19:a9:f3:21  txqueuelen 0  (Ethernet)
        RX packets 12  bytes 1175 (1.1 KiB)
        RX errors 0  dropped 0  overruns 0  frame 0
        TX packets 50  bytes 7820 (7.6 KiB)
        TX errors 0  dropped 0 overruns 0  carrier 0  collisions 0

veth77f3f30: flags=4163<UP,BROADCAST,RUNNING,MULTICAST>  mtu 1500
        inet 169.254.97.236  netmask 255.255.0.0  broadcast 169.254.255.255
        inet6 fe80::8d94:aba3:114:fcb4  prefixlen 64  scopeid 0x20<link>
        ether b2:99:77:1c:fe:e7  txqueuelen 0  (Ethernet)
        RX packets 0  bytes 0 (0.0 B)
        RX errors 0  dropped 0  overruns 0  frame 0
        TX packets 114  bytes 21032 (20.5 KiB)
        TX errors 0  dropped 0 overruns 0  carrier 0  collisions 0

vethaa7ef46: flags=4163<UP,BROADCAST,RUNNING,MULTICAST>  mtu 1500
        inet 169.254.225.245  netmask 255.255.0.0  broadcast 169.254.255.255
        inet6 fe80::cc12:77ff:fef2:2eb3  prefixlen 64  scopeid 0x20<link>
        ether ce:12:77:f2:2e:b3  txqueuelen 0  (Ethernet)
        RX packets 11  bytes 1565 (1.5 KiB)
        RX errors 0  dropped 0  overruns 0  frame 0
        TX packets 232  bytes 37282 (36.4 KiB)
        TX errors 0  dropped 0 overruns 0  carrier 0  collisions 0

wlan0: flags=4099<UP,BROADCAST,MULTICAST>  mtu 1500
        ether dc:a6:32:41:62:38  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

Chris Burton

unread,
Oct 23, 2021, 5:25:11 AM10/23/21
to ClusterHAT
Hi, 
does anyone have tips for me?

Can you run the following and send the output to sup...@8086.net.uk with details of which images you're using please and I'll take a look.

uname -a ;cat /proc/device-tree/hat/* ; echo ; dmesg|grep "cdc\|usb" ; lsusb -t; sudo ifconfig -a ; sudo brctl show 

Thanks,
 Chris.
Reply all
Reply to author
Forward
0 new messages