How do I assign IP address using command line ifconfig utility?
Use ifconfig command as follows to assign an IP address: # ifconfig {interface-name} inet6 {IPv6-Address} prefixlen {routed-bit} # ifconfig le0 inet6 001:470:1e04:5ea::10 prefixlen 64 To add a default router, enter: # route -n add -inet6 default {IPv6-Router-IP} # route -n add -inet6 default 2001:470:1e04:5ea::1