View Single Post
Old 11-14-2021, 10:20 PM   #13
jollyblondgiant
Member
jollyblondgiant began at the beginning.
 
Posts: 24
Karma: 10
Join Date: Jun 2021
Device: Kindle Touch K5
using ssh on the raspi
I attempted to update my netplan settings but received an error
Code:
sudo: netplan: command not found
$ cat /etc/os-release informs me that I've got buster installed, and apparently busteruses dhcpcd.conf.

i edited mine to include:
Code:
interface usb0
static ip_address=192.168.15.244
static routers=192.168.15.1
then once I rebooted the raspi, I ran:
Code:
$ 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.62 ms
64 bytes from 192.168.15.244: icmp_seq=2 ttl=64 time=0.394 ms
64 bytes from 192.168.15.244: icmp_seq=3 ttl=64 time=0.482 ms
^C
--- 192.168.15.244 ping statistics ---
3 packets transmitted, 3 received, 0% packet loss, time 64ms
rtt min/avg/max/mdev = 0.394/0.832/1.621/0.559 ms

$  ssh root@192.168.15.244                  |


Welcome to Kindle!

root@192.168.15.244's password:
#################################################
#  N O T I C E  *  N O T I C E  *  N O T I C E  #
#################################################
Rootfs is mounted read-only. Invoke mntroot rw to
switch back to a writable rootfs.
#################################################
[root@kindle root]#
jollyblondgiant is offline   Reply With Quote