Support Request - Belkin N 750 DB - F9K1103 v1 (01A)

Post new topic   This topic is locked: you cannot edit posts or make replies.    DD-WRT Forum Index -> Ralink SoC based Hardware
Goto page Previous  1, 2, 3 ... 49, 50, 51, 52  Next
Author Message
Atredies
DD-WRT Novice


Joined: 16 Jun 2016
Posts: 5

PostPosted: Sun Sep 25, 2016 3:28    Post subject: Reply with quote
swopdido wrote:
so there's no way to have the same gui as the asus with same functionality?i'm specificcaly looking at defined policies module when dealing with openvpn configuration

Yes, the ASUS firmware works. It has internal built-in VPN server and client. AFAIK the server works well. For some reason I could not connect to it from outside, but my network is a mess right now and I'm sure that is the cause.
Good luck.
Sponsor
haytona
DD-WRT Novice


Joined: 07 Mar 2016
Posts: 1

PostPosted: Tue Sep 27, 2016 10:56    Post subject: Reply with quote
radmir wrote:
jewshawn2 wrote:
I was already on automake 1.15. I fully upgraded to the latest ubuntu packages.

You need autopoint. It may be included in gettext-devel package on Ubuntu but I'm not sure.


I can confirm I got this failure on Ubuntu 14.04LTS and it now compiles successfully with 16.4 LTS. Versions after upgrade:

Code:
$autopoint --version
/usr/bin/autopoint (GNU gettext-tools) 0.19.7

$automake --version
automake (GNU automake) 1.15
SeeWhy2
DD-WRT User


Joined: 14 Feb 2009
Posts: 77

PostPosted: Thu Nov 03, 2016 22:17    Post subject: Reply with quote
radmir wrote:
My latest builds in F9K1103/nightly folder https://yadi.sk/d/6ttXcerpJ2hg3


Hi,
Just wondering what the 099_DNSCrypt is and how it works. I looked but couldn't find any discussion on this.
TIA,
radmir
DD-WRT User


Joined: 26 Dec 2008
Posts: 153

PostPosted: Wed Nov 16, 2016 12:41    Post subject: Reply with quote
No GIU, binaries only.
Rahuley
DD-WRT Novice


Joined: 02 Feb 2015
Posts: 2

PostPosted: Thu Nov 17, 2016 20:19    Post subject: DNS Reply with quote
SeeWhy2 wrote:
radmir wrote:
My latest builds in F9K1103/nightly folder https://yadi.sk/d/6ttXcerpJ2hg3


Hi,
Just wondering what the 099_DNSCrypt is and how it works. I looked but couldn't find any discussion on this.
TIA,

I use DNScrypt on my jailbroken iPhone. To my best understanding, it encrypts queries to the DNS server/resolvers, so your internet provider can't spoof in. Encryption is basically a way to secure your data. I usually prefer CS cryptostorm New York resolver due to the distance from my location and also mitigates ads/spyware at DNS level. By the way, i still haven't figured out how to use DNScrypt in the latest version and neither Openvpn. Sadly, it is not plug and play stuff. Requires little technical experience. Other than that, the firmware is much better than stock Belkin firmware.
SeeWhy2
DD-WRT User


Joined: 14 Feb 2009
Posts: 77

PostPosted: Sat Nov 19, 2016 16:15    Post subject: Reply with quote
radmir wrote:
No GIU, binaries only.


Rahuley wrote:
I use DNScrypt on my jailbroken iPhone. To my best understanding, it encrypts queries to the DNS server/resolvers, so your internet provider can't spoof in. Encryption is basically a way to secure your data. I usually prefer CS cryptostorm New York resolver due to the distance from my location and also mitigates ads/spyware at DNS level. By the way, i still haven't figured out how to use DNScrypt in the latest version and neither Openvpn. Sadly, it is not plug and play stuff. Requires little technical experience. Other than that, the firmware is much better than stock Belkin firmware.


Thanks for the explanations!
i57chevy
DD-WRT Novice


Joined: 21 Nov 2016
Posts: 1

PostPosted: Mon Nov 21, 2016 22:07    Post subject: vpn service says I need to flash firmware to dd-wrt Reply with quote
I'm looking at a vpn service to use will I stream from my firestick. The vpn service says that I need to bridge a router behind my uverse router. I have a belkin n750. Do you have the firmware that will work for this?

Thank you.
kslakhani
DD-WRT Novice


Joined: 12 Nov 2015
Posts: 8

