Krug.NetworkUtil (Krug v1.1.23) View Source
Utilitary module to handle network info
Link to this section Summary
Functions
Extract a list of valid ip v4 addresses from a "ips_string", splitted by the "ips_separator".
Based in a IP address and a netmask (subnet /16 or /24), generates a list of IP addresses suposed by in a same network/VPC
Obtains the local machine ipv4 local network IP (i.e: 192.168.1.2 | 172.0.0.2)
Obtains the local machine ipv4 local netmask (i.e: 255.255.0.0 | 255.255.255.0)
Start the local node from a cluster of nodes
Link to this section Functions
Extract a list of valid ip v4 addresses from a "ips_string", splitted by the "ips_separator".
Based in a IP address and a netmask (subnet /16 or /24), generates a list of IP addresses suposed by in a same network/VPC
Obtains the local machine ipv4 local network IP (i.e: 192.168.1.2 | 172.0.0.2)
Obtains the local machine ipv4 local netmask (i.e: 255.255.0.0 | 255.255.255.0)
Start the local node from a cluster of nodes