Open kleirama opened 4 years ago
Have you set up the corresponding firewall rules and enabled port forwarding? See https://github.com/lsds/sgx-lkl#networking-support
Hi, I figured it out the problem. I should have used the pubblic IPs of my own PCs instead of the one in the example. Now it is working
I have one question: When we execute sgx-lkl-run in parameter _SGXLKL_WGPEERS should we place the value of file wgclient.priv ?
Hi @kleirama,
When you specify peers, you always use the public keys (as you would when configuring Wireguard natively). Only WG_KEY
requires the private key, and that should only be used for test purposes. If you don't specify WG_KEY
, SGX-LKL generates a random Wireguard key inside the enclave on startup.
Hi,
I am trying to run the Full Attestation example and I am sure I have followed every step of the ReadMe file but I am not able to connect to the server. The problem is given below:
The server output
The client output:
I believe that there should be some routing problem but I can not figure it out what exactly is going wrong here. I would appreciate any help