|
马上注册,结交更多好友,享用更多功能,让你轻松玩转社区。
您需要 登录 才可以下载或查看,没有账号?注册
×
按论坛上的文章,下载安装了 routeros 2.8.16,并配置成功PPPOE 服务器,但UPNP界面始终无法配置成功,使用eMule一直是LowID,很是不爽.使用MSN检查显示为:您是通过非UPNP对称NAT连接到Internet 的(管理员).配置如下,望有高手大虾施予援手,感激不尽./ interface ethernet set ether1 name="ether1" mtu=1500 arp=enabled disable-running-check=yes \ auto-negotiation=yes full-duplex=yes long-cable=no speed=100Mbps \ disabled=no / interface pppoe-client add name="pppoe-out1" mtu=1480 mru=1480 interface=ether1 user="gx026@lf" \ password="1111" profile=default service-name="" ac-name="" \ add-default-route=yes dial-on-demand=yes use-peer-dns=no \ allow=mschap2,mschap1,chap,pap disabled=no / interface pppoe-server server add service-name="gxds" interface=ether1 mtu=1488 mru=1488 \ authentication=mschap2,mschap1,chap,pap keepalive-timeout=10 \ one-session-per-host=no default-profile=default disabled=no / ip pool add name="pool1" ranges=192.168.0.2-192.168.0.254 / ip dns set primary-dns=211.98.4.1 secondary-dns=211.98.2.4 allow-remote-requests=yes \ cache-size="4096 kB" cache-max-ttl=7d / ip firewall set input name="input" policy=accept comment="" set forward name="forward" policy=accept comment="" set output name="output" policy=accept comment="" / ip firewall dst-nat add action=accept comment="" disabled=no / ip firewall mangle / ip firewall service-port set ftp ports=21 disabled=no set pptp disabled=no set gre disabled=no set h323 disabled=yes set mms disabled=no set irc ports=6667 disabled=no set quake3 disabled=no set tftp ports=69 disabled=no / ip firewall src-nat add src-address=!192.168.2.0/24 out-interface=pppoe-out1 action=masquerade \ comment="" disabled=no / ip firewall connection tracking set enabled=yes tcp-syn-sent-timeout=2m tcp-syn-received-timeout=1m \ tcp-established-timeout=5d tcp-fin-wait-timeout=2m \ tcp-close-wait-timeout=1m tcp-last-ack-timeout=30s \ tcp-time-wait-timeout=2m tcp-close-timeout=10s udp-timeout=30s \ udp-stream-timeout=3m icmp-timeout=30s generic-timeout=10m / ip neighbor discovery set ether1 discover=yes set pppoe-out1 discover=no set discover=no / ip route / ip service set telnet port=23 address=0.0.0.0/0 disabled=no set ftp port=21 address=0.0.0.0/0 disabled=no set www port=80 address=0.0.0.0/0 disabled=no set hotspot port=8088 address=0.0.0.0/0 disabled=no set ssh port=22 address=0.0.0.0/0 disabled=no set hotspot-ssl port=443 address=0.0.0.0/0 certificate=none disabled=yes / ip socks set enabled=no port=1080 connection-idle-timeout=2m max-connections=200 / ip policy-routing / ip policy-routing rule add src-address=0.0.0.0/0 dst-address=0.0.0.0/0 flow="" interface=all \ action=lookup table=main comment="" disabled=no / ip policy-routing table main / ip upnp set enabled=yes / ip upnp interfaces add interface=ether1 type=internal disabled=no add interface=pppoe-out1 type=external disabled=no |
|