Add Static IP Address in Solaris 10:
Ifconfig eri0 x.x.x.x broadcast x.x.x.x netmask x.x.x.x up
Gateway :
Route add default x.x.x.x
How to configure static Ip Address in Sparc machine:
Add the hostname:
/etc/nodename
/etc/hostname.bge0
Add the ip address:
/etc/hosts
127.0.0.1 localhost
x.x.x.x sparc10 loghost
Add the Gateway:
/etc/defaultrouter
x.x.x.x
Add the Dns:
/etc/resolv.conf
search itchoice.com
nameserver x.x.x.x
Add the Netmask:
/etc/netmasks
x.x.x.x x.x.x.x
0 comments:
Post a Comment