diff options
author | elijah <elijah@riseup.net> | 2013-03-17 13:15:51 -0700 |
---|---|---|
committer | elijah <elijah@riseup.net> | 2013-03-17 13:15:51 -0700 |
commit | ad62cfdad04c8f8ed9d6454f716c92e850ac53ba (patch) | |
tree | c4321297d2b60edc37ca10501340cb865d95bfa5 /puppet/modules/site_openvpn/README | |
parent | 4ec32a1f773918b2c7a42c117fbad110c07df458 (diff) |
added support for "limited" service levels (although vpn is not yet actually rate limited).
Diffstat (limited to 'puppet/modules/site_openvpn/README')
-rw-r--r-- | puppet/modules/site_openvpn/README | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/puppet/modules/site_openvpn/README b/puppet/modules/site_openvpn/README new file mode 100644 index 00000000..cef5be23 --- /dev/null +++ b/puppet/modules/site_openvpn/README @@ -0,0 +1,20 @@ +Place to look when debugging problems +======================================== + +Log files: + + openvpn: /var/log/syslog + shorewall: /var/log/syslog + shorewall startup: /var/log/shorewall-init.log + +Check NAT masq: + + iptables -t nat --list-rules + +Check interfaces: + + ip addr ls + +Scripts: + + /usr/local/bin/add_gateway_ips.sh
\ No newline at end of file |