netsetup(8) — Maintenance
NAME
netsetup − Network setup program
SYNOPSIS
/usr/sbin/netsetup
DESCRIPTION
The netsetup utility allows you to configure the networking software on your system.
To run netsetup, enter the following command and then answer the questions:
# netsetup
You must know your Internet Protocol (IP) address. If your network uses subnet routing, you must know the subnet mask for your network. The network manager should be able to provide you with the information that you need.
Note
If your network uses subnet routing, remember to enter the subnet number as part of the host number.
After the netsetup command completes, the network services on the system can be restarted manually with the following command:
# /usr/sbin/rcinet restart
Before you restart the network services with the preceding command, warn the users that the network services on the system are being removed. File systems that were not mounted using the /etc/fstab file or the automount command must be unmounted with the unmount command. You must remount these file systems using the mount command after the network is started on your system.
Alternatively, you can reboot the system with the following command:
# /usr/sbin/shutdown −r now
FILES
/etc/hosts
Specifies the host name file.
/etc/rc.config
Specifies the environment variables that define the network configuration on your system.
/etc/hosts.equiv
Specifies the trusted hosts file.
/etc/networks
Specifies the network name file.
/etc/gateways
Specifies Internet routing information.
/etc/routes
Specifies Internet routing information.
RELATED INFORMATION
Files: gateways(4), hosts(4), hosts.equiv(4), networks(4), routes(4)
network_manual_setup(7), Network Administration