diff options
| author | Darkeye <postfach@martinmichel.info> | 2011-02-22 13:30:24 (GMT) | 
|---|---|---|
| committer | Darkeye <postfach@martinmichel.info> | 2011-02-22 13:30:24 (GMT) | 
| commit | 7629efbe0f9b920d497e6a9172708a2d0405a1d7 (patch) | |
| tree | 99798bd959bef9f3590ec2dca9bd4127d33e49eb | |
| parent | efe7d12b3185b448ea629e80a436fbf35e2486d0 (diff) | |
First default n2n config (ffj only!)
| -rw-r--r-- | files/etc/config/n2n | 17 | 
1 files changed, 17 insertions, 0 deletions
diff --git a/files/etc/config/n2n b/files/etc/config/n2n new file mode 100644 index 0000000..58cccdc --- /dev/null +++ b/files/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            '' +                                                          | 
