Routing traffic from 192.168.3.220 to 192.168.3.226 on Linux
Traffic is not going through but windows client able to go through no issues
- Trying 192.168.3.226:9090...
- connect to 192.168.3.226 port 9090 failed: Connection refused
- Failed to connect to 192.168.3.226 port 9090 after 0 ms: Couldn't connect to server
- Closing connection 0
Routing traffic from 192.168.3.220 to 192.168.3.226 on Linux
I have tried on Windows with routing works fine. Firewall is already allowed on the IP. Windows Routing: route add -p 192.168.3.0 MASK 255.255.255.224 192.168.3.193 Linux Routing: ip route add 192.168.3.0/27 via 192.168.3.193 dev eth1
GW 192.168.3.193 MASK 255.255.255.224
Источник: https://stackoverflow.com/questions/781 ... 6-on-linux