Recent content by VaMpIrE-KiNg

  1. V

    Can not add comment in iptables, test version 388.1

    RT-AX88U:/jffs/myscripts# iptables -A INPUT -s 6.6.6.6 -j DROP -m comment --comment "DROP spam IP address" iptables: No chain/target/match by that name.
  2. V

    Does dnsmasq ipset work?

    RT-AX88U, Dnsmasq version 2.85 maybe need downgrade to 385.5
  3. V

    Does dnsmasq ipset work?

    which version ? I am using 386.8
  4. V

    Does dnsmasq ipset work?

    My dnsmasq ipset is not work server=/google.com/8.8.8.8 ipset=/google.com/test Name: test Type: hash:net Revision: 6 Header: family inet hashsize 4096 maxelem 1000000 Size in memory: 352 References: 0 Number of entries: 0 Members:
  5. V

    AX88U_386.8 The configuration of service is not well, causing dnsmasq to run abnormally

    Sorry I found the problem, because I have writed a cron.sh, this contain service stop_dnsmasq and serivce start_dnsmasq commads, but Since I upgrade to 386.8. the service command no longer support dnsmasq.
  6. V

    AX88U_386.8 The configuration of service is not well, causing dnsmasq to run abnormally

    Yes, as you said this is a completely bespoke configuration, because I just need the hardware to provide AP, Dnsmasq and LACP functions, all other settings are completed by the uplink device Mirkrotik CCR2004-16G-2S+ Now dnsmasq running well, I have write a watchdog
  7. V

    AX88U_386.8 The configuration of service is not well, causing dnsmasq to run abnormally

    I did these following commands as below: echo 1 > /proc/sys/net/ipv4/ip_forward echo 1 > /proc/sys/net/ipv4/tcp_mtu_probing echo "nameserver 8.8.8.8" > /etc/resolv.conf /usr/sbin/dnsmasq -C /jffs/dnsmasq.conf brctl addif br0 bond1 route add -net 192.168.2.0/24 gw 192.168.1.1 iptables -t nat -A...
  8. V

    AX88U_386.8 The configuration of service is not well, causing dnsmasq to run abnormally

    user-defined program=Dnsmasq is not autorun in AP mode, so I have to run this command manually.
  9. V

    AX88U_386.8 The configuration of service is not well, causing dnsmasq to run abnormally

    Even if it does not support running in AP mode, it can not cause user-defined program running poorly.
  10. V

    AX88U_386.8 The configuration of service is not well, causing dnsmasq to run abnormally

    AP mode use defined configration file for dnsmasq /usr/sbin/dnsmasq -C /jffs/dnsmasq.conf Log: Sep 22 00:26:16 rc_service: service 8367:notify_rc stop_dnsmasq Sep 22 00:26:16 rc_service: service 8370:notify_rc start_dnsmasq Sep 22 00:27:16 rc_service: service 9084:notify_rc stop_dnsmasq Sep 22...
  11. V

    RT-AX88U_384.10_0 reboot command is equal to halt -p

    Use init 6 to replace reboot command temporarily.
  12. V

    RT-AX88U_384.10_0 reboot command is equal to halt -p

    I have tested to back original ASUS firmware and then re-install 384.10, but also same.
  13. V

    RT-AX88U_384.10_0 reboot command is equal to halt -p

    I did a mistake, my mean I downgraded to 384.9_0. Maybe JFFS partition caused this problem.
Back
Top