Skip to content

Instantly share code, notes, and snippets.

@LuisPalacios
Last active December 4, 2024 11:41
Show Gist options
  • Save LuisPalacios/571629103be2f4db92aa2fd620a90006 to your computer and use it in GitHub Desktop.
Save LuisPalacios/571629103be2f4db92aa2fd620a90006 to your computer and use it in GitHub Desktop.
Sur: script de apoyo para crear un túnel de acceso
#!/bin/bash
#
# /etc/openvpn/client/sur_cliente_access_de_norte_CONFIG.sh
#
# Documentado en:
# https://www.luispa.com/linux/2014/10/19/bridge-ethernet.html
#
export ifNorteTunel="tun1"
export ipNorteTunelRouter="192.168.224.1"
export ifNorteLan="eth1.107"
export ipNorteLanRango="192.168.107.0/24"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment