Search results

  1. C

    What do I need to do to disable IPv6?

    You can use a custom script which just exits immediately on call and combine it with the "alternatives" feature of Debian to eliminate the annoying log messages. I mean, you can create a shell script that does nothing. Put it into /usr/local/sbin/ip6tables-dummy for example. Then you can create...