Quick and Easy (but ugly) IPv6 on Fedora Core 2 - Printable Version +- Linux-Noob Forums (https://www.linux-noob.com/forums) +-- Forum: Linux Server Administration (https://www.linux-noob.com/forums/forum-8.html) +--- Forum: DNS and DHCP (https://www.linux-noob.com/forums/forum-84.html) +--- Thread: Quick and Easy (but ugly) IPv6 on Fedora Core 2 (/thread-3144.html) |
Quick and Easy (but ugly) IPv6 on Fedora Core 2 - dubkat - 2004-09-28 you've got that site you need to access but its only ipv6... what to do.... (this will also work for irc but you end up with an ugly ipv6 ip) oh well... Append to /etc/sysconfig/network Code: NETWORKING_IPV6=yes Append to /etc/sysconfig/network-scripts/ifcfg-eth0 Code: IPV6INIT=yes Code: ifconfig eth0 down Hello IPv6! |