Mac OS X Installation Procedure: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
Line 1: | Line 1: | ||
Configuring Domain Name System (DNS) server: | Configuring Domain Name System (DNS) server: | ||
1. Open the System Preferences application. | 1. Open the System Preferences application. | ||
2. From the View menu, select Network. | 2. From the View menu, select Network. | ||
3. | 3. Select desired network connection and select Configure button. | ||
4. Select the TCP/IP button. | 4. Select the TCP/IP button. | ||
5. After DNS Servers: enter the address of | 5. After DNS Servers: enter the address of your DNS server(s) (clon00 etc). | ||
6. Click on the Apply Now button. | 6. Click on the Apply Now button. | ||
Revision as of 13:57, 10 May 2007
Configuring Domain Name System (DNS) server:
1. Open the System Preferences application. 2. From the View menu, select Network. 3. Select desired network connection and select Configure button. 4. Select the TCP/IP button. 5. After DNS Servers: enter the address of your DNS server(s) (clon00 etc). 6. Click on the Apply Now button.
To setup NIS service type following as root:
rpcinfo -p
If the portmapper is not running, you'll get the message
rpcinfo: can't contact portmapper: RPC: remote system error - Connection refused
To fix that type:
sudo launchctl start com.apple.portmap
Repeat check, you should see something like:
program vers proto port 100000 2 tcp 111 portmapper 100000 2 udp 111 portmapper
Type following:
sudo domainname CCCHP sudo ypbind ypwhich