Thanks I've allready have a solution

but it's not working now :S for a time it worked, but i enabled the firewall on ISPConfig and now I'm back to the same not found problem
The solution is to get the right domain and hostname so i can access de full web (services and everything that's not showing whe i access the web by
https://serverip:81) I have to get the domain-name and host-name working on my lan (the ispconfig server i'm using it on a lan only as a home web server for experimentation)
My lan is mannaged by a DI-524 router (192.168.0.1/255.255.255.240) which as DHCP working the debian sarge server has the static ip 192.168.0.10 asigned by dhcp. The debian has no X installed, so I access the ISPConfig web on my desktop pc running M$ Wintendo XP

which has this DNS on the same order:
192.168.0.10
192.168.0.1
216.155.73.154
and my dns is configured like this :
named.conf
Code:
//// MAKE MANUAL ENTRIES BELOW THIS LINE! ////
zone "philisoft.org" {
type master;
file "db.philipsoft.org";
};
zone "0.168.192.in-addr.arpa" {
type master;
file "db.192.168.0";
};
db.philipsoft.org
Code:
;
;BIND data file for zone philipsoft.org
;
$TTL 86400
@ IN SOA philipsoft.org. admin.philipsoft.org. (
2006032701 ; serial, todays date + todays serial #
10800 ; refresh, seconds
7200 ; retry, seconds
604800 ; expire, seconds
86400 ) ; minimum, seconds
;
NS ns1.philipsoft.org. ; Inet Address of name server 1
NS ns2.philipsoft.org. ; Inet Address of name server 2
;
localhost A 127.0.0.1
philipsoft.org. A 192.168.0.10
polarbear A 192.168.0.10
ispcadmin A 192.168.0.10
ns1 A 192.168.0.10
ns2 A 192.168.0.1
ns3 A 216.155.73.154
db.192.168.0
Code:
;
; BIND reverse data file for zone 192.168.0
;
$TTL 86400
@ IN SOA philipsoft.org. hostmaster.philipsoft.org. (
2006032701 ; Serial
10800 ; Refresh
7200 ; Retry
604800 ; Expire
86400 ) ; Negative Cache TTL
IN NS ns1.philipsoft.org.
10 IN PTR ns1.philipsoft.org.
1 IN PTR ns2.philipsoft.org.
resolf.conf
Code:
search philipsoft.org
nameserver 192.168.0.10
nameserver 192.168.0.1
nameserver 216.155.73.154
nameserver 145.253.2.75
nameserver 193.174.32.18
nameserver 194.25.0.60
hosts
Code:
127.0.0.1 localhost.localdomain localhost polarbear
192.168.0.10 polarbear.philipsoft.org polarbear
# The following lines are desirable for IPv6 capable hosts
::1 ip6-localhost ip6-loopback
fe00::0 ip6-localnet
ff00::0 ip6-mcastprefix
ff02::1 ip6-allnodes
ff02::2 ip6-allrouters
ff02::3 ip6-allhosts
hostname
Code:
polarbear.philipsoft.org
but when i do for exaple
C:\ping -a polarbear.philipsoft.org
I get a host not found
What I'm trying to do is to assign the hostname polarbear to my debian server and the domain philipsoft.org and the hostname ispcadmin, and everything working so I can access the ISPConfig web trhough
https://ispcadmin.philipsoft.org
please help

!!!!!
I'm going nutts trying to make the DNS works!!! so i can get the ispconfig working for once and for all and havo no more errors :$:$:$ I still have to design the web and everything so I need the ISPConfig good and running as soon as I can :$
PD: If someone knows a portal system like PHP-Nuke that has flash also integrated and new tecnologies please tellme about it too :P I would like to know new portal systems to work with