#!/bin/bash

# This script should be placed under /etc/libvirt/hooks

/sbin/iptables -R FORWARD 1 -d 192.168.122.0/24 -j ACCEPT

