软件平台:
H3C设备:模拟器(Simware V5.2)
ACS: cisco acs 4.12
网络拓扑:
各个设备的IP:
SW:192.168.77.2
ACS server:192.168.77.3
User Client:192.168.77.10
[root@localhost src]# gzip -dc openvpn-2.1.1-ipv6-0.4.10.patch.gz | patch –p1
ifconfig eth0 add 2005::4/64
route –A inet6 add default gw 2005::1
加入 /etc/rc.d/rc.local
cp /etc/sysconfig/network-script/ifcfg-eth0 /etc/sysconfig/network-script/ifcfg-eth0:1
Change device eth0 ==>eth0:1
OpenVPN 2.1.1 use bridge (TAP Driver)
dev tap0 (根据实际情况调整。)
Server-bridge 192.168.8.4 255.255.255.0 192.168.8.20 192.168.8.250
————————————— —————— ——————–
| | |
服务端的IP地址和掩码 客户端分配的开始范围
如果启用了防火墙(Iptables)
[root@localhost sample-scripts]# cat bridge-start
#!/bin/bash
#################################
# Set up Ethernet bridge on Linux
# Requires: bridge-utils
#################################
# Define Bridge Interface
br="br0"
# Define list of TAP interfaces to be bridged,
# for example tap="tap0 tap1 tap2".
tap="tap0"
# Define physical ethernet interface to be bridged
# with TAP interface(s) above.
eth="eth1"
eth_ip="192.168.8.4"
eth_netmask="255.255.255.0"
eth_broadcast="192.168.8.255"
eth_ipv6="2005::1/64"
for t in $tap; do
openvpn –mktun –dev $t
done
/usr/sbin/brctl addbr $br
/usr/sbin/brctl addif $br $eth
for t in $tap; do
brctl addif $br $t
done
for t in $tap; do
ifconfig $t 0.0.0.0 promisc up
done
ifconfig $eth 0.0.0.0 promisc up
ifconfig $br $eth_ip netmask $eth_netmask broadcast $eth_broadcast
ifconfig $br add $eth_ipv6
最近在调试OpenVPN IPV6,发觉这个有用的资料。特收集到这里。
Copyright © 2004 by Christian Strauf
Acknowledgements go to people from the University of Erlangen for inspiring us with the idea to use OpenVPN for a tunnel broker service. Thank you, guys, it works like a charm!
一、迁移后的IP:
原重庆电信服务器:222.177.56.50 ,因重庆电信全面停止IDC服务,所以迁移到贵阳电信,迁移后的IP为:222.87.129.143。
请各用户提供个人资料、网站备案号。 另:请各位朋友认真检查自己的网站,不能有任何违反国家现行规定的东西。至于这个规定,我也不清楚。不同的部门有不同的规定(如果各位天朝的同学还不了解的话,请百度)。
如果因为有关(某)部门查出有什么违法信息。我们也无能为力,只能根据有关部门的要求处理。请各位配合。
备案,备案,备案,一定要备案。
自查,自查,自查,一定要自查。
from:http://englishhome.bokee.com/6090490.html
1. [图] 每日看图英语 Image English 订阅:
2. [听] 每日英语播客 ESL Podcast 订阅:
3. [课] 英语每日一课 Free English Lessons 订阅:
4. [词] 牛津每日一词 Word of the Day 订阅:
5. [新] 英语新词追踪 Word Spy 订阅:
6. [俚] 每日英语俚语 Urban Word of the Day 订阅:
7. [言] 每日英语名言 Quotes of the Day 订阅:
8. [史] 历史上的今天 This Day in History 订阅:
9. [知] 雅虎每日一问 Ask Yahoo! 订阅:
10.[行] 维基每日一问 How to of the Day 订阅:
“Necessity is the mother of all invention,” a saying derived from Plato’s Republic, holds very true in the world of technology. In the late 1980s, Dr. Steve Deering was working on a project that required him to send a message from one computer to a group of computers across a Layer 3 network. After studying several routing protocols, Dr. Deering concluded that the functionality of the routing protocols could be extended to support “Layer 3 multicasting.” This concept led to more research, and in 1991, Dr. Deering published his doctoral thesis, “Multicast Routing in a Datagram Network,” in which he defined the components required for IP multicasting, their functions, and their relationships with each other.
draft-ietf-ipv6-deprecate-site-local-02.ipv6-tla-assignmentsGeneral note on unicast addresses: the first 16 bits are the TLA, the next 8 bits must be zero, then 24 bits of NLA (48 bits total), 16 bits of SLA (64 bits total), and 64 bits for the interface.
Also, there are issues on internet-wide routes and the length of prefixes. Someone has written some recommendations which illustrate what is expected to be routeable.
RFCReader.Net使用说明
最近更新(http://kummerwu.web.officelive.com/default.aspx)
RFC是网络工程师知识库,以前通常使用RFC Viewer阅读,但这个工具功能过于简单,只能简单阅读,但对我这种读书时喜欢写写画画的人来说实在不爽,我个人读书时喜欢边读边写写笔记,做做注释,画画重点:)。把各种RFC阅读工具找了个遍,也没有发现满足要求的工具,只要自己动手,于是RFCReader.NET应运而生。该工具时用C#编写的,运行时需要.NET Framework 2.0(更高版本也行)
相关链接:
RFCReader.NET安装程序下载链接:http://kummerwu.web.officelive.com/Documents/RFCReader.Net.rar
RFC下载地址:http://www.ietf.org/rfc.html
双语版RFC2328 OSPFv2(下载链接:http://kummerwu.web.officelive.com/default.aspx)

RFCReader.NET主界面分为三个区域,从左到右以此为:目录区,正文区,注释区。
有三种方式打开RFC文件,
一种是通过【文件】-【打开】,选择需要打开的文件
另一种时通过RFC显示区域,点击【右键】,选择弹出菜单中的【打开】,选择需要打开的文件
最后,也可以通过【文件】-【最近打开】,选择最近打开过的RFC文件
阅读RFC文件
上下方向键=上下移动
左右方向键=前后翻页
有两种方式保存修改的RFC文件
一种是通过【文件】-【保存】,选择需要打开的文件
另一种时通过RFC显示区域,点击【右键】,选择弹出菜单中的【保存】,选择需要打开的文件
保存文件类型为cmt类型
通过【视图】-【目录结构】,可以切换打开或者关闭RFC目录
通过【视图】-【全屏切换】,可以在全屏和非全屏之间切换
选择荧光笔功能:【工具】-【荧光笔】,即可进行荧光笔状态。
先退出荧光笔模式(使用Esc键),左键双击荧光笔记录,即可删除该荧光笔记录
选择荧光笔功能:【工具】-【荧光笔】,即可进行荧光笔状态。
先退出下划线模式(使用Esc键),左键双击下划线记录,即可删除该下划线记录
左键单击注释区,即可显示注释编辑框,可以自行添加相应的注释
点击已存在的注释,即可对该注释进行修改,编辑或者删除。

点击【工具】-【配置】,即可显示配置界面,
可以配置的信息包括:字体,以及各种文本的背景和字体颜色。
对于配色方案,可以直接从配置方案中选择整套配色方案,也可以根据自己喜好自定义配色方案。
先用鼠标【左键】点击希望添加书签的文本行,然后选择【工具】-【添加书签】,即可将选中的行加入书签列表
通过【工具】-【显示书签】即可查看当前文档的所有书签,双击书签列表中的一行,即可跳转到书签所在位置。
如您在使用时发现任何问题或者好的建议,欢迎交流。
可以通过【帮助】-【错误报告】发送您的意见,
或者直接邮件发送到
打开文件:Ctrl+O
保存修改:Ctrl+S
目录区切换:F2
全屏切换:F5
荧光笔:Y
下划线:X
配置:Ctrl+D
添加书签:Ctrl+B
显示书签:F3
显示书签列表:F3