Results 1 to 10 of 42
As the title states, I can no longer connect to the internet. Nothing has changed except the router. I can't even connect to the router through Firefox. Am I missing ...
Enjoy an ad free experience by logging in. Not a member yet? Register.
- 01-15-2013 #1
Upgraded router. Have the latest ubuntu. No Internet Connection
As the title states, I can no longer connect to the internet. Nothing has changed except the router. I can't even connect to the router through Firefox. Am I missing a setting or do I have to renew the IP? I tried running ifconfig but it appears I am missing something. I am not using a wireless connection on this Linux box. It is hard wired. Thanks in advance!
- 01-15-2013 #2Linux Guru
- Join Date
- Apr 2009
- Location
- I can be found either 40 miles west of Chicago, or in a galaxy far, far away.
- Posts
- 10,140
Are you using a static or dhcp address on your computer? If static, it is possible that the address is not in the router's tables. Switch to DHCP, and either disconnect eth0 from the network and reconnect it so it gets a new address, or reboot. If that works, then you know what your problem is. Assuming you want a local static IP address, you will have to configure the router to allocate from one range of addresses for dhcp, leaving the others for static addresses.
Sometimes, real fast is almost as good as real time.
Just remember, Semper Gumbi - always be flexible!
- 01-16-2013 #3
I can see the IP, 192.168.0.5. Subnet Mask 255.255.255.0 And Default Gateway 192.168.0.1. The Mac had some issues wirelessly but I corrected that this evening. The Windows XP machines have no networking issues. The new router settings are identical to the old router settings. I was just hoping I could release/renew the IP on the Linux box. I was hoping to learn the commands that i need to enter in the terminal window.
- 01-16-2013 #4
That's rather odd. Are you able to ping the router from your Linux box?
What type of router is this? Brand and model number?Jay
New users, read this first.
New Member FAQ
Registered Linux User #463940
I do not respond to Private Messages asking for Linux help. Please, keep it on the public boards.
- 01-16-2013 #5If we hit that bullseye, the rest of the dominoes will fall like a house of cards. Checkmate! (Zapp Brannigan)
My new blog. It's probably not as good as I think it is.
The Fifth Continent reborn
- 01-16-2013 #6
Jay-I can ping the router from terminal but cannot reach it from a browser. Also, it doesn't give me very much info when I ping it something like (54/84). It is throwing the MAC address and IP's to my networking utility so it seems to "see" it. My provider is WOW Internet and Cable, the router is an ARRIS model TG862.
- 01-16-2013 #7
Elija-I tried that first command but it appeared that it didn't do anything. I tried sudo dhclient and it returned "file exists". I'll try the other, though. Thanks!
- 01-16-2013 #8
From the terminal, I entered "sudo dhclient -r" and it returned "enter sudo password for chris". I entered my password and it returned me to the prompt. I entered "sudo dhclient -r" again and it quickly returned me to the prompt. I then entered "sudo dhclient eth0" and it "thought" for a long time then returned me to the prompt. I restarted the machine and tried to fetch email. "Server not found".
- 01-16-2013 #9Jay
New users, read this first.
New Member FAQ
Registered Linux User #463940
I do not respond to Private Messages asking for Linux help. Please, keep it on the public boards.
- 01-16-2013 #10If we hit that bullseye, the rest of the dominoes will fall like a house of cards. Checkmate! (Zapp Brannigan)
My new blog. It's probably not as good as I think it is.
The Fifth Continent reborn


Reply With Quote

