Recent content by DAWOOD6283

  1. D

    Your isp dhcp is not functioning properly

    I have the same problem
  2. D

    Duplicate packets from ip address

    Thanks, Got it. Forgot to load modprobe
  3. D

    Duplicate packets from ip address

    RT-AC68U-58B0:/tmp/home/root# iptables -t mangle -A POSTTROUTING -d 192.168.1.81 -j TEE --gateway 192.168.1.50 iptables: No chain/target/match by that name.
  4. D

    Duplicate packets from ip address

    I only get about 210Mbps, so good there. I tried iptables -t mangle -A PREROUTING -d 192.168.1.81 -j TEE --gateway 192.168.1.50 iptables -t mangle -A PREROUTING -s 192.168.1.81 -j TEE --gateway 192.168.1.50 but get an error
  5. D

    Duplicate packets from ip address

    I have an RT-68u, with 386.7_2 firmware
  6. D

    Duplicate packets from ip address

    I am trying to figure out how to duplicate packets from an IOT device that send my electricity usage to a remote server. I am testing a local server I build and want to duplicate the packets the device sends. From the router it send traffic to port 80. I just want to duplicate and forward...
Back
Top