liang99314106 发表于 2003-5-31 11:37:41

斑竹大哥,内核ip的问题

斑竹大哥:
不好意思啊!
这里的我在写论文的碰到了问题,你能帮帮我吗?
谢谢啦!真的要帮忙啦!我的ipv6基本上搞好了。但是写论文的时候写英文摘要的时候写不下去了,请帮我翻译一下好吗?谢谢啦!
   本文首先简单的介绍了全球互联网internet的发展的一个严峻的情况――现在用的ipv4的地址严重不足及其局限性,并且把现在热点研究的ip新版ipv6和ipv4做了简单的比较,介绍了ipv6的特点与优势和ipv6的一些基础知识, 最后重点介绍了我们在linux(我们用的是redhad linux7.2版)平台下的支持ipv6的内核的重新编译和启动,以及支持ipv6的inet6和nettools的安装和简单应用,并建设ipv6的ipv4的隧道实现他们之间的通信。
   希望大家能帮我啦!

Dragonfly 发表于 2003-6-1 06:35:02

really ft, Axin, u are from english dept, u do this.

ok, an exchange, u summary what u do about linux in one or two pages and post here. Axin and I will translate that for u.:wink::wink::wink:

liang99314106 发表于 2003-6-1 22:24:59

好啊

好啊
我的主要工作是下载了一个新的内核,linux--2.4.20进行编译让它支持ipv6
我用的是make menuconfig
主要选项是Code maturity level options        Prompt for development and/or incomplete code/drivers        Yes
Loadable module support        Enable loadable module support        No
General setup        Video mode selection support        Yes
Networking options        Packet socket        Yes
        Unix domain sockets        Yes
        TCP/IP networking        Yes
        The IPv6 protocol        Yes
        IPv6: disable provider based address        Yes
File systems        /proc filesystem support        Yes
Kernel hacking        Magic sysrq key        Yes
其他的安你的情况选
编译后就修改开机设定
我用的是grub
增加以下的内容
title Red Hat Linux -ipv6
root (hd0,7)
kernel / vmlinuz-ipv6 ro root=/dev/hda8(这里的hda8要根据你硬盘的分区的具体情况来定)

最后reboot就行了
本来我打算有时间整理好才发表的,因为这段时间要搞论文.
所以希望大家还是要帮帮我啊!谢谢啊

Dragonfly 发表于 2003-6-2 21:44:20

Write in a rush, try to check it carefully.
my english is poor, really. T < 600 and G < 2100. sigh.
=======================================================
At the beginning, this paper introduces a serious situation we meet during the developing of global Internet, the limitation of IPv4 protocol and the short of IPv4 address. To solve these problems, a new IP protocol, IPv6, is proposed and becomes a research hot spot. After comparing the IPv6 with currently used IPv4 and introducing some basics and characteristics of IPv6, the paper discusses a
running sample of IPv6 built by us. By using an IPv6 enable kernel under Redhat 7.2, we recompiled the kernel and booted the system using the new kernel. We also installed some network tools including inet6 and nettools and sample applications that support IPv6. At last, we built a IPv6 to IPv4 tunnel and
implemented the communication between these two protocols.

liang99314106 发表于 2003-6-3 16:52:57

ok!thx

真的很感谢啦!

Dragonfly 发表于 2003-6-4 09:23:43

hehe, english is important and computer english is easy.
页: [1]
查看完整版本: 斑竹大哥,内核ip的问题