fibyr.ph creates and switches subscriber PPPoE accounts on your router for you. First it needs a way to reach the router - here are the two ways, and the exact steps for each.
fibyr.ph does the hard part — it generates the keys, an address, and a ready-to-paste config. You paste it into the router once.
/interface/wireguard/add name=wg-fibyr private-key="PRIVATE-KEY-FROM-FIBYR"
/interface/wireguard/peers/add interface=wg-fibyr public-key="PUBLIC-KEY-FROM-FIBYR" \
endpoint-address=SERVER-ADDRESS-FROM-FIBYR endpoint-port=51820 allowed-address=10.66.0.0/16 persistent-keepalive=25s
/ip/address/add address=YOUR-TUNNEL-IP-FROM-FIBYR/16 interface=wg-fibyr
/user/add name="YOUR-API-USERNAME" password="YOUR-API-PASSWORD" group=full comment="fibyr API"
/ip/service/set api address=10.66.0.0/16
/ip/firewall/filter/add chain=input in-interface=wg-fibyr action=accept place-before=0 comment="fibyr tunnel"
Use this only if your router already has a reachable public address.
admin).xxxx.sn.mynetname.net hostname.persistent-keepalive=25s is present on the WireGuard peer (it's baked into the block — it's what keeps the tunnel reachable through NAT). If you edited the peer, re-add it.persistent-keepalive=25s; make sure it's still on the peer.Questions or tips about connecting your router? Everyone can read along.
No comments yet - be the first to start the conversation.