- 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/hosts file:
- Set the default route:
- Make the default route permanent by updating the /etc/defaultrouter:
# ifconfig hme0 plumb
# ifconfig hme0 192.168.1.4
# ifconfig hme0 up
192.168.1.4 host-name
# route add default 192.168.1.1
192.168.1.1