Welcome, Guest
Please Login or Register.
Lost Password?
virtual domain urgent help (1 viewing)
Post Reply

TOPIC: virtual domain urgent help

#18124
jiontro (User)
Posts: 6
graphgraph
virtual domain urgent help 2008/11/21 06:11  
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
  The administrator has disabled public write access.
#18125
jdamron (User)
Posts: 20
graphgraph
Re:virtual domain urgent help 2008/11/21 06:37  
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
John Damron
http://www.lynkerworld.com/
We link all your needs in one spot.
  The administrator has disabled public write access.
#18135
jiontro (User)
Posts: 6
graphgraph
Re:virtual domain urgent help 2008/11/21 10:37  
and how can i do this? can be done inside my bind? pls tell me how!

ioan
  The administrator has disabled public write access.
#18136
jiontro (User)
Posts: 6
graphgraph
Re:virtual domain urgent help 2008/11/21 10:43  
my bind is settled like:
/etc/bind/named.conf:

include "/etc/bind/named.conf.options";

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

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

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

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

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

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

// zone "com" { type delegation-only; };
// zone "net" { 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 "root-delegations-only" feature which applies delegation-only
// logic to all top level domains, and to the root domain. An exception list
// should be specified, including "MUSEUM" and "DE", and any other top level
// domains from whom undelegated responses are expected and trusted.
// root-delegation-only exclude { "DE"; "MUSEUM"; };

include "/etc/bind/named.conf.local";


and the /etc/bind/named.conf.local :

zone "172.208.77.82.in-addr.arpa" {
type delegation-only;
};
zone "maveion.barlad.rdsnet.ro" {
type delegation-only;
};
zone "jiontro.net" {
type master;
file "/etc/bind/jiontro.net.hosts";
allow-transfer {
127.0.0.1;
localnets;
};
};
zone "1.0.168.192.in-addr.arpa" {
type delegation-only;
};
  The administrator has disabled public write access.
Post Reply
get the latest posts directly to your desktop

Talk and Get Help

Support
Forums
Bugs and Issues

Get Virtualmin

OS Support
Buy Online
Download
Copyright 2005-2007 Virtualmin, Inc. All rights reserved.