LinuxQuestions.org
Help answer threads with 0 replies.
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Mandriva
User Name
Password
Mandriva This Forum is for the discussion of Mandriva (Mandrake) Linux.

Notices


Reply
  Search this Thread
Old 10-22-2004, 04:05 AM   #46
opjose
Senior Member
 
Registered: Sep 2004
Location: Outlying D.C.
Distribution: Mandriva
Posts: 2,090

Rep: Reputation: 46

Yes, if your interface is not configured this is correct.

The lack of a network interface causes only the loopback (127.0.0.1) to be required so that X can function.

The problem is that it seems that once your interface is configured it still keeps getting changed back.

If you have properly configured the interface and named your machine properly this should not happen.
 
Old 10-22-2004, 08:32 AM   #47
Snump
Member
 
Registered: Sep 2004
Location: Pennsylvania, USA
Distribution: Trying to decide
Posts: 229

Original Poster
Rep: Reputation: 30
Quote:
Originally posted by opjose
Yes, if your interface is not configured this is correct.

The lack of a network interface causes only the loopback (127.0.0.1) to be required so that X can function.

The problem is that it seems that once your interface is configured it still keeps getting changed back.

If you have properly configured the interface and named your machine properly this should not happen.
Per somebody's advice on Freenode (IRC) I tried a knoppix install. It worked fine. Since I'm trying to expand my horizon's I isntalled Fedora Core 2, and its working fine. In Mandrake ans FC2 Theonly name I gave it was the network name. Thats what confuses me. I do have it named properly.
Thanks for the help, I appreciate it.
 
Old 10-22-2004, 09:08 AM   #48
opjose
Senior Member
 
Registered: Sep 2004
Location: Outlying D.C.
Distribution: Mandriva
Posts: 2,090

Rep: Reputation: 46
"Theonly name I gave it was the network name"

If this is true your machine is not properly named.
 
Old 10-26-2004, 06:08 PM   #49
Snump
Member
 
Registered: Sep 2004
Location: Pennsylvania, USA
Distribution: Trying to decide
Posts: 229

Original Poster
Rep: Reputation: 30
Quote:
Originally posted by opjose
"Theonly name I gave it was the network name"

If this is true your machine is not properly named.
Ok, now I'm confused. Are you talking about the hosename? Where are you referring to?
Would this be the reason my DNS servers are changing?
 
Old 10-27-2004, 12:03 AM   #50
opjose
Senior Member
 
Registered: Sep 2004
Location: Outlying D.C.
Distribution: Mandriva
Posts: 2,090

Rep: Reputation: 46
The "network name" is a domain name.

The hostname is what appears before the network name.

e.g.

myhost.mydomain.com

Each interface (usually) has a unique FQDN associated with it.

Linux also supports zeroconf naming, wherein your router recognizes the "name" presented by the machine from the zeroconf field, so that it can assign the machine an IP.

Usually the presented FQDN entered in zeroconf gets your router to spit out an IP and configuration information to your machine.

X windows utilizes the FQDN of the machine, which can vary from the FQDN of the interface, when authorizing the X display client.

So if the Xwindows installer can't determine the machinename, it resorts to using the localhost entry AFAIK.
 
Old 10-27-2004, 03:25 PM   #51
Snump
Member
 
Registered: Sep 2004
Location: Pennsylvania, USA
Distribution: Trying to decide
Posts: 229

Original Poster
Rep: Reputation: 30
Quote:
Originally posted by opjose
The "network name" is a domain name.

The hostname is what appears before the network name.

e.g.

myhost.mydomain.com

Each interface (usually) has a unique FQDN associated with it.

Linux also supports zeroconf naming, wherein your router recognizes the "name" presented by the machine from the zeroconf field, so that it can assign the machine an IP.

Usually the presented FQDN entered in zeroconf gets your router to spit out an IP and configuration information to your machine.

X windows utilizes the FQDN of the machine, which can vary from the FQDN of the interface, when authorizing the X display client.

So if the Xwindows installer can't determine the machinename, it resorts to using the localhost entry AFAIK.
Ah ha. So, what should I call it? Anything I want?
I'm missing the machine.domain.com name, right?
 
Old 10-27-2004, 03:27 PM   #52
opjose
Senior Member
 
Registered: Sep 2004
Location: Outlying D.C.
Distribution: Mandriva
Posts: 2,090

Rep: Reputation: 46
Probably.

You should be able to ping the machine by the FQDN it's shortname and also via localhost.

X utilizes these to enable security.
 
Old 10-27-2004, 05:04 PM   #53
Snump
Member
 
Registered: Sep 2004
Location: Pennsylvania, USA
Distribution: Trying to decide
Posts: 229

Original Poster
Rep: Reputation: 30
Quote:
Originally posted by opjose
Probably.

You should be able to ping the machine by the FQDN it's shortname and also via localhost.

X utilizes these to enable security.
During the install I do remember putting the same name into both parts. Yet I sitll had the problem. Anyway, I'll check it out, and get back here.
 
Old 10-31-2004, 12:51 PM   #54
Snump
Member
 
Registered: Sep 2004
Location: Pennsylvania, USA
Distribution: Trying to decide
Posts: 229

Original Poster
Rep: Reputation: 30
Bump
 
Old 10-31-2004, 04:16 PM   #55
Snump
Member
 
Registered: Sep 2004
Location: Pennsylvania, USA
Distribution: Trying to decide
Posts: 229

Original Poster
Rep: Reputation: 30
Ok. I've reinstalled Mandrake after a brief stint with FC2.
During the install I gave the PC the network name of Prometheus and drake.localhost.localdomain.com
Where am I not naming it properly? As soon as I cat resolv.conf...

[root@drake etc]# cat resolv.conf
search localhost.localdomain.com local
nameserver 127.0.0.1
nameserver 192.168.1.1

# ppp temp entry

the 127.0.0.1 comes back. For thelife of me, I don't see where I am naming this PC incorrectly.
 
  


Reply


Thread Tools Search this Thread
Search this Thread:

Advanced Search

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
resolv.conf albundy Linux - Software 5 12-14-2004 03:12 PM
resolv.conf jmdlcar Slackware 9 05-15-2004 11:44 AM
resolv.conf ricemark20 Linux - Networking 12 11-11-2003 04:08 PM
resolv.conf dnsbum Linux - Networking 1 10-21-2003 12:00 PM
resolv.conf Culbert Linux - Networking 8 03-20-2003 04:11 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Mandriva

All times are GMT -5. The time now is 10:57 AM.

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