What's new

Udpxy settings

  • SNBForums Code of Conduct

    SNBForums is a community for everyone, no matter what their level of experience.

    Please be tolerant and patient of others, especially newcomers. We are all here to share and learn!

    The rules are simple: Be patient, be nice, be helpful or be gone!

madpanter

New Around Here
Hi.

Does merlin have somewhere settings for the udpxy like in the tomato? I need to set the max clients to 3 and i would also like to put some custom settings in firewall

This is how in tomato looks:

Snap28.jpg


Snap10.jpg


Snap11.jpg
 
No, only the basic udpxy implementation as found in Asuswrt, and which can be enabled on the IPTV page.
 
you can create script in jffs and there you can insert how many clients you like....
Code:
#!/bin/sh

sleep 20
killall udpxy
/usr/sbin/udpxy -m eth0 -p 1234 -c 3
 
Well the main thing is i would like to set udpxy so i can access it from the outside (on the WAN) port. On tomato in firewall i put this script:

iptables -A INPUT -p tcp --dport ##### -j ACCEPT

iptables -A OUTPUT -p tcp --sport ##### -j ACCEPT

##### is a port you define

I would use tomato but the wifi is constantly droping on kille72 or shibby, on toastman i cant get dhcp to work...
 
Well i tried to flash tomato to the router yesterday. And now for the love of God cant get to cfe or flash with asus utility. Damn this router has its own mind :confused:
 

Similar threads

Latest threads

Sign Up For SNBForums Daily Digest

Get an update of what's new every day delivered to your mailbox. Sign up here!
Top