search for: multicast_device

Displaying 4 results from an estimated 4 matches for "multicast_device".

2015 Sep 23
3
Large scale tinc tests
Hello. I wonder if someone here performe such large scale tinc-vpn tests.. There are platforms like Imunes or CORE to do generic Ethernet and IP testing and routing, but I found that at least on Imunes it is problematic to start TAP iface on vimage on FreeBSD (at least 4.11 with I use). To fix that, I think about coding in BSD NetGraph support to tinc. But first I need to do testing if actualy
2015 Sep 23
0
Large scale tinc tests
...to tinc. But first I need to do testing if actualy netgraph > nodes ng_iface can be easly maintained within vimage. > Additionaly, ng_iface does not support Ethernet, so Im stuck > with IP. Isn't there ng_ether? Anyway, if you want to do this, have a look at src/dummy_device.c and src/multicast_device.c. You probably want to make a netgraph_device.c then. -- Met vriendelijke groet / with kind regards, Guus Sliepen <guus at tinc-vpn.org> -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 819 bytes De...
2014 Nov 22
2
Tinc 1.0.24 build failed on OSX Mavericks
Hi, I've got the following error when tried to compile tinc-1.0.24: gcc -g -O2 -pie -L/opt/local/lib -o tincd avl_tree.o conf.o connection.o dropin.o dummy_device.o edge.o event.o fake-getaddrinfo.o fake-getnameinfo.o getopt.o getopt1.o graph.o list.o logger.o meta.o multicast_device.o net.o net_packet.o net_setup.o net_socket.o netutl.o node.o pidfile.o process.o protocol.o protocol_auth.o protocol_edge.o protocol_misc.o protocol_key.o protocol_subnet.o raw_socket_device.o route.o subnet.o tincd.o utils.o xmalloc.o bsd/device.o -lcrypto -lz -llzo2 clang: warning: a...
2015 Sep 23
2
Large scale tinc tests
...to tinc. But first I need to do testing if actualy netgraph > nodes ng_iface can be easly maintained within vimage. > Additionaly, ng_iface does not support Ethernet, so Im stuck > with IP. Isn't there ng_ether? Anyway, if you want to do this, have a look at src/dummy_device.c and src/multicast_device.c. You probably want to make a netgraph_device.c then. -- Met vriendelijke groet / with kind regards, Guus Sliepen <guus at tinc-vpn.org>