站內搜尋

Sunday, December 6, 2015

[Linux] Ubuntu 在使用無線網路 wifi 時,固定IP的設定方式 (/etc/network/interfaces)

1. 用管理者開啟 /etc/network/interfaces
#vim /etc/network/interfaces

2. 以無線網卡 wlan0 為例,請增加下列內容
iface wlan0 inet static
address 172.20.10.8
netmask 255.255.255.240

gateway 172.20.10.1

3. 重新啟動

備註:
無線網卡不一定是 wlan0 ,要查詢主機的無線網卡,請使用 iwconfig

No comments:

Post a Comment