Code: Select all
# 2024-11-30 19:49:17 by RouterOS 7.17rc2
#
# model = E50UG
/interface ethernet
set [ find default-name=ether1 ] name=ether1-ISP
set [ find default-name=ether2 ] name=ether2-Client1-Peypey
set [ find default-name=ether3 ] name=ether3-Client2-Andy
set [ find default-name=ether4 ] name=ether4-Home
set [ find default-name=ether5 ] name=ether5-Voucher-AP
/ip pool
add name=dhcp_pool1 ranges=192.168.69.1,192.168.69.3-192.168.69.254
/ip dhcp-server
add address-pool=dhcp_pool1 interface=ether5-Voucher-AP lease-time=1d name=\
dhcp1
/ppp profile
add local-address=10.10.10.1 name=Andy-100Mbps only-one=yes rate-limit=\
100M/100M remote-address=10.10.10.3 use-compression=no use-encryption=no
add local-address=10.10.10.1 name=Peypey-20Mbps only-one=yes rate-limit=\
20M/20M remote-address=10.10.10.2 use-compression=no use-encryption=yes
add local-address=10.10.10.1 name=ivan only-one=yes rate-limit=130M/130M \