2023-04-07

nmcli con modify 로 ip두개 줬다 뺏기.

nmcli con modify <연결 이름> ipv4.addresses 192.168.0.10/24,192.168.0.11/24
nmcli con modify <연결 이름> ipv4.addresses 192.168.0.10/24

댓글 없음:

댓글 쓰기

Sharing /dev/ttyUSB0 between Claude Code and a Human via tmux

Sharing /dev/ttyUSB0 between Claude Code and a Human via tmux When you debug an embedded board with Claude Code, sooner or later you want t...