diff options
author | bnewbold <bnewbold@robocracy.org> | 2016-06-11 17:09:32 -0400 |
---|---|---|
committer | bnewbold <bnewbold@robocracy.org> | 2016-06-11 17:09:32 -0400 |
commit | ca43c7b074d69b1d802090b12d4bf65fe21c3c92 (patch) | |
tree | 348b499ed14359688c9ec31ecf1752dc6e7b4a03 | |
parent | 006b1c7390f99a1720845ff1ed20e66645ea4df2 (diff) | |
download | knowledge-ca43c7b074d69b1d802090b12d4bf65fe21c3c92.tar.gz knowledge-ca43c7b074d69b1d802090b12d4bf65fe21c3c92.zip |
clean up networking folder
-rw-r--r-- | ideas/MOSS.page (renamed from software/MOSS.page) | 0 | ||||
-rw-r--r-- | networking/dns.page | 20 | ||||
-rw-r--r-- | networking/ipv6vpn.page | 21 | ||||
-rw-r--r-- | networking/misc.txt (renamed from networking/misc.page) | 0 | ||||
-rw-r--r-- | networking/secure-global-comms.txt (renamed from networking/secure-global-comms.page) | 0 | ||||
-rw-r--r-- | products/products.txt (renamed from products/products.page) | 0 |
6 files changed, 20 insertions, 21 deletions
diff --git a/software/MOSS.page b/ideas/MOSS.page index c0bba84..c0bba84 100644 --- a/software/MOSS.page +++ b/ideas/MOSS.page diff --git a/networking/dns.page b/networking/dns.page index dcda2fd..7a49575 100644 --- a/networking/dns.page +++ b/networking/dns.page @@ -1,15 +1,13 @@ -Recommendation Tools ----------------------- -http://domai.nr/ +Domain Name Recommendation Tools +---------------------------------- -http://impossibility.org/ +* [domai.nr](http://domai.nr/) +* [impossibility.org](http://impossibility.org/) -Registrars ------------- +Decent Registrars +------------------- -http://1984.is - -http://name.com - -http://gandi.net +* [1984.is](http://1984.is) (for Icelandic domains) +* [name.com](http://name.com) +* [gandi.net](http://gandi.net) diff --git a/networking/ipv6vpn.page b/networking/ipv6vpn.page index 6a49230..dcb90fb 100644 --- a/networking/ipv6vpn.page +++ b/networking/ipv6vpn.page @@ -15,7 +15,7 @@ ways. ## VPS Host-side (based off -[http://library.linode.com/networking/openvpn/debian-6-squeeze](linode library) +[linode library](http://library.linode.com/networking/openvpn/debian-6-squeeze) instructions, but heavily modified) First off, make sure you have IPv6 correctly configured on the VPS. I added the @@ -44,7 +44,7 @@ On the remote host (runing debian wheezy), as root: cp ca.crt $YOURSITENAME.crt $YOURSITENAME.key $XFER_TO_SITE cp ca.crt ca.key dh1024.pem server.crt server.key /etc/openvpn -Then copy the following to /etc/openvpn/server.conf: +Then copy the following to `/etc/openvpn/server.conf`: # simple machine-machine OpenVPN config file port 1194 @@ -68,7 +68,7 @@ Then copy the following to /etc/openvpn/server.conf: up-delay up /usr/local/bin/ipv6_tunnel_up.sh -Create /usr/local/bin/ipv6_tunnel_up.sh: +Create `/usr/local/bin/ipv6_tunnel_up.sh`: #!/usr/bin/env sh ip link set tun0 up @@ -106,8 +106,8 @@ ip, ip6tables), as well as OpenVPN (luci-app-openvpn): Configure radvd with the site's /64 prefix, and enable on the LAN interface. -Configure OpenVPN; easiest to copy-paste the following to /etc/config/openvpn -and scp credentials to /etc/openvpn: +Configure OpenVPN; easiest to copy-paste the following to `/etc/config/openvpn` +and `scp` credentials to `/etc/openvpn`: package openvpn @@ -150,7 +150,7 @@ the "lan" zone, and allow forwarding to wan6 only as both source and destination. For IPv6 web ui access, add a static IPv6 address to the LAN interface: -$SITEPREFIX::1/64 makes sense. (TODO: does this work?) +`$SITEPREFIX::1/64` makes sense. (TODO: does this work?) Restart the whole kit-and-kaboodle, re-enable openvpn, and see if things work! @@ -168,11 +168,11 @@ tcp-server" on the VPS server). # Lazy plaintext no-config Method (raw, for historical reference) -http://serverfault.com/questions/231950/openvpn-ipv6-tunnel-radvd +<http://serverfault.com/questions/231950/openvpn-ipv6-tunnel-radvd> -http://wiki.openwrt.org/doc/howto/ipv6.essentials +<http://wiki.openwrt.org/doc/howto/ipv6.essentials> -On $VPSHOST: +On `$VPSHOST`: sysctl -w net.ipv6.conf.all.forwarding=1 # not sure why this is required... @@ -202,4 +202,5 @@ firewall interface (enclosing tun0) instead of trying to do everything with the # Reference -After writing this, I found: https://www.zagbot.com/openvpn_ipv6_tunnel.html +After writing this, I found <https://www.zagbot.com/openvpn_ipv6_tunnel.html> + diff --git a/networking/misc.page b/networking/misc.txt index 9e9653e..9e9653e 100644 --- a/networking/misc.page +++ b/networking/misc.txt diff --git a/networking/secure-global-comms.page b/networking/secure-global-comms.txt index b4ba266..b4ba266 100644 --- a/networking/secure-global-comms.page +++ b/networking/secure-global-comms.txt diff --git a/products/products.page b/products/products.txt index 6595c01..6595c01 100644 --- a/products/products.page +++ b/products/products.txt |