# Generado por:
# DD-WRT
#
# unsolclic version: v3.6-beta
# open a telnet/ssh session on your device and run the script below.
# Note: Use Status/Wireless survey to verify that you have the
# antenna plugged in the right connector. The right antena is probably
# the one which is at the right, looking the WRT54G from the front
# (where it have the leds). If needed, change the antenna connector
# at 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.
#
# Xintcat-PLAFORQUESRadio3
# Global network parameters
nvram set router_name="Xintcat-PLAFORQUESRadio3"
nvram set wan_hostname="Xintcat-PLAFORQUESRadio3"
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=""
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"
#
# Management
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="0"
#
# AP mode
nvram set wl_mode="ap"
nvram set wl0_mode="ap"
nvram set wl_channel="1"
nvram set wl_ssid="guifi.net-XintcatPLAFORQUESRa"
nvram set wl_macmode="disable"
nvram set wl0_macmode="disable"
nvram set wl_macmode1="disable"
nvram set wl0_macmode1="disable"
#
# Firewall disabled
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 dhcp_start="5"
#
#
nvram set rc_startup="#!/bin/ash
#
# unsolclic: v3.6-beta
# radio: 1873-Xintcat-PLAFORQUESRadio3
#
/bin/sleep 5
/bin/kill -9 \`/bin/ps |/bin/grep bird|/usr/bin/cut -c1-5|/usr/bin/head -n 1\`;
/bin/rm /tmp/bird/bird.conf
/bin/echo -e 'router id ;
protocol kernel { learn; persist; scan time 10; import all; export all; }
protocol device { scan time 10; }
protocol direct { interface \"*\";}
protocol ospf WRT54G_ospf {
area 0 { tick 8;
interface \"*\" { cost 1; hello 10; priority 1; retransmit 7; authentication none; };
};
}
' >/tmp/bird/bird.conf
#
/bin/sleep 3
bird -c /tmp/bird/bird.conf
/usr/sbin/wl shortslot_override 0
ifconfig eth1 -promisc -allmulti
ifconfig br0 -promisc -allmulti
ifconfig eth0 promisc"
#
# end of script and reboot
nvram commit
reboot