Setting Static IP on Wireless Interface on Ubuntu (+3)
idham April 18, 2013Step to make static IP address your wireless interface on Ubuntu
sudo gedit /etc/network/interfaces
auto wlan0
iface wlan0 inet static
address 192.168.1.99 (whatever you want)
gateway 192.168.1.1
dns-nameservers 192.168.1.1
netmask 255.255.255.0
wpa-ssid jonsinternet
wpa-key-mgmt WPA-PSK
wpa-psk thisismywifipassword (your wifi password)
sudo /etc/init.d/networking restart
Check your IP address
ifconfig
Test connection
ping -c 4 yahoo.com
660 total views, 2 views today
Harap login untuk Vote UP postingan ini.
Comments (1)
Thank ilmunya 🙂
You must be logged in to post a comment.