updated where start is done.
diff --git a/tasks/main.yml b/tasks/main.yml
index be77442..21d7863 100644
--- a/tasks/main.yml
+++ b/tasks/main.yml
@@ -17,7 +17,7 @@
     chain: INPUT
     protocol: tcp
     destination_port: "{{ destination_port }}"
-    source: "{{ ansible_host }}"
+    source: "{{ private_address }}"
     in_interface: eth0
     policy: DROP
     state: absent
\ No newline at end of file