route and interface configuration in solaris

Hi,

Every time when i boot my system i have to manually issue the following commands.

 
ifconfig elxl0 plumb 192.168.200.129 netmask 255.255.255.0 up
route add default 192.168.200.1

I need some help so that it should be configured permanently and i wouldn't have to manually issue the above commands

Kindly help urgent

have you added your ip in the following file:
/etc/hostname.<interfacename>

and your default route in the following:
/etc/defaultrouter

Also, don't forget the /etc/netmasks file. You don't need it since your IP address is class C, but if your network uses variable-length subnet masks, you will. :smiley:

HTH