Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save lcuevastodoit/f61cc1bdd24a1f55c776ee261bf4bad5 to your computer and use it in GitHub Desktop.
Save lcuevastodoit/f61cc1bdd24a1f55c776ee261bf4bad5 to your computer and use it in GitHub Desktop.
Mikrotik mask 31 bits Subnet in WAN
If your ISP gave you this for your Mikrotik: x.x.x.61/31 with a gateway of x.x.x.60
Configure it this way:
/ip address add address=x.x.x.61/32 network=x.x.x.60 interface=ether1
/ip route add gateway=x.x.x.60
That should also work for you.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment