Results 1 to 10 of 25
Hello all,
Background:
I am very new to Linux, but a long time user of XP/Windows. I am helping a friend who has a Linux cluster (Beowolf setup) running Mandriva. ...
Enjoy an ad free experience by logging in. Not a member yet? Register.
- 07-12-2007 #1Just Joined!
- Join Date
- Jul 2007
- Posts
- 20
eth0 Internet Connection
Hello all,

Background:
I am very new to Linux, but a long time user of XP/Windows. I am helping a friend who has a Linux cluster (Beowolf setup) running Mandriva. Basically there is a master node and then 3 slave nodes connected. The master node won't connect to the Internet, but it will connect to the LAN. The strange thing is that this Internet connection was working previously for a few months. The last time we tried to get on the Internet however, it did not work.
Problem:
Eth0 interface is configured with a static IP but it won't connect to Internet. For example ping Google in terminal returns no reply, but ping "slavenode" works fine. Also, Internet on other Windows machines connect to the Internet fine (hence I can send this email).
Attempted fixes:
1. Changing to DHCP
2. Rebooting and checking configuration list (check on Eth0 says OK)
3. Using a different port on switch (which is connected then to dsl modem)
4. Hitting Connect Eth0 in the lower right corner tab.
5. Going into control panel and examining the network tab (everything looks okay)
All I see is the "x" over the network connection and it makes me very
I don't understand how it can work for a long time and then suddenly quit.
If anyone has any ideas that would be greatly appreciated.
- 07-12-2007 #2
One suggestion I would have is to check your default gateway because if you can ping within your network, but not outside your network, my guess would be something is wrong with your gateway IP address or some type of ip tables setting. Do you have a router in place for your external gateway?
$Billz
How much wood would a wood chuck chuck if a wood chuck could chuck wood? None they eat plants!
Dell Optiplex GX260, LTSP Diskless Workstation, Fedora Core 6
- 07-12-2007 #3Just Joined!
- Join Date
- Jul 2007
- Posts
- 20
Default gateway
No, we don't have a router between the two. The only thing we have it connected to is a switch which is then connected to the DSL modem and then to the ISP. I checked the default gateway and it seems OK. I was thinking it might be a lease issue, but I don't know how to check that in Linux, (ipconfig in windows). Maybe the lease expired and it hasn't renewed. Thanks for that good idea though. Any other ideas?
- 07-12-2007 #4
Cant really think of anything. I know its ifconfig in linux though if that helps. If your not root you must enter /sbin/ifconfig to get the info. Other than that it still sounds something like an gateway, but not sure
$Billz
How much wood would a wood chuck chuck if a wood chuck could chuck wood? None they eat plants!
Dell Optiplex GX260, LTSP Diskless Workstation, Fedora Core 6
- 07-12-2007 #5Just Joined!
- Join Date
- Jul 2007
- Posts
- 20
Ifconfig
I tried that Ifconfig command and it didn't say too much useful information. But it did say under errors: 1. However it doesn't elaborate about what the error is.
- 07-12-2007 #6
Have you used the tail -f /var/log/messages command and then tried to access the internet while tailing it to get some type of output on what the error might be
$Billz
How much wood would a wood chuck chuck if a wood chuck could chuck wood? None they eat plants!
Dell Optiplex GX260, LTSP Diskless Workstation, Fedora Core 6
- 07-13-2007 #7Just Joined!
- Join Date
- Jul 2007
- Posts
- 20
tail command
I tried that command but it said it was an invalid option. Do you think it might be a different command?
- 07-13-2007 #8Just Joined!
- Join Date
- Jul 2007
- Posts
- 20
Computer & Window
Right now I would like to throw this computer out the window, if it were mine, I might just do that.
- 07-13-2007 #9
Bo it should be right, are you running this as root or as a user? Normally that message means it doesnt recognize the command because you are logged in as a user other than root. You and do an su - to become root then run that command, then redo what you are doing to see the error message.
$Billz
How much wood would a wood chuck chuck if a wood chuck could chuck wood? None they eat plants!
Dell Optiplex GX260, LTSP Diskless Workstation, Fedora Core 6
- 07-13-2007 #10Just Joined!
- Join Date
- Jul 2007
- Posts
- 20
error
Following standard input invalid indefinitely error when I type the tail command in the root. Also when I tried tail -f/var/log/messages it came back with an invalid command return error saying --a or / was invalid.


Reply With Quote
