Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/cnphil/autondp
Proxy Neighbour Discovery Daemon
https://github.com/cnphil/autondp
Last synced: 3 days ago
JSON representation
Proxy Neighbour Discovery Daemon
- Host: GitHub
- URL: https://github.com/cnphil/autondp
- Owner: cnphil
- Created: 2014-06-12T08:44:01.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2014-06-19T04:54:56.000Z (over 10 years ago)
- Last Synced: 2024-04-23T14:10:08.355Z (9 months ago)
- Size: 121 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
autondp
=======ABOUT
-----
autondp is a NAT-like workaround for IPv6. In scenarios where ISPs just assign one IPv6 address but you want to introduce IPv6 to your NATed IPv4 subnet. autondp acts as an NDP proxy for your subnet hosts, automatically discovers and configures the route by sniffing Neighbor Solicitation packets. This is totally transparent to your neighbor hosts. autondp in written in pure C, so it's easy to port to routers and embedded devices, but it does require a kernel version of 3.8 or higher.CREDITS
-------
Developed by [Phil Hu](http://cnphil.com). Based on works by [Alexey Andriyanov](https://github.com/andriyanov/ndp-proxy).LICENSE
-------
autondp is Free Software under the GPL.