Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - kino

Pages: [1]
1
DNS / Re: How to Setup DNS (BIND) on server
« on: October 04, 2014, 03:42:21 AM »
looks like you have missing ns2 entry for your nameserver

And how should be set can you show me where inside the dns templete to add it and how

2
DNS / Re: How to Setup DNS (BIND) on server
« on: October 02, 2014, 06:42:42 PM »
Hello i can't start bind i get this error log

Code: [Select]
Starting named:
Error in named configuration:
zone localhost.localdomain/IN: loaded serial 0
zone localhost/IN: loaded serial 0
zone 1.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.ip6.arpa/IN: loaded serial 0
zone 1.0.0.127.in-addr.arpa/IN: loaded serial 0
zone 0.in-addr.arpa/IN: loaded serial 0
zone whoisinfo.biz/IN: loaded serial 2013071600
zone cursuri.pw/IN: NS 'ns2.cursuri.pw' has no address records (A or AAAA)
zone cursuri.pw/IN: not loaded due to errors.
_default/cursuri.pw/IN: bad zone
[FAILED]


and my default domain dns zone is

Code: [Select]
; Panel %version%
; Zone file for cursuri.pw
$TTL 14400
cursuri.pw.      86400        IN      SOA     ns1.cursuri.pw. darius@boun.cr. (
         2013071600      ; serial, todays date+todays
                86400           ; refresh, seconds
          7200            ; retry, seconds
            3600000         ; expire, seconds
           86400 )         ; minimum, seconds

cursuri.pw. 86400 IN NS ns1.cursuri.pw.
cursuri.pw. 86400 IN NS ns2.cursuri.pw.

ns1     14400   IN      A   x51.x36.x9.1x0
ns1     14400   IN      A   x51.x36.x9.1x0

cursuri.pw. IN A x51.x36.x9.1x0

localhost.cursuri.pw. IN A 127.0.0.1

cursuri.pw. IN MX 0 cursuri.pw.

mail IN CNAME cursuri.pw.
www IN CNAME cursuri.pw.
ftp IN CNAME cursuri.pw.
; Add additional settings below this line

3
Suggestions / File manager with extract/create archives
« on: September 21, 2014, 01:16:26 PM »
Hello is developers intend to create a filemanager to easy :

Create archives
Extract archives
Delete Folders
Rename Folders
Set permissions
Upload files

This will be a great ++ to the panel

Pages: [1]