Ten návod vypadá vcelku dobře. Takže spíše nějaký konkrétní informace. Kde jste se zasekl?
PS: v tom texťáku byl taky popis co se má dělat.
Ja som sa zasekol hned na zaciatku nakolko instalacia toho balicku bola ina ako sa tu popisuje.
# portsnap fetch update
# cd /usr/ports/dns/bindgraph
# make install clean
Tento dalsi prikaz je tusim na vytvorenie konfiguracneho suboru na spracovavanie logov z bindu.
# vi /etc/namedb/named.conf
je to nejaky editor ktory ani neviem zatvorit ani ulozit. Predpokladam ze donho treba volozit toto a potom ulozit :
channel "querylog" { file "/var/log/query.log"; print-time yes; };
category queries { querylog; };
# Configure the logging options
logging {
channel security_channel {
# Send log messages to the specified file
file "/var/log/security.log";
# Log all messages
severity debug;
# Log the date and time of the message
print-time yes;
# Log the category of the message
print-category yes;
# Log the severity level of the message
print-severity yes;
};
channel default {
# Send logs to the syslog 'local0' facility
syslog local0;
# Log messages of severity 'info' or higher
severity info;
print-category yes;
print-severity yes;
};
# Logs about approval and denial of requests
category security {
security_channel;
default;
};
# Ignore logs about misconfigured remote servers
category lame-servers { null; };
# Default logging options
category default { default; };
channel "querylog" { file "/var/log/query.log"; print-time yes; };
category queries { querylog; };
};
potom ulozit ale netusim ako

a ani neviem ako nastavit v ninde aby to generovalo quoure logi ci co to je

Cez webmin sa to asi neda nastavit...