Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sudomesh/relaynode
Configuration, script and instructions for relay nodes
https://github.com/sudomesh/relaynode
Last synced: 26 days ago
JSON representation
Configuration, script and instructions for relay nodes
- Host: GitHub
- URL: https://github.com/sudomesh/relaynode
- Owner: sudomesh
- Created: 2013-08-16T12:45:34.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2013-08-16T13:11:15.000Z (over 11 years ago)
- Last Synced: 2024-04-13T08:12:54.935Z (9 months ago)
- Language: Shell
- Size: 109 KB
- Stars: 2
- Watchers: 14
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
relaynode
=========Configuration, script and instructions for relay nodes
tunnelbroker should be installed in /opt/tunnelbroker
TODO:
Add dependency package list and create install/setup script.
Add l2tp connections from relay to exit node.
There are some issues with MTU when using l2tp. When client connects
to sudomesh ap, then e.g. "wget amazon.com" results in lots of TCP
retransmissions.
If, on the client, we do "ifconfig wlan0 mtu 1000" and repeat
the "wget amazon.com" then everything works fine.We had some problems with ICMP Redirects resulting from 10.42.0.1 (node)
and 10.42.0.10 (relay's bat0 interface) being on the same ethernet
due to the layer 2 tunnel. E.g. "ping google.com" would result in a long
wait followed by an ICMP Redirect (from 10.42.0.1 to 10.42.0.10) and
then pinging would proceed as normal. This behaviour seems to have
stopped, but I'm not sure why.To disable icmp redirects:
echo 0 > /proc/sys/net/ipv4/conf//send_redirects