Search found 24 matches

Goto page 1, 2  Next
Author Message
  Topic: [SOLVED]OPENVPN problem on new firmware
BretG57

Replies: 5
Views: 1811

PostForum: Advanced Networking   Posted: Mon Sep 20, 2021 21:21   Subject: [SOLVED]OPENVPN problem on new firmware
You're not an idiot; you're human, bound to make mistakes. We all do. Sh*t happens. Move forward.

I appreciate that!
  Topic: [SOLVED]OPENVPN problem on new firmware
BretG57

Replies: 5
Views: 1811

PostForum: Advanced Networking   Posted: Mon Sep 20, 2021 20:55   Subject: [SOLVED]OPENVPN problem on new firmware
What router are you using?

The problem is your public server certificate.

Maybe you did not copy it in its entirety or switched certificates?

If the certificates are really old you have to ge ...
  Topic: [SOLVED]OPENVPN problem on new firmware
BretG57

Replies: 5
Views: 1811

PostForum: Advanced Networking   Posted: Mon Sep 20, 2021 20:06   Subject: [SOLVED]OPENVPN problem on new firmware
I recently upgraded from 44048 to 47381 and after setting up the openvpn server I see the following in syslog:

Sep 20 14:59:40 dd-wrt daemon.err openvpn[3111]: OpenSSL: error:0908F066:lib(9):func(1 ...
  Topic: What was the breaking build for iOS/Apple?
BretG57

Replies: 13
Views: 7125

PostForum: Marvell MVEBU based Hardware (WRT1900AC etc.)   Posted: Sat Jul 10, 2021 22:07   Subject: What was the breaking build for iOS/Apple?
I don't understand why people keep saying that it has nothing to do with dd-wrt and it's just the mwlwifi driver. This doesn't make any sense to me. The most recent update to https://github.com/kalo ...
  Topic: New Build - 04/19/2021 - r46395
BretG57

Replies: 30
Views: 11118

PostForum: Marvell MVEBU based Hardware (WRT1900AC etc.)   Posted: Tue Apr 20, 2021 17:32   Subject: New Build - 04/19/2021 - r46395
Router/Version: WRT1900ACS v1 / r46395
File/Kernel: webflash via ssh curl / 4.9.267 #2564
Previous/Reset: r46069 / No
Mode/Status: Gateway, OpenVPN Client, FreeRADIUS Server / Uptime 22 min
Issue ...
  Topic: reload firewall?
BretG57

Replies: 8
Views: 1176

PostForum: Advanced Networking   Posted: Tue Apr 20, 2021 17:26   Subject: reload firewall?
There are scripts flying around to do that, you can add the following to the firewall, adapt the path if necessary.

This script looks for a file /jffs/usb-is-mounted.
(If it cannot find it it tri ...
  Topic: reload firewall?
BretG57

Replies: 8
Views: 1176

PostForum: Advanced Networking   Posted: Tue Apr 20, 2021 6:42   Subject: reload firewall?
There could be reasons the firewall restarts so you do not have to put all the rules in the firewall startup script but at least a reference to a script which adds these rules.

With the is-mounted. ...
  Topic: reload firewall?
BretG57

Replies: 8
Views: 1176

PostForum: Advanced Networking   Posted: Tue Apr 20, 2021 5:52   Subject: reload firewall?
Trying to add firewall rules based on the mounting of a USB drive is asking for trouble. The firewall script gets called independently of your USB drive being mounted.

If perhaps the list of IPs i ...
  Topic: reload firewall?
BretG57

Replies: 8
Views: 1176

PostForum: Advanced Networking   Posted: Tue Apr 20, 2021 4:07   Subject: reload firewall?
I would like to add additional firewall rules that are stored in a script (startup.sh) on cifs automount network share. The script looks like

#!/bin/env bash

IP_FILE="/tmp/mnt/smbshare/ipbl ...
  Topic: New Build - 09/24/2020 - r44467
BretG57

Replies: 37
Views: 13578

PostForum: Marvell MVEBU based Hardware (WRT1900AC etc.)   Posted: Tue Sep 29, 2020 0:51   Subject: New Build - 09/24/2020 - r44467
I re-flashed my router and reset to defaults. I still don't see the LDPC setting.Ah crap, you are right it's gone. I'm guessing it has to do with these two changesets.

https://svn.dd-wrt.com/chang ...
  Topic: New Build - 09/24/2020 - r44467
BretG57

Replies: 37
Views: 13578

PostForum: Marvell MVEBU based Hardware (WRT1900AC etc.)   Posted: Mon Sep 28, 2020 21:38   Subject: New Build - 09/24/2020 - r44467
I re-flashed my router and reset to defaults. I still don't see the LDPC setting. see image:

https://imgur.com/a/ne1rwR8
  Topic: New Build - 09/24/2020 - r44467
BretG57

Replies: 37
Views: 13578

PostForum: Marvell MVEBU based Hardware (WRT1900AC etc.)   Posted: Mon Sep 28, 2020 5:58   Subject: New Build - 09/24/2020 - r44467
I have the same experience using a wrt1900ac v1. ipad/iphone/laptop all behave the same with both 2.4 and 5GHz. I have tried tinkering with all the settings and the only fix iis to disable wmm suppo ...
  Topic: New Build - 09/24/2020 - r44467
BretG57

Replies: 37
Views: 13578

PostForum: Marvell MVEBU based Hardware (WRT1900AC etc.)   Posted: Mon Sep 28, 2020 1:19   Subject: New Build - 09/24/2020 - r44467
I hate to be the turd in the punchbowl again, but shortly after upgrading from 44048, connected Apple wifi clients stopped routing IP traffic. WIFI signal remains strong and devices are connected but ...
  Topic: OpenVPN server RDP port 3389 not open
BretG57

Replies: 5
Views: 1706

PostForum: Advanced Networking   Posted: Fri Sep 04, 2020 14:38   Subject: OpenVPN server RDP port 3389 not open
WAN_IF="$(ip route | awk '/^default/{print $NF}')"
iptables -I FORWARD -i $WAN_IF -p tcp -m multiport --dport 21,22,53,3389 -j DROP
iptables -I FORWARD -i $WAN_IF -p udp ...
  Topic: OpenVPN server RDP port 3389 not open
BretG57

Replies: 5
Views: 1706

PostForum: Advanced Networking   Posted: Fri Sep 04, 2020 8:53   Subject: OpenVPN server RDP port 3389 not open
Okay, I figured out what I changed and got it working. I had added the following firewall rule:

iptables -I FORWARD -p tcp -m multiport --dport 21,22,53,3389 -j DROP
iptables -I FORWARD -p udp - ...
Goto page 1, 2  Next
All times are GMT
Navigation
Jump to: