Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Document how to run nebula on Windows #103

Open
jasikpark opened this issue Jul 11, 2023 · 1 comment
Open

Document how to run nebula on Windows #103

jasikpark opened this issue Jul 11, 2023 · 1 comment

Comments

@jasikpark
Copy link
Collaborator

jasikpark commented Jul 11, 2023

nebula.exe -service

also add this to the help menu

@csawyerYumaed
Copy link

This is my quick and dirty guide

create a folder C:\nebula

extract the zip file there, including the dist\ folder

copy over your config.yml file and keys
make sure you have tun device setup in the yaml:

tun:
 disabled: false
 dev: tun0
 drop_local_broadcast: false
 drop_multicast: false
 tx_queue: 500
 mtu: 1422

if you do not, you will get an error about tun parameters wrong or something.

start powershell as administrator
cd \nebula
./nebula.exe -service install

check the service from the services app(search services from the start/win menu) as administrator: then scroll down to nebula that will let you start/stop the service if needed.

It will also show you the command line it's running, so you can run it yourself and debug any issues that crop up.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants