Files
openwrt-auto-extroot-gw-elmash/image-extras/tplink_tl-wdr3600-v1/etc/uci-defaults/99_custom_aramil
2023-12-11 18:49:32 +05:00

27 lines
801 B
Plaintext

uci -q batch << EOI
set network.lan.ipaddr='192.168.47.6'
commit network
set system.@system[0].zonename='Asia/Yekaterinburg'
set system.@system[0].hostname='gw-aramil'
commit system
set dropbear.@dropbear[0].PasswordAuth="1"
commit dropbear
set system.@system[0].timezone='<+05>-5'
set system.ntp.enable_server='1'
set system.ntp.interface='lan'
commit timeserver
set uhttpd.main.listen_http='0.0.0.0:8080' '[::]:8080'
set uhttpd.main.listen_https='0.0.0.0:4431' '[::]:4431'
commit uhttpd
set dhcp.lan.ignore='1'
set dhcp.@host[0]=host
set dhcp.@host[0].name='kyocera1'
set dhcp.@host[0].ip='192.168.47.30'
set dhcp.@host[0].mac='00:17:C8:76:43:91'
set dhcp.@host[1]=host
set dhcp.@host[1].name='kyocera0'
set dhcp.@host[1].mac='00:17:C8:42:1C:AA'
set dhcp.@host[1].ip='192.168.47.31'
commit dhcp
EOI