Ubuntu Networking :: Unable Get Internet Connection / Ping Router
Jun 7, 2010
when I was still at my university room where the connection would work after a few reboots. After moving back home the connection worked on and off for a day before not working at all. NetworkManager is telling me that I am connected and have an ip address, etc, but nothing is able to get an internet connection. I am able to ping myself but am not able to ping my router. Everything works fine on M$ and other PC's on the network, it's just my ubuntu 10.04 that is playing up.
View 9 Replies
ADVERTISEMENT
May 26, 2010
I have Mandriva One 2009.0 (192.168.1.100) on one box and Mandriva Free 2010.0 (192.168.1.118) on the other. I can ping router (192.168.1.1) from both of these boxes but I can't ping one box to the other and the other way around. What's going on?.
Do I have to change some settings in router?. Or is it firewall issue on those two machines?. Both of these boxes are connected by cable. Symbol of the router: TL-WR340G.
View 2 Replies
View Related
Dec 5, 2010
I have just installed ubuntu 10.04 using the wubi installer to dual-boot my machine. Under ubuntu, I am not able to connect to the internet or my router. Everything works fine under windows. I have tried to find relevant information in the forums, but nothing seems to work for me. I have tried disabling ipv6, setting a static ip, but no go. ifconfig shows no IP, dhclient results in no DHCP offers and pinging my router's IP results in Network is Unreachable.
View 9 Replies
View Related
Feb 4, 2010
Previously posted under "Wireless Connection Can't Even Ping Router".I've been using Ubuntu for two years. About a year ago I switched to Kubuntu because I prefer the KDE desktop. Two weeks ago I bought a new laptop: Dell Vostro v13. I installed Kubuntu 9.10 from the live CD and everything worked! Well, almost. I also set up a home wireless network with a new Belkin N+ router from WalMart. When I try to connect to my router, the Plasma Network Manager reports that I'm connected and the assigned IP address, but I'm not truly connected! I can't even ping my own router, all packets are lost.
This problem is intermittent, sometimes I connect fine. I dual-boot with Windoze7 and it connects without problems. Also, if I connect with Windoze, then re-boot into Kubuntu, it seems to "wake-up" the connection somehow and it works. I might also add that I connect without difficulty to other routers in my neighborhood, at work, in airports, etc.My old laptop was also running Kubuntu 9.10, and it connected to the Belkin router without problems, although it was a different wireless card and driver. I also tried Ubuntu 9.10 from the live CD and it also reported a connection, IP address, etc. I couldn't ping the router from that connection either!
View 7 Replies
View Related
Mar 1, 2011
This morning my Ubuntu 10.10 Meerkat desktop suddenly lost internet connection, but stayed connected to my netgear router. After the usual "tried turning it off and on again" methods didn't work, I booted into my Win Vista partition to find that connected no problem. I have another Ubuntu netbook and a Windows 7 laptop in the house as well as an Android. These all connect fine. It appears to be just the desktop Ubuntu.
I can ping my router 192.168.0.1 and log into it's UI via browser. I can also ssh to the box. My router does not do any filtering or blocking. I've tried disabling the firewall and changing the nameservers in /etc/network/interfaces and dhclient.conf as well as the network manager. The network card is a Belkin 54g but I can't remember the exact model no. it was bought years ago.
Code:
$ping www.google.com
PING www.l.google.com (74.125.230.115) 56(84) bytes of data.
^C
--- www.l.google.com ping statistics ---
30 packets transmitted, 0 received, 100% packet loss, time 29004ms
Code:
$traceroute 74.125.45.100
traceroute to 74.125.45.100 (74.125.45.100), 30 hops max, 60 byte packets
1 * * *
...continues to...
30 * * *
When I do a restart of the networking service it spits out the error:
Code:
Ignoring unknown interface wlan0=wlan0
However, as I said the wireless itself works.
/etc/network/interfaces:
Code:
auto lo
iface lo inet loopback
iwconfig:
Code:
lo no wireless extensions.
eth0 no wireless extensions.
wlan0 IEEE 802.11bg ESSID:"haters gonna hate" .....
View 1 Replies
View Related
Sep 14, 2010
So I installed 10.4 on a new Toshiba Satellite L645DWhen I connect to my wireless at home, the Network Manager shows that I am connected but I can't reach any websites via ping or firefox. I also can't ping my router. I also don't have wired access working at all.iwconfig shows connected to correct ESSIDI can ping localhostcan't ping google:
Code:
ping: unknown host www.google.com
can't ping my router (192.168.2.1):
[code]....
View 8 Replies
View Related
Mar 4, 2010
I am using centos box as a router. WAN side has a public ip and lan side also using a public ip. I configured dhcp server on the LAN side and it is working perfectly, pcs on the LAN side can able to access the internet.
Problem: Considering the fact that LAN IPs is using Public IP and it is presumed that from the internet it can be able to ping IPs inside the LAN but, alas, it couldn't.
No firewall has been config!
Question: What config should be done on the box so that IPs inside the LAN can be ping from the internet?
View 9 Replies
View Related
Jun 9, 2010
i have Fedora 13 dual booting with Win XP and i cannot ping my router in Fedora. just reinstalled and i'm still unable to ping my router.everything looks like it was installed correctly except in the ifcfg-eth0 it has IPV4_FAILURE_FATAL=yes dont think this should have a value of yes.
View 13 Replies
View Related
Jan 31, 2010
I've only been using linux for a few days so I don't know all the tricks. I'm pretty savy configuring windows networks however.My adapter is (according to windows) a: CNet PRO200WL PCI fast ethernet adapterLinux says it is a: 21x4x DEC-tulip compatible 10/100 EthernetI do seem to be getting an ip address from the DHCP router, but I cannout ping any other ips or connect to the internet.I've tried a bunch of different options, switching things back and forth, but it still doesn't work, and honestly i don't even know what some of the options mean.
ALSO, if this helps:
paladin:~ # ifconfig eth0
Eth0 Link encap:Ethernet HWaddr 00:08:A1:03:3C:99
[code]....
View 14 Replies
View Related
Dec 15, 2010
I have a router which have 4 ethernet ports(eth0,eth1,eth2,eth3,eth4 ) & One ADSL Line & One USB, I need to configure My router eth3 as a WAN & eth0 as a LAN using iperf, I am going to findout test a my Application(using iptables) whether my application is correct or wrong As of now I configured like server pc1(192.168.1.230)--->eth0(gw)(192.168.1.1)Router--eth3(gw)(192.168.2.1) -->pc2(192.168.2.157). For eth3 as a WAN and eth0 as a LAN. But I am not able to ping between two pc's.
View 1 Replies
View Related
Mar 24, 2010
My Internet Router is on 64.1.1.1
I have 2 NICs in my Linux Box: (Firewall OFF)
Eth0 -> 64.1.1.2 and cross-cable connected to Internet Router (64.1.1.1)
Eth1 -> 192.168.1.1 Connected to switch hub
Default gateway of Eth0 is to Internet Router (64.1.1.1)
From Linux-Box.. I able to ping to internet(ie. ping 202.158.3.7)
Client PC: (Firewall OFF)
Default Gateway is 192.168.1.1
I am unable to ping to internet (ie. ping 202.158.3.7)
View 1 Replies
View Related
Jun 9, 2010
Every time I turn on my ubuntu box, it somehow kills our internet connection... yes, even through the router. The internet will not work until I call tech support and they run a line test. Then it works again as if by magic. I'm at a loss. A friend suggested maybe ubuntu is trying to establish itself as the dhcp server on the network? I have ubuntu 9.04, 32-bit, workstation.
View 2 Replies
View Related
Jun 17, 2010
I bought a wired broadband dsl router to provide another layer of security for my computer running ubuntu. I just plugged it in without installing any software etc. It blocks the internet connection.
View 3 Replies
View Related
Jul 3, 2011
We just set up a password for our wireless router (D-link DIR-615). WPA personal. After doing that, I can no longer connect to the internet. I can connect to the wireless router, however. Same problem for the Apple Macs in the house. We called Dlink. The fix for a Mac was to add DNS servers (4.2.2.2) under TCP/IP But there doesn't seem to be anywhere to specify a DNS server in Ubuntu.
View 8 Replies
View Related
Feb 12, 2010
I have just installed Linux Mint 8 to an Asus A6000. My problem is that the computer won't connect with my wireless router. I have tried with MAC-adress and such, but still no respons. I also tried to connect with a cable to my modem, but no response there either.
I think I may lack some drivers, to what I think is Broadcom b43, but I am not sure. I tried to download the drivers on my other computer, and transfered them to the Asus. I managed to install 2/4 drivers, but on the two others, I get this message "Failed to fetch ... Couldn't reach archive.ubuntu.com"
View 2 Replies
View Related
May 5, 2010
we are trying to install this NIC Rosewill RC-400 Chipset RTL8169S-32 in Ubuntu 9.04 we downloaded the drivers from Rosewill website (For kernel 2.4.x and 2.6.x V 3.1) but when we follow the instruction in the readme file and do make clean modules and error comes out
Code:
make -C src/ clean
make[1]: Entering directory `/home/trinity/Desktop/r8169-6.006.00/src'
rm -rf *.o *.ko *~ core* .dep* .*.d .*.cmd *.mod.c *.a *.s .*.flags .tmp_versions Module.symvers Modules.symvers rset[code]...
So I went do realteak downloaded latest available drivers that seems to be were release yesterday did same command and same error So I made only make and it went fine did then make clean modules and went fine so made make install, depmod -a and modprobe r8169 verify int was up and getting correct ip from router but I'm not able to access the internet or ping any IP address
Code:
xxx@xxx-desktop:~$ uname -a
Linux xxx-desktop 2.6.28-18-generic #60-Ubuntu SMP Fri Mar 12 04:40:52 UTC 2010 i686 GNU/Linux
xxx@xxx-desktop:~$
View 9 Replies
View Related
Jan 1, 2011
I have internet access through 3G/4G USB dongle direct into my Ubuntu 10.04 box. Works great! Now I would like to share this connection out through my Netgear WGR614 wireless (and wired) router. Any clues? I've tried the simple (GUI) instructions using Network Manager, but just can't seem to get it right. Previously, I had DSL and this plugged nicely into the WGR614 and internet and ethernet access was had by all. Now, I'm a bit confused on how to get the sharing (ethernet and wireless) between my Ubuntu box and the wired/wireless network while at the same time getting Internet access to all through the Ubuntu box.
View 2 Replies
View Related
Jan 10, 2011
I am trying to get a Slackware server up and running. I got a static IP working kinda. The computer gets a response when I ping the router but not the internet. Basically it can communicate with other computers on the network but nothing outside of the network. Its not a problem with the router because I have a couple other computer with static IPs. Also the network card works fine as it can get on the internet fine normally.
[Code]....
View 9 Replies
View Related
Feb 1, 2010
The NetworkManager applet on my desktop states that my router is 192.168.2.1 and that my first DNS server is 192.168.2.1, but I cannot ping any hosts on my network using by name. All my other computers are windows so the naming is netbios naming, but I don't know if that makes any difference to DNS. I take it that because the other computers are windows that I need a wins client or something on my Fedora laptop. I would rather not fill out my hosts file because the IP addresses of the windows boxes may change.
View 2 Replies
View Related
Jul 24, 2010
I have two machines on this network, one running Ubuntu and the other running Fedora.
When I'm using the Wireless network on the Ubuntu machine, I cannot ping the Fedora machine. Everything else works. I can browse the net fine.
If I switch over to the Wired Network then I can ping the other machine.
I don't understand why ping doesn't work only over the Wireless. I can ping the router so I'm guessing it's getting blocked by the router but I didn't block ICMP traffic.
I tried asking on IRC and they ran out of ideas too to find out where the problem is.
View 7 Replies
View Related
Nov 21, 2010
recently installed Ubuntu 10.10. Everything seems to be working fine on the installation except I have never been able to connect to the internet (I'm on mac connected to the same linksys router at the moment). I've been working on this for several days and have exhausted all the possible causes. Here is my setup.
My setup:
-I have tried running both 10.10 and 10.04 (I have 10.04 installed at the moment)
-I have windows xp on a separate hard drive on the same computer and the internet works fine when I boot in windows
-I have tried both automatic DHCP (which my windows uses) and manually connecting to my network under the IPv4 settings
-my "Connection Information" info under networks manager has all the correct information listed as far as my driver, IP address, Bcast, mask, DNS serves are concerned (except I don't know what 'default route' is for so I can't verify that that is correct.)
-my ethernet connection is wired connection that is connected to a linksys router
-my ethernet driver is sis190
-I can ping my router successfully, but I cannot ping anything (i.e. websites) on the other side of my router
View 9 Replies
View Related
Jan 25, 2010
My father recently installed Ubuntu 9.10 on my new AMD dualcore, but we have not been able to access the net.we tried resetting the modem/router. Windows XP had no problem getting us online - why is it such an issue with Ubuntu?
View 3 Replies
View Related
Mar 13, 2010
I cant configure internet connection.
View 3 Replies
View Related
Jul 25, 2010
I have recently installed ubuntu 9.10. Earlier I had ubuntu 9.04. On that my internet was running perfectly well.After installation I created new connection as I had done for 9.04 version using "Network connections , Edit connections". However, after configuring connection(uname , password etc.) I wasn't able to access Internet.So I tried using "pppoeconf" utility. After using this now whenever I click on network connections applet on top panel , it shows in menu "device not managed".Can somebody point out what went wrong and what to do so as to be able to acess Internet in ubuntu?
View 9 Replies
View Related
Oct 31, 2010
I just installed Ubuntu Netbook 10.10 on my Lenovo ideapad S10e. Under the network manager it says that firmware is not installed for the wirless card but that is something for a different day. On the ethernet connection it attempts to connect via dhcp and then comes up saying it is disconnected. I attempted to set it as a static connection, when i do that it shows that its connected but I still can not connect to the internet.
View 2 Replies
View Related
Jun 30, 2011
Connected freshly installed 10.04.2 to a wireless network through a router. Everything looks correct -- IP is assigned, connection is on, the system shows up on the router -- except that there is no internet connection and I can't ping the router or anywhere else. According to the router, the wireless signal at the ubuntu system is stronger than at the sitting-right-next-to-it windows system with *working* internet. what is this? Should I replace current driver?
[Code]..
View 8 Replies
View Related
Jun 9, 2010
I moved my server and network equipment, and now the wireless works but I cannot get my server online. I host a website, so this is kind of urgent.
I have a wireless router and can access the internet fine on my laptop. My server is wired & connected to the router. It sets up the networking properly.. ifconfig has an ip address, the default gateway is present. But I cannot ping google, or even the router. It says destination host unreachable.
So I go back to the laptop to check the router settings.. sometimes it likes to assign the server the wrong internal ip. But, I can't access the router settings either! The page (192.168.1.1) times out. Same with trying to ping the router. How can the laptop be online if it can't reach the router?
Oddly, ifconfig on my laptop reports an ip address starting with 99.233. It's always given me an internal address starting with 192.168. What's going on here? Is the router not allocating an internal ip? I use wicd to connect, if it's relevant.
We have a windows laptop that can only get a "local connection". Now it does sound like the router is forwarding directly to my laptop, instead of allocating internal ips.
View 1 Replies
View Related
Jan 11, 2010
I recently installed Ubuntu 9.10 on my Dell Inspiron 1545 64-bit laptop. Before that I used Windows7. In Windows, the internet connection worked perfectly well. But after installing Ubuntu, I am unable to connect to the internet. The network-manager applet finally says that "You are disconnected". When I do the "ifconfig", I got no IP address.
So, I installed Ubuntu 9.04 in the same system. But the problem persists.
I gone through many posts in this forum but nothing was useful.
View 9 Replies
View Related
May 4, 2010
I wouldn't be posting this if I hadn't tried very hard for the past week to do this on my own, but alas, I failed. I have this two configurations:
Desktop:
- Ubuntu 9.10
- Connected to the internet though a wireless card
- Connected to "Laptop" via wired network with a crossover cable
Laptop:
- Dell latitude
- Ubuntu 9.10
- Connected to "Dektop" via wired network with a crossover cable
The wired connection is working, both computers are able to ping each other, but I haven't managed to share internet, nor files. I have tried many different ways, from setting the wired network to "Shared to other computers" to this guide in the Ubuntu Wiki. The best I could get was for the connection to work by setting the IPs manually, whatever else I try results in either nothing or in a not-working connection.
View 2 Replies
View Related
Feb 3, 2010
I am a new user of Ubuntu...I am trying to use if for a University project. I have installed Ubuntu under a nice new partition and install was smooth. I am using my Belkin F5D8055 v1 USB adapter to connect to my router. The router registers that the IP 192.168.0.3 has connected (thats the IP assigned to the adapter) however even when trying to ping the router (192.168.0.1), I get no response.
View 7 Replies
View Related