LinuxQuestions.org
Welcome to the most active Linux Forum on the web.
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 06-09-2009, 11:20 PM   #1
malkor
LQ Newbie
 
Registered: May 2006
Location: Glenwood, IA (near Omaha, NE)
Distribution: Arch, but had long-term relationship with Red Hat / Fedora
Posts: 17

Rep: Reputation: 2
Unhappy Fedora10 on VMware Workstation: can PING can't browse/update


Attempting to set up Fedora 10 on VMware Workstation - v5.5.3 build 34685 - running on WinXP. This is at work - an ISP HelpDesk - so that we can troubleshoot the growing number of Linux users we've got...AND so that I can preach the Good GNU's to my fellow HelpDeskians. It installs fine off the media but, once installed, can't browse or update. Ping - and DNS - work fine...just can't do anything other than ping. Had installed with VMware set to "Bridge" so tried "shared" and "NAT": still didn't work.

The Win98 and Win2k systems installed under VMware, here, work fine...so what gives? Tried installing from a KDE Live CD: same result with all networking types.

Then I tried just "booting" the guest OS onto the Live CD: could ping - and DNS still worked - but couldn't do anything else. Googled and found many "install VMware on Linux..." but nothing to help me with this. Looked for a HOWTO: no dice (but I know who'll be doing one just as soon as I figure this out...namely, me). To paraphrase Ill Will: "What do I do, oh Gurus of computer wisdom?"
 
Old 06-10-2009, 06:39 AM   #2
unSpawn
Moderator
 
Registered: May 2001
Posts: 29,415
Blog Entries: 55

Rep: Reputation: 3600Reputation: 3600Reputation: 3600Reputation: 3600Reputation: 3600Reputation: 3600Reputation: 3600Reputation: 3600Reputation: 3600Reputation: 3600Reputation: 3600
One of the things, and you as "HelpDeskian" should understand that from a diagnostics point of view, is that "can't ping, can't browse, can't update, didn't work" type of replies offer almost zero clues while posting (diffs of) actual configuration and shown errors will. If you want to show others how well GNU/Linux behaves you should be familiar with basic networking troubleshooting like knowing the network configuration locations and using tools like ifconfig, route, ip and such. Saying "same result with all networking types" to me conveys you should read up on VMware networking. Think of "Bridged" as having another physical machine (so LAN DHCPd provides IP address) and NAT as a "hidden" machine as it uses the VMware host network specs.

So. Show us your GNU/Linux-fu! Choose your network type for the VMguest, run us through the relevant network configuration, tool output from ifconfig, route, iptables and any client or host-side logged errors.
 
Old 06-11-2009, 12:25 AM   #3
malkor
LQ Newbie
 
Registered: May 2006
Location: Glenwood, IA (near Omaha, NE)
Distribution: Arch, but had long-term relationship with Red Hat / Fedora
Posts: 17

Original Poster
Rep: Reputation: 2
Fedora10 on VMware Workstation...diagnostics attached

unSpawn SAID:
> One of the things, and you ... should understand ... is that [general
> symptom listings] offer almost zero clues....
SOP here is that if a customer describes general symptoms that 90% match a very specific cause, we skip ahead and check that. If that doesn't work, then we come back to the top of the checklist and take things in order. I was hoping someone would say, "Oh! I had the same issue...try this first".

unSpawn [also] SAID:
> Show us your GNU/Linux-fu!...
Actual, I don't have much network linux-fu anymore: I haven't had network issues w/ linux since the 1990's. Good news/bad news - in this case - I guess.

Please find attached the diagnostics I ran: I could find logged errors neither in the guest OS nor in VMware itself. And, yes...I know that the host-only SHOULDN'T let me out. I include it here for completeness. That's also SOP in our HelpDesk: we include EVERYTHING that might POSSIBLY point toward a solution and let others do the filtering. Here you go...

bridged_diags.txt

host-only_diags.txt

NAT_diags.txt
 
Old 06-11-2009, 12:33 AM   #4
malkor
LQ Newbie
 
Registered: May 2006
Location: Glenwood, IA (near Omaha, NE)
Distribution: Arch, but had long-term relationship with Red Hat / Fedora
Posts: 17

Original Poster
Rep: Reputation: 2
Oh, crap.
Oh-h-h-h-h-h-h #$@%#$&*$&*!

...okay...

...apparently the NAT and host-only diagnostics I ran in the VMware guest-OS didn't save to the thumb-drive.

I'll post them tomorrow.
(sigh...oh crap)
 
Old 06-17-2009, 12:42 AM   #5
hardly
LQ Newbie
 
Registered: Jan 2009
Location: Tulsa, OK
Distribution: Fedora, Ubuntu
Posts: 18

