This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revision | |||
user:jcavalu3:portfolio:eoce:0x1 [2014/05/08 04:42] – [NIS Configuration] jcavalu3 | user:jcavalu3:portfolio:eoce:0x1 [2014/05/08 04:55] (current) – [NIS Configuration] jcavalu3 | ||
---|---|---|---|
Line 152: | Line 152: | ||
---- | ---- | ||
- | I followed a tutorial online to setup the NIS server and clients. | + | I followed a tutorial online to set up the NIS server and clients. |
Server configuration can be seen [[http:// | Server configuration can be seen [[http:// | ||
Line 169: | Line 169: | ||
At the end of the installation, | At the end of the installation, | ||
- | To go along with the tutorial and keep things simple and readable, I will only list the important changes in each file (all changes indicated with **change**: | + | To go along with the tutorial and keep things simple and readable, I will only list the important changes in each file (all changes indicated with **change**): |
< | < | ||
Line 216: | Line 216: | ||
</ | </ | ||
+ | ===Client Configuration=== | ||
+ | |||
+ | Client configuration begins with the installation of the NIS package and asks for the NIS domain name, which will be **cortana**. | ||
+ | |||
+ | Next, the real configuration: | ||
+ | |||
+ | < | ||
+ | |||
+ | root@client: | ||
+ | |||
+ | # At the end of the file, add the domain name followed by the server in the following format: | ||
+ | cortana cortana.projects.lan | ||
+ | |||
+ | |||
+ | |||
+ | root@client: | ||
+ | |||
+ | passwd: | ||
+ | group: | ||
+ | shadow: | ||
+ | |||
+ | hosts: | ||
+ | |||
+ | # Lastly, reboot the client. | ||
+ | </ | ||
+ | |||
+ | With NFS and NIS configured correctly, you should now be able to log onto cortana from arbiter and masterchief as the users on cortana. | ||