Hi there,
I have 2 Duo 256M boards. How to connect ssh to 2 boards at one time? I use the default ip address (192.168.42.1) and I can connect to one board only.
Thanks.
1 Like
Log in to one of them, change its network to like 192.168.43.1, and restart it.
Also, you can always access a tty via UART, just in case.
CV1800B board, Duo
SG2002 board, Duo 256M
SG2000 board, Duo S
Change network on the board:
sed --in-place 's/192.168.42./192.168.43./g' /mnt/system/usb-ncm.sh /etc/dnsmasq.conf && reboot
Will do the trick, by the way.
1 Like
Thanks a lot! I’ll try.
1 Like