I am able to ssh as root into the 3040 however I cannot access any external network resources.
/etc/config/firewall may need updating but it had no effect on being able to ping google.com....
Previous posts indicate wanting to see the dmesg output
Language: PHProot@OpenWrt:/etc/config# cat /etc/config/network config interface 'loopback' option ifname 'lo' option proto 'static' option ipaddr '127.0.0.1' option netmask '255.0.0.0' config globals 'globals' option ula_prefix 'fd5c:5916:8584::/48' config interface 'lan' option ifname 'eth0' option type 'bridge' option proto 'static' option ipaddr '192.168.1.1' option netmask '255.255.255.0' option ip6assign '60' option gateway '192.168.1.0' list dns '192.168.1.0' list dns '8.8.8.8' root@OpenWrt:/etc/config# head -25 firewall config defaults option syn_flood 1 option input ACCEPT option output ACCEPT option forward REJECT <-SHOULD THIS BE ACCEPT # Uncomment this line to disable ipv6 rules # option disable_ipv6 1 config zone option name lan option network 'lan' option input ACCEPT option output ACCEPT option forward REJECT <-SHOULD THIS BE ACCEPT config zone option name wan option network 'wan' option input REJECT <-SHOULD THIS BE ACCEPT option output ACCEPT option forward REJECT <-SHOULD THIS BE ACCEPT option masq 1 option mtu_fix 1 config forwarding
/etc/config/firewall may need updating but it had no effect on being able to ping google.com....
Language: PHProot@OpenWrt:/etc/config# ping google.com ping: bad address 'google.com'
Previous posts indicate wanting to see the dmesg output
Language: PHProot@OpenWrt:~# dmesg [ 0.000000] Linux version 3.8.9 (openwrt@OpenWRTBuild) (gcc version 4.6.4 (OpenWrt/Linaro GCC 4.6-2012.12 r36485) ) #1 Mon Apr 29 08:34:35 MST 2013 [ 0.000000] MyLoader: sysp=fa89c804, boardp=69cd3b24, parts=31a09c82 [ 0.000000] bootconsole [early0] enabled [ 0.000000] CPU revision is: 00019374 (MIPS 24Kc) [ 0.000000] SoC: Atheros AR9330 rev 1 [ 0.000000] Clocks: CPU:400.000MHz, DDR:400.000MHz, AHB:200.000MHz, Ref:25.000MHz [ 0.000000] Determined physical RAM map: [ 0.000000] memory: 02000000 @ 00000000 (usable) [ 0.080000] Calibrating delay loop... 265.42 BogoMIPS (lpj=1327104) [ 0.080000] pid_max: default: 32768 minimum: 301 [ 0.080000] Mount-cache hash table entries: 512 [ 0.090000] NET: Registered protocol family 16 [ 0.090000] MIPS: machine is TP-LINK TL-MR3040 [ 0.350000] bio: create slab <bio-0> at 0 [ 0.360000] Switching to clocksource MIPS [ 0.360000] NET: Registered protocol family 2 [ 0.370000] TCP established hash table entries: 512 (order: 0, 4096 bytes) [ 0.370000] TCP bind hash table entries: 512 (order: -1, 2048 bytes) [ 0.370000] TCP: Hash tables configured (established 512 bind 512) [ 0.380000] TCP: reno registered [ 0.380000] UDP hash table entries: 256 (order: 0, 4096 bytes) [ 0.390000] UDP-Lite hash table entries: 256 (order: 0, 4096 bytes) [ 0.400000] NET: Registered protocol family 1 [ 0.400000] PCI: CLS 0 bytes, default 32 [ 0.420000] squashfs: version 4.0 (2009/01/31) Phillip Lougher [ 0.420000] jffs2: version 2.2 (NAND) (SUMMARY) (LZMA) (RTIME) (CMODE_PRIORITY) (c) 2001-2006 Red Hat, Inc. [ 0.430000] msgmni has been set to 56 [ 0.440000] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 253) [ 0.480000] ath79-spi ath79-spi: master is unqueued, this is deprecated [ 6.200000] eth0: link up (100Mbps/Full duplex) [ 6.860000] jffs2: notice: (449) jffs2_build_xattr_subsystem: complete building xattr subsystem, 1 of xdatum (0 unchecked, 0 orphan) and 12 of xref (0 dead, 2 orphan) found. [ 7.080000] eth0: link down [ 7.890000] compat-drivers backport release: compat-drivers-2013-03-28-5 [ 7.900000] Backport based on wireless-testing.git master-2013-04-16 [ 7.910000] compat.git: wireless-testing.git [ 8.290000] NET: Registered protocol family 10 [ 8.540000] usbcore: registered new interface driver usbfs [ 8.540000] usbcore: registered new interface driver hub [ 8.550000] usbcore: registered new device driver usb [ 9.220000] ath: EEPROM regdomain: 0x0 [ 9.220000] ath: EEPROM indicates default country code should be used [ 9.220000] ath: doing EEPROM country->regdmn map search [ 9.220000] ath: country maps to regdmn code: 0x3a [ 9.220000] ath: Country alpha2 being used: US [ 9.820000] nf_conntrack version 0.5.0 (452 buckets, 1808 max) [ 15.470000] eth0: link up (100Mbps/Full duplex) [ 15.470000] br-lan: port 1(eth0) entered forwarding state [ 15.480000] br-lan: port 1(eth0) entered forwarding state [ 15.480000] IPv6: ADDRCONF(NETDEV_CHANGE): eth0: link becomes ready [ 15.490000] IPv6: ADDRCONF(NETDEV_CHANGE): br-lan: link becomes ready [ 17.480000] br-lan: port 1(eth0) entered forwarding state