Netbox IPAM DCIM

i have successfully installed netbox

in thelation to above,

how can i sintall this Netbox Dns is a netbox plugin for managing zone, nameserver and record inventory. | PythonRepo

inline with the same spirit of network docuemntation, how would one isntall this too?
https://peering-manager.readthedocs.io/en/stable/setup/3-peering-manager/

i have been playing around with netbox for about 2 days now, and the new version is way better with much better relations compared to the old one.

At least i have built an understanding on properly applying the solution for my use cases,

now i am tinkering with private Ip address spaces, i think public is much easier. or is it because its general

1 Like

Please explain it a bit more what you want to do and keep in mind I am also a netbox beginner…

managing customer assigned private ips, with correlation for each ip address to an assigned public ip address.
Management and keeping track of equipment private ip addresses, as well as firewall, vpn and vms
where are these role added in the software:
image
as seen on the demo under vlans and also ip

on my installation i get a large update box

I tried to run the update command. but this is what i get

 netbox-docker]# docker-compose down
ERROR: yaml.scanner.ScannerError: mapping values are not allowed here
  in "./docker-compose.override.yml", line 7, column 16
[root@demo netbox-docker]# git checkout release && git pull -p origin release
Already on 'release'
From https://github.com/netbox-community/netbox-docker
 * branch            release    -> FETCH_HEAD
Already up-to-date.
[root@demo netbox-docker]# signal-event nethserver-docker-update
[root@demo netbox-docker]# docker-compose up -d
ERROR: yaml.scanner.ScannerError: mapping values are not allowed here
  in "./docker-compose.override.yml", line 7, column 16
[root@demo netbox-docker]#

How can the version be already up to date, and what is that error?
the current new version is 3.0.7

I can’t reproduce, I don’t get this error:

Please check ~/netbox-docker/docker-compose.override.yml, it should look like

the file is as yours is
EDIT: deleting and re adding the file, fixed the issue.
have been able to update to latest version 3.0.7

1 Like

With the new version 3.0.8 i keep getting this error

This page isn’t working

If the problem continues, contact the site owner.

HTTP ERROR 408

i am not sure if its a problem on Nethserver side, or if its a problem within Netbox itself.

my instance of version 3.0.7 does not have that problem. ill try to update it, and see if its a persistent problem with the enw version.

i discovered that running an update as stated above,

also resets the values in ~/netbox-docker/docker-compose.override.yml

1 Like

hi, Using our installation method, how can someone backup and reinstall netbox database into a new installation instance?

i think that now Netbox has gotten more serios with the development of the project.
and we have a new version

Release v3.1.0 - 2021-12-06 Ā· netbox-community/netbox (github.com)

1 Like

NETBOX 3.2 has been released.
Release v3.2.0 - 2022-04-05 Ā· netbox-community/netbox (github.com)

EDIT: the Docker version has also now been updated to the LAtest version. it also includes database migration, but there are breaking changes.

Plugins in Using Netbox Plugins Ā· netbox-community/netbox-docker Wiki (github.com)

1 Like