Results 31 to 40 of 42
This is gonna sound completely off the wall...
I'm assuming that you're using the same ethernet cord. Have you tried a different port on the router?...
Enjoy an ad free experience by logging in. Not a member yet? Register.
- 01-22-2013 #31
This is gonna sound completely off the wall...
I'm assuming that you're using the same ethernet cord. Have you tried a different port on the router?
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-22-2013 #32
Here are the results from the last round of suggestions given:
"chris@chris-desktop:~$ sudo /usr/sbin/dhcpcd eth0
[sudo] password for chris:
sudo: /usr/sbin/dhcpcd: command not found
chris@chris-desktop:~$ sudo /usr/sbin/dhcpcdeth0
sudo: /usr/sbin/dhcpcdeth0: command not found
chris@chris-desktop:~$ sudo/usr/sbin/dhcpcd eth0
bash: sudo/usr/sbin/dhcpcd: No such file or directory
chris@chris-desktop:~$
chris@chris-desktop:~$ whereis dhcpcd
dhcpcd:
chris@chris-desktop:~$ sudo whereis dhcpcd
dhcpcd:
chris@chris-desktop:~$ "
Again, thanks for trying!Last edited by Chris43068; 01-22-2013 at 02:09 AM.
- 01-22-2013 #33
- 01-22-2013 #34
It's dhcpd not dhcpcd in the above commands.
The route and resolv.conf have unexpected results. ie no routes and only a local nameserver.
Are you using a GUI with Ubuntu? If so, it may be simpler to click on the Network Manager icon in the system tray area and make sure you are actually connected to your network. If not, simply selecting it from the list should connect you. If not, try right clicking on it and selecting edit connections. From there you can make sure that your nic is configured as you expect.If 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-22-2013 #35
Elija-Not sure if this is what you're looking for but when i do go to Network manager in the GUI, I see the IP, Subnet, Mac Address, etc. Everything looks "normal". All of the other settings appear to be the way they "should be". That is what started all of this, I thought it would be an easy fix via Network Manager. No such luck. Thanks for catching the error in the code!
I corrected the code and got the same results:
"chris@chris-desktop:~$ sudo /usr/sbin/dhcpd eth 0
[sudo] password for chris:
sudo: /usr/sbin/dhcpd: command not found
chris@chris-desktop:~$
chris@chris-desktop:~$ whereis dhcpd
dhcpd:
chris@chris-desktop:~$ sudo whereis dhcpd
dhcpd:
chris@chris-desktop:~$ "Last edited by Chris43068; 01-22-2013 at 12:49 PM.
- 01-22-2013 #36Jay
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-23-2013 #37
dhcpd is the daemon that runs on a server and hands out addresses to other computers; dhcpcd is the client daemon that goes out and requests an address from a DHCP server. The command is correct, it's just that Ubuntu doesn't appear to have it.
I would recommend resetting the router to its default settings and see if you can pick up any settings that way. If it were me, I would run Wireshark before requesting an address through DHCP so that I can see the DORA process, or whatever might be happening. See picture below:
DORA.jpgGreat GNU/Linux references and resources:
The Linux Documentation Project
Rute User's Tutorial and Exposition
GNU/Linux Man Pages
- 01-23-2013 #38
Cheers for the clarification. It just goes to show that you can learn something new every day.
I am starting to wonder if it will be better to use a static configuration but rebooting the router could be worth a try. I've never encountered such a thing but maybe it already thinks a valid lease is assigned to the computer?If 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-24-2013 #39
Once again I really appreciate all of the suggestions and apologize for the head scratching I have caused. However, i did manage to overlook one minute detail. Back to the suggestion to "change network cables". Well, I did. What I failed to notice was that regardless of which cable or port on the router I use, I do not get a green light on either end. I get an amber light (Not sure why I stated "green" before. Likely was assuming, not looking. It can't possibly e hardware, right?). I am almost convinced that I have a hardware problem. Likely centered around the NIC in the PC. Unfortunately it is on board. I will be replacing the machine with a new barebones unit and if all else fails, a fresh install of Ubuntu. Thanks again. Hopefully my next update will be from the new machine.
- 01-24-2013 #40
If these cables work on other computers, and the router ports connect properly, then it sounds like it is likely a hardware issue.
The best way that I can think to verify that is to use a LiveCD. Boot up to a Live session, and see if you have connectivity.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.


Reply With Quote

