[SOLVED] Network is unreachable, ubuntu server 14.04, running on Wireless LAN
Linux - NetworkingThis forum is for any issue related to networks or networking.
Routing, network cards, OSI, etc. Anything is fair game.
Notices
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here.
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
Get a virtual cloud desktop with the Linux distro that you want in less than five minutes with Shells! With over 10 pre-installed distros to choose from, the worry-free installation life is here! Whether you are a digital nomad or just looking for flexibility, Shells can put your Linux machine on the device that you want to use.
Exclusive for LQ members, get up to 45% off per month. Click here for more info.
Network is unreachable, ubuntu server 14.04, running on Wireless LAN
EDIT NOTE: Original subject was incorrect. replaced "WAN" with "Wireless LAN"
For Solution see post #8
Running Ubuntu server 14.04 and experiencing network problem. I have it on a PC that is connecting to Wireless LAN. All goes well during install, tests and connects with no issue. But once I get on it after installation is done and I try to ping my result is... *connect: network is unreachable*
Not sure where to begin with this. Does a driver need to be installed for it to work properly?
My ISP is verizon Fios, Modem/Router is Actiontec MI424WR
Code:
blahblah@server01:~$ ifconfig -a
eth0 Link encap:Ethernet HWaddr fc:aa:14:57:34:86
BROADCAST MULTICAST MTU:1500 Metric:1
RX packets:0 errors:0 dropped:0 overruns:0 frame:0
TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:0 (0.0 B) TX bytes:0 (0.0 B)
lo Link encap:Local Loopback
inet addr:127.0.0.1 Mask:255.0.0.0
inet6 addr: ::1/128 Scope:Host
UP LOOPBACK RUNNING MTU:65536 Metric:1
RX packets:32 errors:0 dropped:0 overruns:0 frame:0
TX packets:32 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:0
RX bytes:2480 (2.4 KB) TX bytes:2480 (2.4 KB)
wlan0 Link encap:Ethernet HWaddr 68:1c:a2:01:f0:1b
BROADCAST MULTICAST MTU:1500 Metric:1
RX packets:0 errors:0 dropped:0 overruns:0 frame:0
TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:0 (0.0 B) TX bytes:0 (0.0 B)
blahblah@server01:~$ lshw -c network
WARNING: you should run this program as super-user.
*-network DISABLED
description: Ethernet interface
product: RTL8111/8168/8411 PCI Express Gigabit Ethernet Controller
vendor: Realtek Semiconductor Co., Ltd.
physical id: 0
bus info: pci@0000:02:00.0
logical name: eth0
version: 0c
serial: fc:aa:14:57:34:86
size: 10Mbit/s
capacity: 1Gbit/s
width: 64 bits
clock: 33MHz
capabilities: bus_master cap_list ethernet physical tp mii 10bt 10bt-fd 100bt 100bt-fd 1000bt 1000bt-fd autonegotiation
configuration: autonegotiation=on broadcast=yes driver=r8169 driverversion=2.3LK-NAPI duplex=half latency=0 link=no multicast=yes port=MII speed=10Mbit/s
resources: irq:54 ioport:d000(size=256) memory:fe900000-fe900fff memory:d0000000-d0003fff
*-network DISABLED
description: Wireless interface
product: AR9485 Wireless Network Adapter
vendor: Qualcomm Atheros
physical id: 0
bus info: pci@0000:03:00.0
logical name: wlan0
version: 01
serial: 68:1c:a2:01:f0:1b
width: 64 bits
clock: 33MHz
capabilities: bus_master cap_list rom ethernet physical wireless
configuration: broadcast=yes driver=ath9k driverversion=3.16.0-30-generic firmware=N/A latency=0 link=no multicast=yes wireless=IEEE 802.11bgn
resources: irq:17 memory:fe800000-fe87ffff memory:fe880000-fe99ffff
WARNING: output may be incomplete or inaccurate, you should run this program as super-user.
Last edited by Zarathuztra; 06-15-2015 at 08:55 PM.
Reason: Incorrect terminology
WAN = wide area network. This is the "internet", where your machine has a public IP that anybody in the world can access.
LAN = local area network. This is the "intranet", where your machine has a private IP that only other machines on the LAN can connect to. You're "protected" by the firewall in the router. You can still access the internet, but the internet can't access you unless you let it.
It sounds like you're trying to use wireless/wifi. This is not "WAN", it's simply a "wireless LAN".
WAN = wide area network. This is the "internet", where your machine has a public IP that anybody in the world can access.
LAN = local area network. This is the "intranet", where your machine has a private IP that only other machines on the LAN can connect to. You're "protected" by the firewall in the router. You can still access the internet, but the internet can't access you unless you let it.
It sounds like you're trying to use wireless/wifi. This is not "WAN", it's simply a "wireless LAN".
Are you using the GUI or CLI on your machine?
You are correct, my terminology was wrong. I am using a Wireless LAN. I will correct the OP.
Not sure where to begin with this. Does a driver need to be installed for it to work properly?
My ISP is verizon Fios, Modem/Router is Actiontec MI424WR
Code:
blahblah@server01:~$ ifconfig -a
eth0 Link encap:Ethernet HWaddr fc:aa:14:57:34:86
BROADCAST MULTICAST MTU:1500 Metric:1
RX packets:0 errors:0 dropped:0 overruns:0 frame:0
TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:0 (0.0 B) TX bytes:0 (0.0 B)
lo Link encap:Local Loopback
inet addr:127.0.0.1 Mask:255.0.0.0
inet6 addr: ::1/128 Scope:Host
UP LOOPBACK RUNNING MTU:65536 Metric:1
RX packets:32 errors:0 dropped:0 overruns:0 frame:0
TX packets:32 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:0
RX bytes:2480 (2.4 KB) TX bytes:2480 (2.4 KB)
wlan0 Link encap:Ethernet HWaddr 68:1c:a2:01:f0:1b
BROADCAST MULTICAST MTU:1500 Metric:1
RX packets:0 errors:0 dropped:0 overruns:0 frame:0
TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:0 (0.0 B) TX bytes:0 (0.0 B)
blahblah@server01:~$ lshw -c network
WARNING: you should run this program as super-user.
... eth0 removed ...
*-network DISABLED
description: Wireless interface
product: AR9485 Wireless Network Adapter
vendor: Qualcomm Atheros
physical id: 0
bus info: pci@0000:03:00.0
logical name: wlan0
version: 01
serial: 68:1c:a2:01:f0:1b
width: 64 bits
clock: 33MHz
capabilities: bus_master cap_list rom ethernet physical wireless
configuration: broadcast=yes driver=ath9k
driverversion=3.16.0-30-generic firmware=N/A latency=0
link=no multicast=yes wireless=IEEE 802.11bgn
resources: irq:17 memory:fe800000-fe87ffff memory:fe880000-fe99ffff
WARNING: output may be incomplete or inaccurate, you should run
this program as super-user.
The line I've put in red here tells you that the driver is already in place; the two WARNING lines that I've put into boldface tell you how to get more information from the "lshw" command.
When I was setting up wireless on a laptop for a friend, I had a very similar problem (although it wasn't even a Linux system) -- which turned out to be simply that the wireless capability of the laptop had been turned off! Locating the almost-hidden little switch that controlled it, and sliding it to the ON position, solved the problem. The "link=no" (in blue, above) makes me suspect that this might be the case for you!
Tell us the make and model of the laptop and we may be able to help you locate the switch; the one I encountered was from HP, and dates from the time before Windows 7. Its switch is on the front edge, toward the left side, with a tiny LED that shows blue when on or orange when off.
@JimKyle - I have a PC not a laptop that I'm working on, there is no switch I know of, and I had used the internet on it a couple days ago before I wiped the hdd and installed ubuntu server 14.04. So unfortunately the fix will be more than flicking a switch, I wish it were so simple.
I'm currently at work and unable to run the commands as SU, so I'll post the result later this evening.
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.