- Gather the necessary information:
- Your Computer Name
- Example: sac
- Your domain name
- Example: comet.ucar.edu
- Your IP Address
- Example: 128.117.110.115
- Your subnet mask
- Example: 255.255.255.0
- Your DNS (Domain Name Service) name & IP address
- Example: ns.noaa.gov and 140.90.231.19
- Your Gateway name & IP address
- Example: comet.ucar.edu and 128.117.110.3
Consult your internet provider for help with this information.
- Plug your machine into the network
- Become root
% su -
- Make a backup copy of your netconf and resov.conf files.
% mv /etc/rc.config.d/netconf /etc/rc.config.d/netconf.bak
% mv /etc/resolv.conf /etc/resolv.conf.bak
(Note, if you do not have a resolv.conf file, just skip that step.
Be sure that you do make a copy of your netconf file, though.)
- Copy a new version of the netconf file from /usr/newconfig/etc/rc.config.d
% cp /usr/newconfig/etc/rc.config.d/netconf /etc/rc.config.d/netconf
This is a very important step. Do not skip it.
- Run the script /sbin/set_parms with the ip_address flag to configure
networking, system hostname, and IP address.
% /sbin/set_parms ip_address
- Answer the questions.
- Now run the script /sbin/set_parms with the addl_netwrk flag to
configure routing (gateways), DNS, and/or NIS.
% /sbin/set_parms addl_netwrk
- Answer the questions.
- Reboot
Now your SAC is configured for the internet, DNS, etc.
Other things to do: