Skip to content

apschultz/nrclient_docker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

NeoRouter Client (Free) Docker

Running a NeoRouter client in Docker may be useful in embedded devices where the NeoRouter client will not install or run. This client was built on a Synology but should be applicable to many environments.

Host networking is strongly recommended to avoid duplicate NeoRouter HW IDs in the NeoRouter network. Duplicate HW IDs cause the NeoRouter network to tread the clients as the same and will give them the same IP address.

Elevated Permissions (--priviledged) are required in order to create and manage the tap device used by NeoRouter.

Environment variables expected: 
NR_DOMAIN = name of the NeoRouter domain to connect to 
NR_USER = username with permissions to connect to the domain 
NR_USER_PASSWD = password for NR_USER
HOSTNAME = Optional string to define the hostname of the instance

Persistent configuration storage should be mounted to /config

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published