xuehua 发表于 2003-3-3 12:40:27

编译IPv6内核?

在Linux内核从2.2.x之后开始正式支持IPv6,但在初安装系统时IP协议默认为IPv4,必须从新编译内核生成支持IPv6的新内核。我现在用的是RH8,请问如何编译?

超级用户 发表于 2003-3-3 16:52:46

RH8带了IPv6模块!

Dragonfly 发表于 2003-3-16 23:47:10

u can include ipv6 in network option.
CONFIG_IPV6:                                                                        │
│                                                                                     │
│ This is experimental support for the next version of the Internet                   │
│ Protocol: IP version 6 (also called IPng "IP next generation").                     │
│ Features of this new protocol include: expanded address space,                      │
│ authentication and privacy, and seamless interoperability with the                  │
│ current version of IP (IP version 4). For general information about               │
│ IPv6, see <http://playground.sun.com/pub/ipng/html/ipng-main.html>;               │
│ for specific information about IPv6 under Linux read the HOWTO at                   │
│ <http://www.bieringer.de/linux/IPv6/> and the file net/ipv6/README                  │
│ in the kernel source.                                                               │
│                                                                                     │
│ If you want to use IPv6, please upgrade to the newest net-tools as                  │
│ given in Documentation/Changes. You will still be able to do                        │
│ regular IPv4 networking as well.                                                    │
│                                                                                     │
│ This protocol support is also available as a module ( = code which                  │
│ can be inserted in and removed from the running kernel whenever you               │
│ want). The module will be called ipv6.o. If you want to compile it                  │
│ as a module, say M here and read Documentation/modules.txt.                         │
│                                                                                     │
│ It is safe to say N here for now.

netdog 发表于 2003-4-10 17:06:37

u can use "modprobe ipv6" to load ipv6 module.

xuehua 发表于 2003-4-10 17:23:05

我已把ipv6的模块装上了,也设了ipv6的地址,但是想在两台ipv6主机之间通信,运行
route -A inet6 add default gw ipv6_addr 后,出现
ipv6_addr :Resolver Error 0 (no error)
而且也ping6不到对方主机,这是为什么?还要其他的改动吗?
页: [1]
查看完整版本: 编译IPv6内核?