add routeros to overlay
This commit is contained in:
20
pkgs/routeros/routeros.config
Normal file
20
pkgs/routeros/routeros.config
Normal file
@@ -0,0 +1,20 @@
|
||||
# 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
|
||||
/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
|
||||
/ppp secret
|
||||
add name=db123@a.1 password=NotReallyTheSecret profile=pppoe-profile service=pppoe
|
Reference in New Issue
Block a user