Yahoo Search Busca da Web

Resultado da Busca

  1. This example explains how to use multiple gateways with one taking over when first fails. It begins with adding the gateways. Set bigger distance value for the secondary one, and check-gateway for the first one: /ip route add gateway=192.168.1.1 check-gateway=ping. /ip route add gateway=192.168.2.1 distance=2. That's all, there are no more steps!

  2. RoMON stands for "Router Management Overlay Network". RoMON works by establishing independent MAC layer peer discovery and data forwarding network. RoMON packets are encapsulated with EtherType 0x88bf and dst-MAC 01:80:c2:00:88:bf and its network operates independently from L2 or L3 forwarding configuration. When RoMON is enabled, any received ...

  3. Bash script approach. If you have access to ProxMox host then CHR VM can also be created quickly via BASH script. Below example of one such script. What this script does: Stores tmp files in: /root/temp dir. Downloads raw image archive from MikroTik download page. Converts image file to qcow format. Creates basic VM that is attached to MGMT bridge.

  4. To make this possible, follow these steps: Make sure that you do not have IP addresses on interfaces which will be enslaved for bonding interface! Add bonding interface on Router1: [admin@Router1] interface bonding> add slaves=ether1,ether2. And on Router2: [admin@Router2] interface bonding> add slaves=ether1,ether2.

  5. PCC takes selected fields from IP header, and with the help of a hashing algorithm converts selected fields into 32-bit value. This value then is divided by a specified Denominator and the remainder then is compared to a specified Remainder, if equal then packet will be captured. You can choose from src-address, dst-address, src-port, dst-port ...

  6. Summary. Sub-menu: /ip firewall nat. Network Address Translation is an Internet standard that allows hosts on local area networks to use one set of IP addresses for internal communications and another set of IP addresses for external communications. A LAN that uses NAT is referred as natted network. For NAT to function, there should be a NAT ...

  7. To simply configure DHCP server you can use a setup command. First, you configure IP address on the interface: [admin@MikroTik] > /ip address add address=192.168.88.1/24 interface=ether3 disabled=no. Then you use setup command which will automatically ask necessary parameters: [admin@MikroTik] > /ip dhcp-server setup.