Posts

Showing posts from December, 2013

IPv6 reverse lookup configuration

Named.conf // // Sample named.conf BIND DNS server 'named' configuration file // for the Red Hat BIND distribution. // // See the BIND Administrator's Reference Manual (ARM) for details, in: //   file:///usr/share/doc/bind-*/arm/Bv9ARM.html // Also see the BIND Configuration GUI : /usr/bin/system-config-bind and // its manual. // options {         directory "/var/named";         forwarders { "IP address of external DNS"; };         };         zone "blr.stglabs.ibm.com" {                 type master;                 file "/var/named/my.ibmisl.zone.db";         };         zone "139.126.9.in-addr.arpa" {         type master;         file "/var/named/9.126.139.rev"; };         zone "9.in-addr.arpa" {         type master;         file "/var/named/9.rev"; };         zone "0.10.in-addr.arpa" {         type master;         file "

client ldap setting in PAM.d

[root@hmc64 ~]# vi /etc/pam.d/login [root@hmc64 ~]# vi /etc/pam.d/system-auth [root@hmc64 ~]# vi /etc/pam.d/password-auth [root@hmc64 ~]# vi /etc/pam.d/login [root@hmc64 ~]# vi /etc/pam.d/su [root@hmc64 ~]# vi /etc/pam.d/login [root@hmc64 ~]# authconfig-tui Starting nslcd:                                            [  OK  ] Starting oddjobd:                                          [  OK  ]