forwarding

  1. L

    How to route/forward all traffic through transparent proxy(redsocks) using iptables?

    Hello! I want to route all traffic through redsocks proxy using iptables. My redsocks.conf: base { log_debug = on; log_info = on; log = "file:/home/user/redsocks.log"; daemon = on; redirector = iptables; } redsocks { local_ip = 127.0.0.1; local_port = 2525...
  2. X

    Why linux kernel can't update ipv6 conf via netlink.

    for example, we can enable ipv6 forwording via "sysctl -w net.ipv6.conf.default.forwarding=1" with priviledge=true in docker. it can't update it with only net-admin.
Top