Search the Community
Showing results for tags 'ddwrt'.
-
I've been looking around, and I know it's still relatively new and all, but I haven't been able to find a whole-home torguard dd-wrt wireguard guide/set-up... I have seen the excellent OpenVPN write ups like this one on how to set up OpenVPN on newer DD-WRT setups: https://torguard.net/knowledgebase.php?action=displayarticle&id=262 I'm looking for that article, just with wireguard instructions instead. If someone can write one up, I'm sure it would be beneficial to a lot of people. On the other hand, I may be a lousy searcher and it may already have been written. If this is the
-
I've recently installed a Netgear Orbi RBR50 and placed a Netgear R7800 w/ DD-WRT inside the network. My DD-WRT router is not running the TorGuard startup command so the R7800 w/ DD-WRT is not connecting to the VPN. I've patched the Orbi with V2.5.1.8 and I've flashed the R7800 with DD-WRT v3.0-r42819 std (03/30/20). The Orbi LAN is 192.168.25.1 subnet 255.255.255.0 and is checked as the DHCP server. I've added a fixed IP for the R7800 w/ DD-WRT (192.168.25.4) and set the Advanced > Setup > WAN > Default DMZ Server to 192.168.25.4. I can connect clients to the R7800 w/ DD-WR
-
I am having trouble setting up the vpn client using dd-wrt firmware router. I've followed this guide. It looks like I got a connection, but I don't have Internet access on any devices connected to the router. Router: Linksys E4200 DDwrt Firmware: K2.6 (30880) Setup: Connection: Log:
-
I think there is no need to write a guide for this project, they documented it well. Python is available on openwrt and you can use this directly on your router. Can anybody try this on their ddwrt routers?
-
I have posted already how to prevent hijacking of your DNS by your IP. There are some ISP's like Verizon, T-Mobile, ... which do send all traffic over port 53 (yes, they hijack your DNS), regardless of which DNS servers you use. Here is how to get rid of that and redirect it to some another address with help of iptables instead editing dnsmasq in WebIF (which is still my preferable solution for most tasks), in this example I'll redirect all dns requests to my custom dns server, to lan1 in this case, which is my local DNS Server Openwrt (I think ddwrt should work too, but I did not
-
- dns
- interception
- (and 6 more)
-
how to create real IP kill switch with IPTABLES on the DDWRT router
omar posted a topic in Member Tutorials
forget about software kill switches, as you can't trust them in firewall, in ddwrt, put this line iptables -I FORWARD -s 192.168.0.0/16 -o $(nvram get wan_iface) -j DROP this will include from 192.168.0.0 to 192.168.255.255 no single machine with those internal IPs will be access the net, if VPN is not up. this is the real deal, tried and tested, works like a charm ——————— i - insert FORWARD - for packets being forwarded through the router s - source o - defining interface physical name $(nvram get wan_iface) - gets the wan interface name j - jumps to- 2 replies
-
- ddwrt
- kill switch
-
(and 3 more)
Tagged with: