TP-Link TL-WR740N several issues (permissions,space,wifidog)

Post new topic   Reply to topic    DD-WRT Forum Index -> Atheros WiSOC based Hardware
Author Message
xanderal1
DD-WRT Novice


Joined: 13 Sep 2014
Posts: 4

PostPosted: Sat Sep 13, 2014 16:44    Post subject: TP-Link TL-WR740N several issues (permissions,space,wifidog) Reply with quote
Hi guys.

On TP-Link TL-WR740N (most recommended in the wiki) using DD-WRT latest image at this moment: tl-wr740nv4-webflash.bin (2013-04-25), I've encountered the following issues.


I. NVRAM not fully used: only ~2.80MB out of 8MB. Tried to use JFFS (not available in GUI management) but it goes to read only and uses only ~70KB.

Solution for this still using is ramfs (32MB for this router).

Any ideas how to use the remaining of 8MB of NVRAM?

Code:

--- NVRAM settings for JFFS ---
root@DD-WRT:/tmp/nvram# nvram show | grep jffs
jffs_mounted=0
enable_jffs2=1
sys_enable_jffs2=1
clean_jffs2=0
size: 19746 bytes (45790 left)
dhcpd_usejffs=0


--- MOUNT + FSTAB ---
root@DD-WRT:/tmp/nvram# mount
rootfs on / type rootfs (rw)
/dev/root on / type squashfs (ro,relatime)
proc on /proc type proc (rw,relatime)
sysfs on /sys type sysfs (rw,relatime)
debugfs on /sys/kernel/debug type debugfs (rw,relatime)
ramfs on /tmp type ramfs (rw,relatime)
none on /dev type tmpfs (rw,relatime,size=512K)
devpts on /dev/pts type devpts (rw,relatime,mode=600)

root@DD-WRT:/tmp/nvram# cat /etc/fstab
/dev/root / ext2 defaults 1 1



--- DISK DATA ---
root@DD-WRT:/tmp/nvram# df
Filesystem           1K-blocks      Used Available Use% Mounted on
rootfs                    2816      2816         0 100% /
/dev/root                 2816      2816         0 100% /



--- MEMORY (RAM) ---
root@DD-WRT:/tmp/nvram# free
             total         used         free       shared      buffers
Mem:         29784        20496         9288            0         2132
-/+ buffers:              18364        11420
Swap:            0            0            0






II. Trying to install manually packages with ipkg will work but:
1) -d must be ram
2) -dest must be /tmp/ (see mount above)

