2017年10月14日 星期六

raspbian 設定固定IP


sudo vim /etc/network/interfaces  編輯網路設定

auto eth0
iface eth0 inet static
address 192.168.2.8
netmask 255.255.255.0
gateway 192.168.2.254

尤其 static 表示 靜態 IP

sudo /etc/init.d/networking restart   重新啟動網路

也可以在視窗 >右上方網路圖示

沒有留言:

張貼留言