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