Quantcast
Channel: Asuswrt-Merlin
Viewing all 33841 articles
Browse latest View live

RT-AC88U: Forwarding traffic between OpenVPN server and OpenVPN clients

$
0
0
I have an RT-AC88U at home, running Merlin 380.68_4.

The box runs an OpenVPN server. I can remotely connect to and access my LAN, and forward traffic out to the Internet.

The box also runs several concurrent OpenVPN clients with selective routing. From my LAN, traffic is correctly routed to each of these VPNs.

All of the above operates in TUN mode and works as expected.

The only thing that doesn't work is having the server and the clients talk to each other. In other words, if I connect...

RT-AC88U: Forwarding traffic between OpenVPN server and OpenVPN clients

Merlin FW with openVPN; NAS with dual lan, separate in and outgoing traffic

$
0
0
Hi, can anyone help me if this is a secure setup? Asus AC87-u with Merlin firmware
I am trying to use my Synology NAS with openVPN, but keep it accessible for certain service from internet (for example to function as a backupserver or as webserver)

On my NAS interface one is default gateway, interface 2 has a different IP adress.
On my asus router I use OpenVPN and IP adress on my NAS for interface 1 is connected to openvpn client.

I have portforwarding rules for several services goint to...

Merlin FW with openVPN; NAS with dual lan, separate in and outgoing traffic

[Release] Asuswrt-Merlin 380.68 is available

$
0
0
Updated (4-Oct-2017): 380.68_4 is now available.

Updated (12-Sept-2017): 380.68_2 is now available.

Asuswrt-Merlin 380.68_2 is now available for all supported models. The focus for this release was some code cleanups (not visible to end-users), webui improvements (including various backports from GPL 382) and bug fixing. The highlights:

IMPORTANT:: Due to the large amount of CSS changes to the webui, you will need to either flush your browser cache, or do a forced...

[Release] Asuswrt-Merlin 380.68 is available

pixelserv - A Better One-pixel Webserver for Adblock

$
0
0
pixelserv-tls

pixelserv-tls is a fork of pixelserv with added support for HTTPS - the tiny webserver that responds to all requests with "nothing" and particularly useful for whitelisting hosts on troubled websites, and for mining "big data" on adservers and trackers.

Certificates for adserver domains are automatically generated at real-time upon first access. All requests to adserver are optionally written to syslogd. The stats in text format are preserved, good for command...

pixelserv - A Better One-pixel Webserver for Adblock

380.68_4 - Transmission port is always closed

$
0
0
Hi..

Something wrong with my 3200 and Transmission.

Transmission is always showing that the port is closed

[​IMG]
even though I've already open the port in firewall-start script.

#!/bin/sh
iptables -I INPUT -p tcp --destination-port 10501 -j ACCEPT
iptables -I INPUT -p udp --destination-port 10501 -j ACCEPT


I don't have any problem with downloading at all.

Restarting the router will not...

380.68_4 - Transmission port is always closed

Skynet - Asus Firewall Addition (Dynamic Malware/Country/Manual IP Blocking)

Issues with setting up rtorrent

$
0
0
Hi all!

I've recently bought myself an Asus RT-N66U and installed 3.0.0.4.374.35_4 Merlin build.
So far I am very pleased with the functionalities, but I do have a few issues and questions. I'm hoping some of you can assist me with resolving these.

I'd like to install rTorrent. The built in DM works perfectly, but I'd like the ability of using Feeds. DM cannot do this, whereas rTorrent can. I've set up entware and am able to use the opkg commands. However when I run the opkg installer...

Issues with setting up rtorrent

Additional Device Icons

$
0
0
First and foremost apologies if this has been discussed before. I tried to search within the forums but couldn't find a thread. My question deals with device icons displayed in the Web UI.
  1. How come the router is displaying some icons that are not available for manual selection? For example I have a Synology NAS, the router is displaying a Synology icon but I'm not seeing how I can select this icon for other devices.

    [​IMG]

  2. Where on the...

Additional Device Icons

can i remove sleep 20 in my services-start script

$
0
0
i have a usb flash disk plug in my asus ac 1900p,the services-start i wote andas below:

#!/bin/sh
sleep 20
modprobe xt_set.ko
ipset -N setgoogle iphash
iptables -t nat -A PREROUTING -p tcp -m set --match-set setgoogle dst -j REDIRECT --to-port 8080
/opt/etc/init.d/rc.unslung start

Traffic Monitor per device not showing or working

$
0
0
Greetings!

New to the Asus and the Asus-Merlin experience!

