• SNBForums Code of Conduct

    SNBForums is a community for everyone, no matter what their level of experience.

    Please be tolerant and patient of others, especially newcomers. We are all here to share and learn!

    The rules are simple: Be patient, be nice, be helpful or be gone!

Recent content by luetm

  1. luetm

    Routing Issue

    OK. I'd like to try it without NATing. Would you be interested to talk about it on the IRC Channel? Maybe we can get it to work and can report the answer here. What do you think?
  2. luetm

    Routing Issue

    In my naive imagination I fail to see why I need to set up NAT on the lower tier routers, since we have direct routes in to the respective subnets. Shouldn't 192.168.47.101 directly be able to talk to 192.168.42.101 without NAT? We have direct routes from one net to another, so I fail to see the...
  3. luetm

    Routing Issue

    We have VPNs on the different routers that should only be accessed by the corresponding subnets. Is it possible to solve it without double NAT?
  4. luetm

    Routing Issue

    Solved it: iptables -t nat -I POSTROUTING 1 -s 192.168.41.0/24 -o br0 -j MASQUERADE I understand why, but how come this is not added by default? Can I enable something in t he GUI or do I have to add it manually?
  5. luetm

    Routing Issue

    Hi! I have an issue with my routing using a 4 RT-AC66U routers. Here is my network: My goal is to make the 192.168.42.0 subnet and the 192.168.47.0 subnet talk to each other (use each others printers, access servers, ...). But Merlin seems to block traffic that is coming from the WAN. This...
Back
Top