自拍偷在线精品自拍偷,亚洲欧美中文日韩v在线观看不卡

linux系統(tǒng)下的IPv6協(xié)議棧安裝步驟

網(wǎng)絡(luò) 網(wǎng)絡(luò)管理
本文介紹了幾個linux系統(tǒng)下的IPv6協(xié)議棧的安裝方法。包括Redhat Linux系統(tǒng)、FreeBSD系統(tǒng)、Solaris系統(tǒng)的安裝步驟。

在Linux系統(tǒng)下進行IPv6協(xié)議棧的安裝,很多朋友都不是太熟悉。因為Linux本身也不是我們常用的操作系統(tǒng)。那么現(xiàn)在我們就來為大家介紹一下它各個版本下的IPv6協(xié)議棧的安裝方法。

1.Redhat Linux系統(tǒng)如何安裝IPv6協(xié)議棧?

(1)修改/etc/sysconfig/network文件,加入下列配置文本: NETWORKING_IPV6=yes

(2)運行命令:servicenetworkrestart

(3)用命令ifconfig-a查看ipv6地址信息

2.其他Linux系統(tǒng)如何安裝IPv6協(xié)議棧?

(1)檢查當(dāng)前系統(tǒng)是否支持IPv6

test-f/proc/net/if_inet6&&echo"RunningkernelisIPv6ready"

(2)載入IPv6

如果沒有安裝成功,用命令modprobeipv6載入IPv6。

(3)檢查是否正確載入IPv6

lsmod|grep-w'ipv6'&&echo"IPv6modulesuccessfullyloaded"

FreeBSD系統(tǒng)如何安裝IPv6協(xié)議棧?

(1)FreeBSD在版本4.0-RELEASE后,已集成KAMEIPv6Stack,缺省支持IPv6。

(2)在/etc/rc.conf文件中加入下列配置文本:ipv6_enable="YES"

(3)重啟計算機。

Solaris系統(tǒng)如何安裝IPv6協(xié)議棧?

(1)運行下列命令:touch/etc/hostname6.hme0

(2)修改/etc/nsswitch.conf,尋找hosts和ipnodes字符串,修改如下:

hosts:filesdns

ipnodes:filesdns

(3)運行reboot命令重啟計算機

責(zé)任編輯:佟健 來源: it168
相關(guān)推薦

2010-05-26 14:04:46

安裝IPv6協(xié)議

2010-06-28 15:48:32

IPv6協(xié)議棧Linux

2010-06-21 15:18:19

IPv6協(xié)議棧

2010-05-26 14:06:22

IPv6協(xié)議棧

2010-05-26 14:56:05

IPv6協(xié)議棧

2010-05-26 14:49:06

IPv6協(xié)議棧

2010-05-26 13:58:58

IPv6協(xié)議棧

2010-05-26 14:12:06

IPv6協(xié)議

2010-06-07 10:44:50

IPv6安裝步驟

2010-06-02 10:34:47

IPv6協(xié)議棧

2010-06-07 10:24:51

安裝IPv6協(xié)議

2010-06-08 17:30:56

IPv6協(xié)議棧

2010-07-01 15:27:30

安裝IPv6協(xié)議

2010-05-31 10:16:31

禁用IPv6協(xié)議

2010-05-26 15:06:44

IPv6協(xié)議棧

2010-09-09 16:42:18

嵌入式IPv6協(xié)議棧

2010-06-09 11:20:15

嵌入式IPv6協(xié)議棧

2020-10-15 10:54:31

安全漏洞微軟

2010-05-26 15:23:00

IPv6協(xié)議棧

2010-06-01 13:52:03

IPv6協(xié)議路由協(xié)議
點贊
收藏

51CTO技術(shù)棧公眾號