Skip to content

Herramienta que automatiza el calculo de las subrredes siguiendo la técnica VLSM

Notifications You must be signed in to change notification settings

deephack28/Calculo_Subneting_VLSM

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 

Repository files navigation

Spanish

Calculos de las máscaras de subred de tamaño variablemente pequeño (VLSM)

Herramienta programada en Python3, su función es calcular las direcciones IPs según las subredes y equipos que necesites.

No soy un profesional de python y este es mi primer proyecto realizado en este lenguaje, se agradece criticas constructivas para mejorar el código,

correo: fmcb1993@gmail.com.

Requisitos:

-> python o python3

-> Disponer de las librería os

Ejecución:

python subneting.py / python3 subneting.py

Uso

Una vez que se ejecute el programa, le pedirá los siguientes datos por pantalla:

-> Dirección IP

-> Máscara

-> El número de subredes

-> Los equipos que se desean por cada subred.

imagen

Aun esta en revisión de errores, lamento los posibles fallos que se puedan generar.

English

Calculations of variably small size subnet masks (VLSM)

Tool programmed in Python3, its function is to calculate the IP addresses according to the subnets and equipment that you need.

I am not a python professional and this is my first project done in this language, constructive criticism is appreciated to improve the code,

mail: fmcb1993@gmail.com.

Run:

-> python or python3

-> need library os

Use

Usage example: python subneting.py / python3 subneting.py

Once the program runs, you will be prompted for the following data on the screen:

-> IP address

-> Mask

-> The number of subnets

-> The number of computers that you want for each subnet.

It is still in error review, I regret the possible failures that may be generated.

About

Herramienta que automatiza el calculo de las subrredes siguiendo la técnica VLSM

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages