You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
想实现的目标:
局域网内其他设备正常分流,指定设备IP 192.168.1.100的流量,全局走某个节点b
当前配置如下:
路由模式:自定义路由
路由端口:80,443
代理模式:TUN TCP/UDP
绕过中国流量:开启
覆盖目标地址:开启
默认出站:a_node
路由节点:
a_node:默认出站
b_node:为某个设备(例如192.168.1.100)想指定的节点
路由规则内仅有一个规则:test,内容是
卷标:test
出站:b_node
源IP字段:源 IP CIDR:192.168.1.100
私有源IP:开启
如上配置后,并未按照预想目标进行流量分流。而是局域网内所有的流量全部指定到了b_node。而不仅是192.168.1.100。
请问上述配置需要怎样修改?
Beta Was this translation helpful? Give feedback.
All reactions