| 
  • If you are citizen of an European Union member nation, you may not use this service unless you are at least 16 years old.

  • You already know Dokkio is an AI-powered assistant to organize & manage your digital files & messages. Very soon, Dokkio will support Outlook as well as One Drive. Check it out today!

View
 

Sandbox

This version was saved 18 years ago View current version     Page history
Saved by PBworks
on April 6, 2006 at 1:05:05 pm
 

Sandbox

 

List of stuff to be tested with 3595:

 

  • madwifi-ng
    • as an AP (dacb looks OK, I did not grind this mode)
    • in client mode
    • in client mode w/ WPA
    • in client mode w/ WPA/WDS

 

  • reboot bug w/ busybox 1.1.1 (dacb mostly WORKS!)

 

  • NFS mount misconfiguration bug w/ busbox 1.1.X (dacb WORKS! - don't forget -o nolock unless you have installed portmap)

root@OpenWrt:/# mount -t nfs 192.168.0.2:/home/wgt634u /nfs -o nolock
root@OpenWrt:/# ls -l /nfs
drwxr-xr-x   15 root     root          360 Apr  4  2006 femto
drwxr-xr-x   16 root     root          392 Apr  3  2006 pico

 

dacb test notes

For client mode tests, /etc/config/network in tested configuration looked lik:

#### VLAN configuration
vlan0hwname=et0
vlan1hwname=et0
vlan0ports="0 1 2 3 4 5*"
vlan1ports="5"


#### LAN configuration
#lan_proto="static"
lan_proto="dhcp"
lan_ifname="br0"
#lan_ifnames="vlan0 ath0"
lan_ifnames="vlan0"
#lan_ipaddr="192.168.1.1"
#lan_netmask="255.255.255.0"
# lan_dns="192.168.1.1"
# lan_gateway="192.168.1.1"

wan_proto=none
wan_ifname="vlan1"
#wan_device="vlan1"

Comments (0)

You don't have permission to comment on this page.