Advertisement
Guest User

Untitled

a guest
Nov 8th, 2012
68
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.72 KB | None | 0 0
  1. root@LakawebGW:~# iptables -L
  2. Chain INPUT (policy ACCEPT)
  3. target prot opt source destination
  4. logaccept udp -- anywhere anywhere udp dpt:snmp
  5. ACCEPT 0 -- anywhere anywhere state RELATED,ESTABLISHED
  6. DROP udp -- anywhere anywhere udp dpt:route
  7. DROP udp -- anywhere anywhere udp dpt:route
  8. ACCEPT udp -- anywhere anywhere udp dpt:route
  9. logaccept tcp -- anywhere LakawebGW tcp dpt:www
  10. logaccept tcp -- anywhere LakawebGW tcp dpt:ssh
  11. ACCEPT icmp -- anywhere anywhere
  12. DROP igmp -- anywhere anywhere
  13. ACCEPT udp -- anywhere anywhere udp dpt:5060
  14. ACCEPT 0 -- anywhere anywhere state NEW
  15. logaccept 0 -- anywhere anywhere state NEW
  16. DROP 0 -- anywhere anywhere
  17.  
  18. Chain FORWARD (policy ACCEPT)
  19. target prot opt source destination
  20. ACCEPT gre -- 192.168.1.0/24 anywhere
  21. ACCEPT tcp -- 192.168.1.0/24 anywhere tcp dpt:1723
  22. ACCEPT 0 -- anywhere anywhere
  23. TCPMSS tcp -- anywhere anywhere tcp flags:SYN,RST/SYN TCPMSS clamp to PMTU
  24. lan2wan 0 -- anywhere anywhere
  25. ACCEPT 0 -- anywhere anywhere state RELATED,ESTABLISHED
  26. ACCEPT tcp -- anywhere 192.168.1.6 tcp dpt:www
  27. ACCEPT udp -- anywhere 192.168.1.6 udp dpt:www
  28. ACCEPT tcp -- anywhere 192.168.1.6 tcp dpt:9121
  29. ACCEPT udp -- anywhere 192.168.1.6 udp dpt:9121
  30. ACCEPT tcp -- anywhere 192.168.1.6 tcp dpt:ftp
  31. ACCEPT udp -- anywhere 192.168.1.6 udp dpt:fsp
  32. ACCEPT tcp -- anywhere 192.168.1.6 tcp dpt:ssh
  33. ACCEPT udp -- anywhere 192.168.1.6 udp dpt:ssh
  34. ACCEPT tcp -- anywhere 192.168.1.6 tcp dpts:28960:28965
  35. ACCEPT udp -- anywhere 192.168.1.6 udp dpts:28960:28965
  36. ACCEPT tcp -- anywhere 192.168.1.6 tcp dpts:20800:20810
  37. ACCEPT udp -- anywhere 192.168.1.6 udp dpts:20800:20810
  38. TRIGGER 0 -- anywhere anywhere TRIGGER type:in match:0 relate:0
  39. trigger_out 0 -- anywhere anywhere
  40. ACCEPT 0 -- anywhere 192.168.1.6
  41. ACCEPT 0 -- anywhere anywhere state NEW
  42. DROP 0 -- anywhere anywhere
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement