[ create a new paste ] login | about

Link: http://codepad.org/8bM7IdFX    [ raw code | fork ]

Plain Text, pasted on Jul 7:
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
@:/home/production# iptables -vnL
Chain INPUT (policy ACCEPT 0 packets, 0 bytes)
 pkts bytes target     prot opt in     out     source               destination

Chain FORWARD (policy ACCEPT 0 packets, 0 bytes)
 pkts bytes target     prot opt in     out     source               destination

Chain OUTPUT (policy ACCEPT 0 packets, 0 bytes)
 pkts bytes target     prot opt in     out     source               destination
root@ip-172-31-24-117:/home/production# ip6tables -vnL
Chain INPUT (policy ACCEPT 0 packets, 0 bytes)
 pkts bytes target     prot opt in     out     source               destination

Chain FORWARD (policy ACCEPT 0 packets, 0 bytes)
 pkts bytes target     prot opt in     out     source               destination

Chain OUTPUT (policy ACCEPT 0 packets, 0 bytes)
 pkts bytes target     prot opt in     out     source               destination
@:/home/production#



Create a new paste based on this one


Comments: