xuxi3201 发表于 2018-10-12 08:25:05

双线dns问题

双线或或者多线,
/ip firewall nat 的第一行,加了一条语句,
add action=redirect chain=dstnat dst-port=53 protocol=udp src-address=192.168.0.0/16 to-ports=53

发现只有 走第一条宽带的用户正常,
请问:如何让第二条线路的用户 也可以加这语句?



cspm333 发表于 2018-10-12 11:03:10

本帖最后由 cspm333 于 2018-10-12 11:04 编辑

/ip firewall nat
add action=redirect chain=dstnat src-address-type=!local dst-address-type=!local dst-port=53 protocol=udp

xuxi3201 发表于 2018-11-4 11:15:50

这个月 新设置的一个双线,
把一部分ip设置到 第二个宽带,192.168.88.128-192.168.88.254
办法是mark-connectionmark-routing
192.168.88.1-192.168.88.127不做标记。
现在,192.168.88.128-192.168.88.254不能访问路由器,怎么解决?

hbmask 发表于 2018-11-4 16:12:23

其实最好的办法是用第三方dns,这样的话,你就不存在dns解析忙的情况了,比如说在搭建的简单dns服务器

cspm333 发表于 2018-11-7 01:43:08

本帖最后由 cspm333 于 2018-11-7 01:45 编辑

xuxi3201 發表於 2018-11-4 11:15
這個月 新設置的一個雙線,
把一部分ip設置到 第二個寬帶,192.168.88.128-192.168.88.254
辦法是mark-con ...

您action=mark-routing內部遺漏了這...
页: [1]
查看完整版本: 双线dns问题