PostPosted: Sun Nov 27, 2016 18:17    Post subject: Adaptive QoS or bandwidth speed limiter Reply with quote
Is there any way or script I can control bandwidth speed limit to connected devices.
I tried below script
Code:
#--------------------------------------------
#WRT54 Script Generator v1.02
#(C) 2006-2007 Robert "Robson" Mytkowski
#--------------------------------------------
TCA="tc class add dev br0"
TFA="tc filter add dev br0"
TQA="tc qdisc add dev br0"
SFQ="sfq perturb 10"
tc qdisc del dev br0 root
tc qdisc add dev br0 root handle 1: htb
tc class add dev br0 parent 1: classid 1:1 htb rate 27000kbit
$TCA parent 1:1 classid 1:10 htb rate 1024kbit ceil 1024kbit prio 0
$TQA parent 1:10 handle 10: $SFQ
$TFA parent 1:0 prio 0 protocol ip handle 10 fw flowid 1:10
iptables -t mangle -A POSTROUTING -d 192.168.1.141 -j MARK --set-mark 10
TCAU="tc class add dev imq0"
TFAU="tc filter add dev imq0"
TQAU="tc qdisc add dev imq0"
modprobe imq
modprobe ipt_IMQ
ip link set imq0 up
tc qdisc del dev imq0 root
tc qdisc add dev imq0 root handle 1: htb
tc class add dev imq0 parent 1: classid 1:1 htb rate 12000kbit
$TCAU parent 1:1 classid 1:10 htb rate 512kbit ceil 512kbit prio 0
$TQAU parent 1:10 handle 10: $SFQ
$TFAU parent 1:0 prio 0 protocol ip handle 10 fw flowid 1:10
iptables -t mangle -A PREROUTING -s 192.168.1.141 -j MARK --set-mark 10
iptables -t mangle -A PREROUTING -j IMQ --todev 0
got it from https://www.kczon.com/bandwidth-limit-wrt-script-generator/ but doesnt seem to work
I hope someone would figure out Rolling Eyes
pnaralove
DD-WRT Novice


Joined: 09 Aug 2014
Posts: 12

PostPosted: Wed Mar 01, 2017 22:44    Post subject: OpenVPN Server issue Reply with quote
Hi,
I setup OpenVPN server and generated OpenVPN Certificates & Keys from the Padavan GUI.
But when I export client.ovpn file, the file is empty (0 byte).

Also what should I enter in the "LAN Subnet behind VPN Client" when creating client account?

Finally password field is greyed out under clients accounts/Username.

Padavan version is BN750DB_3.4.3.9-099_dlna.trx

Thanks in advance.
radmir
DD-WRT User


Joined: 26 Dec 2008
Posts: 153

PostPosted: Thu Mar 02, 2017 7:33    Post subject: Reply with quote
2pnaralove
Look at this wiki page https://bitbucket.org/padavan/rt-n56u/wiki/EN/HowToConfigureOpenvpnServer
P.S. Updated nightly firmwares to 460bda1 commit.
jewshawn2
DD-WRT Novice


Joined: 06 Nov 2010
Posts: 14

PostPosted: Fri Mar 03, 2017 10:00    Post subject: Reply with quote
radmir wrote:
2pnaralove
P.S. Updated nightly firmwares to 460bda1 commit.


Shocked this is great I'm glad you are still compiling firmewares.
Atredies
DD-WRT Novice


Joined: 16 Jun 2016
Posts: 5

PostPosted: Thu Mar 09, 2017 10:05    Post subject: Reply with quote
radmir wrote:

P.S. Updated nightly firmwares to 460bda1 commit.

Thank you very much!
tdbone1
DD-WRT User


Joined: 18 Sep 2009
Posts: 80

PostPosted: Mon May 22, 2017 9:31    Post subject: Reply with quote
i have belkin N750db (F9K1103v1 01A) on stock Firmware Version 1.10.22 (2016/10/12 2:14:1)

ramdir
BN750DB_3.4.3.9-099_base.trx

AND

padavan
RT-N56U_3.4.3.9-099_base.trx

01 are both these flashable from the ui and compatible?

i flashed the radmir version and it is nice and working great (thanks)!

02 the padavan versions UI looks like the asus UI right?
03 will the padavan version "RT-N56U_3.4.3.9-099_base.trx" work correctly on this router?

also the ipv6 area...
i have mediacom isp here in usa which is high speed cable company.

04 what settings do i adjust in that area to make it work correctly?

flashing dd-wrt changed my wan and lan macs.
05 how do i change them back to my original without cloning in the UI

06 if i do flash back the original belkin firmware will it restore my original macs?

i know theres alot of questions there so i hope someone takes the time to answer them as they are important to me.
i have been googling and still am but since this is device specific on some of the questions i would appreciate anyones help


thanks
swopdido
DD-WRT Novice


Joined: 06 Dec 2014
Posts: 10

PostPosted: Fri Jul 21, 2017 15:45    Post subject: Reply with quote
seems like the kernel doesnt support 4TB HDD any solution?
sdb] Very big device. Trying to use READ CAPACITY(16
radmir
DD-WRT User


Joined: 26 Dec 2008
Posts: 153

PostPosted: Sat Jul 22, 2017 9:57    Post subject: Reply with quote
You can try fw updated to latest commit 980d764.
Padavan made few impotant security updates.
I compiled images using GCC 6.4.0 and binutils 2.28.
Goto page Previous  1, 2, 3 ... 49, 50, 51, 52  Next Display posts from previous:    Page 50 of 52
Post new topic   This topic is locked: you cannot edit posts or make replies.    DD-WRT Forum Index -> Ralink SoC 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