Rep: Reputation: 0
Oh! I had the same problem. CAN ping by name. can NOT browsr or update.
I don't know if it's a router issue, but I had that same issue at home, but it worked fine at school. this issue is a fedora issue as far as I can tell.
You have to change the "nameserver" line in /etc/resolv.conf.
go here:
http://dnsserverlist.org/

and replace the line in /etc/resolv.conf with a different ip address from that list (somewhere close preferably)

and if you can make resolv.conf read only so networkmanager doesn't over write it, with the command line, give me a hint.

As far as sop goes, people often skip ahead around here then gradually work their way back to "are you connected to the lan?" when often a simple (linux)question like "what is the output of ping -c 3 yahoo.com" would have shed more light than intricate conjecture. just my two cents.

from my n810.
hardly

Last edited by hardly; 06-17-2009 at 12:55 AM.
 
Old 06-30-2009, 11:51 PM   #6
malkor
LQ Newbie
 
Registered: May 2006
Location: Glenwood, IA (near Omaha, NE)
Distribution: Arch, but had long-term relationship with Red Hat / Fedora
Posts: 17

Original Poster
Rep: Reputation: 2
Talking Re: Fedora10 on VMware Workstation: can PING can't browse/update

! SOLVED !

This stems, it turns out, from a known issue w/ Fedora and Arch. 'Hardly', here at LinuxQuestions.org pointed me to the right path...
> Oh! I had the same problem. CAN ping by name. can NOT browsr or update... is a fedora issue as far as I can tell.
> You have to change the "nameserver" line in /etc/resolv.conf.
> and replace the line in /etc/resolv.conf with a different IP address from that list (somewhere close preferably)
> and if you can make resolv.conf read only so networkmanager doesn't over write it, with the command line, give me a hint.
> ...
> from my n810.
> hardly

I checked out the article and found what he'd said: networkmanager kept overwriting the 'resolv.conf' no matter what I did. Got it working, finally, though after a bit more reading on this track. The two articles from which I culled the solution were...
- http://bbs.archlinux.org/viewtopic.php?id=63580
- http://bbs.archlinux.org/viewtopic.php?id=45394
and the solution was provided by 'finferflu': a LinuxQuestions.org forum moderator from Pomezia in Roma, IT.

> Put a script like this in /etc/Networkmanager/dispatcher.d/ and don't forget to make it executable:
> #!/bin/bash
> #
> # Override /etc/resolv.conf and tell
> # NetworkManagerDispatcher to go pluck itself.
> #
> # scripts in the /etc/NetworkManager/dispatcher.d/ directory
> # are called alphabetically and are passed two parameters:
> # $1 is the interface name, and $2 is "up" or "down" as the
> # case may be.
> # Here, no matter what interface or state, override the
> # created resolver config with my config.
> cp -f /etc/resolv.conf.myDNSoverride /etc/resolv.conf
>
> Then create a file with the nameservers (in my case opendns ones), according to what you specified on the script
> (in my case /etc/resolv.conf.myDNSoverride):
> nameserver 208.67.222.222
> nameserver 208.67.220.220
>
> Of course you'll have to start the daemon networkmanager-dispatcher.

Where he mentions making the file 'executable' using the 'chmod' command as in:
chmod 111 11-dnsOverride

where '11-dnsOverride' is the script name from the '/etc/NetoworkManager/dispatcher.d' directory.


Works like a charm! Thanks all...let's call this one SOLVED!
 
Old 07-02-2009, 01:33 AM   #7
hardly
LQ Newbie
 
Registered: Jan 2009
Location: Tulsa, OK
Distribution: Fedora, Ubuntu
Posts: 18

Rep: Reputation: 0
Glad to see that you got it sorted. :-) Thanks for posting back and updating + totally rocking with the extra info.
 
  


Reply

Tags
browse, community, dns, fedora, nameserver, ping, vmware



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
Gnome/Vmware problem when trying to browse/open vmware images displacedtexan Linux - Software 1 03-28-2009 11:24 AM
Dual Boot Fedora10/WindowsXP (Fedora10 installed first) jalf86 Fedora 8 12-26-2008 03:40 PM
Do VMware server 2 faster than VMware workstation 6.5? wanas Linux - Software 5 12-17-2008 08:29 AM
VMWare Workstation 6, Slackware 12.0, any-any-113 update, libgnomevfs-2 missing? abalmos Linux - Software 2 08-09-2007 09:29 AM
VMware Workstation Problems with new Fedora Core 2 Kernal Update.. Elite_Gamer04 Linux - Software 12 07-20-2004 05:32 PM

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

All times are GMT -5. The time now is 02:44 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