| Line 1: |
Line 1: |
| | [[Category: MikroTik]] | | [[Category: MikroTik]] |
| | __FORCETOC__ | | __FORCETOC__ |
| − | {{ Note|'''This document is a work in progress and should be considered a draft until this message disappears.''' }}
| |
| | Welcome to the MikroTik Wiki page. Here you will find items specifically about using MikoTik devices and software as it relates to Ham Radio and/or AllStarLink/PTTLink. | | Welcome to the MikroTik Wiki page. Here you will find items specifically about using MikoTik devices and software as it relates to Ham Radio and/or AllStarLink/PTTLink. |
| | | | |
| Line 35: |
Line 34: |
| | gunzip -c chr.img.zip > chr.img && \ | | gunzip -c chr.img.zip > chr.img && \ |
| | mount -o loop,offset=33554944 chr.img /mnt && \ | | mount -o loop,offset=33554944 chr.img /mnt && \ |
| − | ADDRESS=`ip addr show ens3 | grep global | cut -d' ' -f 6 | head -n 1` && \ | + | ADDRESS=`ip addr show '''''ens3''''' | grep global | cut -d' ' -f 6 | head -n 1` && \ |
| | GATEWAY=`ip route list | grep default | cut -d' ' -f 3` && \ | | GATEWAY=`ip route list | grep default | cut -d' ' -f 3` && \ |
| | echo "/ip address add address=$ADDRESS interface=[/interface ethernet find where name=ether1] /ip route add gateway=$GATEWAY " > /mnt/rw/autorun.scr && \ | | echo "/ip address add address=$ADDRESS interface=[/interface ethernet find where name=ether1] /ip route add gateway=$GATEWAY " > /mnt/rw/autorun.scr && \ |
| | umount /mnt && \ | | umount /mnt && \ |
| − | echo u > /proc/sysrq-trigger && \ dd if=chr.img bs=1024 of=/dev/vda | + | echo u > /proc/sysrq-trigger && \ dd if=chr.img bs=1024 of='''''/dev/vda''''' |
| | | | |
| | *Once you successfully complete the above, power off (do not shut down) the VPS and then turn it back on to boot into MikroTik CHR. | | *Once you successfully complete the above, power off (do not shut down) the VPS and then turn it back on to boot into MikroTik CHR. |
| Line 80: |
Line 79: |
| | | | |
| | *[[VPN#strongSwan to MikroTik|strongSwan to MikroTik]] - Information on connecting MikroTik to a system running the strongSwan IPSEC software | | *[[VPN#strongSwan to MikroTik|strongSwan to MikroTik]] - Information on connecting MikroTik to a system running the strongSwan IPSEC software |
| | + | |
| | + | = Wireguard = |
| | + | The Mikrotik Wireguard Road Warrior Install is located at [[VPN#Mikrotik_Wireguard_Road_Warrior_Config|Mikrotik Wireguard Road Warrior Setup]]. |
| | | | |
| | = HamWAN = | | = HamWAN = |