On 22.02.2015 02:03, Dave Taht wrote:
On Sat, Feb 21, 2015 at 3:51 PM, Ted Lemon <mel...@fugue.com> wrote:
Is there an hncpd howto somewhere?

Please see http://www.homewrt.org/doku.php?id=run-conf
It is still up-to-date. The webinterface these days has some support for HNCP configuration as well. Just make sure to not use the names "lan" oder "wan" for any hnet.

In the end its just as easy as installing the hnet-full package and adding a config section
config interface homenet1
    option ifname eth1
    option proto hncp

for each of your interfaces.

I am not sure if the howto is entirely up to date - for example I hope
they switched to using the standard openwrt ip6assign instead ip6_plen
in the /etc/config/network file.
Not yet.

As for my relay issue in the previous mail, I think the sanest/fastest
thing for me (as opposed to the hnetd folk) to do is write a generic
udp relay program for ipv6,  (there are many for ipv4, none I have yet
found decrement the TTL. Sigh), rather than try to understand the
codebase.
As noted before option disable_pa 1 in the relevant interface config-section should actually just disable assigning prefixes to that interface. Alternatively as noted you can just change the prefix length to /80 or so. At some point we added support for assigning only a /128 to lo but I haven't actually tested it in a while and I don't think its in our unittests.


Cheers,

Steven

_______________________________________________
homenet mailing list
homenet@ietf.org
https://www.ietf.org/mailman/listinfo/homenet

Reply via email to