Skip to content

Instantly share code, notes, and snippets.

@wolf-mtwo
Created January 22, 2015 14:15
Show Gist options
  • Save wolf-mtwo/dfc3159c5f0cfb686295 to your computer and use it in GitHub Desktop.
Save wolf-mtwo/dfc3159c5f0cfb686295 to your computer and use it in GitHub Desktop.
windows config

añadir rutas a windows

C:\> route ADD 192.168.1.0 MASK 255.255.255.0 10.0.1.100

Donde, 192.168.1.0 es la red o destino final al cual deseamos conectarnos. 255.255.255.0 es la mascara de la red destino 10.0.1.100 es el host que nos sirve de pasarela de red para conectarnos a las 192.168.1.0.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment