A PHP Error was encountered

Severity: 8192

Message: filter_var(): Passing null to parameter #3 ($options) of type array|int is deprecated

Filename: core/Input.php

Line Number: 572

Backtrace:

File: /usr/share/webapps/Stikked/htdocs/application/models/Pastes.php
Line: 522
Function: ip_address

File: /usr/share/webapps/Stikked/htdocs/application/controllers/Main.php
Line: 592
Function: getPaste

File: /usr/share/webapps/Stikked/htdocs/index.php
Line: 284
Function: require_once

Openvpn iptables stuff. - Stikked

Openvpn iptables stuff.

From John, 6 Years ago, written in Plain Text, viewed 1'888 times.
URL http://stikked.luisaranguren.com/view/92e960ec Embed
Download Paste or View Raw
  1. ubuntu ~ $ cat /etc/network/if-up.d/iptables
  2. #!/bin/sh
  3. iptables-restore < /etc/iptables.conf
  4.  
  5. ubuntu ~ $ cat /etc/iptables.conf
  6. # Generated by iptables-save v1.4.21 on Sun Feb 22 04:46:42 2015
  7. *nat
  8. :PREROUTING ACCEPT [0:0]
  9. :INPUT ACCEPT [0:0]
  10. :OUTPUT ACCEPT [0:0]
  11. :POSTROUTING ACCEPT [0:0]
  12. -A POSTROUTING -s 10.8.0.0/24 -o eth0 -j MASQUERADE
  13. -A POSTROUTING -s 10.8.0.0/24 -j SNAT --to-source 52.63.195.144
  14. COMMIT
  15. # Completed on Sun Feb 22 04:46:42 2015
  16. # Generated by iptables-save v1.4.21 on Sun Feb 22 04:46:42 2015
  17. *filter
  18. :INPUT ACCEPT [623:72495]
  19. :FORWARD ACCEPT [0:0]
  20. :OUTPUT ACCEPT [604:165720]
  21. COMMIT
  22. # Completed on Sun Feb 22 04:46:42 2015
  23.  
  24.  

Reply to "Openvpn iptables stuff."

Here you can reply to the paste above