Friday, March 30, 2012

Howto add/delete IPv6 address in FreeBSD

To add:
# ifconfig {interface-name} inet6 {IPv6-Address} prefixlen {routed-bit}
# ifconfig le0 inet6 001:470:1e04:5ea::10 prefixlen 64


To delete:
# ifconfig em0 inet6 2001:db8:bdbd::123/48 delete

No comments:

Post a Comment