LinuxQuestions.org
Review your favorite Linux distribution.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Networking
User Name
Password
Linux - Networking This forum is for any issue related to networks or networking.
Routing, network cards, OSI, etc. Anything is fair game.

Notices


Reply
  Search this Thread
Old 09-12-2007, 06:29 PM   #1
tallmtt
Member
 
Registered: Jun 2005
Location: Georgia, USA
Distribution: Arch, Gentoo, Ubuntu
Posts: 91

Rep: Reputation: 15
Question Linux unable to connect to my new home LAN


I have set up MythTV and for the first time decided to run its Internet connection through a LAN in the wall. It is a simple setup connecting my MythTV box to my router using cat5 ethernet wire.

Unfortunately when trying to connect to the Internet it times out. I am unable to ping my router.

My normal home setup involves a static ip, but I am also unable to connect using dhcp.

I at first thought it had to be the way I wired up the ethernet outlets, but I have checked numerous times and then went and redid every connection on them very carefully to verify solid connections. I was still unable to connect.

Then, for kicks and giggles, I tried my wife's macbook. I tried dhcp with her mac first - IT WORKED! Then I set up the static ip like I plan to re-employ with my mythbox, and it worked as well!

I then simply unconnected the ethernet cable and reconnected it into my mythbox - not working

It is important for you all to know that when I was setting up the mythbox, it was connected directly into the same router I am unable to connect to now - with no problems. There is only one ethernet port on the computer. I am running Ubuntu Feisty. I have tried using the network manager that comes with it and also using ifconfig without resolution.

I am frustrated, especially as my wife's mac had no problems connecting - this is a first for me to be stumped on such a simple networking issue! Please save me from my embarassment
 
Old 09-12-2007, 06:50 PM   #2
stress_junkie
Senior Member
 
Registered: Dec 2005
Location: Massachusetts, USA
Distribution: Ubuntu 10.04 and CentOS 5.5
Posts: 3,873

Rep: Reputation: 335Reputation: 335Reputation: 335Reputation: 335
Have you checked your Linux box's firewall since the MythTV installation? Maybe MythTV changed a setting. Also check to see if the DHCP is still configured and running. There should be a process running either dccpd or dhclient. That process should be running all the time.
Code:
ps aux | grep dh
ps -C dhcpd
ps -C dhclient
You could also see if the network startup code works.
Code:
/etc/init.d/network restart
That would be a good start. If none of these things are broken then we'll have to put our thinking caps on. Let's hope it doesn't come to that!

If I recall you cannot log on as root on your distribution (Ubuntu?). In that case put an sudo in front of the command to restart the network.

If you're using Gentoo I don't recall where the startup scripts are located. I tried Gentoo for a couple of weeks but found that its nonstandard configuration was not worth learning.

Last edited by stress_junkie; 09-12-2007 at 06:57 PM.
 
Old 09-12-2007, 09:05 PM   #3
tallmtt
Member
 
Registered: Jun 2005
Location: Georgia, USA
Distribution: Arch, Gentoo, Ubuntu
Posts: 91

Original Poster
Rep: Reputation: 15
Thanks for your quick reply.

The thought that MythTV changing settings is a valid point. I don't think that is the case here though because I continued to use the Internet while configuring the computer before setting it up on the LAN (while it was directly connected to the router). In fact, it is now connected in the exact same way - only it connects to the wall jack which runs straight to the other jack which then connects to the exact same port on the router.

I thought the wiring through the wall was wrong - but everything worked fine with my wifes Mac!!! Why not in Linux? I have not changed any connection settings from when it worked before. By the way - I also have tried the direct connection to another computer running Linux (but Gentoo - funny how you mentioned it above ) without success. Is there an issue in Linux with multiple ethernet connections? I didn't think there was.

Any other thoughts?

p.s. 1) In Ubuntu you can also do:
sudo -i
This will let you be root.

2) Interesting take on Gentoo. I only recently started using Gentoo because I want a source distro - any suggestions on that?
 
Old 09-13-2007, 05:45 AM   #4
stress_junkie
Senior Member
 
Registered: Dec 2005
Location: Massachusetts, USA
Distribution: Ubuntu 10.04 and CentOS 5.5
Posts: 3,873

Rep: Reputation: 335Reputation: 335Reputation: 335Reputation: 335
Did you check to see if the DHCP client is running? Did you restart the network software in a terminal window? If so what were the results?
 
Old 09-13-2007, 12:13 PM   #5
tallmtt
Member
 
Registered: Jun 2005
Location: Georgia, USA
Distribution: Arch, Gentoo, Ubuntu
Posts: 91

Original Poster
Rep: Reputation: 15
I am sorry for not addressing that earlier - yes it was running, unfortunately I am currently at work - I can post results when I get home.

I ran:
Quote:
ps -A | grep dhc
And to make sure I also did:
Quote:
/etc/init.d/dhc(tab complete - I don't remember if it is dhcpcd or dhclient or something else) restart
I personally wired the outlet jacks for the ethernet. I wired them so everything is straight through. I can't think why, but would it be better to make them act as a crossover cable? I read somewhere that some systems (ie routers) are able to check or work with both straight and crossover cables. I am wondering if my wife's macbook is able to do that and I need to change the configuration on one end.

Food for thought I guess. I am just bothered that I am unable to do such as simple task that I never have trouble with in Linux (hard wired) but things work in OS X. All I know for sure is that there IS a connection that CAN work but I am unable to make it work in the setup I need it to.

Sorry for babbling - just tearing my brain apart trying to think outside the box.

Last edited by tallmtt; 09-13-2007 at 12:19 PM. Reason: addendum
 
Old 03-07-2008, 02:11 PM   #6
tallmtt
Member
 
Registered: Jun 2005
Location: Georgia, USA
Distribution: Arch, Gentoo, Ubuntu
Posts: 91

Original Poster
Rep: Reputation: 15
I solved the issue - it was an LAN line issue - nothing to do with connections. Thanks for everyone's input
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
LAN Hosts unable to connect to Apache 2.0.40-21.11 Bedwig Linux - Newbie 6 02-14-2006 05:23 AM
Linux home lan questio cerealdaemon Linux - Networking 6 05-12-2005 11:02 PM
unable to connect in LAN anupverma Linux - Newbie 1 06-19-2004 03:40 AM
LAN machines unable to connect to Internet through (firewall on )gateway nishi_k_79 Linux - Security 1 11-13-2003 01:30 PM
Unable to connect internet on LAN speerwani Linux - Networking 5 07-08-2002 10:39 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Networking

All times are GMT -5. The time now is 12:18 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration