小编Ahm*_*tar的帖子

Setting up Static IP Address for Wireless in Ubuntu 14.04

I've attempted to set up a static ip address for my home computer (Ubuntu 14.04 LTS), and have followed a few online instructions to no avail.

my interfaces file was :

auto l0
iface lo inet loopback

allow-hotplug wlan0
iface wlan0 inet static
address 192.168.1.151
netmask 255.255.255.0
gateway 192.168.1.1
dns-nameservers 8.8.8.8
Run Code Online (Sandbox Code Playgroud)

when I reboot the machine and type ifconfig in the terminal my wlan0 ipv4 was successfully changed to 192.168.1.151 but there is no wireless connection detected. i did the …

wireless networking 14.04

1
推荐指数
1
解决办法
6293
查看次数

标签 统计

14.04 ×1

networking ×1

wireless ×1