• 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 avathar

  1. A

    Policy routing. No chain/target/match for ipset

    it's just typo. ipset created successfully admin@RT-AC68U-E330:/# ipset list | head -9 Name: vpnset Type: hash:net Revision: 6 Header: family inet hashsize 8192 maxelem 65536 Size in memory: 103692 References: 0 Number of entries: 24817 Members: 34.203.226.0
  2. A

    Policy routing. No chain/target/match for ipset

    Hello, i encounter a problem with setting up policy routing with iptables. I need to route traffic to some IPs through VPN from all devices in my LAN. First of all i'm create ipset of this IPs: #!bin/bash ipset x ipset create vpnset hash:net for IP in `cat ipslist_collapsed_prefix`; do...
Back
Top