tags: Linux
Ubuntu
Netplan Setting 網路設定
- 安裝工具
sudo apt-get install net-tools
- 查詢有線網路ethernets名稱
networkctl
- 編輯設定檔
sudo vim /etc/netplan/[config.yaml]
- 替換ethernets名稱
- 替換指定Ubuntu Server的IP及gateway
- 替換DNS
# This is the network config written by 'subiquity' network: ethernets: enp0s31f6: addresses: [192.168.10.37/24] gateway4: 192.168.10.254 nameservers: addresses: [192.168.10.2] dhcp4: no version: 2
- 檢查
sudo netplan try
- 套用
sudo netplan apply
安裝SSH
- 查詢是否有安裝
dpkg -l | grep ssh
- openssh-clinet 已預設安裝
- 安裝openssh-server
sudo apt-get install openssh-server
- 確認啟動
ps -e | grep ssh
登入SSH
- 測試登入
ssh [username]@[server ip]
- 利用Xshell於其他電腦遠端操作
沒有留言:
張貼留言