ROS3.3+radiusmanager做的PPPOE服务器,问题已解决,谢谢各位大侠的帮助和指点!~
本帖最后由 miyong_azc 于 2012-1-9 15:58 编辑ROS3.3+radiusmanager做的PPPOE服务器,现在拨上号上不了网最近研究了3.4天了,终于可以完成了,高兴死我了,但是又出一问题,PPPOE拨上号后上不了网,请大哥们帮帮忙。。万分感谢:')
制定IP地址网关就能上,PPPEO后就上不了 # jan/08/2012 12:40:00 by RouterOS 3.30
# software id = AW6Z-QGSJ
#
/ip firewall connection tracking
set enabled=yes generic-timeout=10m icmp-timeout=10s tcp-close-timeout=10s \
tcp-close-wait-timeout=10s tcp-established-timeout=1d \
tcp-fin-wait-timeout=10s tcp-last-ack-timeout=10s \
tcp-syn-received-timeout=5s tcp-syn-sent-timeout=5s tcp-syncookie=no \
tcp-time-wait-timeout=10s udp-stream-timeout=3m udp-timeout=10s
/ip firewall mangle
add action=mark-connection chain=prerouting comment="" disabled=no \
in-interface=Lan new-connection-mark=1st_conn passthrough=yes \
per-connection-classifier=src-address-and-port:3/0
add action=mark-routing chain=prerouting comment="" connection-mark=1st_conn \
disabled=no in-interface=Lan new-routing-mark=1st_route passthrough=no
add action=mark-connection chain=prerouting comment="" disabled=no \
in-interface=Lan new-connection-mark=2st_conn passthrough=yes \
per-connection-classifier=src-address-and-port:3/1
add action=mark-routing chain=prerouting comment="" connection-mark=2st_conn \
disabled=no in-interface=Lan new-routing-mark=2st_route passthrough=no
add action=mark-connection chain=prerouting comment="" disabled=no \
in-interface=Lan new-connection-mark=3st_conn passthrough=yes \
per-connection-classifier=src-address-and-port:3/2
add action=mark-routing chain=prerouting comment="" connection-mark=3st_conn \
disabled=no in-interface=Lan new-routing-mark=3st_route passthrough=no
/ip firewall nat
add action=masquerade chain=srcnat comment="" disabled=no
add action=masquerade chain=srcnat comment="" disabled=no src-address=\
10.10.10.0/24
/ip firewall service-port
set ftp disabled=no ports=21
set tftp disabled=no ports=69
set irc disabled=no ports=6667
set h323 disabled=no
set sip disabled=no ports=5060,5061
set pptp disabled=no
是这个吗? :'):'):'):'):')高手帮我看看啊。。。。。。 bobwalker 发表于 2012-1-8 17:41 static/image/common/back.gif
你预先做了哪些判断?结果如何?例如获取IP情况,ping对端IP情况,ping路由器外接口IP情况,ping外网DNS情况 ...
我现在时脑袋都大了,拨号正常,拨号后获取的地址也正常,拨号后PING ROS 正常,pingradiusmanage也正常,PING 外网DNS 就完了,但是拨号后也本地址的NDS 也是对的,真看不出什么毛病,搞两天了,脑袋疼死了
先给看看我的配置吧!
bobwalker 发表于 2012-1-8 18:56 static/image/common/back.gif
为了以防万一:
1./ip dns也加配置上DNS地址。
2./添加不等距默认路由(图上没看到配有默认路由)。
谢谢,我先测试下 bobwalker 发表于 2012-1-8 18:56 static/image/common/back.gif
为了以防万一:
1./ip dns也加配置上DNS地址。
2./添加不等距默认路由(图上没看到配有默认路由)。
还是不行,在请教个问题 拨了号上不去网,跟radiusmanager没关系吧? 先直接用ros自带的建立帐号试一下拨号能不能上网,再提问题! miyong_azc 发表于 2012-1-9 10:17 static/image/common/back.gif
还是不行,在请教个问题 拨了号上不去网,跟radiusmanager没关系吧?
谢谢 大虾!~ 学习了;P
也谢谢各位大哥们打理帮助 我的对接不了 不知道 什么问题 ,用ROS 自带的可以对接
页:
[1]