Увидели сообщение с непонятной ссылкой, спам, непристойность или оскорбление?Воспользуйтесь ссылкой «Сообщить модератору» рядом с сообщением!
0 Пользователей и 1 Гость просматривают эту тему.
//// Do any local configuration here//// Consider adding the 1918 zones here, if they are not used in your// organization//include "/etc/bind/zones.rfc1918";//view "my_local" {//match-clients { 192.168.0.0/25; 10.0.0.0/8; localhost; 127.0.0.1; };acl AD-Servers { 192.168.0.98;};// Active Directory - _msdcszone "_msdcs.muffs.lan" { type master; allow-update {AD-Servers;}; check-names ignore; file "dynamic/_msdcs.muffs.lan";};// Active Directory - _siteszone "_sites.muffs.lan" { type master; allow-update {AD-Servers;}; check-names ignore; file "dynamic/_sites.muffs.lan";};// Active Directory - _tcpzone "_tcp.muffs.lan" { type master; allow-update {AD-Servers;}; check-names ignore; file "dynamic/_tcp.muffs.lan";};// Active Directory - _udpzone "_udp.muffs.lan" { type master; allow-update {AD-Servers;}; check-names ignore; file "dynamic/_udp.muffs.lan";};// Active Directory - DomainDnsZoneszone "DomainDnsZones.muffs.lan" { type master; allow-update {AD-Servers;}; check-names ignore; file "dynamic/DomainDnsZones.muffs.lan";};// Active Directory - ForestDnsZoneszone "ForestDnsZones.muffs.lan" { type master; allow-update {AD-Servers;}; check-names ignore; file "master/ForestDnsZones.muffs.lan";};//LOCAL ZONESzone "muffs.lan" { type master; allow-update{ AD-Servers; }; file "/etc/bind/db.muffs.lan";};zone "0.168.192.in-addr.arpa" in { type master; allow-update { AD-Servers; }; file "/etc/bind/0.168.192.in-addr.arpa";};
$ORIGIN .$TTL 86400 ; 1 day_msdcs.muffs.lan IN SOA ns1.muffs.lan. root.ns1.muffs.lan ( 200110230 ; serial 28800 ; refresh (8 hours) 7200 ; retry (2 hours) 2419200 ; expire (4 weeks) 86400 ; minimum (1 day) ) NS ns1.muffs.lan.$ORIGIN _msdcs.muffs.lan.$ORIGIN .$TTL 86400 ; 1 day_sites.muffs.lan IN SOA ns1.muffs.lan. root.ns1.muffs.lan. ( 200110223 ; serial 28800 ; refresh (8 hours) 7200 ; retry (2 hours) 2419200 ; expire (4 weeks) 86400 ; minimum (1 day) ) NS ns1.muffs.lan.$ORIGIN _tcp.Default-First-Site-Name._sites.muffs.lan.$ORIGIN .$TTL 86400 ; 1 day_tcp.muffs.lan IN SOA ns1.muffs.lan. root.ns1.muffs.lan. ( 200110224 ; serial 28800 ; refresh (8 hours) 7200 ; retry (2 hours) 2419200 ; expire (4 weeks) 86400 ; minimum (1 day) ) NS ns1.muffs.lan.$ORIGIN _tcp.muffs.lan.$ORIGIN .$TTL 86400 ; 1 day_udp.muffs.lan IN SOA ns1.muffs.lan. root.ns1.muffs.lan. ( 200110224 ; serial 28800 ; refresh (8 hours) 7200 ; retry (2 hours) 2419200 ; expire (4 weeks) 86400 ; minimum (1 day) ) NS ns1.muffs.lan.$ORIGIN _udp.muffs.lan.$ORIGIN .$TTL 86400 ; 1 dayDomainDnsZones.muffs.lan IN SOA ns1.muffs.lan. root.ns1.muffs.lan. ( 200110220 ; serial 28800 ; refresh (8 hours) 7200 ; retry (2 hours) 2419200 ; expire (4 weeks) 86400 ; minimum (1 day) ) NS ns1.muffs.lan.$ORIGIN DomainDnsZones.muffs.lan.
$ORIGIN .$TTL 86400 ; 1 dayForestDnsZones.muffs.lan IN SOA ns1.muffs.lan. root.ns1.muffs.lan. ( 200110220 ; serial 28800 ; refresh (8 hours) 7200 ; retry (2 hours) 2419200 ; expire (4 weeks) 86400 ; minimum (1 day) ) NS ns1.muffs.lan.$ORIGIN ForestDnsZones.muffs.lan.
[global]netbios name = serverserver string = serverworkgroup = muffs.lansecurity = userhosts allow = 127. 192.168.0.interfaces = 127.0.0.1/8 192.168.0.0/25bind interfaces only = yesremote announce = 192.168.0.127remote browse sync = 192.168.0.127printcap name = cupsload printers = nocups options = rawprinting = cupsguest account = smbguestlog file = /var/log/samba/samba.logmax log size = 1000null passwords = nousername level = 6password level = 6encrypt passwords = yesunix password sync = yessocket options = TCP_NODELAY SO_RCVBUF=8192 SO_SNDBUF=8192local master = nodomain master = nopreferred master = nodomain logons = noos level = 64logon drive = m:logon home = \\%L\homes\%ulogon path = \\%L\profiles\%ulogon script = %G.battime server = noname resolve order = wins lmhosts bcastwins support = nowins proxy = nodns proxy = nopreserve case = yesshort preserve case = yesclient use spnego = noclient signing = noclient schannel = noserver signing = noserver schannel = nont pipe support = yesnt status support = yesallow trusted domains = noobey pam restrictions = yesenable spoolss = yesclient plaintext auth = nodisable netbios = nofollow symlinks = noupdate encrypted = yespam password change = nopasswd chat timeout = 120hostname lookups = nousername map = /etc/samba/smbuserssmb passwd file = /etc/samba/smbpasswdpasswd program = /usr/bin/passwd '%u'passwd chat = *New*password* %n\n *ReType*new*password* %n\n *passwd*changed*\nadd user script = /usr/sbin/useradd -d /dev/null -c 'Samba User Account' -s /dev/null '%u'add user to group script = /usr/sbin/useradd -d /dev/null -c 'Samba User Account' -s /dev/null -g '%g' '%u'add group script = /usr/sbin/groupadd '%g'delete user script = /usr/sbin/userdel '%u'delete user from group script = /usr/sbin/userdel '%u' '%g'delete group script = /usr/sbin/groupdel '%g'add machine script = /usr/sbin/useradd -d /dev/null -g sambamachines -c 'Samba Machine Account' -s /dev/null -M '%u'machine password timeout = 120idmap uid = 16777216-33554431idmap gid = 16777216-33554431template shell = /dev/nullwinbind use default domain = yeswinbind separator = @winbind cache time = 360winbind trusted domains only = yeswinbind nested groups = nowinbind nss info = nowinbind refresh tickets = nowinbind offline logon = no[homes]comment = Home Directoriespath = /home2/%Uread only = noavailable = yesbrowseable = yeswritable = yesguest ok = nopublic = noprintable = noshare modes = nolocking = no[netlogon]comment = Network Logon Servicepath = /home2/netlogonread only = noavailable = yesbrowseable = yeswritable = noguest ok = nopublic = noprintable = noshare modes = nolocking = no[profiles]comment = User Profilespath = /home2/profilesread only = noavailable = yesbrowseable = nowritable = yesguest ok = nopublic = noprintable = nolocking = nocreate mode = 0600directory mask = 0700[printers]comment = All Printerspath = /var/spool/sambabrowseable = yeswritable = noguest ok = nopublic = noprintable = yesshare modes = nolocking = no
Страница сгенерирована за 0.02 секунд. Запросов: 19.