Index: Evidence/readme.txt
===================================================================
--- Evidence/readme.txt	(revision 181)
+++ Evidence/readme.txt	(revision 186)
@@ -22,2 +22,30 @@
 
 - Oliver Grimm, 18/1/2010
+
+
+Preliminary firewall settings (rule 9 for DIM, rule 10 for X11 over ssh)
+
+Chain INPUT (policy ACCEPT)
+num  target     prot opt source               destination
+1    RH-Firewall-1-INPUT  all  --  anywhere             anywhere
+
+Chain FORWARD (policy ACCEPT)
+num  target     prot opt source               destination
+1    RH-Firewall-1-INPUT  all  --  anywhere             anywhere
+
+Chain OUTPUT (policy ACCEPT)
+num  target     prot opt source               destination
+
+Chain RH-Firewall-1-INPUT (2 references)
+num  target     prot opt source               destination
+1    ACCEPT     icmp --  anywhere             anywhere            icmp any
+2    ACCEPT     ipv6-crypt--  anywhere             anywhere
+3    ACCEPT     ipv6-auth--  anywhere             anywhere
+4    ACCEPT     udp  --  anywhere             224.0.0.251         udp dpt:5353
+5    ACCEPT     udp  --  anywhere             anywhere            udp dpt:ipp
+6    ACCEPT     all  --  anywhere             anywhere            state RELATED,ESTABLISHED
+7    ACCEPT     tcp  --  anywhere             anywhere            state NEW tcp dpt:ssh
+8    ACCEPT     tcp  --  anywhere             anywhere            state NEW tcp dpt:sieve
+9    ACCEPT     tcp  --  anywhere             anywhere            state NEW tcp dpts:5100:x11
+10   ACCEPT     tcp  --  anywhere             anywhere            state NEW tcp dpts:x11:6063
+11   REJECT     all  --  anywhere             anywhere            reject-with icmp-host-prohibited
