分类: 系统运维
2010-07-01 00:09:50
Linux ISATAP配置 |
作者:管理员 |
周五, 2010年1月 1日 09:31 |
说明: (1)本地IPv4地址以10.0.0.1为例,isatap.hust.edu.cn对应IPv4地址为218.199.111.9;
sudo ip tunnel add name is0 mode isatap local 10.0.0.1
对于上述两种方法都不能用的,可以安装,支持地址自动配置,不需要手工设置地址和网关。以Ubuntu系统为例sudo apt-get install isatapd |