After installing uClibc (http://www.dd-wrt.com/wiki/index.php/Ipkg#Required_uClibc_installation) and exporting LD_LIBRARY_PATH also PATH to point to /tmp/nvram (the directory I use)

then
Code:
ipkg -d ram -dest /tmp/nvram install <some package>
will be fine.

Thus I've got installed the following:
Code:
iptables-extra_1.3.3-2_mipsel.ipk
libgcc_3.4.4-9_mipsel.ipk
kmod-iptables-extra_2.4.30-brcm-5_mipsel.ipk
libpthread_0.9.27-1_mipsel.ipk


However, it seems its still failing to find /etc/rc.common:

Code:
root@DD-WRT:/tmp/nvram/etc/init.d# ./S65wifidog
/bin/sh: can't open '/etc/rc.common'


Directories:
Code:
root@DD-WRT:/tmp/nvram# ls -lhiaR
.:
     56 drwxrwxrwx    6 root     root           0 Sep 13 17:41 .
     46 drwxrwxrwx   12 root     root           0 Sep 13 17:48 ..
   5838 drwxrwxrwx    3 root     root           0 Sep 13 17:41 etc
   5216 -rwxrwxrwx    1 root     root         737 Sep 13 17:39 iptables-extra_1.3.3-2_mipsel.ipk
   5361 -rwxrwxrwx    1 root     root         757 Sep 13 17:39 kmod-iptables-extra_2.4.30-brcm-5_mipsel.ipk
   5621 drwxrwxrwx    2 root     root           0 Sep 13 17:40 lib
   5435 -rwxrwxrwx    1 root     root       22.8K Sep 13 17:40 libgcc_3.4.4-9_mipsel.ipk
   5426 -rwxrwxrwx    1 root     root       18.6K Sep 13 17:40 libpthread_0.9.27-1_mipsel.ipk
   5483 drwxrwxrwx    3 root     root           0 Sep 13 17:40 tmp
   5488 drwxrwxrwx    5 root     root           0 Sep 13 17:41 usr
   5727 -rwxrwxrwx    1 root     root       46.3K Sep 13 17:41 wifidog_20090925-1_mipsel_whiterussian.ipk

./etc:
   5838 drwxrwxrwx    3 root     root           0 Sep 13 17:41 .
     56 drwxrwxrwx    6 root     root           0 Sep 13 17:41 ..
   5839 drwxr-xr-x    2 root     root           0 Sep 13 17:41 init.d
   5841 -rw-r--r--    1 root     root        1.4K Sep 25  2009 wifidog-msg.html
   5842 -rw-r--r--    1 root     root        6.8K Sep 13 18:18 wifidog.conf

./etc/init.d:
   5839 drwxr-xr-x    2 root     root           0 Sep 13 17:41 .
   5838 drwxrwxrwx    3 root     root           0 Sep 13 17:41 ..
   5840 -rwxr-xr-x    1 root     root         192 Sep 25  2009 S65wifidog

./lib:
   5621 drwxrwxrwx    2 root     root           0 Sep 13 17:40 .
     56 drwxrwxrwx    6 root     root           0 Sep 13 17:41 ..
   5622 -rw-r--r--    1 root     root       57.8K Feb  3  2007 libgcc_s.so.1
   5682 -rw-r--r--    1 root     root       69.8K Jan 30  2007 libpthread-0.9.27.so
   5683 lrwxrwxrwx    1 root     root          20 Sep 13 17:40 libpthread.so.0 -> libpthread-0.9.27.so

./tmp:
   5483 drwxrwxrwx    3 root     root           0 Sep 13 17:40 .
     56 drwxrwxrwx    6 root     root           0 Sep 13 17:41 ..
   5484 drwxr-xr-x    2 root     root           0 Sep 13 17:41 ipkg

./tmp/ipkg:
   5484 drwxr-xr-x    2 root     root           0 Sep 13 17:41 .
   5483 drwxrwxrwx    3 root     root           0 Sep 13 17:40 ..

./usr:
   5488 drwxrwxrwx    5 root     root           0 Sep 13 17:41 .
     56 drwxrwxrwx    6 root     root           0 Sep 13 17:41 ..
   5830 drwxrwxrwx    2 root     root           0 Sep 13 17:41 bin
   5834 drwxrwxrwx    2 root     root           0 Sep 13 17:41 lib
   5489 drwxrwxrwx    3 root     root           0 Sep 13 17:40 local

./usr/bin:
   5830 drwxrwxrwx    2 root     root           0 Sep 13 17:41 .
   5488 drwxrwxrwx    5 root     root           0 Sep 13 17:41 ..
   5831 -rwxrwxrwx    1 root     root        8.2K Sep 25  2009 wdctl
   5832 -rwxrwxrwx    1 root     root       77.1K Sep 25  2009 wifidog
   5833 -rwxrwxrwx    1 root     root        5.2K Sep 13 18:01 wifidog-init

./usr/lib:
   5834 drwxrwxrwx    2 root     root           0 Sep 13 17:41 .
   5488 drwxrwxrwx    5 root     root           0 Sep 13 17:41 ..
   5836 lrwxrwxrwx    1 root     root          17 Sep 13 17:41 libhttpd.so -> libhttpd.so.0.0.0
   5835 lrwxrwxrwx    1 root     root          17 Sep 13 17:41 libhttpd.so.0 -> libhttpd.so.0.0.0
   5837 -rwxr-xr-x    1 root     root       24.6K Sep 25  2009 libhttpd.so.0.0.0

./usr/local:
   5489 drwxrwxrwx    3 root     root           0 Sep 13 17:40 .
   5488 drwxrwxrwx    5 root     root           0 Sep 13 17:41 ..
   5490 drwxr-xr-x    3 root     root           0 Sep 13 17:40 lib

./usr/local/lib:
   5490 drwxr-xr-x    3 root     root           0 Sep 13 17:40 .
   5489 drwxrwxrwx    3 root     root           0 Sep 13 17:40 ..
   5491 drwxr-xr-x    3 root     root           0 Sep 13 17:41 ipkg

./usr/local/lib/ipkg:
   5491 drwxr-xr-x    3 root     root           0 Sep 13 17:41 .
   5490 drwxr-xr-x    3 root     root           0 Sep 13 17:40 ..
   5492 drwxr-xr-x    2 root     root           0 Sep 13 17:41 info
   5856 -rw-r--r--    1 root     root         503 Sep 13 17:41 status

./usr/local/lib/ipkg/info:
   5492 drwxr-xr-x    2 root     root           0 Sep 13 17:41 .
   5491 drwxr-xr-x    3 root     root           0 Sep 13 17:41 ..
   5508 -rw-r--r--    1 root     root           2 Sep 13 17:40 iptables-extra.list
   5565 -rw-r--r--    1 root     root           2 Sep 13 17:40 kmod-iptables-extra.list
   5627 -rw-r--r--    1 root     root          27 Sep 13 17:40 libgcc.list
   5686 -rw-r--r--    1 root     root          55 Sep 13 17:40 libpthread.list
   5845 -rw-r--r--    1 root     root         235 Sep 13 17:41 wifidog.list




III. Wifidog client from whiterussian failing

Trying the one from GUI will simply fail with return code 1. Even redirecting stderr to stdout won't help:

Code:

root@DD-WRT:/usr/sbin# ./wifidog -f -d 7 2>&1
root@DD-WRT:/usr/sbin# echo $?
1


Config file for this one (from management GUI - in services -> Hotspot):
Code:

root@DD-WRT:/usr/sbin# cat /tmp/wifidog/wifidog.conf
GatewayID 1
ExternalInterface eth0
GatewayInterface br0
GatewayPort 2060
HTTPDMaxConn 10
HTTPDName France
CheckInterval 60
ClientTimeout 5
TrustedMACList
AuthServer {
Hostname <ip: xx.xx.xx.xx>
SSLAvailable no
SSLPort 443
HTTPPort 80
Path /
}
FirewallRuleSet validating-users {
FirewallRule allow to 0.0.0.0/0
}
FirewallRuleSet known-users {
FirewallRule allow to 0.0.0.0/0
}
FirewallRuleSet unknown-users {
FirewallRule allow udp port 53
FirewallRule allow tcp port 53
FirewallRule allow udp port 67
FirewallRule allow tcp port 67
}
FirewallRuleSet locked-users {
FirewallRule block to 0.0.0.0/0
}


The interface is ok, the bridge is ok, there is nothing listening on 2060. Although I have to add a Port FW (DNAT) rule to the wifidog client because is behind another router.

In any case, I added "Daemon 1" to this config file and manually tried the wifidog binary, same story (and no daemon listening on 2060 , netstat -ant returns nothing about it).


Now the long story...

Installed the above packages (see II.) + wifidog_20090925-1_mipsel_whiterussian.ipk

Trying:
Code:
root@DD-WRT:/tmp/nvram/usr/bin# wifidog-init start
Starting Wifidog ...
Testing for iptables modules
  Testing ipt_mac
   ipt_mac  module is working
  Testing ipt_mark
   ipt_mark module is working
  Testing ipt_REDIRECT
   ipt_REDIRECT  module is working
/tmp/nvram/usr/bin/wifidog-init: line 199: /tmp/nvram/usr/bin/wifidog: Permission denied
FAILED:  Wifidog exited with non 0 status


root@DD-WRT:/tmp/nvram/usr/bin# ./wifidog
-sh: ./wifidog: Permission denied


root@DD-WRT:/tmp/nvram/usr/bin# ls -lh
-rwxrwxrwx    1 root     root        8.2K Sep 25  2009 wdctl
-rwxrwxrwx    1 root     root       77.1K Sep 25  2009 wifidog
-rwxrwxrwx    1 root     root        5.2K Sep 13 18:01 wifidog-init


Config files looks ok but this is the only issue.




Any thoughts? Especially about III with wifidog client.

Or how to compile from sources? Any help/tutorial? Would like to compile: http://sourceforge.net/projects/wifidog/files/wifidog-gateway/20090925 -> wifidog-20090925.tar.gz

Any advices on packages for gcc compiler and libraries?


Many thanks!




-------------------------------------------------------
__ EXTRA info:

Full nvram:
Code:

olsrd_coverage=7
ath4_auth_mode=disabled
wl_mac_deny=
filter_dport_grp3=
ses_script=
oet5_en=0
filter_dport_grp4=
http_redirect_port=80
oet2_fragment=0
filter=off
filter_dport_grp5=
wan_unit=0
NC_Verbosity=2
wl0_net_mode=mixed
filter_dport_grp6=
sv_localdns=8.8.8.8
ath0_wds6_enable=0
altdns1=
chilli_interface=br0
filter_dport_grp7=
nvram_ver=3
oet3_fragment=0
altdns2=
wl0_frameburst=off
wl_txstreams=0
filter_dport_grp8=
oet8_bridged=1
wds_watchdog_interval_sec=1000
altdns3=
ath4_wpa_psk=
filter_dport_grp9=
oet9_pt=0
oet2_ipaddr=1.2.3.4
zebra_log=0
pptpd_mtu=1436
ddns_username_2=
log_ipaddr=0
mdhcpd=
ath0_bias=0
oet4_fragment=0
oet2_shaper=0
NC_RenewTimeout=0
hotss_enable=0
chilli_enable=0
ddns_username_3=
ddns_username_4=
ppp_idletime=5
ppp_passwd=
NC_SplashURL=
zebra_copt=0
ddns_username_5=
rate_control=minstrel
ath0_br1_netmask=255.255.255.0
oet8_ipaddr=1.2.3.4
oet5_fragment=0
eth2_netmask=0.0.0.0
ddns_username_6=
oet8_shaper=0
ddns_username_7=
warn_to=
bridgesif_count=0
ddns_username_8=
ddns_enable=0
wl0_leddc=0x640000
et0macaddr=<TRIMMED>
qos_done=0
eth1_nat=0
oet10_shaper=0
oet10_ipaddr=1.2.3.4
oet6_fragment=0
NC_MaxMissedARP=5
wl0_bw_cap=255
NC_MACWhiteList=
skip_intel_check=0
ddns_conf=
wl0_shortslot=auto
oet3_rem=192.168.90.1
wl_maxassoc=128
ddns_hostname_buf=
ath1_radius_key=
ath2_xr=0
wan_get_dns=
ath0_net_mode=mixed
oet7_fragment=0
syslogd_rem_ip=
boot_wait=on
nas_enable=1
wl_phytypes=
filter_web_host1=
warn_from=
hotss_uamallowed=
filter_web_host2=
eth6_netmask=0.0.0.0
filter_web_host3=
fw_disable=0
oet8_fragment=0
oet4_netmask=255.255.255.0
pptpd_client_srvsub=
router_name=DD-WRT
pppoe_keepalive=0
filter_web_host4=
oet4_en=0
wshaper_enable=0
ath1_closed=0
filter_web_host5=
eth0_ipaddr=0.0.0.0
wd_url=
l2tp_ref_pap=yes
ddns_wildcard=
wl_distance=2000
https_enable=0
filter_web_host6=
oet9_fragment=0
apwatchdog_enable=0
ath2_wpa_gtk_rekey=3600
wl_infra=1
filter_web_host7=
svqos_port2bw=FULL
telnet_wanport=23
hotss_customuamproto=https
l2tp_get_ip=
filter_web_host8=
ses_event=2
ath0_br1_enable=0
dhcpfwd_ip=0.0.0.0
ath5_radio=1
filter_web_host9=
ath0_txq=32
radio1_on_time=111111111111111111111111
pptpd_forcemppe=1
pptp_server_ip=
ppp_get_ac=
oet8_pt=0
eth6_ipaddr=0.0.0.0
pptpd_bcrelay=0
ddns_time=
restore_defaults=0
ath2_channelbw=20
oet8_netmask=255.255.255.0
pptp_use_dhcp=0
hotss_locationid=
wshaper_downlink=0
oet9_id=1
pptpd_client_srvip=
ppp_username=
ath0_txantenna=1
wl0_wme_sta_be=15 1023 3 0 0 off
wl0_nctrlsb=lower
wan_lease=0
filter_port=
olsrd_lqaging=0.1
oet3_mssfix=0
oet1_rem=192.168.90.1
eth10_bridged=1
wl_wme_apsd=on
ddns_enable_buf=
ath5_wpa_gtk_rekey=3600
warn_domain=
ip_conntrack_tcp_timeouts=3600
ddns_hostname=
http_wanport=8080
filter_ip_grp1=
ath0_protmode=None
filter_ip_grp2=
lan_gateway=192.168.1.254
filter_ip_grp3=
wl0_ifname=ath0
eth0_mtu=1500
hotss_net=192.168.182.0/24
dr_lan_rx=0
ath1_xr=0
filter_ip_grp4=
lan_domain=
reconnect_enable=0
oet9_mssfix=0
wl0_wme_sta_bk=15 1023 7 0 0 off
filter_ip_grp5=
timer_interval=3600
ath0_rts=0
bridgesif=
log_accepted=0
hs_html=
filter_ip_grp6=
pptpd_client_ipparam=
wshaper_uplink=0
chilli_backup=0.0.0.0
pppoe_ac=
filter_ip_grp7=
filter_rule1=
pptpd_client_srvsec=require-mppe
hb_server_ip=
ipsec_pass=1
filter_ip_grp8=
filter_rule2=
ses_button=0
etherip0_txq=1000
vlan0ports=1 2 3 4 5*
pptpd_radserver=0.0.0.0
rflow_enable=0
filter_ip_grp9=
filter_rule3=
ses_enable=1
expert_mode=1
oet3_en=0
schedule_minutes=0
filter_rule4=
ath0_wds1_enable=0
port5vlans=0 1 16
filter_rule5=
hotss_interface=br0
wl0_mrate=0
ath0.3_ssid=
filter_ip_grp10=
filter_rule6=
wol_passwd=
ath0_radius_ipaddr=
wl0_mode=ap
filter_rule7=
wan_gateway=0.0.0.0
iradius_enable=0
pptpd_radpass=
dhcp_start=100
filter_rule8=
ath0_wds7_enable=0
chilli_uamanydns=0
filter_rule9=
oet7_pt=0
pptpd_enable=0
wl0_ap_isolate=0
oet3_ipaddr=1.2.3.4
svqos_port4prio=10
chilli_uamallowed=
wl_mrate=0
filter_services_1=
oet3_shaper=0
NC_DocumentRoot=/www
wshaper_nopriohostsrc=
chilli_radius=0.0.0.0
l2tp_server_ip=
ddns_force=10
dist_type=std
oet8_id=1
wd_interval=60
wl0_wme_no_ack=off
wl0_gmode=1
dhcp_lease=1440
ath1_lazywds=0
eth3_bridged=1
wd_extiface=br0
wds_watchdog_ips=
ath5_channelbw=20
remote_ip_any=1
oet9_ipaddr=1.2.3.4
oet1_bridged=1
limit_ssh=0
ath3_radius_ipaddr=
oet9_shaper=0
chilli_additional=
dnsmasq_enable=1
is_default=0
wl_active_add_mac=0
router_version=211005
eth10_netmask=0.0.0.0
port3vlans=0
wl0_nband=2
ping_ip=
ath0_txpwrdbm=20
ath0_xr=0
ath0.1_ssid=
stats_server=
wd_gwport=2060
ath4_radius_key=
static_route=
warn_server=
sip_port=5060
NC_extifname=auto
ath1_8021xtype=peap
wl0_nreqd=0
need_commit=0
pptpd_client_mtu=1436
radvd_conf=
ath1_txpwrdbm=20
lan_netmask=255.255.255.0
ttraff_iface=
eth7_bridged=1
wl0_wme_txp_be=7 3 4 2 0
ath1_radio=1
dmz_enable=0
ath0_antgain=0
wifi_display=ath0
oet5_bridged=1
wl_wme_sta_vi=7 15 2 6016 3008 off
wl0_dtim=1
wl0_ssid=dd-wrt
http_username=$1$Yeef4rS/$uvc/0C/SxNJjS0ooCj4OP0
http_source_network=192.168.1.0
oet2_en=0
ath2_txpwrdbm=20
port_trigger=
ath1_wpa_psk=
ath5_mode=ap
eth1_txq=1000
eth1_multicast=0
wd_httpdcon=10
wl_wme_ap_be=15 63 3 0 0 off
filter_web_host10=
wl0_dfs_preism=60
ath2_closed=0
filter_web_host11=
os_date=Mar 25 2013
http_redirect_enable=0
eth1_ipaddr=0.0.0.0
svqos_port2prio=10
cron_enable=1
ath3_txpwrdbm=20
filter_web_host12=
olsrd_lqfisheye=1
wl0_wme_txp_bk=7 3 4 2 0
http_lanport=80
filter_web_host13=
wl_wme_sta_vo=3 7 2 3264 1504 off
ath2_auth_mode=disabled
wl_plcphdr=long
filter_web_host14=
filter_mac_grp1=
oet6_pt=0
port1vlans=0
ath4_txpwrdbm=20
wl_macmode=disabled
ppp_service=
ppp_redialperiod=30
filter_mac_grp2=
oet10_pt=0
oet8_comp=0
eth7_ipaddr=0.0.0.0
wl_wme_ap_bk=15 1023 7 0 0 off
filter_mac_grp3=
wan_domain=
wan_hwname=
hopdwell=1000
oet9_bridged=1
radiooff_button=0
ath5_wpa_psk=
wl_phytype=g
wl0_web_filter=0
filter_mac_grp4=
wan_netmask=0.0.0.0
lan_lease=86400
oet7_id=1
chilli_macauth=0
ath5_txpwrdbm=20
wl0_vlan_prio_mode=off
pppoe_static_ip=
filter_mac_grp5=
oet10_bridged=1
wl0_txant=3
ddns_wildcard_6=
wl_dfs_postism=60
filter_mac_grp6=
pptpd_client_srvsubmsk=
chilli_radiusnasid=
ddns_wildcard_7=
filter_mac_grp7=
wshaper_nopriohostdst=
ddns_url=
ath0.1_bridged=1
filter_mac_grp8=
filter_client0=
oet4_mssfix=0
eth3_netmask=0.0.0.0
chilli_url=
ath3_mode=ap
filter_mac_grp9=
filter_maclist=
oet1_netmask=255.255.255.0
pptp_pass=1
pptp_get_ip=
ppp_demand=0
mtu_enable=0
ppp_keepalive=0
wd_sslavailable=0
wl0_br1_nat=0
hotss_customsplash=0
block_activex=0
bridges_count=1
wan_ifname2=eth1
wl0_br1_enable=0
sshd_forwarding=1
remote_mgt_https=0
http_passwd=$1$Yeef4rS/$JeKUg3P6wyJYw/WcgZae31
oet6_comp=0
block_wan=1
oet1_en=0
lan_stp=0
eth7_netmask=0.0.0.0
wl0_wme_ap_vi=7 15 1 6016 3008 off
ath4_8021xtype=peap
ath0_wds2_enable=0
oet5_netmask=255.255.255.0
skip_amd_check=0
ath4_akm=disabled
wl_mode=ap
router_style=elegant
pppd_pppifname=
forward_spec=
l2tp_server_name=
wl0_plcphdr=long
wl0_rate=0
ath1_mode=ap
oet5_pt=0
schedule_enable=0
wl0_macmode=disabled
ath0_wds8_enable=0
wl0_wme_ap_vo=3 7 1 3264 1504 off
svqos_port1bw=FULL
pptpd_radius=0
pptpd_client_srvmru=1436
hotss_preconfig=0
wl_wme_txp_vi=7 3 4 2 0
block_snmp=
wl0_phytype=g
jffs_mounted=0
oet6_id=1
oet4_ipaddr=1.2.3.4
NC_RouteOnly=0
dr_wan_rx=0
filter_tod_buf1=
olsrd_lqdijkstramin=0
oet10_fragment=0
oet10_id=1
oet4_shaper=0
block_proxy=0
ath5_auth_mode=disabled
filter_tod_buf2=
oet9_netmask=255.255.255.0
NC_GatewayPort=5280
rflow_port=2055
ath0_channelbw=20
ath0.1_ipaddr=0.0.0.0
filter_tod_buf3=
oet4_comp=0
qos_type=0
chilli_pass=
pptpd_rip=
filter_tod_buf4=
upnp_ssdp_interval=60
oet10_netmask=255.255.255.0
filter_tod_buf5=
wl_wme_txp_vo=7 3 4 2 0
dr_lan_tx=0
wl0_afterburner=off
ath4_radio=1
filter_tod_buf6=
http_client_ip=192.168.1.101
NC_SplashURLTimeout=21600
wol_macs=
apwatchdog_interval=15
wl0_antdiv=3
ath0.1_netmask=0.0.0.0
filter_tod_buf7=
filter_tod10=
lan_hwaddr=<TRIMMED>
upnpcas=0
radio1_timer_enable=0
filter_tod_buf8=
wan_dns=
oet8_rem=192.168.90.1
filter_tod_buf9=
http_client_mac=<TRIMMED>
warn_user=
ath0_wpa_gtk_rekey=3600
action_service=management
ip_conntrack_max=4096
ipv6_enable0=0
ath2_akm=disabled
wl_dtim=1
wl_shortslot=auto
forward_entries=0
log_dropped=0
dhcpd_usenvram=0
wait_time=5
ath0_hwaddr=<TRIMMED>
pptpd_radport=1812
ppp_mppe=
dns_dnsmasq=1
macupd_ip=0.0.0.0
wl_passphrase=
ath3_closed=0
daylight_time=3
oet2_comp=0
eth2_ipaddr=0.0.0.0
security_mode=disabled
dhcp_wins=wan
eth0_bridged=1
upgrade_delay=300
hotss_uamenable=0
filter_tod_buf10=
os_server=
oet4_pt=0
fon_usernames=0
ath3_wpa_gtk_rekey=3600
pppoe_static=0
wd_timeout=5
remote_mgt_ssh=1
hb_server_domain=
port_swap=0
wan_proto=dhcp
olsrd_lqdijkstramax=5.0
hotss_remotekey=
oet5_id=1
eth8_ipaddr=0.0.0.0
mmc_enable=0
ospfd_conf=
wl0_unit=0
wshaper_noprioportsrc=
ath2_radius_key=
NC_IncludePorts=
ddns_cache=
wl_hwaddr=
pptpd_client_srvpass=
enable_jffs2=1
ath0_radius_port=1812
ath0_mtikie=0
ath0_mtu=1500
oet6_rem=192.168.90.1
ath2_lazywds=0
static_route_name=
oet5_mssfix=0
eth4_bridged=1
oet2_bridged=1
ath0_akm=disabled
wl0_nmode=-1
ntp_enable=1
wl_active_mac=
wl_net_mode=mixed
ath3_channelbw=20
warn_fromfull=
remote_ip=0.0.0.0 0
ddns_custom_5=
forward_port=
NC_HomePage=http://www.dd-wrt.com
smtp_redirect_enable=0
sys_enable_jffs2=1
wshaper_dev=WAN
ath0_br1_ipaddr=0.0.0.0
olsrd_redundancy=2
wd_hostname=23.239.130.128
limit_pptp=0
ath0_channel=0
eth8_bridged=1
wl_rxstreams=0
generate_key=0
oet6_bridged=1
ath2_wpa_psk=
wl0_wds=
filter_mac_grp10=
ath0_wds3_enable=0
squid_watchdog_interval_sec=120
wanup=0
pptp_server_name=
ddns_dyndnstype_6=
wl_rate=0
ppp_static_ip=
telnetd_enable=1
block_java=0
log_level=0
oet3_pt=0
static_leasenum=0
hs_urls=
ath1_radius_port=1812
wl0_reg_mode=off
ntp_server=
ct_modules=
etherip0_mtu=1500
wan_hwaddr=<TRIMMED>
ath0_wds9_enable=0
br0_txq=1000
eth0_netmask=0.0.0.0
NC_GatewayName=DD-WRT
ath1_radius_ipaddr=
ath0_radio=1
oet4_id=1
oet4_rem=192.168.90.1
wd_httpport=80
lan_ifnames=eth0 eth1 ath0
browser_method=USE_LAN
clone_wan_mac=0
eth10_ipaddr=0.0.0.0
remote_mgt_telnet=1
sshd_dss_host_key=-----BEGIN DSA PRIVATE KEY-----
MIIBuwIBAAKBgQD5OXIjlW9d1c9KICURNGPG/bA9YLuo1aLEEq6luP/IIR2K2qRU
0zHhQSDm/ZX/V9HWPhdEIOoMsCmdKlRAWC0GmQMB8Lt/vbYHeqomGB+HY/l03zoZ
CpA0yLWnv0iAt9VaZxkl+8CP/VvOJWqyuhimBE55j6VqdpPC/egxchYvMQIVALZk
Qg1fb+R5yenGts2zDb9K3+2hAoGBAODAYwmCoC7EqneWVHbo0cFxOIhttfVsdS8t
8S2RO0U4J0cfaGk9dvbriLpLXZ7ZOseFGH6n9/+ipjjRXYZ5ilUaQi9+9cDVfGy7
psZKajlnhR4MSuq0K61UfdOjOy8rpAPCHhTgZYj/1tsLi7j/ON+LeoLQpREGLrqA
eMPXnTf3AoGADvRSk+QRuWOpw21/g8Id06IomJwvsQTXIhXVKV6SkRcsfPmJSe1E
RLyDLi57LyCwQP7pgRIiS0nqiU8oLxipOr+AmJ9zuqVzblHfZzjDtKkLz1Waio7X
ZW+nd8fdVgAFDj3Yd39h/HmJ0jfKZEDjFLLHdTQXYnOVoYAL1h9ssckCFF9xYLuI
sbwv7Wa4RSNK18aehaDi
-----END DSA PRIVATE KEY-----

ath0_auth_mode=disabled
wl_macmode1=disabled
pppoe_ifname=
ath0_wds10_enable=0
oet5_shaper=0
oet5_ipaddr=1.2.3.4
wd_iface=br0
wl0_wme=on
smtp_source_network=0.0.0.0
wd_gwid=1
sshd_port=22
pptpd_conn=64
ath0.2_ipaddr=0.0.0.0
ath0_rtsvalue=2346
wshaper_noprioportdst=
cron_jobs=
pppoe_service=
wan_default=eth0
wl0_wme_sta_vi=7 15 2 6016 3008 off
svqos_macs=
ath0.2_bridged=1
ath4_radius_ipaddr=
eth4_netmask=0.0.0.0
oet2_netmask=255.255.255.0
schedule_weekdays=00
ddns_change=
squid_watchdog_enable=0
remote_management=1
wan_ifnames=eth1
oet10_rem=192.168.90.1
radio0_timer_enable=0
wl0_wme_sta_vo=3 7 2 3264 1504 off
NC_ExcludePorts=25
schedule_time=3600
hs_enable=
svqos_port4bw=FULL
block_loopback=0
ath2_radius_port=1812
wl_rateset=default
eth0_nat=1
sha1temp=4PX6t1Pg5u0FjU0BIwZnDUPyn7A=

wifi_bonding=0
svqos_svcs=
chilli_net=192.168.182.0/24
wl_wep_bit=64
http_method=post
eth8_netmask=0.0.0.0
wd_password=
hs_exempt=
oet6_netmask=255.255.255.0
oet2_rem=192.168.90.1
chilli_uamsecret=
ath4_closed=0
filter_port_grp1=
lan_ipaddr=192.168.1.1
lan_proto=dhcp
upnp_internet_dis=0
os_name=linux
vlan1hwname=et0
oet2_pt=0
eth3_ipaddr=0.0.0.0
wl0_maxassoc=128
ath2_8021xtype=peap
filter_port_grp2=
pptpd_client_srvmtu=1436
portprio_support=0
ddns_passwd_2=
filter_port_grp10=
filter_port_grp3=
trigger_entries=0
clean_jffs2=0
ddns_passwd_3=
dr_wan_tx=0
wl_unit=0
filter_port_grp4=
filter_id=1
ath0_rxantenna=1
eth1_mtu=1500
oet3_id=1
wol_enable=0
ddns_passwd_4=
wl0_max_unauth_users=0
wl0_phytypes=
filter_port_grp5=
ath0_multicast=0
eth9_ipaddr=0.0.0.0
ddns_passwd_5=
wl_nmode_protection=auto
wl0_frag=2346
filter_port_grp6=
maskmac=1
syslogd_enable=0
ddns_passwd_6=
ddns_username=
ath5_radius_key=
ath0_ipaddr=0.0.0.0
filter_port_grp7=
ddns_passwd_7=
ddns_passwd=
pppoe_passwd=
filter_port_grp8=
ddns_passwd_8=
block_ident=1
wl0_distance=2000
wl0_nbw=20
filter_port_grp9=
auth_dnsmasq=1
dhcpfwd_enable=0
hs_image=
ppp_ac=
log_enable=0
sip_domain=192.168.1.1
ath3_auth_mode=disabled
ath3_radius_port=1812
filter_web_url10=
vlan1ports=0 5
oet6_mssfix=0
dmz_ipaddr=0
filter_web_url11=
pptpd_client_enable=0
schedule_hours=0
sshd_passwd_auth=1
rc_startup=
security_mode_last=
wl_wds=
filter_web_url12=
wol_interval=86400
sshd_enable=1
ddns_hostname_2=
ath0.2_netmask=0.0.0.0
filter_web_url13=
ddns_hostname_3=
filter_web_url14=
ath0_maxassoc=256
radiooff_boot_off=0
ddns_hostname_4=
filter_web_url15=
trunking=0
ddns_hostname_5=
wl0_rateset=default
ddns_hostname_6=
pptpd_client_srvuser=DOMAIN\\Username
wl0_wme_apsd=on
macupd_port=2056
hotss_loginonsplash=0
ddns_hostname_7=
wl0_wme_txp_vi=7 3 4 2 0
pptpd_acctport=1813
ddns_hostname_8=
ath3_radio=1
wl_wme=on
wl_radauth=0
ath0_radius_key=
pppoe_idletime=5
ath0_wds4_enable=0
oet9_en=0
ping_times=
ath0_distance=2000
oet1_pt=0
fullswitch=0
wl_wme_ap_vi=7 15 1 6016 3008 off
wan_primary=1
lan_ifname=br0
pptpd_client_nat=1
olsrd_smartgw=0
filter_services=
overclocking=
pptp_extraoptions=
hopseq=0
oet2_id=1
eth1_bridged=1
wl0_wme_txp_vo=7 3 4 2 0
pptp_reorder=0
wl0_radius_override=1
ath4_radius_port=1812
dhcp_domain=wan
port4vlans=0
fon_userlist=
vlans=0
samba_mount=0
wl_wep_last=
ath0.2_ssid=
oet6_ipaddr=1.2.3.4
wl_wme_ap_vo=3 7 1 3264 1504 off
wan_gateway_buf=0.0.0.0
ath5_8021xtype=peap
wan_dial=0
warn_connlimit=500
oet6_shaper=0
resetbutton_enable=1
block_cookie=0
wan_vdsl=0
olsrd_hysteresis=0
chilli_dns1=0.0.0.0
rc_firewall=
wl_frameburst=off
ezc_enable=1
wan_iface=eth1
wd_maclist=
NC_enable=0
wl0_nmode_protection=auto
ath0.3_ipaddr=0.0.0.0
wd_messagefile=
is_modified=1
eth5_bridged=1
ath3_lazywds=0
upnp_wan_proto=
ath0_wchannel=0
smtp_redirect_destination=0.0.0.0
svqos_port3prio=10
dhcp_num=50
filter_web_url1=
wan_ipaddr=0.0.0.0
oet3_bridged=1
filter_web_url2=
reconnect_hours=0
filter_web_url3=
et0macaddr_safe=<TRIMMED>
vlan_tagcount=0
wl0_rts=2347
ath1_channelbw=20
filter_web_url4=
tcp_congestion_control=vegas
wd_sslport=443
ospfd_copt=0
zebra_conf=
filter_web_url5=
fon_enable=0
port2vlans=0
ath1_wpa_gtk_rekey=3600
wl_ifname=
filter_web_url6=
wan_wins=0.0.0.0
oet9_comp=0
ipv6_enable=0
ntp_mode=auto
ath5_radius_port=1812
wl_wep=disabled
http_enable=1
filter_web_url7=
wl0_radauth=0
l2tp_pass=1
filter_web_url8=
limit_ftp=0
oet8_en=0
eth9_bridged=1
svqos_ips=
ddns_dyndnstype=
ath1_channel=0
pppoe_username=
filter_web_url9=
os_version=4.150.10.5
oet7_bridged=1
l2tp_use_dhcp=0
ath3_wpa_psk=
wl_gmode_protection=auto
ath5_closed=0
eth4_ipaddr=0.0.0.0
sshd_rsa_host_key=-----BEGIN RSA PRIVATE KEY-----
MIICZgIBAAKBgwCadKRHN0aC8nTo3Rj3vyFlwjQGfgqCEgPQjWfbOKJZlB4RZzIb
oBfABY6k3sUNvIwq4z/y6t1DR1fWy22VZh6gjGZeRtwC7zUafKQRZvVm8p7l5HQw
HFxqD7jX6ppk4VZJLkeeIEjJ6IoVj/vkmiecIzNQ73vKUJZVN2CVXfIk9LpbAgMB
AAECgYIojsJodOpODk6GqzAYNhcV+mXg4o3t078ur0L7PKbc8NjoZvmwaVxzLsJj
JqAF2GHSDTRInEWXmg9FtstCtLsMGwbXOjCBD+fWIjNfGZj76hHmtQAiL4bSXaD1
i/5n+e66+yJ577XEmEacaJocTVIOnTgwxu4/sNmIYmfTyxM/MJrRAkIA+T6Xx8gm
6i053wZHtvfJZweB9cYGSZIMppkek+uRdOQyuo8tvqVDJv7VdC/7hLZMhJv2hllk
lxEo1iLW49DljeMCQgCepFjY4sFge0BHJNfO8kMH3gtHT6ggHV8toRkNuAnwKuTj
XhWqhgX1Zfg2f82+OdLzlSLdJ4H1R9YRkANb0/rLKQJCANr5vQvOszHGbjOdJuB/
LjkQhYNSaS+12tt7Zzv6GJ8j5dW1+TCnrSnTdeFQTp+4Md3H0H0UiKWYc9I+ZaFd
ZHCVAkIAmrh0wopcySlLpldDdt0GDO09GL6SnUeoJQtiMOQWJTrgYvPGs7nko9Jg
g16gHW+t0szX5NL8R2lZWWWYMP4MMgkCQSbG9nOeERlrKFntb91uqbrqAwSTq+ib
M5H3e/ozEa7EOtr90ipBckVv276FpYwWYGzJqgrDHbaGCEQ6JeuYnjY3
-----END RSA PRIVATE KEY-----

mac_clone_enable=0
wl0_sta_retry_time=5
ppp_get_srv=
oet1_id=1
wl_frag=2346
ath4_mode=ap
ath0_regdomain=UNITED_STATES
l2tp_req_chap=yes
wan_mtu=1500
wl_wep_gen=
eth1_netmask=0.0.0.0
ath4_wpa_gtk_rekey=3600
eth0_txq=1000
pptpd_mru=1436
filter_macmode=deny
oet1_mssfix=0
wd_httpdname=London
svqos_port1prio=10
ppp_compression=0
console_loglevel=7
NC_LoginTimeout=86400
port0vlans=1
sshd_wanport=22
dnsmasq_options=
time_zone=+01
oet7_comp=0
reconnect_minutes=0
ath5_akm=disabled
wan_get_domain=
ttraff_enable=1
oet7_mssfix=0
l2tp_req_auth=yes
ath0.3_bridged=1
wan_ifname=eth1
eth5_netmask=0.0.0.0
wl_wme_sta_be=15 1023 3 0 0 off
sshd_authorized_keys=
radvd_enable=0
ath5_xr=0
upnp_max_age=180
oet3_netmask=255.255.255.0
hotss_customuam=
wl_radioids=
squid_proxy_server_port=3128
gozila_action=0
wl0_dfs_postism=60
ath2_mode=ap
wan_hostname=
wl_corerev=
sv_restore_defaults=0
zebra_enable=1
info_passwd=0
DD_BOARD=TP-Link TL-WR740N v4
bridges=br0>Off>32768>1500
svqos_port3bw=FULL
oet10_comp=0
oet7_en=0
wl_wme_sta_bk=15 1023 7 0 0 off
manual_boot_nv=0
ath3_radius_key=
wl0_bcn=100
ath4_channelbw=20
olsrd_gateway=0
pptpd_auth=
ath0_wds5_enable=0
radio0_on_time=111111111111111111111111
macupd_interval=10
block_multicast=1
wl_afterburner=off
ppp_static=0
filter_tod1=
dtag_vlan8=0
wl0_hwaddr=<TRIMMED>
olsrd_pollsize=0.1
oet5_comp=0
eth9_netmask=0.0.0.0
log_rejected=0
dyn_default=0
filter_tod2=
oet7_netmask=255.255.255.0
oet1_ipaddr=1.2.3.4
filter_tod3=
oet1_shaper=0
filter_tod4=
ezc_version=2
dhcpc_done=1
oet9_rem=192.168.90.1
dnsmasq_no_dns_rebind=1
ddns_passwd_buf=
wk_mode=gateway
wl0_gmode_protection=auto
filter_tod5=
rc_shutdown=
ath0_8021xtype=peap
ath2_radius_ipaddr=
filter_tod6=
ath0_preamble=0
vlan_tags=
NC_GatewayMode=Open
ath3_akm=disabled
filter_tod7=
oet7_ipaddr=1.2.3.4
wl0_radmacpassword=0
wl_rts=2347
ath0_mode=ap
ath0_bridged=1
filter_tod8=
oet7_shaper=0
filter_tod9=
br0_mtu=1500
eth0_multicast=0
vlan0hwname=et0
wl_ap_isolate=0
lan_wins=
wd_path=/
dhcp_dnsmasq=1
NC_IdleTimeout=0
ip_conntrack_udp_timeouts=120
dhcpd_options=
wl_mac_list=
lan_hwnames=
static_leases=
wl_wme_no_ack=off
wds_watchdog_enable=0
pppoe_demand=0
dhcpd_usejffs=0
wd_auth=0
local_dns=0
ath1_auth_mode=disabled
ath4_xr=0
oet3_comp=0
ath5_radius_ipaddr=
ath0.3_netmask=0.0.0.0
filter_dport_grp10=
ath0_nat=1
wl0_wme_ap_be=15 63 3 0 0 off
ddns_username_buf=
svqos_aqd=sfq
wd_enable=1
wl0_nmcsidx=-1
wl0_lazy_wds=
ath0_closed=0
refresh_time=3
oet6_en=0
pptp_encrypt=0
oet10_en=0
NC_ForcedRedirect=0
ddns_wan_ip=1
oet7_rem=192.168.90.1
wl0_wme_ap_bk=15 1023 7 0 0 off
schedule_hour_time=1
dr_setting=0
upnp_enable=0
wl_wme_txp_be=7 3 4 2 0
hs_redirect=
ath0_regulatory=1
eth5_ipaddr=0.0.0.0
ath1_akm=disabled
http_redirect_destination=23.239.130.128
wd_realm=
dhcpc_vendorclass=
wol_hostname=
pptpd_lip=
ath0_ssid=dd-wrt
mdhcpd_count=0
filter_rule10=
eth2_bridged=1
forwardspec_entries=0
rflow_if=br0
wl_dfs_preism=60
ath0_lazywds=0
R23423409098098433=243746490
oet1_comp=0
ppp_mlppp=0
wl_wme_txp_bk=7 3 4 2 0
NC_AllowedWebHosts=
def_whwaddr=00:00:00:00:00:00
ath2_radio=1
oet2_mssfix=0
dhcpc_requestip=
status_auth=1
ath0_ap_isolate=0
autofw_port0=
boardnum=0x0
warn_enabled=0
language=english
ath3_8021xtype=peap
ath0_netmask=0.0.0.0
wd_config=
olsrd_lqlevel=2
def_hwaddr=00:00:00:00:00:00
oet8_mssfix=0
wl_bcn=100
hotss_operatorid=
macupd_enable=0
wl_wep_buf=
wl_reg_mode=off
ath3_xr=0
ath0_scanlist=default
oet10_mssfix=0
eth6_bridged=1
wd_username=
mmc_enable0=0
oet4_bridged=1
rflow_ip=0.0.0.0
limit_telnet=0
ath0_wpa_psk=
upnp_config=1
filter_dport_grp1=
oet5_rem=192.168.90.1
oet1_fragment=0
pptpd_client_mru=1436
rc_custom=
filter_dport_grp2=
size: 19746 bytes (45790 left)



Other possible frequent questions:
Q: tried with other interfaces (nics)?
Code:

A: yes, same story


Q: tried to clear jffs2 (nvram set ...)?
Code:

A: yes, same story


Something else?
Sponsor
Display posts from previous:    Page 1 of 1
Post new topic   Reply to topic    DD-WRT Forum Index -> Atheros WiSOC based Hardware All times are GMT

Navigation

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum
You cannot attach files in this forum
You cannot download files in this forum