Recent content by palito

  1. P

    Lan to Guest

    thanks a lot, i was not aware of ebtables i sitll don't understand why before plug wan port it works with adding an iptables rule only but after plug wan port i have to do some change on ebtables
  2. P

    Lan to Guest

    i get this : ebtables -t broute -A BROUTING -p IPv4 -i wl0.1 --ip-dst 192.168.101.1 --ip-proto icmp -j ACCEPT -c 0 0 ebtables -t broute -A BROUTING -p IPv4 -i wl0.1 --ip-dst 192.168.101.0/24 --ip-proto icmp -j DROP -c 0 0 ebtables -t broute -A BROUTING -p IPv4 -i wl0.1 --ip-dst 192.168.2.0/24...
  3. P

    Lan to Guest

    i even try to flush all iptables rules and then accept all : iptables -F iptables -P INPUT ACCEPT iptables -P FORWARD ACCEPT iptables -P OUTPUT ACCEPT but after wan is pluged still the same issue, i cannot ping 192.168.101.x network (Access Intranet disable) from Lan it do not work
  4. P

    Lan to Guest

    for now, i don't need scripts, i don't care if it do not persists to a reboot i need the rule or other command to make this work (enable Lan to Guest ) i will automate this after i succeeded to make it work
  5. P

    Lan to Guest

    it's not a problem about persisting to a reboot even if i reboot and add the rule again, it do not work after wan is plugged , it do not work anymore
  6. P

    Lan to Guest

    i don't want to be on the main network i want to use Guest Wifi for IOT devices, so on 192.168.101.x network (Access Intranet disable) but i also want to acces them from LAN 192.168.2.x An before plug wan port i can do it by adding this rule iptables -I FORWARD -i br0 -o br1 -s 192.168.2.10 -j...
  7. P

    Lan to Guest

    Sorry, i should have add this to the post, but as YazFi cannot work with aimesh, i cannot use it, as i have nodes involved i almost succeeded to enable lan to guest adding the iptable rules my problem is that as long as i connect wan, it do not work anymore
  8. P

    Lan to Guest

    Hello, i have search for days, but i do not understand where my problem is on a RT-AC88U with 386.14_2 firmware, My setup is simple, after factory reset, i only do this setup : (with Wan unplug) Set language to english, Enable ssh, Set router ip to 192.168.2.1 and enable wifi 2hgz guest...
Back
Top