As the title says, I can no longer view Traffic Monitor per device.
I have an RT-AC1900P that was recently flashed first time to Merlin version 380.65 (latest as of today).

I was keen on using the Traffic Monitor per device...however, it is not displaying!

[​IMG]


It did work when I first flashed the device and logged in to view. But after that it never shows.
A reboot occasional gets it...

Traffic Monitor per device not showing or working

Using ipset to selectively route domains to a VPN client?

$
0
0
I've been looking in to this recently and get the idea of adding server= and ipset= entries to dnsmasq.conf.add and have also created the ipset(s) at the terminal via SSH.

However I am stuck at the next stage, which I assume is to create an iptables entry to direct entries in the ipset(s) I've created to a connected VPN client? For example, when client 1 is connected I see an interface, tun11, in the route table, which I assume is where I want these ipset entries to go out over?

Thanks a...

Using ipset to selectively route domains to a VPN client?

How to enable custom DDNS and make IP updates to DnsOMatic

$
0
0
Hello,

My router is in access point mode and I cannot set it via GUI to custom DDNS.
How can I do this from terminal?

I read the wiki and I understand that I must create a ddns-start script.
I was thinking to add this lines, that I also found here : https://github.com/RMerl/asuswrt-merlin/wiki/DDNS-Sample-Scripts#dns-o-matic and modified to get the ip via wget.

Code:
#!/bin/sh
IP=$(wget -O - -q http://myip.dnsomatic.com/)
# Update the following variables:...
How to enable custom DDNS and make IP updates to DnsOMatic

Web development locally

Creating a seperate VLAN for IPTV on AC88U

$
0
0
Hello Everyone,

I have been reading on and off on this forum and been trying various things and had a little luck on gettings things done. I am still learning this whole VLAN proces.

The goal:
Want to use the AC88U as main router and not use the one supplied by the ISP with this setup:
NTU -> AC88U - -> VLANx1 -> Internet (required VLAN 34 from ISP)
\ -> VLANx2 -> IPTV (SparqL) (required VLAN 4 from the ISP, additional static route needs to be...

Creating a seperate VLAN for IPTV on AC88U

DST bug / RT-AC3200 / 380.68_4


Two simultaneous OpenVPN connections (with different service providers)

$
0
0
Trying to post settings that worked for me, but pasting these settings from a text document causes my post here to get blocked :( with this error ID:

Cloudflare Ray ID: 3b916359697d6cc4

[Announcement] Changes of download sites

$
0
0
Hi everyone,

Following various Tweeter exchange this weekend (thanks everyone that contributed!), I wanted to let everyone know that I have made some changes regarding the distribution of Asuswrt-Merlin. The following changes are now in place:

1) Sourceforge is now the primary download site. I know some people were worried by the fact that Sourceforge has, in the past, inserted adware into software releases. This won't be a problem anymore, as Sourceforge changed owners last...

[Announcement] Changes of download sites

Rtorrent doesnt start

$
0
0
Hello,
I installed Rtorrent by this tutorial: https://github.com/Entware-ng/Entware-ng/wiki/Using-Rtorrent
But Rtorrent doesn't start.
I have Merlin latest firmware on Asus ac87u.
Here is what i got after running Rtorrent installation script:
Code:
alex@ASUS_DRIVE:/tmp/mnt/Seagate_Backup_Plus_Drive/asusware.arm/etc/transmission# opkg install rtorrent-easy-install
Installing rtorrent-easy-install (0.2-3) to root...
Downloading...
Rtorrent doesnt start

miniDLNA Indexing Issue

$
0
0
Running 380.68.4 on an RT-AC68U.

miniDLNA is no longer indexing .vob files. I deleted my minidlna folder & forced a re scan, to my surprise I lost all my .vob files. I flashed back to 380.60.6, again deleted my mindlna folder & forced a re-scan, no .vob were indexed. I then flashed back to 380.65.0, forced a re-scan, please note this re-scan took much longer to complete (same defined folders to scan), it did successfully index all .vob files.

I then flashed back to 380.68.4 because as...

miniDLNA Indexing Issue

Country blocking script

$
0
0
i just wanted to say that i found this site after trying to find a solution to errors i encountered while trying to run "firewall-start" scripts from the Asus-Merlin Wiki.
i actually have almost 0 experience with the commandline interface so i pretty much got stuck on the first step after SSH'ing into the router. (how to create a script file. lol)

Model: RT-AC68R (ipset v6 / arm v7l)
Firmware: Asuswrt-Merlin v380.64

log into your routers web interface.
go to:
firewall -> general
enable...

Country blocking script
Viewing all 33841 articles
Browse latest View live


<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>