Browse Source

Clear ip6tables

Bob Mottram 11 years ago
parent
commit
c6c2d36b4b
1 changed files with 2 additions and 0 deletions
  1. 2
    0
      beaglebone.txt

+ 2
- 0
beaglebone.txt View File

@@ -504,7 +504,9 @@ echo 1 > /proc/sys/net/ipv4/tcp_syn_retries
504 504
 iptables -P INPUT ACCEPT
505 505
 ip6tables -P INPUT ACCEPT
506 506
 iptables -F
507
+ip6tables -F
507 508
 iptables -X
509
+ip6tables -X
508 510
 
509 511
 # Drop any IPv6 traffic
510 512
 ip6tables -A INPUT -p icmp -j DROP