grogi
Occasional Visitor
Because of ISP that is forcing me to use certain hardware and outlets, rooms etc. location, I ended up with a bit awkward setup:
I can connect from Pc1 to Srv1 no problem. On the Asus, I have also disabled firewall and on the DSL Router I entered static route to network 192.168.64.0/24. This allows me to ping Srv1 from Pc1 etc. All good.
The only issue I have is that the traffic going from Pc1 to Srv1 still goes through the NAT and Srv1 sees it as coming from Merlin 192.168.178.4, not Pc1. How to disable NAT for packets that are addressed to 192.168.178.0/24 network? I don't want to disable NAT completely.
Code:
.178.1 .178.4 .64.1 .64.xxx
(internet) <------> DSL Modem/Router +---------------> Merlin rt-ac68u +------ Pc1
| +------ Pc2
| +------ Phone1
| +------ TV
| +------ .....
|
| .178.xxx
+---------------------------------------- Srv1
+---------------------------------------- Srv2
I can connect from Pc1 to Srv1 no problem. On the Asus, I have also disabled firewall and on the DSL Router I entered static route to network 192.168.64.0/24. This allows me to ping Srv1 from Pc1 etc. All good.
The only issue I have is that the traffic going from Pc1 to Srv1 still goes through the NAT and Srv1 sees it as coming from Merlin 192.168.178.4, not Pc1. How to disable NAT for packets that are addressed to 192.168.178.0/24 network? I don't want to disable NAT completely.