Chinaunix首页 | 论坛 | 博客
  • 博客访问: 147932
  • 博文数量: 22
  • 博客积分: 428
  • 博客等级: 下士
  • 技术积分: 281
  • 用 户 组: 普通用户
  • 注册时间: 2011-02-14 14:28
文章分类

全部博文(22)

文章存档

2013年(7)

2012年(15)

分类: LINUX

2012-05-08 15:16:20

IPv6 over ppp is support by PPP by default. 
Just modify config file will make ipv6 work.
 
Server's configure:
add one line to pppoe config file(/etc/ppp/pppoe-server-options)
"ipv6 ::111,::2"

after modify, restart pppoe-server.
Dial again, ppp interface can get an ipv6 link local address from server.

ppp101    Link encap:Point-to-Point Protocol  
          inet addr:192.172.200.60  P-t-P:192.172.200.140  Mask:255.255.255.255
          inet6 addr: fe80::2/10 Scope:Link
          UP POINTOPOINT RUNNING NOARP MULTICAST  MTU:1492  Metric:1
          RX packets:912 errors:0 dropped:0 overruns:0 frame:0
          TX packets:597 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:25 
          RX bytes:99356 (97.0 KiB)  TX bytes:44761 (43.7 KiB)

Client's configure:
Add one line to pppoe's config file(/etc/ppp/options:
"+ipv6"




阅读(2705) | 评论(0) | 转发(0) |
0

上一篇:没有了

下一篇:Radvd's default configure file for ready logo p2

给主人留下些什么吧!~~