Advertisement
Guest User

Untitled

a guest
Apr 21st, 2017
143
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.20 KB | None | 0 0
  1. [root@icap6012x log]# egrep -v '^#|^$' /etc/pdns/pdns.conf
  2. daemon=no
  3. guardian=no
  4. launch=gmysql
  5. gmysql-host=icap6013x.test.example.com
  6. gmysql-user=pdns_user
  7. gmysql-dbname=pdns
  8. gmysql-password=V8s;VosP0Eb
  9. local-address=0.0.0.0
  10. local-port=5300
  11. recursor=10.104.2.210
  12. setgid=pdns
  13. setuid=pdns
  14. [root@icap6012x log]# egrep -v '^#|^$' /etc/pdns-recursor/recursor.conf
  15. setuid=pdns-recursor
  16. setgid=pdns-recursor
  17. allow-from=127.0.0.0/8, 10.0.0.0/8, 100.64.0.0/10, 169.254.0.0/16, 192.168.0.0/16, 172.16.0.0/12, ::1/128, fc00::/7, fe80::/10
  18. forward-zones-recurse=.=10.104.2.210,ips.co=127.0.0.1:5300
  19. local-address=0.0.0.0
  20. local-port=53
  21. log-common-errors=yes
  22. logging-facility=0
  23. loglevel=3
  24. trace=on
  25.  
  26.  
  27. [root@icap6012x log]# dig jenkins.ips.co
  28.  
  29. ; <<>> DiG 9.9.4-RedHat-9.9.4-29.el7_2.3 <<>> jenkins.ips.co
  30. ;; global options: +cmd
  31. ;; Got answer:
  32. ;; ->>HEADER<<- opcode: QUERY, status: NXDOMAIN, id: 17676
  33. ;; flags: qr rd ra; QUERY: 1, ANSWER: 0, AUTHORITY: 0, ADDITIONAL: 0
  34.  
  35. ;; QUESTION SECTION:
  36. ;jenkins.ips.co. IN A
  37.  
  38. ;; Query time: 0 msec
  39. ;; SERVER: 10.105.86.58#53(10.105.86.58)
  40. ;; WHEN: Fri Apr 21 12:40:45 BST 2017
  41. ;; MSG SIZE rcvd: 32
  42.  
  43. [root@icap6012x log]# dig CNAME jenkins.ips.co
  44.  
  45. ; <<>> DiG 9.9.4-RedHat-9.9.4-29.el7_2.3 <<>> CNAME jenkins.ips.co
  46. ;; global options: +cmd
  47. ;; Got answer:
  48. ;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 37311
  49. ;; flags: qr rd ra; QUERY: 1, ANSWER: 1, AUTHORITY: 0, ADDITIONAL: 0
  50.  
  51. ;; QUESTION SECTION:
  52. ;jenkins.ips.co. IN CNAME
  53.  
  54. ;; ANSWER SECTION:
  55. jenkins.ips.co. 394 IN CNAME icap6012x.test.example.com.
  56.  
  57. ;; Query time: 1 msec
  58. ;; SERVER: 10.105.86.58#53(10.105.86.58)
  59. ;; WHEN: Fri Apr 21 12:40:54 BST 2017
  60. ;; MSG SIZE rcvd: 75
  61.  
  62. [root@icap6012x log]# dig icap6012x.test.example.com.
  63.  
  64. ; <<>> DiG 9.9.4-RedHat-9.9.4-29.el7_2.3 <<>> icap6012x.test.example.com.
  65. ;; global options: +cmd
  66. ;; Got answer:
  67. ;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 38017
  68. ;; flags: qr rd ra; QUERY: 1, ANSWER: 1, AUTHORITY: 0, ADDITIONAL: 0
  69.  
  70. ;; QUESTION SECTION:
  71. ;icap6012x.test.example.com. IN A
  72.  
  73. ;; ANSWER SECTION:
  74. icap6012x.test.example.com. 28615 IN A 10.105.86.58
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement