Hi! I've flashed my la fonera to openwrt and configured it. My internet connection protocal is dhcp and I wish to use la fonera as access point. That means I will use the la fonera to connect to the cable modem and my laptops access internet via la fonera. La fonera gets a ip from isp, but I can't ping via la fonera by using ssh. It looks like it doesn't have a dns setting, but I am using dhcp. I am sure there is something wrong with my settings. Can someone please help me? Thanks in advance!!

/etc/config/network
# Copyright (C) 2006 OpenWrt.org

config interface loopback
        option ifname   lo
        option proto    static
        option ipaddr   127.0.0.1
        option netmask  255.0.0.0

config interface lan
        option type     bridge
        option ifname   eth0.1
        option proto    static
        option ipaddr   192.168.1.1
        option netmask  255.255.255.0

config interface wan
        option ifname   eth0
        option proto    dhcp

/etc/config/wireless
config wifi-device  wifi0
        option type     atheros
        option channel  5
#       option diversity 1
#       option txantenna 0
#       option rxantenna 0
#       option distance  2000
# disable radio to prevent an open ap after reflashing:
        option disabled 0


config wifi-iface
        option device   wifi0
        option network  lan
        option proto    dhcp
        option mode     ap
        option ssid     OpenWrt
        option hidden   0
#       option txpower  15
#       option bgscan   enable
        option encryption none