View Full Version : vhost
AhmetBSD
05-26-2005, 14:57
hi i have domain the-hangover.net 67.159.18.98
67.159.18.98 this ip vhosted to the-hangover.net
can i make public01.the-hangover.net 67.159.18.99
how to ??
if you own this ip all you have to do is submit a ticket to the helpdesk
and ask them to set the PTR record of that ip to your desired hostname
AhmetBSD
05-26-2005, 15:39
b4sh how to ?
b4sh how to ?
i just told you how to do it
just open a ticket at the helpdesk (http://www.fdcservers.net/helpdesk)
AhmetBSD
05-26-2005, 16:58
i open ticket
Subject: vhost Posted by Ahmet Akbulut
http://www.tuxsystem.com/ip.txt please vhost this list.
Subject: No subject Posted by FDCservers Support (Staff)
we need them in order PLS
99 IN PTR public01.the-hangover.net.
100 IN PTR public02.the-hangover.net.
.....
Thanks
-=FDCservers.net=-
what i must do ??
ShannonS
05-26-2005, 17:12
easy do see the end 2 or 3 numbers at the end of ur ip?
instead of
public02.the-hangover.net 67.159.18.100
List them like this
100 PTR public02.the-hangover.net
101 PTR public03.the-hangover.net
102 PTR public04.the-hangover.net
cause i am really bored i'll fix that list up
and email it you pm me your email address if you want it, it should take me 15 mins todo the list
AhmetBSD
05-26-2005, 20:42
escuseme
[root@rakipsiz root]# cat /etc/named.conf
// generated by named-bootconf.pl
options {
directory "/var/named";
/*
* If there is a firewall between you and nameservers you want
* to talk to, you might need to uncomment the query-source
* directive below. Previous versions of BIND always asked
* questions using port 53, but BIND 8.1 uses an unprivileged
* port by default.
*/
// query-source address * port 53;
};
//
// a caching only nameserver config
//
controls {
inet 127.0.0.1 allow { localhost; } keys { rndckey; };
};
zone "." IN {
type hint;
file "named.ca";
};
zone "localhost" IN {
type master;
file "localhost.zone";
allow-update { none; };
};
zone "0.0.127.in-addr.arpa" IN {
type master;
file "named.local";
allow-update { none; };
};
include "/etc/rndc.key";
zone "rakipsiz.net" { type master; file "/var/named/rakipsiz.net.db"; };
zone "tuxsystem.com" { type master; file "/var/named/tuxsystem.com.db"; };
zone "haraka.net" { type master; file "/var/named/haraka.net.db"; };
zone "cesuryurek.net" { type master; file "/var/named/cesuryurek.net.db"; };
zone "eczacilar.org" { type master; file "/var/named/eczacilar.org.db"; };
zone "solakli.com" { type master; file "/var/named/solakli.com.db"; };
zone "ruzgar.radiyo.info" { type master; file "/var/named/ruzgar.radiyo.info.db"; };
zone "mustafatoraman.net" { type master; file "/var/named/mustafatoraman.net.db"; };
zone "liderturk.net" { type master; file "/var/named/liderturk.net.db"; };
zone "the-hangover.net" { type master; file "/var/named/the-hangover.net.db"; };
zone "yomra.net" { type master; file "/var/named/yomra.net.db"; };
zone "loyanet.com" { type master; file "/var/named/loyanet.com.db"; };
[root@rakipsiz root]#
[root@rakipsiz root]# cat /var/named/the-hangover.net.db
$TTL 14400
@ IN SOA ns1.rakipsiz.net. root.the-hangover.net. (
2005052001
7200
3600
1209600
86400 )
the-hangover.net. 14400 IN NS ns1.rakipsiz.net.
the-hangover.net. 14400 IN NS ns2.rakipsiz.net.
bnc 14400 IN A 67.159.18.98
the-hangover.net. 14400 IN A 67.159.18.98
public01 14400 IN A 67.159.18.99
public02 14400 IN A 67.159.18.100
public03 14400 IN A 67.159.18.101
public04 14400 IN A 67.159.18.102
public05 14400 IN A 67.159.18.103
public06 14400 IN A 67.159.18.104
public07 14400 IN A 67.159.18.105
public08 14400 IN A 67.159.18.106
public09 14400 IN A 67.159.18.107
public10 14400 IN A 67.159.18.108
public11 14400 IN A 67.159.18.109
public12 14400 IN A 67.159.18.110
public13 14400 IN A 67.159.18.111
public14 14400 IN A 67.159.18.112
public15 14400 IN A 67.159.18.113
public16 14400 IN A 67.159.18.114
public17 14400 IN A 67.159.18.115
public18 14400 IN A 67.159.18.116
public19 14400 IN A 67.159.18.117
public20 14400 IN A 67.159.18.118
public21 14400 IN A 67.159.18.119
public22 14400 IN A 67.159.18.120
public23 14400 IN A 67.159.18.121
public24 14400 IN A 67.159.18.122
public25 14400 IN A 67.159.18.123
public26 14400 IN A 67.159.18.124
public27 14400 IN A 67.159.18.125
public28 14400 IN A 67.159.18.126
the-hangover.net. IN TXT "v=spf1 a mx ip4:67.159.18.98 ~all"
how to where are inset PTR and how to insert ??
AhmetBSD
05-26-2005, 21:24
-mesa.az.us.undernet.org- *** Your forward and reverse DNS do not match, ignoring hostname.
testesttest is ~test@67.159.18.98 * test
:(
ShannonS
05-27-2005, 01:57
add this to your named.conf
zone "18.159.67.in-addr.arpa" IN {
type master;
file "/var/named/67.159.18.db";
allow-update { none; };
};
then you need to create /var/named/67.159.18.db
in that should be
$TTL 14400
@ IN SOA ns1.rakipsiz.net. root.the-hangover.net. (
2005052001
7200
3600
1209600
86400 )
the-hangover.net. 14400 IN NS ns1.rakipsiz.net.
the-hangover.net. 14400 IN NS ns2.rakipsiz.net.
99 PTR public01.the-hangover.net
100 PTR public02.the-hangover.net
101 PTR public03.the-hangover.net
102 PTR public04.tha-hangover.net
103 PTR public05.the-hangover.net
104 PTR public06.the-hangover.net
105 PTR public07.the-hangover.net
106 PTR public08.the-hangover.net
107 PTR public09.the-hangover.net
108 PTR public10.the-hangover.net
109 PTR public11.the-hangover.net
110 PTR public12.the-hangover.net
111 PTR public13.the-hangover.net
112 PTR public14.the-hangover.net
113 PTR public15.the-hangover.net
114 PTR public16.the-hangover.net
115 PTR public17.the-hangover.net
116 PTR public18.the-hangover.net
117 PTR public19.the-hangover.net
118 PTR public20.the-hangover.net
119 PTR public21.the-hangover.net
120 PTR public22.the-hangover.net
121 PTR public23.the-hangover.net
122 PTR public24.the-hangover.net
123 PTR public25.the-hangover.net
124 PTR public26.the-hangover.net
125 PTR public27.the-hangover.net
126 PTR public28.the-hangover.net
-mesa.az.us.undernet.org- *** Your forward and reverse DNS do not match, ignoring hostname.
testesttest is ~test@67.159.18.98 * test
:(
do u have reverse dns authorithy on your ips? :p
jalmenaram
06-13-2005, 07:50
I edit very fine the pico /etc/named.conf and created a /var/named/nameddomain.hosts and edit and later edit the rev.DNS
Dont understand why appear this message when i try to connect to this vhost
-(ezbounce)- Unable to bind: unknown host (what is my wrong) of this compiled
Regards
Jose Almenara A
why the undernet server , if i have my VHOST only appear the IP or, if i have 5 ips and the a.b.c.100 is the first of the server:
a.b.c.100 -> chandro.org
a.b.c.101 -> 1.chandro.org
a.b.c.102 -> 2.chandro.org
a.b.c.103 -> 3.chandro.org
a.b.c.104 -> 4.chandro.org
if i put the 4.chandro.org like VHOST, its connects, but with the " a.b.c.100 -> chandro.org "
WHY¡?!?!?!?!
vBulletin® v3.7.3, Copyright ©2000-2009, Jelsoft Enterprises Ltd.