关于增加PPOE用户拨号进入ruose服务器命令行问题
我用rouseros作了一个pppoe的服务器,网络里面的用户通过pppoe协议,利用拨号连接外网我想用命令行的方法增加用户,但是有一个地方出错,希望得到大家的帮忙
环境
我要建立111111用户,密码是:2222 用pppoe协议拨号 ,Profile名字是aaaa
我的命令行如下
我输入
/ppp secret add name=111111 password=2222 service=pppoe profile=aaaa
就会出现了input does not match any value of profile的出错提示了,想问一下如何处理?
回复 #1 you98 的帖子
/ ppp secretadd name="xiaohu" service=pppoe caller-id="" password="xiaohu" \
profile=pppoeserver remote-address=192.168.9.98 routes="" limit-bytes-in=0 \
limit-bytes-out=0 comment="" disabled=no
add name="xiaowang" service=pppoe caller-id="" password="xiaowang" \
profile=pppoeserver remote-address=192.168.9.99 routes="" limit-bytes-in=0 \
limit-bytes-out=0 comment="" disabled=no
add name="xiaohan" service=pppoe caller-id="" password="xiaohan" \
profile=pppoeserver routes="" limit-bytes-in=0 limit-bytes-out=0 \
comment="" disabled=no
add name="xiaoding" service=pppoe caller-id="" password="xiaoding" \
profile=pppoeserver routes="" limit-bytes-in=0 limit-bytes-out=0 \
comment="" disabled=no
add name="laoda" service=pppoe caller-id="" password="laoda" \
profile=pppoeserver routes="" limit-bytes-in=0 limit-bytes-out=0 \
comment="" disabled=no 谢谢
页:
[1]