Share Pastebin
Guest
Public paste!

Untitled

By: a guest | Mar 21st, 2010 | Syntax: None | Size: 4.48 KB | Hits: 93 | Expires: Never
Copy text to clipboard
  1. Chain INPUT (policy ACCEPT 306 packets, 42101 bytes)
  2.  pkts bytes target     prot opt in     out     source               destination                                                    
  3.  
  4. Chain FORWARD (policy ACCEPT 0 packets, 0 bytes)
  5.  pkts bytes target     prot opt in     out     source               destination                                                    
  6.     0     0 LOG        all  --  *      *       0.0.0.0/0            0.0.0.0/0                                                              LOG flags 0 level 4
  7.  
  8. Chain OUTPUT (policy ACCEPT 234 packets, 29053 bytes)
  9.  pkts bytes target     prot opt in     out     source               destination                                                    
  10. Chain PREROUTING (policy ACCEPT 72 packets, 7439 bytes)
  11.  pkts bytes target     prot opt in     out     source               destination                                                    
  12.  
  13. Chain POSTROUTING (policy ACCEPT 2 packets, 127 bytes)
  14.  pkts bytes target     prot opt in     out     source               destination                                                    
  15.    70  5150 MASQUERADE  all  --  *      eth0    0.0.0.0/0           !10.10.10.0/                                                   24
  16.  
  17. Chain OUTPUT (policy ACCEPT 72 packets, 5277 bytes)
  18.  pkts bytes target     prot opt in     out     source               destination                                                    
  19. Chain PREROUTING (policy ACCEPT 358 packets, 46996 bytes)
  20.  pkts bytes target     prot opt in     out     source               destination                                                    
  21.  
  22. Chain INPUT (policy ACCEPT 308 packets, 42181 bytes)
  23.  pkts bytes target     prot opt in     out     source               destination                                                    
  24.  
  25. Chain FORWARD (policy ACCEPT 0 packets, 0 bytes)
  26.  pkts bytes target     prot opt in     out     source               destination                                                    
  27.  
  28. Chain OUTPUT (policy ACCEPT 241 packets, 31213 bytes)
  29.  pkts bytes target     prot opt in     out     source               destination                                                    
  30.  
  31. Chain POSTROUTING (policy ACCEPT 241 packets, 31213 bytes)
  32.  pkts bytes target     prot opt in     out     source               destination                                                    
  33. [root@twMobileLab ~]# iptables -nvL; iptables -t nat -nvL; iptables -t mangle -nvL
  34. Chain INPUT (policy ACCEPT 314 packets, 42593 bytes)
  35.  pkts bytes target     prot opt in     out     source               destination
  36.  
  37. Chain FORWARD (policy ACCEPT 0 packets, 0 bytes)
  38.  pkts bytes target     prot opt in     out     source               destination
  39.     0     0 LOG        all  --  *      *       0.0.0.0/0            0.0.0.0/0           LOG flags 0 level 4
  40.  
  41. Chain OUTPUT (policy ACCEPT 250 packets, 33349 bytes)
  42.  pkts bytes target     prot opt in     out     source               destination
  43. Chain PREROUTING (policy ACCEPT 72 packets, 7439 bytes)
  44.  pkts bytes target     prot opt in     out     source               destination
  45.  
  46. Chain POSTROUTING (policy ACCEPT 2 packets, 127 bytes)
  47.  pkts bytes target     prot opt in     out     source               destination
  48.    70  5150 MASQUERADE  all  --  *      eth0    0.0.0.0/0           !10.10.10.0/24
  49.  
  50. Chain OUTPUT (policy ACCEPT 72 packets, 5277 bytes)
  51.  pkts bytes target     prot opt in     out     source               destination
  52. Chain PREROUTING (policy ACCEPT 367 packets, 47528 bytes)
  53.  pkts bytes target     prot opt in     out     source               destination
  54.  
  55. Chain INPUT (policy ACCEPT 317 packets, 42713 bytes)
  56.  pkts bytes target     prot opt in     out     source               destination
  57.  
  58. Chain FORWARD (policy ACCEPT 0 packets, 0 bytes)
  59.  pkts bytes target     prot opt in     out     source               destination
  60.  
  61. Chain OUTPUT (policy ACCEPT 257 packets, 35509 bytes)
  62.  pkts bytes target     prot opt in     out     source               destination
  63.  
  64. Chain POSTROUTING (policy ACCEPT 257 packets, 35509 bytes)
  65.  pkts bytes target     prot opt in     out     source               destination
  66.  
  67.  
  68.  
  69.  
  70. Kernel IP routing table
  71. Destination     Gateway         Genmask         Flags Metric Ref    Use Iface
  72. 192.168.137.0   0.0.0.0         255.255.255.0   U     0      0        0 eth0
  73. 10.10.10.0      0.0.0.0         255.255.255.0   U     0      0        0 ath0
  74. 169.254.0.0     0.0.0.0         255.255.0.0     U     0      0        0 eth0
  75. 0.0.0.0         192.168.137.1   0.0.0.0         UG    0      0        0 eth0