lxf1597 发表于 2010-9-16 00:33:32

有能帮看看为什么upnp开启了还让emule获得不了highid么?

/ip upnp
set allow-disable-external-interface=yes enabled=yes show-dummy-rule=yes
/ip upnp interfaces
add disabled=yes interface=pppoe-out1 type=external
add disabled=yes interface=ether2 type=internal查了下,有问题么?
RB133c的板子,3.17的版本

WGHBOY 发表于 2010-9-16 02:08:23

ip fir nat那里看看有没加端口

zooyo 发表于 2010-9-16 09:39:21

我勒个去 disabled=yes 这俩规则不是禁止的?

lxf1597 发表于 2010-9-17 21:04:41

有。。。。我做了端口映射,但是还是获取不了highID,然后开了upnp,emule做种用,提示是说upnp设置映射成功,但是还是没有highID,这个代码是我关掉了upnp去试映射的时候复制的。。。搞错了

lxf1597 发表于 2010-9-17 21:06:40

#
/ip upnp
set allow-disable-external-interface=yes enabled=yes show-dummy-rule=yes
/ip upnp interfaces
add disabled=no interface=pppoe-out1 type=external
add disabled=no interface=ether2 type=internal

现在是这个应该没错

lxf1597 发表于 2010-9-17 21:07:58

#
/ip firewall nat
add action=masquerade chain=srcnat comment="" disabled=no
add action=dst-nat chain=dstnat comment="" disabled=no dst-address=0.0.0.0 \
    dst-port=6253 in-interface=ether1 protocol=tcp src-address=0.0.0.0/0 \
    to-addresses=192.168.1.2 to-ports=6253
add action=dst-nat chain=dstnat comment="" disabled=no dst-address=0.0.0.0 \
    dst-port=6263 in-interface=ether1 protocol=udp src-address=0.0.0.0/0 \
    to-addresses=192.168.1.2 to-ports=6263


这个是我做的映射,需要停掉么?

WGHBOY 发表于 2010-9-17 21:10:30

如果设置好会自动加的

lxf1597 发表于 2010-9-17 23:45:57

大概就是说不用自己做端口映射,开启了upnp之后net里会自动有相对应的规则是吧?

lxf1597 发表于 2010-9-17 23:52:06

哦,我删掉了我自己做的端口映射,结果emule说是用upnp设置端口映射,但是在net里面没有相应添加规则

yclycl 发表于 2011-10-3 14:34:04

经测试,ros的upnp很有问题

prestonbbs 发表于 2011-10-4 05:06:37

貌似软路由比较麻烦
页: [1]
查看完整版本: 有能帮看看为什么upnp开启了还让emule获得不了highid么?