How can we help? 👋

IP Plan

Overview and explaination of the IP Plan section

IP Plan Module

To start with the IP Plan, you have to enter your subnets. Press Create Subnet in the Module IP Plan - Subnet.

 
Notion image
 

Common Fields:

  • Subnet Name: e.g. Office, Home, Server, ...
  • Subnet: IPv4 Subnet like 192.168.1.0
  • CIDR: How many Bits are your subnet width? e.g. 24 Bits for a 255.255.255.0 Netmask
  • Default Gatway: Optional for the Visualization.

After you have entered the Subnet, you will see an overview of used IP addresses in the subnet.

 
Notion image
 

Legend:

  • IP in Green: The hardware (IP address) is online
  • IP in Blue: The Agent has reported the IP recently
  • IP in Gray: The hardware has been created manually. e.g. none Windows Machine
  • IP in Red: The hardware has been offline for a while. The hardware probably doesn't exist anymore. So don't trust the IP address since it could be outdated.
  • IP in Black: Default Gateway
  • Dark gray background: This IP is covered by a DHCP scope

DHCP Scope

This section enables users to input DHCP Scopes, which will solely be used for visual representation purposes in the IP Plan. Additionally, users can exclude specific ranges as required.

Firewall

Here you can document your Firewall.

 
Notion image
 

Fields:

  • Source IP: external IP
  • Destination IP: internal IP
  • TCP Ports: Comma separated list of open Ports.

The information from the Firewall will be used in the Module IP Scan and in the IP Plan.

DNS

This section allows for the documentation of (public) DNS infrastructure, such as external servers. This information is critical for certificate checks when using the IP Scan module. Moreover, the DNS details will be incorporated into the IP Plan.

Subnet Values for Software Rollout

When creating subnets you have the possibility to add configuration variables which can be referenced in some Job actions.

 
Notion image
 

To use the configuration variables, the following syntax must be used: $[Configuration name]

e.g.:


http://$nasip/$naspublicpath/install.exe

NAT/ACL

NAT describes the translation of network addresses behind and in front of the firewall, which is why the input and output IP address is specified here, as well as the port over which the connection runs.

 
Notion image
Notion image
Did this answer your question?
😞
😐
đŸ€©