Network Setup
Overview
FritzBox 7490
temporary telnet
- 'firmware update' with telnet.tar (from http://www.ip-phone-forum.de/showthread.php?t=280058&p=2104213&viewfull=1#post2104213)
- get rid of nag message in web frontend:
echo clear_id 87 > /proc/tffs - edit static dhcp settings:
telnet fritz.box multid -s nvi /var/flash/ar7.cfg # search for 'statics' or 'landevices' or existing hostname multid
Buffalo AirStation
- supports printer, home office, second wifi
- username: root
- configuration (based on http://www.dd-wrt.com/wiki/index.php/Wireless_Access_Point)
- LAN1 from Fritzbox connected to WAN of Buffalo Airstation
- setup/ basic setup / WAN connection type: disabled
- local IP address: 192.168.0.2 (temporary – use DHCP from Fritzbox)
- assign WAN port to switch: yes
- DHCP server: disable
- NTP client: disable
- advanced routing / operating mode: router
- wireless: set SSID + security settings
- startup script:
[ ! -e /tmp/udhcpc ] && ln -s /sbin/rc /tmp/udhcpc udhcpc -i br0 -p /var/run/udhcpc.pid -s /tmp/udhcpc -H test-wrt-wireless route add default gw `nvram get wan_gateway` hostname buffaloAS`nslookup \`ifconfig br0 | grep 'inet addr' |cut -f 2 -d ':'\` | grep 'Name:' | awk '{print $2;}' | cut -f 1 -d '.'` if test `hostname` != `nvram get wan_hostname`; then nvram set wan_hostname=`hostname`; nvram set router_name=`hostname`; nvram commit; fi