diff options
author | lassulus <lassulus@googlemail.com> | 2011-12-29 22:31:08 +0100 |
---|---|---|
committer | lassulus <lassulus@googlemail.com> | 2011-12-29 22:31:08 +0100 |
commit | 1ef9ac573f0375c8f64599aa1b6ecaad0d44e742 (patch) | |
tree | cff8584c9a8670c3cefd8c99d947ddb69ac96cc2 /retiolum | |
parent | 9f5859a4e6a5387c8931c3341f7f8b8bc4843ce6 (diff) |
more routing fu
Diffstat (limited to 'retiolum')
-rw-r--r-- | retiolum/hosts/MIgw | 11 | ||||
-rw-r--r-- | retiolum/hosts/USgw | 2 | ||||
-rw-r--r-- | retiolum/hosts/supernode | 1 |
3 files changed, 12 insertions, 2 deletions
diff --git a/retiolum/hosts/MIgw b/retiolum/hosts/MIgw new file mode 100644 index 00000000..b134c7dc --- /dev/null +++ b/retiolum/hosts/MIgw @@ -0,0 +1,11 @@ +Subnet = 10.243.142.1/32 +Subnet = 0.0.0.0/0 +Compression = 9 +-----BEGIN RSA PUBLIC KEY----- +MIIBCgKCAQEAr3DlBmQxP9UTBCkohK8FCYSk2td4Ov5lQYvC3Adx04lEWHfp+0nP +sShYqqN9Aj3iCqj/DHx5jGuSqjyTmmFWIOMM9IwKMo2Oiz/PcBM56N6gzIHuR5wj ++0bV0NRhePD2Tqo3zsEly9Hxw7xmz8azm5l4GcyOtgdRV7R1T3j/jB/9Kv2sj2Y7 +1zhSedCxjt/+NosiZZGE2JhLjzMgsCZSroAIKCZ3X/DP81mTTRxibjol82/Qn61I +b7GbuuB7SwjtZ+9xjsExN1JX5+AFuw9a3AkYuKWLpP50YY16/OTPq7flmB/EtK+Z +rrESIYKtX7pJbLc8Ywi0hBL5oPm07q+0BQIDAQAB +-----END RSA PUBLIC KEY----- diff --git a/retiolum/hosts/USgw b/retiolum/hosts/USgw index b134c7dc..5dde5250 100644 --- a/retiolum/hosts/USgw +++ b/retiolum/hosts/USgw @@ -1,4 +1,4 @@ -Subnet = 10.243.142.1/32 +Subnet = 10.243.142.2/32 Subnet = 0.0.0.0/0 Compression = 9 -----BEGIN RSA PUBLIC KEY----- diff --git a/retiolum/hosts/supernode b/retiolum/hosts/supernode index 354beba0..46ce7828 100644 --- a/retiolum/hosts/supernode +++ b/retiolum/hosts/supernode @@ -1,7 +1,6 @@ Address = 46.252.21.5 Subnet = 42:0:0:0:0:0:0:255/128 Subnet = 10.243.0.1/32 -Subnet = 0.0.0.0/0 Compression = 9 -----BEGIN RSA PUBLIC KEY----- MIIBCgKCAQEAr3DlBmQxP9UTBCkohK8FCYSk2td4Ov5lQYvC3Adx04lEWHfp+0nP |