close Warning: Can't synchronize with repository "(default)" (/common/SVN/wimax does not appear to be a Subversion repository.). Look in the Trac log for more information.

Changes between Version 13 and Version 14 of dSite/e0LDAP


Ignore:
Timestamp:
Oct 10, 2014, 9:29:56 PM (10 years ago)
Author:
ssugrim
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • dSite/e0LDAP

    v13 v14  
    110110}}}
    111111
    112 Next edit /etc/nsswitch.conf file so that is has the follow non comment lines:
     112After this script is run, we will need to point the dns resolver to the localhost. To do this edit ''/etc/network/interfaces'' file and change the '''dns-nameservers''' line to use '''localhost''', e.g.:
     113{{{
     114# The primary network interface
     115auto eth2
     116iface eth2 inet static
     117      address 10.50.0.249
     118      netmask 255.255.0.0
     119      gateway 10.50.0.1
     120      dns-nameservers localhost
     121
     122}}}
     123then restart the networking service to reflect the DNS change:
     124{{{
     125/etc/init.d/networking restart
     126}}}
     127Once this setting is done you can test the local dns by tring to resolve node names e.g.:
     128{{{
     129host node1.geni.rutgers.edu
     130node1.geni.rutgers.edu has address 10.1.1.1
     131}}}
     132External name resolution should also work.
     133
     134Next edit ''/etc/nsswitch.conf'' file so that is has the follow non comment lines:
    113135{{{
    114136    passwd:         files ldap compat