Log in

View Full Version : Ajutor Topex asus wl 500 deluxe port forwarding



battila
31-10-10, 14:50
Buna ,

Stie cineva cum pot se poate seta port forwarding in routerul mai sus mentionat?
Am openwrt pe router

fery21
31-10-10, 15:48
in etc/firewal.user


# This file is interpreted as shell script.
# Put your custom iptables rules here, they will
# be executed with each firewall (re-)start.

### Open port to WAN
## -- This allows port 22 to be answered by (dropbear on) the router
iptables -t nat -A prerouting_wan -p tcp --dport 22 -j ACCEPT
iptables -A input_wan -p tcp --dport 22 -j ACCEPT
## -- This allows port 12000 to be answered by (dropbear on) the router
iptables -t nat -A prerouting_wan -p tcp --dport 12000 -j ACCEPT
iptables -A input_wan -p tcp --dport 12000 -j ACCEPT

Sursa cu detalii http://www.sateliti.info/showpost.php?p=106834&postcount=27
by @resofty