Thanks Thanks:  0
Likes Likes:  0
Dislikes Dislikes:  0
Results 1 to 2 of 2

Thread: Ajutor Topex asus wl 500 deluxe port forwarding

  1. #1
    Standard RSP member
    Join Date
    19 Jul 2009
    Posts
    252
    Mentioned
    0 Post(s)
    Rep Power
    0

    Default Ajutor Topex asus wl 500 deluxe port forwarding

    Buna ,

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

  2. #2
    Happy fery21's Avatar
    Join Date
    18 Feb 2008
    Location
    Big Bang
    Posts
    2,460
    Mentioned
    7 Post(s)
    Rep Power
    77

    Default

    in etc/firewal.user

    Code:
    # 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.ph...4&postcount=27
    by @resofty
    ..::EGAMI TEAM::..

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •