# Generat per a:
# DD-guifi
#
# unsolclic version: v3.6-beta
# obre una sessio telnet/ssh en el teu trasto i executa aquestscript.
# Nota: Fes servir l'Status/Wireless survey per verificar que
# tens l'antena ben endollada i configurada. La dreta es probablement
# la que tens a la dreta si el mires des del davant (on hi han els
# leds). Si et cal, canvia el connector des de la configuracio via
# wev anant a Wireless->Advanced Settings.
# Security notes:
# Once this script is executes, the router password for root/admin users is "guifi"
# You must change this password if you want to keep it secret. If you like to still
# be managed externally, you must install a trusted ssh key. Upon request, your setup
# might be asked for being inspected to check the Wireless Commons compliance.
# No firewall rules are allowed in the public network area.
# By being in client mode, the router has the firewall enabled to distinguish between
# private and public areas, and only SNMP, ssh and https 8080 ports are enabled
# for external administration. Everything else is closed, therefore you might
# have to open ports to share resources.
#
# TonaAjuntament2
# Parametres globals de la xarxa
nvram set router_name="TonaAjuntament2"
nvram set wan_hostname="TonaAjuntament2"
nvram set lan_ipaddr="10.138.63.225"
nvram set lan_gateway="0.0.0.0"
nvram set lan_netmask="255.255.255.224"
nvram set wan_proto="disabled"
nvram set lan_domain="guifi.net"
nvram set wan_domain="guifi.net"
nvram set http_passwd="guifi"
nvram set time_zone="+01 2 2"
nvram set sv_localdns="10.138.38.211"
nvram set wl_net_mode="b-only"
nvram set wl0_net_mode="b-only"
nvram set wl_afterburner="on"
nvram set wl_frameburst="on"
nvram set txpwr="28"
nvram set txant="0"
nvram set wl0_antdiv="0"
nvram set wl_antdiv="0"
nvram set block_wan="0"
#
# Gestio
nvram set telnetd_enable="1"
nvram set sshd_enable="1"
nvram set sshd_passwd_auth="1"
nvram set remote_management="1"
nvram set remote_mgt_https="1"
nvram set snmpd_enable="1"
nvram set snmpd_sysname="guifi.net"
nvram set snmpd_syscontact="guifi_at_guifi.net"
nvram set boot_wait="on"
# This is just a fake key. You must install a trusted key if you like to have you router managed externally
nvram set sshd_authorized_keys="
ssh-rsa AAAAB3NzaC1yc2EAAAABIwAAAIEAwWNX4942fQExw4Hph2M/sxOAWVE9PB1I4JnNyhoWuF9v\
id0XcU34kwWqBBlI+LjDErCQyaR4ysFgDX61V4kUuCKwBOMp+UGxhL648VTv5Qji/YwvIzt7nguUOZ5A\
GPISqsC0717hc0Aja1mvHkQqg9aXKznmszmyKZGhcm2+SU8= root@bandoler.guifi.net\
"
nvram set http_enable="1"
nvram set https_enable="1"
#
# NTP Network time protocol
nvram set ntp_enable="1"
nvram set ntp_server="10.138.38.211"
#
# Mode AP
nvram set wl_mode="ap"
nvram set wl0_mode="ap"
nvram set wl_channel="12"
nvram set wl_ssid="guifi.net-TonaAjuntament"
nvram set wl_macmode="disable"
nvram set wl0_macmode="disable"
nvram set wl_macmode1="disable"
nvram set wl0_macmode1="disable"
#
# Tallafocs desactivat
nvram set filter="off"
# DD-WRT OSPF routing
nvram set wk_mode="ospf"
nvram set routing_lan="on"
nvram set routing_wan="on"
nvram set routing_ospf="on"
nvram set dr_setting="3"
nvram set dr_lan_rx="1 2"
nvram set dr_lan_tx="1 2"
nvram set dr_wan_rx="1 2"
nvram set dr_wan_tx="1 2"
#
# DHCP
nvram set static_leases="FF:FF:FF:FF:FF:FF=TonaJRodoRadio1=10.138.63.226 FF:FF:FF:FF:FF:FF=TonaNChavezRadio1=10.138.63.227 FF:FF:FF:FF:FF:FF=TonaMESanchezRadio1=10.138.63.228 FF:FF:FF:FF:FF:FF=TonaVGiraltRadio1=10.138.63.229 FF:FF:FF:FF:FF:FF=TonaARoviraRadio1=10.138.63.231 FF:FF:FF:FF:FF:FF=TonaMTRuizRadio1=10.138.63.232 FF:FF:FF:FF:FF:FF=TonaPaambXocolataRadio1=10.138.63.233 00:16:01:AD:CD:5A=TonaCCasasRadio1=10.138.63.234 FF:FF:FF:FF:FF:FF=TonaJVerdaguerRadio1=10.138.63.235 00:16:01:8C:83:02=TonaFBautistaRadio1=10.138.63.236 FF:FF:FF:FF:FF:FF=TonaJRebolloRadio1=10.138.63.237 FF:FF:FF:FF:FF:FF=TonaRArumiRadio1=10.138.63.238 FF:FF:FF:FF:FF:FF=TonaAFernandezRadio1=10.138.63.239 FF:FF:FF:FF:FF:FF=TonaAMoletRadio1=10.138.63.240 "
nvram set static_leasenum="14"
nvram set dhcp_start="245"
#
#
nvram set rc_startup="#!/bin/ash
#
# unsolclic: v3.6-beta
# radio: 6464-TonaAjuntament2
#
#
/bin/sleep 10
/usr/sbin/wl shortslot_override 0
ifconfig eth1 -promisc -allmulti
ifconfig br0 -promisc -allmulti
ifconfig eth0 promisc"
#
# Fi del script i reiniciar
nvram commit
reboot