cancel
Showing results for 
Search instead for 
Did you mean: 

using portfwd on Ruckus 7363

scott_r_5954816
New Contributor II
I'm trying to use portfwd from the command line to forward ports on my Ruckus 7363. However, I can't seem to make a new rule. The prompt just keeps telling me the rule doesn't exist.

rkscli: set portfwd test-rule 2200 2200 both 192.168.50.42 2200 enable
the rule 'test-rule' does not exist

The help for this utility doesn't provide any information for creating a new rule:

rkscli: help portfwd
get portfwd : get portfwd
-- Display configured port forwarding rules
set portfwd : set portfwd {options}
-> {tcp|udp|both}
-> {enable|disable|delete}
-- Configure a port forwarding rule

The help mentions an optional argument {options} but none of the options are listed. Can I get help using the utility or port forwarding on this router in general?

For reference, here is my output from get version:
Ruckus 7363 Multimedia Hotzone Wireless AP
Version: 9.4.3.0.12
4 REPLIES 4

scott_r_5954816
New Contributor II
I just upgraded to the most recent firmware version for this device. Not getting the same error anymore, but it still doesn't seem to be working.

rkscli: get version
Ruckus 7363 Multimedia Hotzone Wireless AP
Version: 9.6.1.0.15
OK
rkscli: set portfwd bender-ssh 2200 2200 tcp 192.168.50.42 2200 enable
+ /etc/init.d/nat portFw_enable br0
+ /etc/init.d/nat hotspot br0 10.1.0.1
OK
rkscli: get portfwd
Currently configured port fwd rules
OK

The rule still isn't showing up.. Is there something I'm doing wrong or is this a bug?

scott_r_5954816
New Contributor II
Still trying... Realized I might have been using the command wrong. Even tried rebooting. Still no luck. =[

rkscli: set portfwd bender-ssh 2200 2200 tcp 192.168.50.42 2200
+ /etc/init.d/nat portFw_enable br0
+ /etc/init.d/nat hotspot br0 10.1.0.1
OK
rkscli: set portfwd bender-ssh enable
+ /etc/init.d/nat portFw_enable br0
+ /etc/init.d/nat hotspot br0 10.1.0.1
OK
rkscli: reboot now
OK

rkscli: get portfwd
Currently configured port fwd rules
OK

keith_redfield
Valued Contributor II
Technically...we don't support the CLI on standalone APs. That said, I *think* you might be using a deprecated command. Try using set/get interface instead.

get interface []
set interface [forward ] type untag {|none}
[vlans ]

tee_chong_lee
New Contributor
hi keith,

how do i use the set interface cli to set port forwarding to an internal IP at a specified port? I can't figure out from the syntax given in the cli guide.