Thanks David,
Here is the output, looks the same as yours.
Quote:
root@192.168.1.146's password:
[admin@io root]# ifconfig
wlan0 Link encap:Ethernet HWaddr 58:...:E9
inet addr:192.168.1.146 Bcast:192.168.1.255 Mask:255.255.255.0
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:66 errors:0 dropped:2 overruns:0 frame:0
TX packets:48 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:10968 (10.7 KiB) TX bytes:6685 (6.5 KiB)
[admin@io root]# ip route | grep default
default via 192.168.1.1 dev wlan0 metric 305
[admin@io root]#
|
I have also tried to insert google's dns servers as a failed attempt.
Quote:
[admin@io root]# cat /etc/resolv.conf
# Generated by dhcpcd from wlan0
# /etc/resolv.conf.head can replace this line
domain home
nameserver 8.8.8.8
nameserver 8.8.4.4
# /etc/resolv.conf.tail can replace this line
[admin@io root]#
|