Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 9155727
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 17, 20262026-06-17T12:38:54+00:00 2026-06-17T12:38:54+00:00

I’ve been searching far and wide and no one really explains what’s supposed to

  • 0

I’ve been searching far and wide and no one really explains what’s supposed to go in this file from a simple point of view, what sort of options do I have?

At the moment I have purchased a VPS with a dedicated IP. I have set-up name-servers under the domain 888×7.com and assigned ns1.888×7.com (ns2 also) with the IP 109.169.46.109.

If you query the IP you get a test page, web server is working.

But if you try to access the page using 888×7.com or any other domain linked to both ns1 & ns2 you get the error:

ERR_NAME_RESOLUTION_FAILED

currently my resolv.conf looks like this:

nameserver 109.169.46.109 888x7.com
nameserver 109.169.46.109 lolysoft.com

Is this correct? No where online (that I can find) does it describe this file in in detail.

Can someone point me in the right direction?

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-17T12:38:55+00:00Added an answer on June 17, 2026 at 12:38 pm

    “man resolv.conf” will document what can go in this file.

    You can also view it online here:
    http://linux.die.net/man/5/resolv.conf

    The nameserver directive should only contain the ip address of the nameserver, not it’s hostname.

    If you need to name some hosts that are not in DNS, you do that in the /etc/hosts file.

    my hosts file on my VPS:

    [nedwidek@sv ~]$ cat /etc/hosts
    127.0.0.1       localhost
    68.169.43.71      sv.lighthouseitc.com sv
    

    This is there so that it can still resolve itself if the nameservers go down. Basically network name resolution goes first to the hosts file and then to DNS if the host isn’t listed there. You can see what your server is set to do by looking at /etc/nsswitch.conf at the hosts directive (the attribute files means /etc/hosts and related files).

    Now resolv.conf is to direct the system how to use the DNS system for network name resolution. My VPS’s /etc/resolv.conf where I’m using one of Google’s nameservers to resolve hosts.

    [nedwidek@sv ~]$ cat /etc/resolv.conf
    domain lighthouseitc.com
    nameserver 8.8.8.8
    

    The resolv.conf from my local machine (I run my own DNS server to serve my own private network at home):

    [nedwidek@yule ~]$ cat /etc/resolv.conf
    # Generated by NetworkManager
    domain ejnhome.net
    search ejnhome.net
    nameserver 192.168.101.1
    

    The domain is just something I made up and hopefully no one ever uses (watch some joker decide to register it now). The search line basically sys that if I do “ping printer1” to treat it as if I did “ping printer1.ejnhome.net”.

    Ultimately I would try and find someone locally (friend or professional) who can help you. Attending a local Linux User Group (LUG) might help you find someone who is an enthusiastic amateur to give you a hand. Hopefully the real world examples help. I have 15 years of sys admin experience so sometimes I don’t dumb it down far enough.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have just tried to save a simple *.rtf file with some websites and
For some reason, after submitting a string like this Jack’s Spindle from a text
I'm parsing an RSS feed that has an ’ in it. SimpleXML turns this
Does anyone know how can I replace this 2 symbol below from the string
I have a view passing on information from a database: def serve_article(request, id): served_article
I'm making a simple page using Google Maps API 3. My first. One marker
I have a string like this: La Torre Eiffel paragonata all’Everest What PHP function
I have a .ini file as follows: [playlist] numberofentries=2 File1=http://87.230.82.17:80 Title1=(#1 - 365/1400) Example
I have a jquery bug and I've been looking for hours now, I can't
link Im having trouble converting the html entites into html characters, (&# 8217;) i

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.