PDA

View Full Version : WL500G firmware with >24 forward ports allowed



XiMa
17-10-2007, 21:24
hi people...

i need one firmware that alow more than 24 forwards!!!! i need at least 30/35...

http://img527.imageshack.us/img527/3350/routerii9.jpg


tnks in advance

XiMa
18-10-2007, 21:35
hello!! anyone?

Tamadite
19-10-2007, 09:49
use iptables via telnet/ssh

XiMa
19-10-2007, 14:02
use iptables via telnet/ssh

how can i do in that way?

commands? any tutorial?


Regards!

al37919
19-10-2007, 14:34
1) Have a look how does it looks what is now entered as content of VSERVER chain:

iptables -L -t nat

2) Add to /usr/local/sbin/post-firewall rules which you want to use. They should look something like this (for port 6000):

iptables -t nat -A VSERVER -p tcp -m tcp --dport 6000 -j DNAT --to-destination 192.168.1.10:6000

3) Check the result with:

iptables -L -t nat

XiMa
21-10-2007, 14:48
but, doesn't exist any way to remove limit on Virtual Server (webInterface)???

moded firmware??


(i'm noooob and like more webinterface :p)