1. Create the TCP/IP stack - The interface will not show in ifconfig until you do this:
  2.   # ifconfig hme1 plumb
    
    
  3. Apply an IP address - Now the interface will showin in ifconfig:
  4.   # ifconfig hme1 192.168.1.4
    
    
  5. Bring the interface up:
  6.   #  ifconfig hme1 up
    
    
  7. Make the changes permanent by updating the /etc/hostname.hme1 file:
  8.   192.168.1.4