Network Setup

temporary telnet

  • supports printer, home office, second wifi
  • username: root
    1. LAN1 from Fritzbox connected to WAN of Buffalo Airstation
    2. setup/ basic setup / WAN connection type: disabled
    3. local IP address: 192.168.0.2 (temporary – use DHCP from Fritzbox)
    4. assign WAN port to switch: yes
    5. DHCP server: disable
    6. NTP client: disable
    7. advanced routing / operating mode: router
    8. wireless: set SSID + security settings
    9. 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
  • computer/network_glashauweg.txt
  • Last modified: 2020-10-29 22:13
  • by 127.0.0.1