File "commands.rsc"

Full path: /home/auuge/domains/files.auu.ge/private_html/mikrotik/ovpn_site2site/ONLY_BRIDGE_NO_FORWARd/server_87/commands.rsc
File size: 877 bytes
MIME-type: text/plain
Charset: utf-8

Download   Open   Back

/ppp profile
add change-tcp-mss=yes local-address=192.168.200.254 name=openvpn \
    remote-address=192.168.200.10 use-compression=no use-encryption=required
/interface ovpn-server server
set auth=sha1 certificate=SERVER cipher=aes256 default-profile=VPN_DHCP \
    enabled=yes mode=ethernet require-client-certificate=yes
/ip firewall address-list
add address=srv.auu.ge list=kot
add address=work.auu.ge list=kot
add address=deamed.auu.ge list=kot
add address=dolidze.auu.ge list=kot
add address=eliava.auu.ge list=kot
add address=work2.auu.ge list=kot
/ip firewall nat
add action=accept chain=srcnat dst-address=192.168.87.0/24 src-address=\
    192.168.88.0/24
/ip route
add distance=1 dst-address=192.168.88.0/24 gateway=192.168.200.10
/ppp secret
add name=test password=test profile=openvpn service=ovpn
/system clock
set time-zone-name=Asia/Tbilisi