25 lines
811 B
Text
25 lines
811 B
Text
|
# sep/23/2022 21:05:02 by RouterOS 7.5
|
||
|
# software id =
|
||
|
#
|
||
|
# run "/export show-sensitive" to recreate this
|
||
|
#
|
||
|
/interface ethernet
|
||
|
set [ find default-name=ether1 ] disable-running-check=no name=access
|
||
|
set [ find default-name=ether2 ] disable-running-check=no name=world
|
||
|
/disk
|
||
|
set sata1 disabled=no
|
||
|
/interface wireless security-profiles
|
||
|
set [ find default=yes ] supplicant-identity=MikroTik
|
||
|
/ip pool
|
||
|
add name=pppoe-pool ranges=192.168.100.10-192.168.100.99
|
||
|
/port
|
||
|
set 0 name=serial0
|
||
|
/ppp profile
|
||
|
add local-address=192.168.100.1 name=pppoe-profile remote-address=pppoe-pool
|
||
|
/interface pppoe-server server
|
||
|
add default-profile=pppoe-profile disabled=no interface=access service-name=internet
|
||
|
/ip dhcp-client
|
||
|
add interface=*1
|
||
|
/ppp secret
|
||
|
add name=db123@a.1 password=NotReallyTheSecret profile=pppoe-profile service=pppoe
|