This page is read only. You can view the source, but not change it. Ask your administrator if you think this is wrong. ====== 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: <code>telnet fritz.box multid -s nvi /var/flash/ar7.cfg # search for 'statics' or 'landevices' or existing hostname multid </code> ===== 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: <code>[ ! -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</code> computer/network_glashauweg.txt Last modified: 2020-10-29 22:13by 127.0.0.1