Recent content by ooohhh

  1. O

    Forwarding some traffic from guest network into LAN

    OK I found the issue, there are ebtables rules (BROUTING) that also need to be changed as well, in my case ebtables -t broute -i BROUTING -p IPv4 -i wl1.1 --ip-dst 192.168.1.52 --ip-proto icmp -j ACCEPT Note that this was in addition to the forwarding rule iptables -I FORWARD -i br2 -d...
  2. O

    Forwarding some traffic from guest network into LAN

    Thanks Thanks, but why INPUT? the traffic needs to forward through to the main LAN, it doesn't terminate on the main router. If it wasn't clear I want to give access to a printer with IP 192.168.1.52 while the router IP on that LAN is 192.168.1.1. However, I added it to see if it works, but...
  3. O

    Forwarding some traffic from guest network into LAN

    Hi, I have an AiMesh setup of Asus devices (RT-AX86U, RT-AX56U, RP-AX56) and have a guest network. The guest network is implemented using the built in VLAN 502 with the subnet 192.168.102.0/24 and my main lan is on 192.168.1.0/24. I want to allow access from my guest network to a specific IP...
Back
Top