diff options
author | wrtbuild <wrtbuild@localhost.(none)> | 2011-10-16 07:34:24 (GMT) |
---|---|---|
committer | wrtbuild <wrtbuild@localhost.(none)> | 2011-10-16 07:34:24 (GMT) |
commit | 64ca2d1ca4e6f9ae279fc17d84b2abd453140d28 (patch) | |
tree | 84a28cd644955e52bd6b91f2c474e9f338841119 /files/common/etc/config/n2n | |
parent | 0850ac21d153d490ddc2b02f29b74b4b5ed88181 (diff) |
add makefile to generate images
Diffstat (limited to 'files/common/etc/config/n2n')
-rw-r--r-- | files/common/etc/config/n2n | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/files/common/etc/config/n2n b/files/common/etc/config/n2n new file mode 100644 index 0000000..58cccdc --- /dev/null +++ b/files/common/etc/config/n2n @@ -0,0 +1,17 @@ +config edge + option ipaddr '1.2.3.4' + option supernode 'fritz-der-server.de' + option port '2009' + option community 'ffj1' + option key 'ffj1' + option devname 'n2n1' + option route '' +config edge + option ipaddr '1.2.3.4' + option supernode '89.238.83.22' + option port '9876' + option community 'ffj2' + option key 'ffj2' + option devname 'n2n2' + option route '' + |