I just want to write down every techie thing I did so I wouldn't missed it again next time when I need it.
This page mainly for computer and networking stuff, how to configure or how to do it.
Monday, May 24, 2010
Put ipv6 configuration on linux
I always need this once a while and always forgot it, so this is my note on ipv6 for linux (Fedora flavor of course :) ).
/sbin/vconfig add eth0 600 /sbin/ifconfig eth0.600 up /sbin/ifconfig eth0.600 inet6 add 2001:AA00:F:F::2/64 /sbin/route -A inet6 add ::/0 gw 2001:AA00:f:f::1
No comments:
Post a Comment