curie123 发表于 2011-11-14 10:50:17

ppoe 配置应该没有问题,但客户机却连不上服务器



1 添加pptp服务器

/ppp secret> add name=jack password=pass local-address=10.0.0.1
remote-address=10.0.0.2


2,在pptp服务器上,启用pptp功能。
/interface pptp-server server> set enabled=yes
/interface pptp-server server> print
            enabled: yes
            max-mtu: 1460
            max-mru: 1460
               mrru: disabled
   authentication: pap,chap,mschap1,mschap2
keepalive-timeout: 30
    default-profile: default
/interface pptp-server server>

3在客户端添加一个用户:

/interface pptp-client> add user=jack password=pass connect-to=
10.5.8.104 disabled=no

/interface pptp-client> print
Flags: X - disabled, R - running
0    name="pptp-out1" max-mtu=1460 max-mru=1460 mrru=disabled
      connect-to=10.5.8.104 user="jack" password="pass"
      profile=default-encryption add-default-route=no
      allow=pap,chap,mschap1,mschap2
/interface pptp-client>


检测:
进行 拨号测实:




发现不通,


不知为什么,请高手指教!
页: [1]
查看完整版本: ppoe 配置应该没有问题,但客户机却连不上服务器