User Tools

Site Tools


финальная_настройка_dns_сервера

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
Next revision Both sides next revision
финальная_настройка_dns_сервера [2016/12/28 12:14]
val [Настройки DNS клиентов]
финальная_настройка_dns_сервера [2018/07/12 14:27]
val [Debian/Ubuntu/FreeBSD]
Line 2: Line 2:
  
 ===== Настройка сервиса ===== ===== Настройка сервиса =====
-==== Ubuntu ====+ 
 +==== Debian/Ubuntu ====
 <​code>​ <​code>​
 root@server:​~#​ apt install bind9 root@server:​~#​ apt install bind9
Line 67: Line 68:
         };         };
 }; };
 +
 view "​outside"​ { view "​outside"​ {
         zone "​corpX.un"​ {         zone "​corpX.un"​ {
Line 77: Line 79:
 </​code>​ </​code>​
  
-==== FreeBSD/Ubuntu ====+==== Debian/Ubuntu/​FreeBSD ​====
 <​code>​ <​code>​
 server# cat corpX.un server# cat corpX.un
Line 104: Line 106:
 ;gate      A       ​192.168.X.254 ;gate      A       ​192.168.X.254
  
-;​_sip._udp ​          ​SRV ​    00 00 5060 server+;​_sip._udp ​          ​SRV ​    0 0 5060 server 
 + 
 +;​_xmpp-client._tcp ​  ​SRV ​    0 0 5222 server
  
 ;​_kerberos._udp ​     SRV     01 00 88 server ;​_kerberos._udp ​     SRV     01 00 88 server
Line 126: Line 130:
  
 ;​_sip._udp ​          ​SRV ​    00 00 6050 server ;​_sip._udp ​          ​SRV ​    00 00 6050 server
-</​code><​code>​+</​code>​ 
 + 
 +===== Тестирование сервиса ===== 
 + 
 +<​code>​
 server# named-checkconf -z server# named-checkconf -z
 </​code>​ </​code>​
Line 143: Line 151:
 </​code>​ </​code>​
  
-==== Ubuntu ====+==== Debian/Ubuntu ====
 <​code>​ <​code>​
 root@server:​~#​ service bind9 restart root@server:​~#​ service bind9 restart
финальная_настройка_dns_сервера.txt · Last modified: 2021/10/10 12:01 by val