> For the complete documentation index, see [llms.txt](https://pentesting.mrw0l05zyn.cl/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://pentesting.mrw0l05zyn.cl/post-explotacion/pivoting/tabla-de-enrutamiento.md).

# Tabla de enrutamiento

## Linux/Unix

Agregar enrutamiento.

```bash
route add -net <subnet> netmask <netmask> gw <gateway>
```

Eliminar enrutamiento.

```sh
route del -net <subnet> netmask <netmask> gw <gateway>
```
