Connecting your SAC to the Internet 10.2 Version

Prepared by Peggy Bruehl
It's still easy, but a few steps are slightly different from the procedure in HP-UX 9.X

Follow these steps

  1. Gather the necessary information: Consult your internet provider for help with this information.

  2. Plug your machine into the network

  3. Become root

    % su -

  4. 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.)

  5. 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.

  6. Run the script /sbin/set_parms with the ip_address flag to configure networking, system hostname, and IP address.

    % /sbin/set_parms ip_address

  7. Answer the questions.

  8. 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

  9. Answer the questions.

  10. Reboot

    Now your SAC is configured for the internet, DNS, etc.

    Other things to do: