• Recent
    • Unsolved
    • Tags
    • Popular
    • Users
    • Groups
    • Search
    • Register
    • Login
    1. Home
    2. guyfox
    3. Best
    G
    • Profile
    • Following 0
    • Followers 0
    • Topics 3
    • Posts 8
    • Best 1
    • Controversial 0
    • Groups 0

    Best posts made by guyfox

    • Iptables and Multicast

      Hello All :
      In complement of this :
      https://wiki.fogproject.org/wiki/index.php/FOG_security

      I put here my multicast rules for iptables (implemented into my separate node )

      iptables -A -s 224.0.0.0/4 -j ACCEPT
      iptables -A FORWARD -s 224.0.0.0/4 -d 224.0.0.0/4 -j ACCEPT
      iptables -A OUTPUT -d 224.0.0.0/4 -j ACCEPT

      posted in FOG Problems
      G
      guyfox
    • 1 / 1