cgproxy icon indicating copy to clipboard operation
cgproxy copied to clipboard

centos8 做透明网关代理,被代理的服务器通过不同网段的机器ssh连接超时

Open redstone1994 opened this issue 5 years ago • 1 comments

网关及被代理的服务器网段 10.8.8.x 自己电脑的ip段172.x.x.x ssh超时 同一网段内机器ssh 没问题 , 但是我之前用Ubuntu不同网段是可以的

{
    "port": 12345,
    "program_noproxy": ["v2ray", "qv2ray"],
    "program_proxy": [],
    "cgroup_noproxy": ["/system.slice/cgproxy.service"],
    "cgroup_proxy": [],
    "enable_gateway": true,
    "enable_dns": true,
    "enable_udp": true,
    "enable_tcp": true,
    "enable_ipv4": true,
    "enable_ipv6": true,
    "table": 10007,
    "fwmark": 39283
}

redstone1994 avatar Nov 26 '20 08:11 redstone1994

是否启用了 firewallD ?

sixg0000d avatar Dec 25 '20 01:12 sixg0000d