Mindblown: a blog about my mind
-
radius problem
RADIUS cannot run with the following log error: Solved:by adding the following command in the SQL server:
-
Script mikrotik: check-internet
:local target 8.8.8.8:if ([/ping $target count=5] = 0) do={/ip route set [find comment=”ISP1″] disabled=yes/ip route set [find comment=”ISP2″] disabled=no:log warning “ISP1 DOWN! Switch ke ISP2”} else={/ip route set [find comment=”ISP1″] disabled=no/ip route set [find comment=”ISP2″] disabled=yes}Scheduler (tiap 1 menit): /system scheduler add name=check-internet interval=1m on-event=check-internet
-
Tips and Tricks for VyOS 1.2
In VyOS, most routing operations are quite similar to other routers such as Juniper or Cisco. You can easily work with the routing table, BGP peers, and static routes using the commands below. 1. Check BGP Peer Status To check the status of your BGP peers, use the following command: Example: 2. Show Received Routes…
-
Script PCC Load balancing
here our script, will help you generate pcc mikrotik automaticaly https://vyos.web.id/mikrotik/index.php
-
BGP Routing Filter on Vyos
I. Outbound Filter Based on BGP Prefix Before starting, make sure that the BGP session is already established. SUMMARY STEPS: EXAMPLE: Explanation of the rule above:A prefix-list rule named bogon-ip is created with rule number 10 and action permit for prefix 172.16.0.0/12, allowing prefixes up to length /32 or shorter. Example of BGP Prefix-Based Outbound…
-
Zimbra Thortle Blocking
This solves the problem if your Zimbra is blocked by the throttle feature. To check which IPs are suspended, you can look in the mailbox.log file for entries showing the suspended IPs. Solution:
Got any book recommendations?