Advertisement
Guest User

meowtables

a guest
Dec 13th, 2012
44
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.58 KB | None | 0 0
  1. Chain INPUT (policy ACCEPT)
  2. target prot opt source destination
  3. ACCEPT udp -- anywhere anywhere udp dpt:bootps
  4. ACCEPT tcp -- anywhere anywhere tcp dpt:bootps
  5. ACCEPT udp -- anywhere anywhere udp dpt:domain
  6. ACCEPT tcp -- anywhere anywhere tcp dpt:domain
  7. ACCEPT igmp -- anywhere anywhere
  8.  
  9. Chain FORWARD (policy ACCEPT)
  10. target prot opt source destination
  11. ACCEPT all -- anywhere 10.42.0.0/24 state RELATED,ESTABLISHED
  12. ACCEPT all -- 10.42.0.0/24 anywhere
  13. ACCEPT all -- anywhere anywhere
  14. REJECT all -- anywhere anywhere reject-with icmp-port-unreachable
  15. REJECT all -- anywhere anywhere reject-with icmp-port-unreachable
  16.  
  17. Chain OUTPUT (policy ACCEPT)
  18. target prot opt source destination
  19. ACCEPT igmp -- anywhere anywhere
  20. root@meow-server:/etc/init.d#
  21. oot@fnordistus-server:/etc/init.d# route
  22. Kernel-IP-Routentabelle
  23. Ziel Router Genmask Flags Metric Ref Use Iface
  24. default 177-56-156-1. 0.0.0.0 UG 0 0 0 eth0
  25. 10.42.0.0 * 255.255.255.0 U 1 0 0 eth2
  26. 177.56.156.0 * 255.255.252.0 U 1 0 0 eth0
  27. link-local * 255.255.0.0 U 1000 0 0 eth0
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement