PDA

View Full Version : [ubuntu] How to configure IPv6?



smartbone
April 30th, 2009, 11:06 PM
I have just installed Ubuntu 9.04, everything goes fine except for the IPv6 configuration.
I used to configure IPv6 successfully in my fedora release and it's quite straight forward:

Code:
ifconfig eth0 inet6 add 2001:cc0:2044:0::73
route -A inet6 add ::/0 gw 2001:cc0:2044:0::1

But in ubuntu these commands do not work.
I am very new to linux and know little thing about network configuration, could someone help me out, thank you very much!