|
How To Configure Pure IPv6 Environment
Hi,
Does anyone know how to configure pure IPv6 environment on RHEL4 AS UP1? In the /etc/sysconfig/networking/profiles/default/ifcfg-eth0 file, I've set parameters as follow:
IPV6INIT=yes
ONBOOT=yes
USERCTL=no
PEERDNS=yes
GATEWAY=fe80::250:daff:fe63:c358
TYPE=Ethernet
DEVICE=eth0
HWADDR=00:0c:29:a1:1a:20
BOOTPROTO=none
NETMAS=0.0.0.0
IPADDR=0.0.0.0
With these setting, I cannot ping any machines outside of the gateway (I can ping devices within the gateway w/ipv6 addr). I read an article stating that Linux uses IPv4 address to communicate with other host machines even though IPv6 is enabled. If this true, IPv6 only environment cannot be done with RHEL4?
Any inputs would be appreciated.
Thanks in advance.
|