Network Configuration for SunSparsh 5.8

Hi,

I need to configure the Network for a Sun Solaris systems.
The OS info is SunOS Sparsh 5.8 Generic_108528-13 Sun4u Sparc SUNW,Ultra-250.

Please do let me know, how shall I shart with & more in configuring the Network.

Below is the list of Network Configuration I need to Make

1) Setting up IP Address,
2) Setting up a Hostname,
And enable system to access through other system in the domain.

3) I suppose requires GatwayAddress/Router Address right ??

Is there a GUI using which this can be achieved or Do I need to use the Command line interface.

Please do let me know more., or let me any link if already available.

Thanks in Advance.

To configure an ip address use the command

ifconfig eth0 <ip addresss> netmask <..............> up

Please note:
eth0 is the network card name, it could be hme0. read the man ifconfig for more details

To configure an hostname
edit the /etc/hostname and type in the hostname and ip address
eg
myhostname 171.56.37.6

To configure the DNS
edit /etc/resolv.conf

To update defaultdomain
edit /etc/defaultdomain

To add router use the command

route add 0 [routers ip address]

Hi Thanks for ur kind Information.

Will try this & will update the same incase any other issues.

Thanks a Ton