unable to forward wifibox:22 to host:22

I am using wifibox so I can extract better wifi performance out of my wifi card. It works well, BUT, I can no longer SSH directly to the box. I read the docs:

man wifibox
man wifibox-guest

And, I see that I need to configure appliance/forwarding.conf, so this is my conf:

/usr/local/etc/wifibox/appliance/forwarding.conf:

TCP-LISTEN:22 TCP:10.0.0.2:22

The wifibox0 has an address of 10.0.0.2 and is a network bridge, so is that the address I'd want to put in the conf? I assume that TCP-LISTEN:22 opens up a TCP socket and accepts traffic on port 22 regardless of the IP.
 
Back
Top