Current time: 11-16-2024, 11:38 PM Hello There, Guest! (LoginRegister)


Post Reply 
[solved] Bind problem - IP issue?
Author Message
DarkSide Offline
Junior Member
*

Posts: 35
Joined: Jan 2008
Reputation: 0
Post: #7
RE: Bind problem - IP issue?
(11-23-2009 06:35 PM)kurgans Wrote:  I think your DNS is only running on localhost (127.0.0.1), you can release that data in / etc / bind / named.conf.options.

I'm sorry my English

Sure, here it is Smile
Code:
options {
    directory "/var/cache/bind";

    // If there is a firewall between you and nameservers you want
    // to talk to, you may need to fix the firewall to allow multiple
    // ports to talk.  See http://www.kb.cert.org/vuls/id/800113

    // If your ISP provided one or more IP addresses for stable
    // nameservers, you probably want to use them as forwarders.  
    // Uncomment the following block, and insert the addresses replacing
    // the all-0's placeholder.

    // forwarders {
    //     0.0.0.0;
    // };

    auth-nxdomain no;    # conform to RFC1035
    listen-on-v6 { ::1; };
    listen-on {
        **external IP is here**;
        };
    allow-recursion {
        127.0.0.1;
        };
};
11-23-2009 06:56 PM
Find all posts by this user Quote this message in a reply
Post Reply 


Messages In This Thread
RE: Bind problem - IP issue? - BeNe - 11-23-2009, 05:25 PM
RE: Bind problem - IP issue? - DarkSide - 11-23-2009, 05:52 PM
RE: Bind problem - IP issue? - BeNe - 11-23-2009, 06:13 PM
RE: Bind problem - IP issue? - DarkSide - 11-23-2009, 06:18 PM
RE: Bind problem - IP issue? - kurgans - 11-23-2009, 06:35 PM
RE: Bind problem - IP issue? - DarkSide - 11-23-2009 06:56 PM
RE: Bind problem - IP issue? - BeNe - 11-23-2009, 07:16 PM
RE: Bind problem - IP issue? - DarkSide - 11-23-2009, 07:30 PM
RE: Bind problem - IP issue? - BeNe - 11-23-2009, 07:48 PM
RE: Bind problem - IP issue? - DarkSide - 11-23-2009, 07:53 PM
RE: Bind problem - IP issue? - BeNe - 11-23-2009, 07:59 PM
RE: Bind problem - IP issue? - DarkSide - 11-23-2009, 08:04 PM

Forum Jump:


User(s) browsing this thread: 7 Guest(s)