小水管,弄了下,最多叠加两拨了
本文转载于9090社区,帖子链接:https://qq9090.top/thread-605898-1-1.html
作者: 浦口刘亦菲 时间: 2026-6-11 17:55你们的还好吗?3911.jpeg(77.9 KB, 下载次数: 0)下载附件2026-6-11 17:55 上传3909.jpeg(283.97 KB, 下载次数: 0)下载附件2026-6-11 17:55 上传3907.jpeg(290.16 KB, 下载次数: 0)下载附件2026-6-11 17:55 上传
作者: gillospol 时间: 2026-6-11 18:08
JS-NJ-JP-XJ是哪个地区
你多拨以后能拿到几个不同IP段?
作者: 浦口刘亦菲 时间: 2026-6-11 18:42
/ip firewall mangle remove [find]
/ip firewall nat remove [find]
/ip route remove [find dst-address=0.0.0.0/0]
/interface pppoe-client remove [find name=pppoe1]
/interface pppoe-client remove [find name=pppoe2]
/routing table remove [find name=to-pppoe1]
/routing table remove [find name=to-pppoe2]
/interface bridge port remove [find interface=WAN]
/interface bridge port remove [find interface=LAN1]
/interface bridge port remove [find interface=LAN2]
/interface bridge port add bridge=bridge-lan interface=LAN1
/interface bridge port add bridge=bridge-lan interface=LAN2
/ip dns set allow-remote-requests=yes servers=218.2.2.2,218.4.4.4
/interface pppoe-client
add name=pppoe1 interface=WAN ac-name="****" user="****" password="****" add-default-route=no use-peer-dns=no disabled=no
add name=pppoe2 interface=WAN ac-name="****" user="****" password="****" add-default-route=no use-peer-dns=no disabled=no
/ip firewall nat
add chain=srcnat out-interface=pppoe1 action=masquerade
add chain=srcnat out-interface=pppoe2 action=masquerade
/routing table
add fib name=to-pppoe1
add fib name=to-pppoe2
/ip firewall mangle
add chain=prerouting in-interface=bridge-lan connection-mark=no-mark dst-address-type=!local per-connection-classifier=both-addresses-and-ports:2/0 action=mark-connection new-connection-mark=conn-pppoe1 passthrough=yes
add chain=prerouting in-interface=bridge-lan connection-mark=no-mark dst-address-type=!local per-connection-classifier=both-addresses-and-ports:2/1 action=mark-connection new-connection-mark=conn-pppoe2 passthrough=yes
add chain=prerouting in-interface=bridge-lan connection-mark=conn-pppoe1 action=mark-routing new-routing-mark=to-pppoe1 passthrough=no
add chain=prerouting in-interface=bridge-lan connection-mark=conn-pppoe2 action=mark-routing new-routing-mark=to-pppoe2 passthrough=no
/ip route
add dst-address=0.0.0.0/0 gateway=pppoe1 routing-table=to-pppoe1 distance=1
add dst-address=0.0.0.0/0 gateway=pppoe2 routing-table=to-pppoe2 distance=1
add dst-address=0.0.0.0/0 gateway=pppoe1 distance=1
自己mark一下,贴出我的配置,有需要的拿走
作者: zh00zh 时间: 2026-6-12 10:35
看到这些代码命令就头晕。仿佛跟楼主不是一个世界的。上网很多年,多拨也看了不少,就是没花心思去研究。估计不是吾等能玩的。
作者: 1069 时间: 2026-6-12 10:48
哪家的宽带?
作者: 江湖混混 时间: 2026-6-12 11:43
还是联通好直接没有多拨
作者: xtony 时间: 2026-6-12 12:16
什么软件?
作者: cncqcy 时间: 2026-6-12 13:54
这个路由器家里也有一个,已经好久没玩了,百兆宽带的时候玩玩,千兆的拨了除了上行有点用,下行已经没意识了
本文转载于9090社区,帖子链接:https://qq9090.top/thread-605898-1-1.html