virtual domain urgent help

7 posts / 0 new
Last post
#1 Fri, 11/21/2008 - 06:11
jiontro

virtual domain urgent help

i'ved installed debian 4.0r4 i386 and after i'ved installed virtualmin 3.6 GPL from the script and all seems ok, no errors; i'ved created my first virtual domain, ip based, like http://jiontro.net on a virtual ip : 192.168.0.1 , all seems ok but when i try to acces it from an extern ip, it cannot be accessed, but when i type from the server this address, works. Any help pls

Ioan

Fri, 11/21/2008 - 06:37
jdamron

local IP's can not be seen from the outside 192.168 is a local ip you have to have your roughter point a outside Ip to this local IP
John

Thu, 04/16/2009 - 05:58 (Reply to #2)
duncanbbd

not sure if I get this right ?

if your server internal IP address is 192.168.0.1 and you have it connected to a router connected to the internet. you need to use Dynamic DNS to get a domain to point to your router and also set up your router to connect port 80 to 192.168.0.1

is 82.77.208.172 your external IP address ?

Thu, 04/16/2009 - 09:02 (Reply to #3)
ronald
ronald's picture

the solution to your problem is actually much simpler.
In order to find a domain on the internet you first have to register this domain.

jiontro.net
Server Data
Domain Status: Never Registered Before

So how about you buy this domain at let's say Namecheap.com and point it to your server first?

Fri, 05/15/2009 - 19:05 (Reply to #4)
jiontro

thanks...just now i understude how it work and the ways of the internet, i thought that i can make my debi dns server.... i still have some questions!!!

Fri, 11/21/2008 - 10:37
jiontro

and how can i do this? can be done inside my bind? pls tell me how!

ioan

Sun, 06/07/2009 - 07:32
jiontro

my bind is settled like:
<div class='quote'>/etc/bind/named.conf:</div>
<div class='quote'>
include &quot;/etc/bind/named.conf.options&quot;;

// prime the server with knowledge of the root servers
zone &quot;.&quot; {
type hint;
file &quot;/etc/bind/db.root&quot;;
};

// be authoritative for the localhost forward and reverse zones, and for
// broadcast zones as per RFC 1912

zone &quot;localhost&quot; {
type master;
file &quot;/etc/bind/db.local&quot;;
};

zone &quot;127.in-addr.arpa&quot; {
type master;
file &quot;/etc/bind/db.127&quot;;
};

zone &quot;0.in-addr.arpa&quot; {
type master;
file &quot;/etc/bind/db.0&quot;;
};

zone &quot;255.in-addr.arpa&quot; {
type master;
file &quot;/etc/bind/db.255&quot;;
};

// zone &quot;com&quot; { type delegation-only; };
// zone &quot;net&quot; { type delegation-only; };

// From the release notes:
// Because many of our users are uncomfortable receiving undelegated answers
// from root or top level domains, other than a few for whom that behaviour
// has been trusted and expected for quite some length of time, we have now
// introduced the &quot;root-delegations-only&quot; feature which applies delegation-only
// logic to all top level domains, and to the root domain. An exception list
// should be specified, including &quot;MUSEUM&quot; and &quot;DE&quot;, and any other top level
// domains from whom undelegated responses are expected and trusted.
// root-delegation-only exclude { &quot;DE&quot;; &quot;MUSEUM&quot;; };

include &quot;/etc/bind/named.conf.local&quot;;
</div>

and the <div class='quote'>/etc/bind/named.conf.local :</div>
<div class='quote'>
zone &quot;172.208.77.82.in-addr.arpa&quot; {
type delegation-only;
};
zone &quot;maveion.barlad.rdsnet.ro&quot; {
type delegation-only;
};
zone &quot;jiontro.net&quot; {
type master;
file &quot;/etc/bind/jiontro.net.hosts&quot;;
allow-transfer {
127.0.0.1;
localnets;
};
};
zone &quot;1.0.168.192.in-addr.arpa&quot; {
type delegation-only;
};
</div>

Topic locked