diff --git a/source/bin/ca.crt b/source/bin/ca.crt index bdb275d..6c15adb 100644 --- a/source/bin/ca.crt +++ b/source/bin/ca.crt @@ -1,5 +1,5 @@ -----BEGIN NEBULA CERTIFICATE----- -Cj0KC2VsIE1hdSwgSW5jKOagtogGMOaHu5cGOiBlygPxMNWp/N0YlMmvfZGr75KI -hNqMBDGcOPpWLaCkcUABEkD6M7SGeo4m0o66kO/NUNAHMJsHTYpiycm/J2mqbToo -DwGwQz7VcqXTmhkmVIHXk6yQH/mAZjn4Zd573ljrH+wB +Cj8KDUVtcHJlc2EgTGlicmUos8XGjAYws6zLmwY6IFxit9cAvmRnYfdB5INwWU8C +ip3cnEmkVRG2MfttxgRpQAESQK/IlEi8/2evMMM/4+p1IoN91CUHBpqJiN3tHmof +gEOu3cT8ngHRAKmgL7MOyHfgszzqF0/AnicxeK2H5FmxKwg= -----END NEBULA CERTIFICATE----- diff --git a/source/bin/empresalibre.crt b/source/bin/empresalibre.crt deleted file mode 100644 index 28ac271..0000000 --- a/source/bin/empresalibre.crt +++ /dev/null @@ -1,6 +0,0 @@ ------BEGIN NEBULA CERTIFICATE----- -CmoKDEVtcHJlc2FMaWJyZRIKypS59QqA/v//DyjJ2fyKBjDlh7uXBjogonSSIrkk -48LKhdIOn9aZAvntG3XJOgCFflw1wdFWkGNKILZgINRu9acfc+TCLI9xPBo8ZCs3 -fOg9uoAiSKIvPWPGEkAFLVqimT6q4tZL9ZTVcErG9eg8R6LdDSxu2QlxoUJvVwvM -OjwL7nTClrZJcLAuPPQpQx6kKn/M3xk0HE3u2sYI ------END NEBULA CERTIFICATE----- diff --git a/source/bin/nebula b/source/bin/nebula index 3d604f3..05c2085 100755 Binary files a/source/bin/nebula and b/source/bin/nebula differ diff --git a/source/bin/soporte.crt b/source/bin/soporte.crt new file mode 100644 index 0000000..ab73b62 --- /dev/null +++ b/source/bin/soporte.crt @@ -0,0 +1,6 @@ +-----BEGIN NEBULA CERTIFICATE----- +CmUKB3NvcG9ydGUSCsqUufUKgP7//w8opsrGjAYwsqzLmwY6IF9UZQUt49V1XMEw +k9o5QacWTH63iWI4+eF7lw0a8W9LSiAnbNwfULpkAEsp7BG25zWW5oZxXmknqyph +HgPUbpfoyBJAlxtfSfDn23nTKiGNtrYS18+IuiIfhDqdCXABO3SlL0RvOPXNEcOW +PJe4YSaA54ani7QRWPdNqLtEeoWokcDSCg== +-----END NEBULA CERTIFICATE----- diff --git a/source/bin/empresalibre.key b/source/bin/soporte.key similarity index 64% rename from source/bin/empresalibre.key rename to source/bin/soporte.key index 7396dec..6f43ac3 100644 --- a/source/bin/empresalibre.key +++ b/source/bin/soporte.key @@ -1,3 +1,3 @@ -----BEGIN NEBULA X25519 PRIVATE KEY----- -Sv9kIa6GYGSrK8OJZD2K+NDfxzIqsfezERKypb6Ri5w= +TZT/ZOsZ0EfI7W9bPOJrzUqK8K7bjKNvevIf0/3zjDU= -----END NEBULA X25519 PRIVATE KEY----- diff --git a/source/bin/empresalibre.yml b/source/bin/soporte.yml similarity index 92% rename from source/bin/empresalibre.yml rename to source/bin/soporte.yml index d30b067..01df320 100644 --- a/source/bin/empresalibre.yml +++ b/source/bin/soporte.yml @@ -2,8 +2,8 @@ pki: # every node needs a copy of the CA certificate, # and its own certificate and key, ONLY. ca: /home/empresa/app/bin/ca.crt - cert: /home/empresa/app/bin/empresalibre.crt - key: /home/empresa/app/bin/empresalibre.key + cert: /home/empresa/app/bin/soporte.crt + key: /home/empresa/app/bin/soporte.key static_host_map: # how to find one or more lighthouse nodes @@ -11,7 +11,7 @@ static_host_map: # # format "Nebula IP": ["public IP or hostname:port"] # - "174.174.74.1": ["152.89.107.109:4242"] + "174.174.74.1": ["202.61.238.152:4242"] lighthouse: interval: 60 @@ -32,7 +32,6 @@ listen: # 0.0.0.0 means "all interfaces," which is probably what you want # host: 0.0.0.0 - port: 4242 # "punchy" basically means "send frequent keepalive packets" # so that your router won't expire and close your NAT tunnels. @@ -49,7 +48,7 @@ tun: # sensible defaults. don't monkey with these unless # you're CERTAIN you know what you're doing. # - dev: nebula0 + dev: nebula1 drop_local_broadcast: false drop_multicast: false tx_queue: 500 diff --git a/source/nebula.sh b/source/nebula.sh index 9fb9b7e..a28dbb5 100755 --- a/source/nebula.sh +++ b/source/nebula.sh @@ -1,3 +1,3 @@ #!/bin/bash -sudo ~/app/bin/nebula -config ~/app/bin/empresalibre.yml +sudo ~/app/bin/nebula -config ~/app/bin/soporte.yml