View Full Version : WL500G firmware with >24 forward ports allowed
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
Tamadite
19-10-2007, 09:49
use iptables via telnet/ssh
use iptables via telnet/ssh
how can i do in that way?
commands? any tutorial?
Regards!
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
but, doesn't exist any way to remove limit on Virtual Server (webInterface)???
moded firmware??
(i'm noooob and like more webinterface :p)