Find the answer to your Linux question:
Page 2 of 2 FirstFirst 1 2
Results 11 to 20 of 20
What do these forwarders do? Jst. <edit>Looks like whe're typing at the same time again :P, I just changed everything.</edit> <edit> It works, but I can only acces it with ...
  1. #11
    Jst
    Jst is offline
    Just Joined!
    Join Date
    Aug 2004
    Posts
    68
    What do these forwarders do?

    Jst.

    <edit>Looks like whe're typing at the same time again :P, I just changed everything.</edit>

    <edit>
    It works, but I can only acces it with the comp where im running bind on, when i type www.prophet.lan on another comp in my network it isnt able to find it...
    </edit>

  2. #12
    Linux Newbie
    Join Date
    Mar 2005
    Posts
    230
    Explanation line-by-line as to why I chose what I did.

    nameserver 127.0.0.1

    I chose the loopback IP, cause I'm under the assumption that this server will only be providing recursive services to itself.

    recursion yes;

    This is actually default. I specified it only cause I like to be explicit.

    allow-recursion { 127.0.0.1; };

    I chose to restrict recursion services to the 127.0.0.1, cause I'm under the assumption that this server will only be providing recursive services to itself.

    forwarders { 62.108.1.67; 212.142.28.66; };

    I added this line just in case you wanted to continue using your ISP's dns servers for public domain resolution. If you remove it, then BIND will resolve the domains itself.

    when i type www.prophet.lan on another comp in my network it isnt able to find it...

    Looks like we aren't going to only provide recursive services for the dns server only. If you had changed your config to do what I suggested, then remove this line:

    allow-recursion { 127.0.0.1; };

    And change the dns servers listed by your other computer to query your dns server for all domain resolution.

  3. #13
    Jst
    Jst is offline
    Just Joined!
    Join Date
    Aug 2004
    Posts
    68
    Still not working

    Jst.

  4. #14
    Linux Newbie
    Join Date
    Mar 2005
    Posts
    230
    ok, what is the operating system of the computer that is unable to resolve the prophet.lan domain.

  5. #15
    Jst
    Jst is offline
    Just Joined!
    Join Date
    Aug 2004
    Posts
    68
    Windows XP SP2

    Jst.

  6. #16
    Linux Newbie
    Join Date
    Mar 2005
    Posts
    230
    Show me the results for this command:

    ipconfig /all

  7. #17
    Jst
    Jst is offline
    Just Joined!
    Join Date
    Aug 2004
    Posts
    68
    Code:
    Windows IP-configuratie
    
            Host-naam  . . . . . . . . . . . .&#58; pc-joost
            Primair DNS-achtervoegsel. . . . .&#58;
            Knooppunttype . . . . . . . . . . &#58; gemengd
            IP-routering ingeschakeld. . . . .&#58; nee
            WINS-proxy ingeschakeld . . . . . &#58; nee
    
    Ethernet-adapter LAN-verbinding&#58;
    
            Verbindingsspec. DNS-achtervoegsel&#58;
            Beschrijving . . . . . . . . . . .&#58;
              100/10M Ethernet PCI Adapter
            Fysiek adres. . . . . . . . . . . &#58; 00-02-44-29-62-A3
            DHCP ingeshakeld. . . . . . . . . &#58; ja
            Autom. configuratie ingeschakeld. &#58; ja
            IP-adres. . . . . . . . . . . . . &#58; 192.168.0.103
            Subnetmasker. . . . . . . . . . . &#58; 255.255.255.0
            Standaardgateway. . . . . . . . . &#58; 192.168.0.1
            DHCP-server . . . . . . . . . . . &#58; 192.168.0.1
            DNS-servers . . . . . . . . . . . &#58; 62.108.1.67
                                                212.142.28.66
            Lease verkregen . . . . . . . . . &#58; donderdag 14 april 2005 7&#58;39&#58;10
            Lease verlopen . . . . . . . . .  &#58; zaterdag 27 maart 1937 4&#58;25&#58;01
    Its Dutch, but if you want I can translate it ..
    Jst.

  8. #18
    Linux Newbie
    Join Date
    Mar 2005
    Posts
    230
    I told ya a few posts ago you need to make the computer point to your dns server:

    DNS-servers
    62.108.1.67
    212.142.28.66

    That's not your dns server.

  9. #19
    Jst
    Jst is offline
    Just Joined!
    Join Date
    Aug 2004
    Posts
    68
    I should read more carefully, but I'm kinda sick now ... Well, that means I have to change the DNS server to 192.168.0.112 right?

    Jst.

  10. #20
    Jst
    Jst is offline
    Just Joined!
    Join Date
    Aug 2004
    Posts
    68
    Well, I changed it and it works now.. tnx for all your help ..
    Jst.

Page 2 of 2 FirstFirst 1 2

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
...