Advertisement
Guest User

Untitled

a guest
Jul 7th, 2015
174
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.46 KB | None | 0 0
  1. Linux raspberrypi 3.18.11+ #781 PREEMPT Tue Apr 21 18:02:18 BST 2015 armv6l
  2.  
  3. The programs included with the Debian GNU/Linux system are free software;
  4. the exact distribution terms for each program are described in the
  5. individual files in /usr/share/doc/*/copyright.
  6.  
  7. Debian GNU/Linux comes with ABSOLUTELY NO WARRANTY, to the extent
  8. permitted by applicable law.
  9. Last login: Tue Jul 7 15:06:12 2015
  10. root@raspberrypi:~# sudo /root/iptables.sh
  11. Backuped ip4tables to /root/save.ip4tables.txt
  12. Backuped ip6tables to /root/save.ip6tables.txt
  13. Multiple external Interfaces found, try: wlan0
  14. Using wlan0 as external Interface
  15. ip6tables v1.4.14: can't initialize ip6tables table `filter': Address family not supported by protocol
  16. Perhaps ip6tables or your kernel needs to be upgraded.
  17. ip6tables v1.4.14: can't initialize ip6tables table `filter': Address family not supported by protocol
  18. Perhaps ip6tables or your kernel needs to be upgraded.
  19. ip6tables v1.4.14: can't initialize ip6tables table `filter': Address family not supported by protocol
  20. Perhaps ip6tables or your kernel needs to be upgraded.
  21. ip6tables v1.4.14: can't initialize ip6tables table `filter': Address family not supported by protocol
  22. Perhaps ip6tables or your kernel needs to be upgraded.
  23. ip6tables v1.4.14: can't initialize ip6tables table `filter': Address family not supported by protocol
  24. Perhaps ip6tables or your kernel needs to be upgraded.
  25. LOADED 1 IPs TO TRUSTED IP-POOL
  26. ip6tables v1.4.14: can't initialize ip6tables table `filter': Address family not supported by protocol
  27. Perhaps ip6tables or your kernel needs to be upgraded.
  28. ip6tables v1.4.14: can't initialize ip6tables table `filter': Address family not supported by protocol
  29. Perhaps ip6tables or your kernel needs to be upgraded.
  30. Chain INPUT (policy DROP 0 packets, 0 bytes)
  31. pkts bytes target prot opt in out source destination
  32. 4 160 ACCEPT all -- wlan0 * 0.0.0.0/0 0.0.0.0/0 state RELATED,ESTABLISHED
  33. 0 0 ACCEPT all -- tun0 * 0.0.0.0/0 0.0.0.0/0 state RELATED,ESTABLISHED
  34. 0 0 ACCEPT all -- lo * 0.0.0.0/0 0.0.0.0/0
  35. 0 0 ACCEPT all -- wlan0 * 192.168.0.0/16 0.0.0.0/0
  36. 0 0 ACCEPT tcp -- wlan0 * 0.0.0.0/0 0.0.0.0/0 tcp dpt:8888
  37. 0 0 ACCEPT tcp -- wlan0 * 0.0.0.0/0 0.0.0.0/0 tcp dpt:9999
  38.  
  39. Chain FORWARD (policy DROP 0 packets, 0 bytes)
  40. pkts bytes target prot opt in out source destination
  41.  
  42. Chain OUTPUT (policy DROP 0 packets, 0 bytes)
  43. pkts bytes target prot opt in out source destination
  44. 3 664 ACCEPT all -- * wlan0 0.0.0.0/0 0.0.0.0/0 state RELATED,ESTABLISHED
  45. 0 0 ACCEPT all -- * lo 0.0.0.0/0 0.0.0.0/0
  46. 1 712 ACCEPT all -- * wlan0 0.0.0.0/0 192.168.0.0/16
  47. 0 0 ACCEPT tcp -- * tun0 0.0.0.0/0 0.0.0.0/0
  48. 0 0 ACCEPT udp -- * tun0 0.0.0.0/0 0.0.0.0/0
  49. 0 0 ACCEPT icmp -- * tun0 0.0.0.0/0 0.0.0.0/0
  50. 0 0 ACCEPT udp -- * wlan0 0.0.0.0/0 IP vom VPN udp dpt:443
  51. ip6tables v1.4.14: can't initialize ip6tables table `filter': Address family not supported by protocol
  52. Perhaps ip6tables or your kernel needs to be upgraded.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement