Last active
December 4, 2024 11:41
-
-
Save LuisPalacios/571629103be2f4db92aa2fd620a90006 to your computer and use it in GitHub Desktop.
Sur: script de apoyo para crear un túnel de acceso
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/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