[Solved] Linux ip address help
Posted: Mon May 03, 2010 5:36 pm
I just updated ubuntu to 10.04 and was wonder how to change my ip address to 192.168.1.123, below my interface file, followed by the ifconfig results, anyone know what I did wrong?
/etc/network/interfaces
/etc/network/interfaces
- auto lo
iface lo inet loopback
auto wlan0
iface wlan0 inet static
address 192.168.1.123
netmask 255.255.255.0
network 192.168.1.0
broadcast 192.168.1.255
gateway 192.168.1.1
# dns-* options are implemented by the resolvconf package, if installed
dns-nameservers 142.165.200.5
- wlan0 Link encap:Ethernet HWaddr 00:1e:4c:2f:2e:17
inet addr:192.168.1.106 Bcast:192.168.1.255 Mask:255.255.255.0
inet6 addr: fe80::21e:4cff:fe2f:2e17/64 Scope:Link
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:28588 errors:0 dropped:0 overruns:0 frame:0
TX packets:25848 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:25469137 (25.4 MB) TX bytes:8093769 (8.0 MB)